source: trunk/themes/dark/theme.css @ 14084

Last change on this file since 14084 was 14084, checked in by rvelices, 12 years ago
  • remove/comment unused css
  • Property svn:eol-style set to LF
File size: 1.2 KB
Line 
1
2/* text color */
3BODY, H1,
4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
5        color:#d0d0d0;
6}
7
8H2, #menubar DT {
9        color: #ffff80;
10        background-image: url(images/tableh1_bg.png);
11}
12
13
14/* backgrounds */
15
16BODY, #imageToolBar A:hover {
17        background-color: #2f2f2f;
18}
19
20#menubar DL, .content, #imageToolBar, #imageHeaderBar, .switchBox, .header_notes {
21        background-color: #505050;
22}
23
24#imageHeaderBar H2 {
25        background-image: none;
26}
27
28#imageHeaderBar {
29        border-top: 1px solid #000;
30}
31
32/* borders */
33#menubar DL, .content, .switchBox {
34        border: 1px solid #000;
35}
36
37#menubar DT, #imageToolBar {
38        border-bottom: 1px solid #000;
39}
40
41FIELDSET, INPUT, SELECT, TEXTAREA,
42.thumbnailCategory ,
43.content .commentElement ,
44.thumbnails .wrap2 {
45        border: 1px solid gray;
46}
47
48
49.thumbnails .wrap2:hover,
50.thumbnailCategory:hover,
51.content  .commentElement:hover{
52        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
53}
54
55
56/* links */
57A, INPUT.rateButton {
58        color: #fff;
59}
60
61A:hover {
62        color: #ffff80;
63}
64
65.pwg-icon {
66        background-image: url(../default/s26/outline_ffffff.png);
67}
68
69A:hover .pwg-icon {
70        background-image: url(../default/s26/outline_ffff80.png);
71}
72
73.message {
74  color:white;
75  background-color:#666;
76}
Note: See TracBrowser for help on using the repository browser.