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

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

sprite for icons/ old icons deleted
adding an about msg
few other changes

File size: 6.7 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(../../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
Note: See TracBrowser for help on using the repository browser.