source: extensions/floOS/OS_glass_dark/theme.css @ 12645

Last change on this file since 12645 was 12645, checked in by flop25, 12 years ago

tipTip.css include in theme.css

File size: 9.3 KB
Line 
1/* ---------------------------------------------------------------------------
2Thème OS_glass_dark
3
4theme-enfant de OS_default
5
6by flop25 http://www.planete-flop.fr/
7------------------------------------------------------------------------------ */
8
9@import "tiptip/tipTip.css" ;
10/* text color */
11BODY, H1, H2, H3, DT,
12INPUT.rateButtonSelected  {
13  color:#fff;
14}
15
16/* backgrounds */
17H3, .throw {
18  background-color: #ffffff;    /* white */
19}
20body {
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}
29BODY#theCommentsPage .content,
30BODY#theUploadPage .content,
31BODY#theRegisterPage .content,
32BODY#theIdentificationPage .content,
33BODY#theProfilePage .content,
34BODY#theSearchPage .content,
35BODY#theAboutPage .content,
36BODY#thePopuphelpPage .content,
37BODY#thePasswordPage .content,
38BODY#theNotificationPage .content,
39BODY#theTagsPage .content,
40BODY#theNBMPage .content
41{
42background: transparent url(images/section_in.png) repeat top center;
43}
44H2, .row1 {
45  background-color: #d3d3d3;
46}
47
48.header_notes {
49  background-color: #eeeeee;
50}
51#the_page > #comments {
52background: 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 {
66background-image: url(images/vignette.png);
67background-color:transparent;
68background-repeat:no-repeat;
69background-position:top left;
70width:144px;
71height: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
165ul#Menu, ul#Menu li
166{
167        background:transparent;
168}
169ul#Menu li:hover
170{
171color: #fff;
172background-image: url(images/fondMenuSurvol.gif);
173background-repeat:repeat-x;
174background-position:center;
175background-color:transparent;
176        text-decoration: none;
177    border-bottom: none;
178}
179/* menubar */
180#menubar DL, #section_in{
181background: 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
205FIELDSET, 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 */
225A, INPUT.rateButton {
226    color: #fff;
227    background: transparent;
228}
229
230A: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
240A.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 {
262background:transparent;
263color:#FFFFFF
264}
265#imageHeaderBar, #imageHeaderBar A {
266color:#FFFFFF;
267}
268#imageToolBar .randomButtons, #imageToolBar .navButtons {
269background:transparent;
270}
271#imageToolBar .navButtons {
272background: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 {
282background-image: url(images/fondMenuSurvol.gif);
283background-repeat:repeat-x;
284background-position:center;
285background-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*/
314SPAN.calItem, SPAN.calItemEmpty
315{
316  border: 1px solid silver;
317}
318
319.virtual_cat { background: #fff !important; }
320#mbMenu #quicksearch > p { text-align: left; }
321form p { text-align:center; }
322#qsearchInput { color: #000; }
323#qsearchInput:focus { color: #000; }
324UL.tabsheet LI.normal_tab { background-color: #d3d3d3; }
325UL.tabsheet LI.selected_tab { background-color: #eeeeee; }
326
327UL.tabsheet, UL.tabsheet LI {border-color: gray;}
328UL.tabsheet LI.normal_tab:hover { border-color: black; }
329
330/* TipTip CSS - Version 1.2 */
331
332#tiptip_holder {
333        display: none;
334        position: absolute;
335        top: 0;
336        left: 0;
337        z-index: 99999;
338}
339
340#tiptip_holder.tip_top {
341        padding-bottom: 5px;
342}
343
344#tiptip_holder.tip_bottom {
345        padding-top: 5px;
346}
347
348#tiptip_holder.tip_right {
349        padding-left: 5px;
350}
351
352#tiptip_holder.tip_left {
353        padding-right: 5px;
354}
355
356#tiptip_content {
357        font-size: 11px;
358        color: #fff;
359        text-shadow: 0 0 2px #000;
360        padding: 4px 8px;
361        border: 1px solid rgba(255,255,255,0.25);
362        background-color: rgb(25,25,25);
363        background-color: rgba(25,25,25,0.92);
364        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
365        border-radius: 3px;
366        -webkit-border-radius: 3px;
367        -moz-border-radius: 3px;
368        box-shadow: 0 0 3px #555;
369        -webkit-box-shadow: 0 0 3px #555;
370        -moz-box-shadow: 0 0 3px #555;
371}
372
373#tiptip_arrow, #tiptip_arrow_inner {
374        position: absolute;
375        border-color: transparent;
376        border-style: solid;
377        border-width: 6px;
378        height: 0;
379        width: 0;
380}
381
382#tiptip_holder.tip_top #tiptip_arrow {
383        border-top-color: #fff;
384        border-top-color: rgba(255,255,255,0.35);
385}
386
387#tiptip_holder.tip_bottom #tiptip_arrow {
388        border-bottom-color: #fff;
389        border-bottom-color: rgba(255,255,255,0.35);
390}
391
392#tiptip_holder.tip_right #tiptip_arrow {
393        border-right-color: #fff;
394        border-right-color: rgba(255,255,255,0.35);
395}
396
397#tiptip_holder.tip_left #tiptip_arrow {
398        border-left-color: #fff;
399        border-left-color: rgba(255,255,255,0.35);
400}
401
402#tiptip_holder.tip_top #tiptip_arrow_inner {
403        margin-top: -7px;
404        margin-left: -6px;
405        border-top-color: rgb(25,25,25);
406        border-top-color: rgba(25,25,25,0.92);
407}
408
409#tiptip_holder.tip_bottom #tiptip_arrow_inner {
410        margin-top: -5px;
411        margin-left: -6px;
412        border-bottom-color: rgb(25,25,25);
413        border-bottom-color: rgba(25,25,25,0.92);
414}
415
416#tiptip_holder.tip_right #tiptip_arrow_inner {
417        margin-top: -6px;
418        margin-left: -5px;
419        border-right-color: rgb(25,25,25);
420        border-right-color: rgba(25,25,25,0.92);
421}
422
423#tiptip_holder.tip_left #tiptip_arrow_inner {
424        margin-top: -6px;
425        margin-left: -7px;
426        border-left-color: rgb(25,25,25);
427        border-left-color: rgba(25,25,25,0.92);
428}
429
430/* Webkit Hacks  */
431@media screen and (-webkit-min-device-pixel-ratio:0) { 
432        #tiptip_content {
433                padding: 4px 8px 5px 8px;
434                background-color: rgba(45,45,45,0.88);
435        }
436        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
437                border-bottom-color: rgba(45,45,45,0.88);
438        }
439        #tiptip_holder.tip_top #tiptip_arrow_inner { 
440                border-top-color: rgba(20,20,20,0.92);
441        }
442}
Note: See TracBrowser for help on using the repository browser.