source: extensions/floOS/OS_glass_clear/theme.css @ 9822

Last change on this file since 9822 was 9822, checked in by flop25, 13 years ago

resolved a bug for the display of thumbnails

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