1 | /* $Id: theme.css 1900 2007-03-12 22:33:53Z rub $ */ |
---|
2 | |
---|
3 | /* text color */ |
---|
4 | BODY, H1, H2, H3, DT, |
---|
5 | INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
6 | color: #696969; /* dimgray */ |
---|
7 | font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; |
---|
8 | } |
---|
9 | |
---|
10 | /* backgrounds */ |
---|
11 | BODY, H3, .throw { |
---|
12 | background-color: #ffffff; /* white */ |
---|
13 | } |
---|
14 | |
---|
15 | H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { |
---|
16 | background-color: #f8f8f8; |
---|
17 | color: #7EC305; |
---|
18 | } |
---|
19 | |
---|
20 | #menubar DL, #content, #imageToolBar, .header_notes, .content { |
---|
21 | background-color: #ffffff; |
---|
22 | } |
---|
23 | |
---|
24 | /* borders */ |
---|
25 | #menubar DL, #content, #imageToolBar, |
---|
26 | #comments DIV.comment BLOCKQUOTE { |
---|
27 | border: 1px dashed #d3d3d3; |
---|
28 | } |
---|
29 | |
---|
30 | #theImage IMG { |
---|
31 | border-color: #d3d3d3; |
---|
32 | } |
---|
33 | |
---|
34 | #content UL.thumbnail IMG { |
---|
35 | border: 1px solid #a0a0a0; |
---|
36 | } |
---|
37 | |
---|
38 | FIELDSET, INPUT, SELECT, TEXTAREA, |
---|
39 | #content DIV.comment A.illustration IMG, #infos, |
---|
40 | #content DIV.thumbnailCategory { |
---|
41 | border: 1px solid #aaaaaa; |
---|
42 | } |
---|
43 | |
---|
44 | #comments DIV.comment BLOCKQUOTE { |
---|
45 | border-left: 2px solid #696969; |
---|
46 | background-color: #eee; |
---|
47 | } |
---|
48 | |
---|
49 | #content UL.thumbnails SPAN.wrap2 { |
---|
50 | border: 1px solid #aaaaaa; /* thumbnails border color and style */ |
---|
51 | border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |
---|
52 | } |
---|
53 | |
---|
54 | #content UL.thumbnails SPAN.wrap2:hover, |
---|
55 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover, |
---|
56 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
57 | background-color: #f8f8f8; |
---|
58 | border-color: #7EC305; /* thumbnails border color when mouse cursor is over it */ |
---|
59 | color: black; |
---|
60 | } |
---|
61 | |
---|
62 | /* links */ |
---|
63 | A, INPUT.rateButton { |
---|
64 | color: #005e89; |
---|
65 | background: transparent; |
---|
66 | } |
---|
67 | |
---|
68 | A:hover, INPUT.rateButton:hover { |
---|
69 | color: #858460; |
---|
70 | } |
---|
71 | |
---|
72 | #imageToolBar A, #imageToolBar A:hover { |
---|
73 | border-bottom: none; |
---|
74 | } |
---|
75 | |
---|
76 | A.navThumb, A.navThumb:hover { |
---|
77 | border-bottom: none; |
---|
78 | } |
---|
79 | |
---|
80 | /* others */ |
---|
81 | .pleaseNote { |
---|
82 | background: #9c9c9c; |
---|
83 | color: #ffff99; |
---|
84 | padding: 1ex; |
---|
85 | font-weight: bold; |
---|
86 | } |
---|
87 | |
---|
88 | /*calendar elements*/ |
---|
89 | SPAN.calItemEmpty { color: silver; } |
---|
90 | |
---|
91 | SPAN.calItem, SPAN.calItemEmpty |
---|
92 | { |
---|
93 | border: 1px solid silver; |
---|
94 | } |
---|
95 | |
---|
96 | /* nice looking month calendar*/ |
---|
97 | TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;} |
---|
98 | |
---|
99 | TD.calDayCellEmpty { color: silver; } |
---|
100 | |
---|
101 | .calBackDate { color: #000; } |
---|
102 | .calForeDate { color: #fff; } |
---|
103 | .virtual_cat { background: #fff !important; } |
---|
104 | .qsearch { font-size: 80%; font-style: normal; } |
---|
105 | #mbMenu #quicksearch > p { text-align: left; } |
---|
106 | #qsearchInput { color: #d3d3d3; } |
---|
107 | #qsearchInput:focus { color: #005e89; } |
---|
108 | |
---|
109 | .tabsheet li, |
---|
110 | .tabsheet li a { color: #ffffff; } |
---|
111 | .tabsheet li a:hover { color: #ffffff; } |
---|
112 | .tabsheet li { background-color: #69c; } |
---|
113 | .selected_tab { background-color: #7EC305 !important; } |
---|
114 | ul.tabsheet { border-color: #858460; } |
---|
115 | .tabsheet li { border: 1px solid #696969; } |
---|
116 | .tabsheet li:hover { background-color: #7EC305; border-color: #7EC305 !important; } |
---|
117 | |
---|
118 | /* Admin */ |
---|
119 | .pwgmenu a:hover { |
---|
120 | background: #7EC305; |
---|
121 | color: white; |
---|
122 | } |
---|
123 | |
---|
124 | A:hover .pwg-icon { |
---|
125 | background-image: url(icons_sprite_hover.png); |
---|
126 | } |
---|
127 | |
---|
128 | #imageToolBar a:hover { |
---|
129 | background-color: white; |
---|
130 | } |
---|