source: extensions/floPure/theme/sky/theme.css @ 3333

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

first commit

File size: 7.0 KB
Line 
1/* $Id: theme.css 1900 2007-07-12 flop25 $ */
2/* text color */
3BODY, H1, H2, H3, DT,
4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
5  color:#454545;        /* dimgray */
6}
7
8/* backgrounds */
9BODY {
10        background-image: url(images/ciel_003.jpg);
11        background-color: #4C9BDE;
12        background-position: top;
13        background-repeat: repeat-x;
14}
15
16/* BODY {
17        background-image: url(images/background6.jpg);
18        background-position:center;
19        background-repeat:repeat-y;
20        background-color:#b4e2ef;
21}
22
23Utiliser aussi /use also : background2.jpg sky.jpg ou sky2.jpg :
24BODY {
25        background-image: url(images/sky.jpg); => ou votre propre image/or your own picture !
26}
27Ou /or
28BODY {
29        background-image: url(images/background.jpg);
30        background-position:center;
31        background-repeat:repeat-y;
32        background-color:#a5d3e1;
33}
34
35b4e2ef
36*/
37
38H3, .throw {
39  background-color: #EDF0F3;   
40}
41/*
42 {
43background-color: #CAD8E1
44}
45*/
46#admin_content, #autre_content, .row1 {
47        background-image: url(images/background5.jpg);
48        background-position:center;
49        background-repeat:repeat-y;
50        background-color:#a8d7eb;
51}
52.header_notes/*, .content*/{
53  background-color: #CAD8E1;
54}
55H2{
56        background-color: #FFFFFF;
57}
58#imageHeaderBar H2 {
59        background: transparent;
60        margin-top: 25px;
61}
62 #imageHeaderBar {
63        background-image: url(images/haut_milieu.jpg);
64        background-position:top;
65        background-repeat:repeat-x;
66        background-color:#FFFFFF;
67        padding-top: 7px;
68         }
69          #imageToolBar {
70                background-color:#FFFFFF;
71 background-image: url(images/bas_milieu.jpg);
72 background-position: bottom;
73 background-repeat:repeat-x;
74}
75/* positionnement */
76#menubar DL, #menubar DT, #the_page, BODY {
77        margin: 0px;
78        padding: 0px;
79}
80
81
82/* backgrounds section right */
83#section_up_left{
84        background-image: url(images/haut_gauche.png);
85        background-position:bottom;
86        background-repeat:no-repeat;
87        width:15px;
88         height:32px;
89}
90#section_up_right{
91    background-image: url(images/haut_droit.png);
92        background-position:bottom;
93        background-repeat:no-repeat;
94        width:15px;
95         height:32px;
96}
97#section_up{
98 background-image: url(images/haut_milieu.jpg);
99 background-position:bottom;
100 background-repeat:repeat-x;
101         height:32px;
102}
103#section_left{
104 background-image: url(images/milieu_gauche.jpg);
105 background-repeat:repeat-y;
106        width:15px;
107}
108#section_right{
109 background-image: url(images/milieu_droit.jpg);
110 background-repeat:repeat-y;
111        width:15px;
112}
113
114#section_in {
115        background-color: #FFFFFF;
116}
117
118#section_bottom_left{
119 background-image: url(images/bas_gauche.png);
120 background-position:top;
121 background-repeat:no-repeat;
122 width:15px;
123 height:15px;
124}
125#section_bottom_right{
126 background-image: url(images/bas_droit.png);
127 background-position:top;
128 background-repeat:no-repeat;
129 width:15px;
130 height:15px;
131}
132#section_bottom{
133 background-image: url(images/bas_milieu.jpg);
134 background-position:top;
135 background-repeat:repeat-x;
136  height:15px;
137}
138
139/*--------menu--------------*/
140#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
141width:100%;
142border:0;
143padding:0;
144margin:5px 0 0 0 ;
145}
146
147/* backgrounds menu */
148
149.blocmenu_up_right{
150        background-image: url(images/c2_haut_droit.png);
151        background-position:bottom;
152        background-repeat:no-repeat;
153        width:15px;
154         height:32px;
155}
156.blocmenu_up_left{
157        background-image: url(images/c2_haut_gauche.png);
158        background-position:bottom;
159        background-repeat:no-repeat;
160        width:15px;
161         height:32px;
162}
163.blocmenu_up{
164 background-image: url(images/c2_haut_milieu.jpg);
165 background-position:bottom;
166 background-repeat:repeat-x;
167         height:32px;
168}
169
170.blocmenu_in{
171        background-color:#FFFFFF;
172}
173 .blocmenu_left{
174 background-image: url(images/milieu_gauche.jpg);
175 background-repeat:repeat-y;
176        width:15px;
177}
178.blocmenu_right{
179 background-image: url(images/milieu_droit.jpg);
180 background-repeat:repeat-y;
181        width:15px;
182}
183.blocmenu_bottom_right{
184 background-image: url(images/c2_bas_droit.png);
185 background-position:top;
186 background-repeat:no-repeat;
187 width:15px;
188 height:15px;
189}
190.blocmenu_bottom_left{
191 background-image: url(images/c2_bas_gauche.png);
192 background-position:top;
193 background-repeat:no-repeat;
194 width:15px;
195 height:15px;
196}
197.blocmenu_bottom{
198 background-image: url(images/c2_bas_milieu.jpg);
199 background-position:top;
200 background-repeat:repeat-x;
201  height:15px;
202}
203/* borders */
204/*#menubar DL, #content,*/
205#imageToolBar, 
206#comments DIV.comment BLOCKQUOTE {
207  border: 1px solid #FFF;
208}
209.randomButtons {
210        border-right-width: 1px;
211        border-right-style: solid;
212        border-right-color: #FFFFFF;
213}
214#theImage IMG {
215  border-color: #d3d3d3;
216}
217
218#content UL.thumbnail IMG {
219    border: 1px solid #a0a0a0;
220}
221
222FIELDSET, INPUT, SELECT, TEXTAREA,
223#content DIV.comment  A.illustration IMG, #infos,
224#content DIV.thumbnailCategory {
225  border: 1px solid gray;
226}
227
228#comments DIV.comment BLOCKQUOTE {
229  border-left: 2px solid #696969;
230  background-color: #eee;
231}
232
233#content UL.thumbnails SPAN.wrap2 {
234  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
235  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
236}
237
238#content UL.thumbnails SPAN.wrap2:hover,
239#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
240#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
241  background-color: #B0C2D3;
242  border-color: #626F7B;                /* thumbnails border color when mouse cursor is over it */
243  color: black;
244}
245
246/* links */
247A, INPUT.rateButton {
248    color: #005e89;
249    background: transparent;
250}
251
252A:hover, INPUT.rateButton:hover {
253    color: #696969;
254}
255
256#imageToolBar A, #imageToolBar A:hover {
257    border-bottom: none;
258}
259
260A.navThumb, A.navThumb:hover {
261    border-bottom: none;
262}
263
264/* others */
265.pleaseNote {
266    background: #9c9c9c;
267    color: #ffff99;
268    padding: 1ex;
269    font-weight: bold;
270}
271#comments {
272        background-repeat:repeat;
273        border:1px solid #CCCCCC;
274        margin-top: 20px;
275        margin-right: 30px;
276        margin-bottom: 2em;
277        margin-left: 30px;
278}
279#comments .description {
280  border-left: 2px solid #696969;
281  background-color: #fff;
282  color:#696969;
283}
284#comments HR {
285display:none;
286}
287
288/*calendar elements*/
289SPAN.calItemEmpty { color: silver; }
290
291SPAN.calItem, SPAN.calItemEmpty
292{
293  border: 1px solid silver;
294}
295
296/* nice looking month calendar*/
297TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
298
299TD.calDayCellEmpty { color: silver; }
300
301.calBackDate { color: #000; }
302.calForeDate { color: #fff; }
303.virtual_cat { background: #fff !important; }
304.qsearch { font-size: 80%; font-style: normal; }
305#mbMenu #quicksearch > p { text-align: left; }
306#qsearchInput { color: #d3d3d3; }
307#qsearchInput:focus { color: #005e89; }
308
309.tabsheet li,
310.tabsheet li a { color: #005e89; }
311.tabsheet li a:hover { color: #858460; }
312.tabsheet li { background-color: #DEE5ED; }
313.selected_tab { background-color: #FFFFFF!important; }
314ul.tabsheet { border-color: #858460; }
315.tabsheet li { border: 1px solid #696969; }
316.tabsheet li:hover { border-color: #858460 !important; }
Note: See TracBrowser for help on using the repository browser.