1 | /* --------------------------------------------------------------------------- |
---|
2 | Thème OS_glass |
---|
3 | |
---|
4 | theme-enfant de OS_default |
---|
5 | |
---|
6 | by flop25 http://www.planete-flop.fr/ |
---|
7 | ------------------------------------------------------------------------------ */ |
---|
8 | |
---|
9 | |
---|
10 | /* text color */ |
---|
11 | BODY, H1, H2, H3, DT, |
---|
12 | INPUT.rateButtonSelected { |
---|
13 | color:#000033; |
---|
14 | } |
---|
15 | |
---|
16 | /* backgrounds */ |
---|
17 | body { |
---|
18 | background-image: url(images/bg.jpg); |
---|
19 | background-repeat: no-repeat; |
---|
20 | background-position: center center; |
---|
21 | background-attachment:fixed; |
---|
22 | font-size:0.7em; |
---|
23 | font-family: Verdana,Arial,Helvetica,sans-serif; |
---|
24 | background-color: #104088; |
---|
25 | } |
---|
26 | BODY#theCommentsPage .content, |
---|
27 | BODY#theUploadPage .content, |
---|
28 | BODY#theRegisterPage .content, |
---|
29 | BODY#theIdentificationPage .content, |
---|
30 | BODY#theProfilePage .content, |
---|
31 | BODY#theSearchPage .content, |
---|
32 | BODY#theAboutPage .content, |
---|
33 | BODY#thePopuphelpPage .content, |
---|
34 | BODY#thePasswordPage .content, |
---|
35 | BODY#theNotificationPage .content, |
---|
36 | BODY#theTagsPage .content, |
---|
37 | BODY#theNBMPage .content |
---|
38 | { |
---|
39 | background: transparent url(images/section_in.png) repeat top center; |
---|
40 | } |
---|
41 | H2, .row1 { |
---|
42 | background-color: #d3d3d3; |
---|
43 | } |
---|
44 | |
---|
45 | .header_notes { |
---|
46 | background-color: #eeeeee; |
---|
47 | } |
---|
48 | #comments { |
---|
49 | background: transparent url(images/section_in.png) repeat top center; |
---|
50 | } |
---|
51 | #comments H3, .titrePage h2 { |
---|
52 | background-image: url(images/boutton.png); |
---|
53 | background-repeat:repeat-x; |
---|
54 | background-color:#FFFFFF; |
---|
55 | color: #000000; |
---|
56 | border: 1px solid #FFFFFF; |
---|
57 | } |
---|
58 | |
---|
59 | .content DIV.thumbnailCategory { |
---|
60 | background-image: url(../OS_default/icon/menu/folder.png); |
---|
61 | background-position: left bottom; |
---|
62 | background-repeat:no-repeat; |
---|
63 | } |
---|
64 | /* header */ |
---|
65 | #theHeader { |
---|
66 | background-image: url(images/header3.jpg); |
---|
67 | background-position:center top; |
---|
68 | background-repeat:no-repeat; |
---|
69 | background-color: #000000; |
---|
70 | color:#FFFFFF; |
---|
71 | font-size:1.2em; |
---|
72 | font-weight:bold; |
---|
73 | } |
---|
74 | #theHeader H1 { |
---|
75 | color:#FFFFFF; |
---|
76 | font-weight:bold; |
---|
77 | } |
---|
78 | |
---|
79 | /* contenu "section" */ |
---|
80 | #section_up_left{ |
---|
81 | background-image: url(images/section_up_left.png); |
---|
82 | background-position:right bottom; |
---|
83 | background-repeat:no-repeat; |
---|
84 | height:50px; |
---|
85 | } |
---|
86 | #section_up { |
---|
87 | background-image: url(images/section_up.png); |
---|
88 | background-position:bottom; |
---|
89 | background-repeat:repeat-x; |
---|
90 | height:50px; |
---|
91 | } |
---|
92 | #section_up_right{ |
---|
93 | background-image: url(images/section_up_right.png); |
---|
94 | background-position:left bottom; |
---|
95 | background-repeat:no-repeat; |
---|
96 | height:50px; |
---|
97 | } |
---|
98 | #section_left{ |
---|
99 | background-image: url(images/section_left.png); |
---|
100 | background-position:right; |
---|
101 | background-repeat:repeat-y; |
---|
102 | } |
---|
103 | #section_bottom_left{ |
---|
104 | background-image: url(images/section_bottom_left.png); |
---|
105 | background-position:top right; |
---|
106 | background-repeat:no-repeat; |
---|
107 | } |
---|
108 | #section_bottom { |
---|
109 | background-image: url(images/section_bottom.png); |
---|
110 | background-position:top; |
---|
111 | background-repeat:repeat-x; |
---|
112 | } |
---|
113 | #section_bottom_right{ |
---|
114 | background-image: url(images/section_bottom_right.png); |
---|
115 | background-position:left top; |
---|
116 | background-repeat:no-repeat; |
---|
117 | } |
---|
118 | #section_right{ |
---|
119 | background-image: url(images/section_right.png); |
---|
120 | background-repeat:repeat-y; |
---|
121 | background-position:left; |
---|
122 | } |
---|
123 | |
---|
124 | |
---|
125 | /* menu Haut*/ |
---|
126 | #div_Menu { |
---|
127 | background-image: url(images/fondMenu2.gif); |
---|
128 | background-repeat:repeat-x; |
---|
129 | } |
---|
130 | |
---|
131 | ul#Menu, ul#Menu li |
---|
132 | { |
---|
133 | background:transparent; |
---|
134 | } |
---|
135 | ul#Menu li:hover |
---|
136 | { |
---|
137 | color: #fff; |
---|
138 | background-image: url(images/fondMenuSurvol.gif); |
---|
139 | background-repeat:repeat-x; |
---|
140 | background-position:center; |
---|
141 | background-color:transparent; |
---|
142 | text-decoration: none; |
---|
143 | border-bottom: none; |
---|
144 | } |
---|
145 | /* menubar */ |
---|
146 | #menubar DL, #section_in{ |
---|
147 | background: transparent url(images/section_in.png) repeat top center; |
---|
148 | } |
---|
149 | #menubar DT{ |
---|
150 | background-image: url(images/boutton.png); |
---|
151 | background-repeat:repeat-x; |
---|
152 | background-color:#FFFFFF; |
---|
153 | } |
---|
154 | |
---|
155 | /* borders */ |
---|
156 | #menubar DL, #comments DIV.comment BLOCKQUOTE { |
---|
157 | border: 1px solid #fff; |
---|
158 | } |
---|
159 | |
---|
160 | #theImage IMG { |
---|
161 | border-color: #fff; |
---|
162 | } |
---|
163 | #linkNext, #linkPrev { |
---|
164 | border: 2px solid #fff; |
---|
165 | } |
---|
166 | |
---|
167 | .content UL.thumbnail IMG { |
---|
168 | border: 1px solid #a0a0a0; |
---|
169 | } |
---|
170 | |
---|
171 | FIELDSET, INPUT, SELECT, TEXTAREA, |
---|
172 | .content DIV.comment A.illustration IMG, |
---|
173 | .content DIV.thumbnailCategory { |
---|
174 | border: 1px solid #fff; |
---|
175 | } |
---|
176 | |
---|
177 | #comments DIV.comment BLOCKQUOTE { |
---|
178 | border-left: 2px solid #696969; |
---|
179 | background-color: #eee; |
---|
180 | } |
---|
181 | |
---|
182 | .content UL.thumbnails SPAN.wrap2 { |
---|
183 | border: 1px solid #fff; /* thumbnails border color and style */ |
---|
184 | border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |
---|
185 | } |
---|
186 | |
---|
187 | .content UL.thumbnails SPAN.wrap2:hover, |
---|
188 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover, |
---|
189 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
190 | background-color: #FFFFFF; |
---|
191 | border-color: #0066CC; /* thumbnails border color when mouse cursor is over it */ |
---|
192 | color: #0066CC; |
---|
193 | } |
---|
194 | .illustration IMG { |
---|
195 | border: 2px solid #FFFFFF; |
---|
196 | } |
---|
197 | /* links */ |
---|
198 | A, INPUT.rateButton { |
---|
199 | color: #000033; |
---|
200 | background: transparent; |
---|
201 | } |
---|
202 | |
---|
203 | A:hover, INPUT.rateButton:hover { |
---|
204 | color: #000000; |
---|
205 | } |
---|
206 | |
---|
207 | #imageToolBar A, #imageToolBar A:hover { |
---|
208 | border-bottom: none; |
---|
209 | } |
---|
210 | |
---|
211 | A.navThumb, A.navThumb:hover { |
---|
212 | border-bottom: none; |
---|
213 | } |
---|
214 | #div_Menu A { |
---|
215 | color:#FFFFFF; |
---|
216 | text-decoration: none; |
---|
217 | } |
---|
218 | #div_Menu A:hover { |
---|
219 | text-decoration: none; |
---|
220 | border-bottom: none; |
---|
221 | } |
---|
222 | /* Picture */ |
---|
223 | #imageHeaderBar { |
---|
224 | background-image: url(images/fondblack2.png); |
---|
225 | background-repeat:repeat-x; |
---|
226 | background-position: center top; |
---|
227 | background-color: #000000; |
---|
228 | } |
---|
229 | #imageHeaderBar h2 { |
---|
230 | background:transparent; |
---|
231 | color:#FFFFFF |
---|
232 | } |
---|
233 | #imageHeaderBar, #imageHeaderBar A { |
---|
234 | color:#FFFFFF; |
---|
235 | } |
---|
236 | #imageToolBar .randomButtons, #imageToolBar .navButtons { |
---|
237 | background:transparent; |
---|
238 | } |
---|
239 | #imageToolBar .navButtons { |
---|
240 | background:transparent; |
---|
241 | |
---|
242 | } |
---|
243 | #imageToolBar { |
---|
244 | background-image: url(images/fondblack_bas.png); |
---|
245 | background-repeat:repeat-x; |
---|
246 | background-position: center bottom; |
---|
247 | background-color: #000000; |
---|
248 | color:#fff; |
---|
249 | }/* |
---|
250 | #imageToolBar A:hover { |
---|
251 | background-image: url(images/fondMenuSurvol.gif); |
---|
252 | background-repeat:repeat-x; |
---|
253 | background-position:center; |
---|
254 | background-color:transparent; |
---|
255 | }*/ |
---|
256 | #action_pict { |
---|
257 | border: 2px solid #FFFFFF; |
---|
258 | background: transparent url(images/section_in.png) repeat top center; |
---|
259 | color:#000; |
---|
260 | font-weight:bold; |
---|
261 | } |
---|
262 | #imageToolBar { |
---|
263 | height: 60px; |
---|
264 | } |
---|
265 | #imageToolBar #thumbPrev, #imageToolBar #thumbNext { |
---|
266 | margin-left:5px; |
---|
267 | margin-right:5px; |
---|
268 | display:inline; |
---|
269 | width:auto; |
---|
270 | } |
---|
271 | #imageToolBar #thumbCurrent { |
---|
272 | margin-left:5px; |
---|
273 | margin-right:5px; |
---|
274 | display:inline; |
---|
275 | width:auto; |
---|
276 | } |
---|
277 | #imageToolBar #linkPrev, #imageToolBar #thumbCurrent, #imageToolBar #linkNext { |
---|
278 | border:#FFF solid 2px; |
---|
279 | width:auto; |
---|
280 | } |
---|
281 | #derivativeSwitchBox { |
---|
282 | font-size: 11px; |
---|
283 | color: #000033; |
---|
284 | text-shadow: 0 0 2px #ccc; |
---|
285 | padding: 4px 8px; |
---|
286 | border: 1px solid rgba(255,255,255,0.25); |
---|
287 | background-color: rgb(255,255,255); |
---|
288 | background-color: rgba(255,255,255,0.92); |
---|
289 | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff)); |
---|
290 | border-radius: 3px; |
---|
291 | -webkit-border-radius: 3px; |
---|
292 | -moz-border-radius: 3px; |
---|
293 | box-shadow: 0 0 5px #555; |
---|
294 | -webkit-box-shadow: 0 0 5px #555; |
---|
295 | -moz-box-shadow: 0 0 5px #555; |
---|
296 | } |
---|
297 | #derivativeSwitchBox A:hover{ |
---|
298 | text-shadow: 0 0 2px #000; |
---|
299 | color: |
---|
300 | } |
---|
301 | |
---|
302 | /*calendar elements*/ |
---|
303 | SPAN.calItem, SPAN.calItemEmpty |
---|
304 | { |
---|
305 | border: 1px solid silver; |
---|
306 | } |
---|
307 | |
---|
308 | .virtual_cat { background: #fff !important; } |
---|
309 | #mbMenu #quicksearch > p { text-align: left; } |
---|
310 | form p { text-align:center; } |
---|
311 | #qsearchInput { color: #000; } |
---|
312 | #qsearchInput:focus { color: #000; } |
---|
313 | |
---|
314 | UL.tabsheet LI.normal_tab { background-color: #d3d3d3; } |
---|
315 | UL.tabsheet LI.selected_tab { background-color: #eeeeee; } |
---|
316 | |
---|
317 | UL.tabsheet, UL.tabsheet LI {border-color: gray;} |
---|
318 | UL.tabsheet LI.normal_tab:hover { border-color: black; } |
---|
319 | |
---|
320 | /* TipTip CSS - Version 1.2 */ |
---|
321 | |
---|
322 | #tiptip_holder { |
---|
323 | display: none; |
---|
324 | position: absolute; |
---|
325 | top: 0; |
---|
326 | left: 0; |
---|
327 | z-index: 99999; |
---|
328 | } |
---|
329 | |
---|
330 | #tiptip_holder.tip_top { |
---|
331 | padding-bottom: 5px; |
---|
332 | } |
---|
333 | |
---|
334 | #tiptip_holder.tip_bottom { |
---|
335 | padding-top: 5px; |
---|
336 | } |
---|
337 | |
---|
338 | #tiptip_holder.tip_right { |
---|
339 | padding-left: 5px; |
---|
340 | } |
---|
341 | |
---|
342 | #tiptip_holder.tip_left { |
---|
343 | padding-right: 5px; |
---|
344 | } |
---|
345 | |
---|
346 | #tiptip_content { |
---|
347 | font-size: 11px; |
---|
348 | color: #fff; |
---|
349 | text-shadow: 0 0 2px #000; |
---|
350 | padding: 4px 8px; |
---|
351 | border: 1px solid rgba(255,255,255,0.25); |
---|
352 | background-color: rgb(25,25,25); |
---|
353 | background-color: rgba(25,25,25,0.92); |
---|
354 | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); |
---|
355 | border-radius: 3px; |
---|
356 | -webkit-border-radius: 3px; |
---|
357 | -moz-border-radius: 3px; |
---|
358 | box-shadow: 0 0 3px #555; |
---|
359 | -webkit-box-shadow: 0 0 3px #555; |
---|
360 | -moz-box-shadow: 0 0 3px #555; |
---|
361 | } |
---|
362 | |
---|
363 | #tiptip_arrow, #tiptip_arrow_inner { |
---|
364 | position: absolute; |
---|
365 | border-color: transparent; |
---|
366 | border-style: solid; |
---|
367 | border-width: 6px; |
---|
368 | height: 0; |
---|
369 | width: 0; |
---|
370 | } |
---|
371 | |
---|
372 | #tiptip_holder.tip_top #tiptip_arrow { |
---|
373 | border-top-color: #fff; |
---|
374 | border-top-color: rgba(255,255,255,0.35); |
---|
375 | } |
---|
376 | |
---|
377 | #tiptip_holder.tip_bottom #tiptip_arrow { |
---|
378 | border-bottom-color: #fff; |
---|
379 | border-bottom-color: rgba(255,255,255,0.35); |
---|
380 | } |
---|
381 | |
---|
382 | #tiptip_holder.tip_right #tiptip_arrow { |
---|
383 | border-right-color: #fff; |
---|
384 | border-right-color: rgba(255,255,255,0.35); |
---|
385 | } |
---|
386 | |
---|
387 | #tiptip_holder.tip_left #tiptip_arrow { |
---|
388 | border-left-color: #fff; |
---|
389 | border-left-color: rgba(255,255,255,0.35); |
---|
390 | } |
---|
391 | |
---|
392 | #tiptip_holder.tip_top #tiptip_arrow_inner { |
---|
393 | margin-top: -7px; |
---|
394 | margin-left: -6px; |
---|
395 | border-top-color: rgb(25,25,25); |
---|
396 | border-top-color: rgba(25,25,25,0.92); |
---|
397 | } |
---|
398 | |
---|
399 | #tiptip_holder.tip_bottom #tiptip_arrow_inner { |
---|
400 | margin-top: -5px; |
---|
401 | margin-left: -6px; |
---|
402 | border-bottom-color: rgb(25,25,25); |
---|
403 | border-bottom-color: rgba(25,25,25,0.92); |
---|
404 | } |
---|
405 | |
---|
406 | #tiptip_holder.tip_right #tiptip_arrow_inner { |
---|
407 | margin-top: -6px; |
---|
408 | margin-left: -5px; |
---|
409 | border-right-color: rgb(25,25,25); |
---|
410 | border-right-color: rgba(25,25,25,0.92); |
---|
411 | } |
---|
412 | |
---|
413 | #tiptip_holder.tip_left #tiptip_arrow_inner { |
---|
414 | margin-top: -6px; |
---|
415 | margin-left: -7px; |
---|
416 | border-left-color: rgb(25,25,25); |
---|
417 | border-left-color: rgba(25,25,25,0.92); |
---|
418 | } |
---|
419 | |
---|
420 | /* Webkit Hacks */ |
---|
421 | @media screen and (-webkit-min-device-pixel-ratio:0) { |
---|
422 | #tiptip_content { |
---|
423 | padding: 4px 8px 5px 8px; |
---|
424 | background-color: rgba(45,45,45,0.88); |
---|
425 | } |
---|
426 | #tiptip_holder.tip_bottom #tiptip_arrow_inner { |
---|
427 | border-bottom-color: rgba(45,45,45,0.88); |
---|
428 | } |
---|
429 | #tiptip_holder.tip_top #tiptip_arrow_inner { |
---|
430 | border-top-color: rgba(20,20,20,0.92); |
---|
431 | } |
---|
432 | } |
---|