source: extensions/floPure/Pure_freaky/theme.css @ 6862

Last change on this file since 6862 was 6861, checked in by flop25, 14 years ago

version 1.0.0 for pwg 2.1.x

File size: 7.2 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/76.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.stuffs_block {
114margin-bottom:5px!important;
115}
116/*--------menu--------------*/
117#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
118width:100%;
119border:0;
120padding:0;
121margin:0;
122}
123
124/* backgrounds menu */
125
126.blocmenu_up_right{
127 background-image: url(images/content_up_right.png);
128 background-repeat:no-repeat;
129 background-position:left bottom;
130 width:22px;
131 height:14px;
132}
133.blocmenu_up_left{
134 background-image: url(images/content_up_left.png);
135  background-position:right bottom;
136  background-repeat:no-repeat;
137 width:22px;
138 height:14px;
139}
140.blocmenu_up{
141 background-image: url(images/content_up.png);
142   background-position:bottom;
143   background-repeat: repeat-x;
144   height:14px;
145}
146
147.blocmenu_in {
148        background-image: url(images/content_in.png)!important;
149        background-repeat:repeat;
150        background-position:top;
151}
152.blocmenu_right {
153        background-image: url(images/content_right.png);
154        background-repeat:repeat-y;
155        background-position:left;
156}
157.blocmenu_left {
158        background-image: url(images/content_left.png);
159        background-repeat:repeat-y;
160        background-position:right;
161}
162.blocmenu_bottom_right{
163 background-image: url(images/content_bottom_right.png);
164 background-position:left top;
165 background-repeat:no-repeat;
166 width:22px;
167 height:14px;
168}
169.blocmenu_bottom_left{
170 background-image: url(images/content_bottom_left.png);
171 background-position:right top;
172 background-repeat:no-repeat;
173 width:22px;
174 height:14px;
175}
176.blocmenu_bottom{
177 background-image: url(images/content_bottom.png);
178 background-position:top;
179   background-repeat: repeat-x;
180  height:14px;
181}
182
183
184/* Footer */
185#copyright {
186        margin-bottom: 0px;
187        border-top-width: 3px;
188        border-top-style: double;
189        border-top-color: #a0a0a0;
190        padding: 4px;
191        font-weight:bold;
192}
193
194
195/* borders */
196/*#menubar DL, #content,*/
197#imageToolBar, 
198#comments DIV.comment BLOCKQUOTE {
199  border: 1px solid #d3d3d3;
200}
201
202#theImage IMG {
203  border-color: #d3d3d3;
204}
205
206#content UL.thumbnail IMG {
207    border: 1px solid #a0a0a0;
208}
209
210FIELDSET, INPUT, SELECT, TEXTAREA,
211#content DIV.comment  A.illustration IMG, #infos,
212#content DIV.thumbnailCategory {
213  border: 1px solid gray;
214}
215
216#comments DIV.comment BLOCKQUOTE {
217  border-left: 2px solid #696969;
218  background-color: #eee;
219}
220
221#content UL.thumbnails SPAN.wrap2 {
222  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
223  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
224}
225
226#content UL.thumbnails SPAN.wrap2:hover,
227#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
228#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
229  background-color: #02abc6;
230  border-color: #626F7B;                /* thumbnails border color when mouse cursor is over it */
231  color: black;
232}
233
234/* links */
235A, INPUT.rateButton {
236    color: #000000;
237    background: transparent;
238}
239
240A:hover, INPUT.rateButton:hover {
241        color: #0066cc;
242        font-weight: bold;
243}
244
245#imageToolBar A, #imageToolBar A:hover {
246    border-bottom: none;
247}
248
249A.navThumb, A.navThumb:hover {
250    border-bottom: none;
251}
252
253/* others */
254.pleaseNote {
255    background: #9c9c9c;
256    color: #ffff99;
257    padding: 1ex;
258    font-weight: bold;
259}
260#comments {
261        background-image: url(images/back_txt_ray.png);
262        background-repeat:repeat;
263        border:1px solid #CCCCCC;
264        margin-top: 20px;
265        margin-right: 30px;
266        margin-bottom: 2em;
267        margin-left: 30px;
268}
269#comments .description {
270  border-left: 2px solid #696969;
271  background-color: #fff;
272  color:#696969;
273}
274#comments HR {
275display:none;
276}
277
278/*calendar elements*/
279SPAN.calItemEmpty { color: silver; }
280
281SPAN.calItem, SPAN.calItemEmpty
282{
283  border: 1px solid silver;
284}
285
286/* nice looking month calendar*/
287TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
288
289TD.calDayCellEmpty { color: silver; }
290
291.calBackDate { color: #000; }
292.calForeDate { color: #fff; }
293.virtual_cat { background: #fff !important; }
294.qsearch { font-size: 80%; font-style: normal; }
295#mbMenu #quicksearch > p { text-align: left; }
296#qsearchInput {
297        color: #000;
298}
299#qsearchInput:focus {
300        color: #000;
301}
302.tabsheet li,
303.tabsheet li a { color: #000000; }
304.tabsheet li a:hover { color: #858460; }
305.tabsheet li { background-color: #DEE5ED; }
306.selected_tab { background-color: #FFFFFF!important; }
307ul.tabsheet { border-color: #858460; }
308.tabsheet li { border: 1px solid #696969; }
309.tabsheet li:hover { border-color: #858460 !important; }
Note: See TracBrowser for help on using the repository browser.