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