1 | /* --------------------------------------------------------------------------- |
---|
2 | Thème OS_glass_dark |
---|
3 | |
---|
4 | theme-enfant de OS_default |
---|
5 | |
---|
6 | by flop25 http://www.planete-flop.fr/ |
---|
7 | ------------------------------------------------------------------------------ */ |
---|
8 | |
---|
9 | @import "tiptip/tipTip.css" ; |
---|
10 | /* text color */ |
---|
11 | BODY, H1, H2, H3, DT, |
---|
12 | INPUT.rateButtonSelected { |
---|
13 | color:#fff; |
---|
14 | } |
---|
15 | |
---|
16 | /* backgrounds */ |
---|
17 | H3, .throw { |
---|
18 | background-color: #ffffff; /* white */ |
---|
19 | } |
---|
20 | body { |
---|
21 | background-image: url(images/back1.jpg); |
---|
22 | background-repeat: no-repeat; |
---|
23 | background-position: bottom center; |
---|
24 | background-attachment:fixed; |
---|
25 | font-size:0.7em; |
---|
26 | font-family: Verdana,Arial,Helvetica,sans-serif; |
---|
27 | background-color: #000; |
---|
28 | } |
---|
29 | BODY#theCommentsPage .content, |
---|
30 | BODY#theUploadPage .content, |
---|
31 | BODY#theRegisterPage .content, |
---|
32 | BODY#theIdentificationPage .content, |
---|
33 | BODY#theProfilePage .content, |
---|
34 | BODY#theSearchPage .content, |
---|
35 | BODY#theAboutPage .content, |
---|
36 | BODY#thePopuphelpPage .content, |
---|
37 | BODY#thePasswordPage .content, |
---|
38 | BODY#theNotificationPage .content, |
---|
39 | BODY#theTagsPage .content, |
---|
40 | BODY#theNBMPage .content |
---|
41 | { |
---|
42 | background: transparent url(images/section_in.png) repeat top center; |
---|
43 | } |
---|
44 | H2, .row1 { |
---|
45 | background-color: #d3d3d3; |
---|
46 | } |
---|
47 | |
---|
48 | .header_notes { |
---|
49 | background-color: #eeeeee; |
---|
50 | } |
---|
51 | #the_page > #comments { |
---|
52 | background: transparent url(images/section_in.png) repeat top center; |
---|
53 | } |
---|
54 | #comments H3, .titrePage h2, #section_in h2 { |
---|
55 | background-image: url(images/fondMenu2.gif); |
---|
56 | background-repeat:repeat-x; |
---|
57 | background-color:#000; |
---|
58 | color: #fff; |
---|
59 | } |
---|
60 | |
---|
61 | .content DIV.thumbnailCategory { |
---|
62 | background-image: url(../OS_default/icon/menu/folder.png);background-position: left bottom; |
---|
63 | background-repeat:no-repeat; |
---|
64 | } |
---|
65 | .content ul.thumbnails span.wrap2 { |
---|
66 | background-image: url(images/vignette.png); |
---|
67 | background-color:transparent; |
---|
68 | background-repeat:no-repeat; |
---|
69 | background-position:top left; |
---|
70 | width:144px; |
---|
71 | height:144px; |
---|
72 | } |
---|
73 | .content ul.thumbnails span.wrap1 { |
---|
74 | width:144px; |
---|
75 | margin: 5px; |
---|
76 | } |
---|
77 | .thumbnails span, .thumbnails .wrap2 a, .thumbnails label { |
---|
78 | width: 145px; |
---|
79 | } |
---|
80 | .illustration IMG { |
---|
81 | max-height:128px; |
---|
82 | } |
---|
83 | .wrap2 IMG { |
---|
84 | max-height:128px; |
---|
85 | max-width:128px; |
---|
86 | } |
---|
87 | |
---|
88 | /* header */ |
---|
89 | #theHeader { |
---|
90 | background-image: url(images/header3.jpg); |
---|
91 | background-position:center top; |
---|
92 | background-repeat:no-repeat; |
---|
93 | background-color: #000000; |
---|
94 | color:#FFFFFF; |
---|
95 | font-size:1.2em; |
---|
96 | font-weight:bold; |
---|
97 | height:105px; |
---|
98 | } |
---|
99 | #theHeader H1 { |
---|
100 | color:#FFFFFF; |
---|
101 | font-weight:bold; |
---|
102 | } |
---|
103 | |
---|
104 | /* contenu "section" */ |
---|
105 | #section_up_left{ |
---|
106 | background-image: url(images/section_up_left.png); |
---|
107 | background-position:right bottom; |
---|
108 | background-repeat:no-repeat; |
---|
109 | height:50px; |
---|
110 | width:18px; |
---|
111 | } |
---|
112 | #section_up { |
---|
113 | background-image: url(images/section_up.png); |
---|
114 | background-position:bottom; |
---|
115 | background-repeat:repeat-x; |
---|
116 | height:50px; |
---|
117 | } |
---|
118 | #section_up_right{ |
---|
119 | background-image: url(images/section_up_right.png); |
---|
120 | background-position:left bottom; |
---|
121 | background-repeat:no-repeat; |
---|
122 | height:50px; |
---|
123 | width:20px; |
---|
124 | } |
---|
125 | #section_left{ |
---|
126 | background-image: url(images/section_left.png); |
---|
127 | background-position:right; |
---|
128 | background-repeat:repeat-y; |
---|
129 | width:18px; |
---|
130 | } |
---|
131 | #section_bottom_left{ |
---|
132 | background-image: url(images/section_bottom_left.png); |
---|
133 | background-position:top right; |
---|
134 | background-repeat:no-repeat; |
---|
135 | height:20px; |
---|
136 | width:18px; |
---|
137 | } |
---|
138 | #section_bottom { |
---|
139 | background-image: url(images/section_bottom.png); |
---|
140 | background-position:top; |
---|
141 | background-repeat:repeat-x; |
---|
142 | height:20px; |
---|
143 | } |
---|
144 | #section_bottom_right{ |
---|
145 | background-image: url(images/section_bottom_right.png); |
---|
146 | background-position:left top; |
---|
147 | background-repeat:no-repeat; |
---|
148 | height:20px; |
---|
149 | width:20px; |
---|
150 | } |
---|
151 | #section_right{ |
---|
152 | background-image: url(images/section_right.png); |
---|
153 | background-repeat:repeat-y; |
---|
154 | background-position:left; |
---|
155 | width:18px; |
---|
156 | } |
---|
157 | |
---|
158 | |
---|
159 | /* menu Haut*/ |
---|
160 | #div_Menu { |
---|
161 | background-image: url(images/fondMenu2.gif); |
---|
162 | background-repeat:repeat-x; |
---|
163 | } |
---|
164 | |
---|
165 | ul#Menu, ul#Menu li |
---|
166 | { |
---|
167 | background:transparent; |
---|
168 | } |
---|
169 | ul#Menu li:hover |
---|
170 | { |
---|
171 | color: #fff; |
---|
172 | background-image: url(images/fondMenuSurvol.gif); |
---|
173 | background-repeat:repeat-x; |
---|
174 | background-position:center; |
---|
175 | background-color:transparent; |
---|
176 | text-decoration: none; |
---|
177 | border-bottom: none; |
---|
178 | } |
---|
179 | /* menubar */ |
---|
180 | #menubar DL, #section_in{ |
---|
181 | background: transparent url(images/section_in.png) repeat top center; |
---|
182 | } |
---|
183 | #menubar DT{ |
---|
184 | background-image: url(images/fondMenu2.gif); |
---|
185 | background-repeat:repeat-x; |
---|
186 | background-color:#002024; |
---|
187 | } |
---|
188 | |
---|
189 | /* borders */ |
---|
190 | #menubar DL { |
---|
191 | border: 2px solid #002024; |
---|
192 | } |
---|
193 | |
---|
194 | #theImage IMG { |
---|
195 | border-color: #fff; |
---|
196 | } |
---|
197 | #linkNext, #linkPrev { |
---|
198 | border: 2px solid #fff; |
---|
199 | } |
---|
200 | |
---|
201 | .content UL.thumbnail IMG { |
---|
202 | border: 1px solid #a0a0a0; |
---|
203 | } |
---|
204 | |
---|
205 | FIELDSET, INPUT, SELECT, TEXTAREA, |
---|
206 | .content DIV.comment A.illustration IMG { |
---|
207 | border: 1px solid #fff; |
---|
208 | } |
---|
209 | |
---|
210 | #comments DIV.comment BLOCKQUOTE { |
---|
211 | border-left: 2px solid #696969; |
---|
212 | } |
---|
213 | |
---|
214 | /* |
---|
215 | .content UL.thumbnails SPAN.wrap2:hover,*/ |
---|
216 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover, |
---|
217 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
218 | border-color: #002024; |
---|
219 | color: #42B4FF; |
---|
220 | } |
---|
221 | .illustration IMG { |
---|
222 | border: 2px solid #FFFFFF; |
---|
223 | } |
---|
224 | /* links */ |
---|
225 | A, INPUT.rateButton { |
---|
226 | color: #fff; |
---|
227 | background: transparent; |
---|
228 | } |
---|
229 | |
---|
230 | A:hover, INPUT.rateButton:hover { |
---|
231 | color: #42B4FF; |
---|
232 | border-bottom: none; |
---|
233 | font-weight:bold; |
---|
234 | } |
---|
235 | |
---|
236 | #imageToolBar A, #imageToolBar A:hover { |
---|
237 | border-bottom: none; |
---|
238 | } |
---|
239 | |
---|
240 | A.navThumb, A.navThumb:hover { |
---|
241 | border-bottom: none; |
---|
242 | } |
---|
243 | #div_Menu A { |
---|
244 | color:#FFFFFF; |
---|
245 | text-decoration: none; |
---|
246 | } |
---|
247 | #div_Menu A:hover { |
---|
248 | text-decoration: none; |
---|
249 | border-bottom: none; |
---|
250 | } |
---|
251 | .header_notes A { |
---|
252 | color: #333; |
---|
253 | } |
---|
254 | /* Picture */ |
---|
255 | #imageHeaderBar { |
---|
256 | background-image: url(images/fondblack2.png); |
---|
257 | background-repeat:repeat-x; |
---|
258 | background-position: center top; |
---|
259 | background-color: #000000; |
---|
260 | } |
---|
261 | #imageHeaderBar h2 { |
---|
262 | background:transparent; |
---|
263 | color:#FFFFFF |
---|
264 | } |
---|
265 | #imageHeaderBar, #imageHeaderBar A { |
---|
266 | color:#FFFFFF; |
---|
267 | } |
---|
268 | #imageToolBar .randomButtons, #imageToolBar .navButtons { |
---|
269 | background:transparent; |
---|
270 | } |
---|
271 | #imageToolBar .navButtons { |
---|
272 | background:transparent; |
---|
273 | |
---|
274 | } |
---|
275 | #imageToolBar { |
---|
276 | background-image: url(images/fondblack_bas.png); |
---|
277 | background-repeat:repeat-x; |
---|
278 | background-position: center bottom; |
---|
279 | background-color: #000000; |
---|
280 | } |
---|
281 | #imageToolBar A:hover { |
---|
282 | background-image: url(images/fondMenuSurvol.gif); |
---|
283 | background-repeat:repeat-x; |
---|
284 | background-position:center; |
---|
285 | background-color:transparent; |
---|
286 | } |
---|
287 | #action_pict { |
---|
288 | border: 2px solid #FFFFFF; |
---|
289 | background: transparent url(images/back_actionpict.png) bottom center no-repeat; |
---|
290 | color:#fff; |
---|
291 | font-weight:bold; |
---|
292 | } |
---|
293 | #imageToolBar { |
---|
294 | height: 60px; |
---|
295 | } |
---|
296 | #imageToolBar #thumbPrev, #imageToolBar #thumbNext { |
---|
297 | margin-left:5px; |
---|
298 | margin-right:5px; |
---|
299 | display:inline; |
---|
300 | width:auto; |
---|
301 | } |
---|
302 | #imageToolBar #thumbCurrent { |
---|
303 | margin-left:5px; |
---|
304 | margin-right:5px; |
---|
305 | display:inline; |
---|
306 | width:auto; |
---|
307 | } |
---|
308 | #imageToolBar #linkPrev, #imageToolBar #thumbCurrent, #imageToolBar #linkNext { |
---|
309 | border:#FFF solid 2px; |
---|
310 | width:auto; |
---|
311 | } |
---|
312 | |
---|
313 | /*calendar elements*/ |
---|
314 | SPAN.calItem, SPAN.calItemEmpty |
---|
315 | { |
---|
316 | border: 1px solid silver; |
---|
317 | } |
---|
318 | |
---|
319 | .virtual_cat { background: #fff !important; } |
---|
320 | #mbMenu #quicksearch > p { text-align: left; } |
---|
321 | form p { text-align:center; } |
---|
322 | #qsearchInput { color: #000; } |
---|
323 | #qsearchInput:focus { color: #000; } |
---|
324 | UL.tabsheet LI.normal_tab { background-color: #d3d3d3; } |
---|
325 | UL.tabsheet LI.selected_tab { background-color: #eeeeee; } |
---|
326 | |
---|
327 | UL.tabsheet, UL.tabsheet LI {border-color: gray;} |
---|
328 | UL.tabsheet LI.normal_tab:hover { border-color: black; } |
---|
329 | |
---|
330 | /*______________-------------------___________________________---------*/ |
---|