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

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

first commit

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