1 | /* $Id: theme.css 1938 2007-04-06 19:55:21Z rvelices $ */ |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | /*catégories*/ |
---|
6 | |
---|
7 | |
---|
8 | #content ul.thumbnailCategories li { |
---|
9 | width:160px; |
---|
10 | height:205px; |
---|
11 | margin: 5px; |
---|
12 | padding: 5px; |
---|
13 | } |
---|
14 | |
---|
15 | #content div.thumbnailCategory { |
---|
16 | text-align:center; |
---|
17 | width:100%; |
---|
18 | height:100%; |
---|
19 | margin: 0; |
---|
20 | padding: 0; |
---|
21 | vertical-align:middle; |
---|
22 | } |
---|
23 | |
---|
24 | #content div.thumbnailCategory div.illustration { |
---|
25 | width:auto; |
---|
26 | height:auto; |
---|
27 | /*height:135px;*/ |
---|
28 | text-align:center; |
---|
29 | overflow: inherit; |
---|
30 | float:none; |
---|
31 | margin: 0; |
---|
32 | padding: 0; |
---|
33 | } |
---|
34 | #content div.thumbnailCategory div.description { |
---|
35 | width:auto; |
---|
36 | height:auto; |
---|
37 | text-align:center; |
---|
38 | overflow:inherit; |
---|
39 | float:none; |
---|
40 | overflow: auto; |
---|
41 | |
---|
42 | } |
---|
43 | #content div.thumbnailCategory div.description IMG { |
---|
44 | float:right; |
---|
45 | } |
---|
46 | /* --------------Hack-------------*/ |
---|
47 | #content div.thumbnailCategory { |
---|
48 | display: table-cell; |
---|
49 | text-align: center; |
---|
50 | vertical-align: middle; |
---|
51 | width:160px; |
---|
52 | height:205px; |
---|
53 | } |
---|
54 | #content div.thumbnailCategory * { |
---|
55 | vertical-align: middle; |
---|
56 | } |
---|
57 | /*\*//*/ |
---|
58 | .wraptocenter { |
---|
59 | display: block; |
---|
60 | } |
---|
61 | .wraptocenter span { |
---|
62 | display: inline-block; |
---|
63 | height: 100%; |
---|
64 | width: 1px; |
---|
65 | } |
---|
66 | /**/ |
---|
67 | /* --------------fin Hack-------------*/ |
---|
68 | |
---|
69 | #content div.thumbnailCategory div.description h3 { |
---|
70 | text-align:center; |
---|
71 | } |
---|
72 | #la_description { |
---|
73 | display:none; |
---|
74 | } |
---|
75 | |
---|
76 | |
---|
77 | /* text color */ |
---|
78 | BODY, H1, H3, DT, |
---|
79 | INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
80 | color:#e0e0e0; |
---|
81 | } |
---|
82 | |
---|
83 | H2, #menubar DT, .throw { |
---|
84 | color: #fff48e; |
---|
85 | } |
---|
86 | |
---|
87 | #content .navigationBar { |
---|
88 | color: #aaaaaa; |
---|
89 | } |
---|
90 | #content .pageNumberSelected { |
---|
91 | color: #000000; |
---|
92 | } |
---|
93 | |
---|
94 | .tabsheet li, |
---|
95 | .tabsheet li a { color: #fff; } |
---|
96 | .tabsheet li a:hover { color: #fff48e; } |
---|
97 | |
---|
98 | /* backgrounds */ |
---|
99 | BODY { |
---|
100 | background-color: #330033; |
---|
101 | } |
---|
102 | |
---|
103 | BODY#theCategoryPage #the_page { |
---|
104 | background-image: url(images/bk_ground.gif); |
---|
105 | background-repeat: repeat; |
---|
106 | background-attachment: fixed; |
---|
107 | } |
---|
108 | |
---|
109 | BODY#thePicturePage #theHeader { |
---|
110 | background-image: url(images/bk_ground.gif); |
---|
111 | } |
---|
112 | |
---|
113 | |
---|
114 | H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { |
---|
115 | background-image: url(images/bk_ground.gif); |
---|
116 | } |
---|
117 | |
---|
118 | #menubar DL, #content, #imageToolBar, .header_notes, .content { |
---|
119 | background-color: #5f5f5f; |
---|
120 | } |
---|
121 | |
---|
122 | H2, #menubar DT, .throw { |
---|
123 | background-image: url(images/tableh1_bg.png); |
---|
124 | } |
---|
125 | |
---|
126 | #imageHeaderBar H2 { |
---|
127 | background-image: none; |
---|
128 | background-color: transparent; |
---|
129 | border: none; |
---|
130 | } |
---|
131 | |
---|
132 | #imageHeaderBar { |
---|
133 | background-image: url(images/tableh2_bg.png); |
---|
134 | background-repeat: repeat-x; |
---|
135 | background-position: center; |
---|
136 | } |
---|
137 | .tabsheet li { background-color: #3f3f3f; } |
---|
138 | |
---|
139 | .selected_tab { background-color: #5f5f5f !important; } |
---|
140 | |
---|
141 | /* borders */ |
---|
142 | #menubar DL, #content, .content, |
---|
143 | #comments DIV.comment BLOCKQUOTE { |
---|
144 | border: 1px solid #000000; |
---|
145 | } |
---|
146 | |
---|
147 | #imageHeaderBar { |
---|
148 | border-top: 1px solid #000000; |
---|
149 | } |
---|
150 | H2, #menubar DT, #imageToolBar { |
---|
151 | border-bottom: 1px solid #000000; |
---|
152 | } |
---|
153 | |
---|
154 | #theImage IMG { |
---|
155 | border-color: #000000; |
---|
156 | } |
---|
157 | |
---|
158 | #content UL.thumbnail IMG { |
---|
159 | border: 1px solid #a0a0a0; |
---|
160 | } |
---|
161 | |
---|
162 | FIELDSET, INPUT, SELECT, TEXTAREA, |
---|
163 | #content DIV.comment A.illustration IMG, #infos, |
---|
164 | #content DIV.thumbnailCategory { |
---|
165 | border: 1px solid gray; |
---|
166 | } |
---|
167 | |
---|
168 | #comments DIV.comment BLOCKQUOTE { |
---|
169 | border-left: 2px solid #696969; |
---|
170 | } |
---|
171 | |
---|
172 | #content UL.thumbnails SPAN.wrap2 { |
---|
173 | border: 1px solid #aaaaaa; /* thumbnails border color and style */ |
---|
174 | -moz-border-radius: 10px; /* round corners with Geko */ |
---|
175 | border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ |
---|
176 | background-image: url(images/tn.jpg); |
---|
177 | } |
---|
178 | |
---|
179 | #content UL.thumbnails SPAN.wrap2:hover, |
---|
180 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover, |
---|
181 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
182 | background-color: #faebd7; |
---|
183 | border-color: yellow; /* thumbnails border color when mouse cursor is over it */ |
---|
184 | color: black; |
---|
185 | -moz-border-radius: 10px; /* round corners with Geko */ |
---|
186 | border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ |
---|
187 | } |
---|
188 | |
---|
189 | ul.tabsheet { border-color: #fff48e; } |
---|
190 | .tabsheet li { border: 1px solid #fff; } |
---|
191 | .tabsheet li:hover { border-color: #fff48e !important; } |
---|
192 | |
---|
193 | /* links */ |
---|
194 | A, INPUT.rateButton { |
---|
195 | color: #FFFFFF; |
---|
196 | } |
---|
197 | |
---|
198 | A:hover { |
---|
199 | color: #FFF48E; |
---|
200 | } |
---|
201 | |
---|
202 | #imageToolBar A, #imageToolBar A:hover, |
---|
203 | A.navThumb, A.navThumb:hover { |
---|
204 | border-bottom: none; |
---|
205 | } |
---|
206 | |
---|
207 | #theHeader A { |
---|
208 | text-decoration: none; |
---|
209 | margin: 0px; |
---|
210 | padding: 0px; |
---|
211 | } |
---|
212 | /* others */ |
---|
213 | .thumbnailCategories blockquote UL LI { |
---|
214 | list-style-position: outside; |
---|
215 | list-style-type:circle; |
---|
216 | |
---|
217 | } |
---|
218 | .thumbnailCategories blockquote OL LI { |
---|
219 | list-style-position: outside; |
---|
220 | list-style-type: decimal; |
---|
221 | } |
---|
222 | |
---|
223 | .pleaseNote { |
---|
224 | background: #9c9c9c; |
---|
225 | color: #ffff99; |
---|
226 | padding: 1ex; |
---|
227 | font-weight: bold; |
---|
228 | } |
---|
229 | #the_page { |
---|
230 | border: 1px solid #e0e0e0; |
---|
231 | padding-top: 5px; |
---|
232 | padding-bottom:30px; |
---|
233 | display:block; |
---|
234 | } |
---|
235 | |
---|
236 | /*calendar elements*/ |
---|
237 | SPAN.calItemEmpty { color: silver; } |
---|
238 | |
---|
239 | SPAN.calItem, SPAN.calItemEmpty |
---|
240 | { |
---|
241 | border: 1px solid gray; |
---|
242 | } |
---|
243 | |
---|
244 | /* nice looking month calendar*/ |
---|
245 | TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} |
---|
246 | |
---|
247 | TD.calDayCellEmpty { color: silver; } |
---|
248 | |
---|
249 | .calBackDate { color: #000; } |
---|
250 | .calForeDate { color: #fff; } |
---|
251 | .virtual_cat { background: #3f3f3f !important; } |
---|
252 | .qsearch { font-size: 80%; font-style: normal; } |
---|
253 | #mbMenu #quicksearch > p { text-align: left; } |
---|