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

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

config var extend : for dynamic_tab
adding the ability to create a local file : themeconf_local.inc.php
adding tiptip for icons
language code in smarty tag changed -> I hate that change !!

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