source: extensions/floOS/theme/glass_dark_2/theme.css @ 3744

Last change on this file since 3744 was 3744, checked in by flop25, 15 years ago

-color text comments title
-correct bug ie "notation not visible"

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