source: extensions/floOS/OS_glass/theme.css @ 15941

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

tiptip popup displayed only if a title exists
css for menu
dimensions of thumbnails set to !important

File size: 9.5 KB
Line 
1/* ---------------------------------------------------------------------------
2Thème OS_glass
3
4theme-enfant de OS_default
5
6by flop25 http://www.planete-flop.fr/
7------------------------------------------------------------------------------ */
8
9
10/* text color */
11BODY, H1, H2, H3, DT,
12INPUT.rateButtonSelected  {
13  color:#000033;
14}
15
16/* backgrounds */
17body {
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}
26BODY#theCommentsPage .content,
27BODY#theUploadPage .content,
28BODY#theRegisterPage .content,
29BODY#theIdentificationPage .content,
30BODY#theProfilePage .content,
31BODY#theSearchPage .content,
32BODY#theAboutPage .content,
33BODY#thePopuphelpPage .content,
34BODY#thePasswordPage .content,
35BODY#theNotificationPage .content,
36BODY#theTagsPage .content,
37BODY#theNBMPage .content
38{
39background: transparent url(images/section_in.png) repeat top center;
40}
41H2, .row1 {
42  background-color: #d3d3d3;
43}
44
45.header_notes {
46  background-color: #eeeeee;
47}
48#comments {
49background: 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
131ul#Menu, ul#Menu li
132{
133        background:transparent;
134}
135ul#Menu li:hover
136{
137color: #fff;
138background-image: url(images/fondMenuSurvol.gif);
139background-repeat:repeat-x;
140background-position:center;
141background-color:transparent;
142        text-decoration: none;
143    border-bottom: none;
144}
145/* menubar */
146#menubar DL, #section_in{
147background: 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
171FIELDSET, 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 */
198A, INPUT.rateButton {
199    color: #000033;
200    background: transparent;
201}
202
203A:hover, INPUT.rateButton:hover {
204    color: #000000;
205}
206
207#imageToolBar A, #imageToolBar A:hover {
208    border-bottom: none;
209}
210
211A.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 {
230background:transparent;
231color:#FFFFFF
232}
233#imageHeaderBar, #imageHeaderBar A {
234color:#FFFFFF;
235}
236#imageToolBar .randomButtons, #imageToolBar .navButtons {
237background:transparent;
238}
239#imageToolBar .navButtons {
240background: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 {
251background-image: url(images/fondMenuSurvol.gif);
252background-repeat:repeat-x;
253background-position:center;
254background-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, #sortOrderBox {
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, #sortOrderBox A:hover {
298        text-shadow: 0 0 2px #000;
299}
300
301/*calendar elements*/
302SPAN.calItem, SPAN.calItemEmpty
303{
304  border: 1px solid silver;
305}
306
307.virtual_cat { background: #fff !important; }
308#mbMenu #quicksearch > p { text-align: left; }
309form p { text-align:center; }
310#qsearchInput { color: #000; }
311#qsearchInput:focus { color: #000; }
312
313UL.tabsheet LI.normal_tab { background-color: #d3d3d3; }
314UL.tabsheet LI.selected_tab { background-color: #eeeeee; }
315
316UL.tabsheet, UL.tabsheet LI {border-color: gray;}
317UL.tabsheet LI.normal_tab:hover { border-color: black; }
318
319/* TipTip CSS - Version 1.2 */
320
321#tiptip_holder {
322        display: none;
323        position: absolute;
324        top: 0;
325        left: 0;
326        z-index: 99999;
327}
328
329#tiptip_holder.tip_top {
330        padding-bottom: 5px;
331}
332
333#tiptip_holder.tip_bottom {
334        padding-top: 5px;
335}
336
337#tiptip_holder.tip_right {
338        padding-left: 5px;
339}
340
341#tiptip_holder.tip_left {
342        padding-right: 5px;
343}
344
345#tiptip_content {
346        font-size: 11px;
347        color: #fff;
348        text-shadow: 0 0 2px #000;
349        padding: 4px 8px;
350        border: 1px solid rgba(255,255,255,0.25);
351        background-color: rgb(25,25,25);
352        background-color: rgba(25,25,25,0.92);
353        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
354        border-radius: 3px;
355        -webkit-border-radius: 3px;
356        -moz-border-radius: 3px;
357        box-shadow: 0 0 3px #555;
358        -webkit-box-shadow: 0 0 3px #555;
359        -moz-box-shadow: 0 0 3px #555;
360}
361
362#tiptip_arrow, #tiptip_arrow_inner {
363        position: absolute;
364        border-color: transparent;
365        border-style: solid;
366        border-width: 6px;
367        height: 0;
368        width: 0;
369}
370
371#tiptip_holder.tip_top #tiptip_arrow {
372        border-top-color: #fff;
373        border-top-color: rgba(255,255,255,0.35);
374}
375
376#tiptip_holder.tip_bottom #tiptip_arrow {
377        border-bottom-color: #fff;
378        border-bottom-color: rgba(255,255,255,0.35);
379}
380
381#tiptip_holder.tip_right #tiptip_arrow {
382        border-right-color: #fff;
383        border-right-color: rgba(255,255,255,0.35);
384}
385
386#tiptip_holder.tip_left #tiptip_arrow {
387        border-left-color: #fff;
388        border-left-color: rgba(255,255,255,0.35);
389}
390
391#tiptip_holder.tip_top #tiptip_arrow_inner {
392        margin-top: -7px;
393        margin-left: -6px;
394        border-top-color: rgb(25,25,25);
395        border-top-color: rgba(25,25,25,0.92);
396}
397
398#tiptip_holder.tip_bottom #tiptip_arrow_inner {
399        margin-top: -5px;
400        margin-left: -6px;
401        border-bottom-color: rgb(25,25,25);
402        border-bottom-color: rgba(25,25,25,0.92);
403}
404
405#tiptip_holder.tip_right #tiptip_arrow_inner {
406        margin-top: -6px;
407        margin-left: -5px;
408        border-right-color: rgb(25,25,25);
409        border-right-color: rgba(25,25,25,0.92);
410}
411
412#tiptip_holder.tip_left #tiptip_arrow_inner {
413        margin-top: -6px;
414        margin-left: -7px;
415        border-left-color: rgb(25,25,25);
416        border-left-color: rgba(25,25,25,0.92);
417}
418
419/* Webkit Hacks  */
420@media screen and (-webkit-min-device-pixel-ratio:0) { 
421        #tiptip_content {
422                padding: 4px 8px 5px 8px;
423                background-color: rgba(45,45,45,0.88);
424        }
425        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
426                border-bottom-color: rgba(45,45,45,0.88);
427        }
428        #tiptip_holder.tip_top #tiptip_arrow_inner { 
429                border-top-color: rgba(20,20,20,0.92);
430        }
431}
Note: See TracBrowser for help on using the repository browser.