source: extensions/floPure/Pure_green_nature/theme.css @ 6860

Last change on this file since 6860 was 5914, checked in by flop25, 14 years ago

commit de fin de journée

File size: 6.1 KB
Line 
1/* $Id: theme.css 02-07-2008 flop25 $ */
2/* text color */
3BODY, H1, H2, H3, DT,
4INPUT.rateButtonSelected  {
5  color:#B0CA00;        /* FAIRE COULEUR SEPCIALE POUR COPYRIGHT !!!!!!!*/
6}
7#theHeader H1, #comments FORM, #theHeader, #theHeader a{
8color: #006600;
9}
10/* positionnement */
11#menubar DL, #menubar DT, #the_page, BODY {
12        margin: 0px;
13        padding: 0px;
14}
15#content, .content {
16margin-right:0;
17}
18.stuffs_block {
19margin-bottom:5px!important;
20}
21
22/* backgrounds */
23BODY {
24  background-color: #aacb87;   
25}
26
27H2, #imageToolBar A:hover, .row1 , H3{
28background-color: #76964B;
29}
30#theImage P {
31        color:#030;
32}
33#imageHeaderBar {
34        background-image: url(images/endsection_backg.jpg);
35        background-position:top;
36        background-repeat:repeat-x;
37        background-color: #76964B;
38        padding-top: 5px;
39}
40#imageToolBar {
41 background-image: url(images/section_bot_backg.jpg);
42 background-position: bottom;
43 background-repeat:repeat-x;
44 padding-bottom:5px;
45}
46.throw
47{
48background-color: #006600;
49}
50#section_in, #section_right, #imageToolBar, #admin_content {
51  background-color: #76964B;
52}
53.header_notes, .content,  #autre_content {
54  background-color: #76964B;
55}
56#profile{
57background-color:#76964B
58}
59#comments .description {
60  background-color: #76964B;
61  color:#003300;
62}
63#comments  {
64  background-color: #76964B;
65  color:#003300;
66}
67
68
69
70/* backgrounds section right */
71#section_up_left{
72        background-image: url(images/endsection_header.jpg);
73        background-position:bottom;
74        background-repeat:no-repeat;
75        width:16px;
76         height:23px;
77}
78#section_up, #section_up_right{
79 background-image: url(images/endsection_backg.jpg);
80 background-position:bottom;
81 background-repeat:repeat-x;
82 height:23px;
83}
84#section_left{
85 background-image: url(images/section_left.jpg);
86 background-repeat:repeat-y;
87 width:16px;
88}
89#section_bottom_left{
90 background-image: url(images/section_bot_left.jpg);
91 background-position:top;
92 background-repeat:no-repeat;
93 width:16px;
94 height:23px;
95}
96#section_bottom, #section_bottom_right{
97 background-image: url(images/section_bot_backg.jpg);
98 background-position:top;
99 background-repeat:repeat-x;
100  height:23px;
101}
102
103
104/*--------menu--------------*/
105#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
106width:100%;
107border:0;
108padding:0;
109margin:0;
110}
111
112/* backgrounds menu */
113
114.blocmenu_up_right{
115 background-image: url(images/content_top_right.jpg);
116 background-repeat:no-repeat;
117 background-position:bottom;
118 width:22px;
119 height:14px;
120}
121.blocmenu_up_left{
122 background-image: url(images/content_top_left.jpg);
123  background-position:bottom;
124  background-repeat:no-repeat;
125 width:22px;
126 height:14px;
127}
128.blocmenu_up{
129 background-image: url(images/content_top_backg.jpg);
130   background-position:bottom;
131   background-repeat: repeat-x;
132   height:14px;
133}
134
135.blocmenu_in, .blocmenu_right, .blocmenu_left {
136        background-image: url(images/content_backg.jpg)!important;
137        background-repeat:repeat-x;
138        background-position:top;
139        background-color:#2c4017;
140}
141
142.blocmenu_bottom_right{
143 background-image: url(images/content_bottom_right.jpg);
144 background-position:top;
145 background-repeat:no-repeat;
146 width:22px;
147 height:14px;
148}
149.blocmenu_bottom_left{
150 background-image: url(images/content_bottom_left.jpg);
151 background-position:top;
152 background-repeat:no-repeat;
153 width:22px;
154 height:14px;
155}
156.blocmenu_bottom{
157 background-image: url(images/content_bottom_backg.jpg);
158 background-position:top;
159   background-repeat: repeat-x;
160  height:14px;
161}
162
163
164
165/* borders */
166/*#menubar DL, #content,
167#imageToolBar, */
168#comments DIV.comment BLOCKQUOTE {
169  border: 1px solid;
170  border-color: #91B165;
171}
172
173#theImage IMG {
174  border-color: #91B165;
175}
176
177#content UL.thumbnail IMG {
178    border: 1px solid #a0a0a0;
179}
180
181FIELDSET, INPUT, SELECT, TEXTAREA,
182#content DIV.comment  A.illustration IMG, #infos,
183#content DIV.thumbnailCategory {
184  border: 1px solid #91B165;
185}
186
187#comments DIV.comment BLOCKQUOTE {
188  border-left: 2px solid #696969;
189  background-color: #76964B;
190}
191.comment
192{  background-color: #76964B;}
193
194#content UL.thumbnails SPAN.wrap2 {
195  border: 1px solid #aacb87;    /* thumbnails border color and style */
196  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
197}
198
199#content UL.thumbnails SPAN.wrap2:hover,
200#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
201#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
202  background-color: #91B165;
203  border-color: #aacb87;                /* thumbnails border color when mouse cursor is over it */
204  color: #003300;
205}
206
207/* links */
208A, INPUT.rateButton {
209    color: #B0CA00;
210    background: transparent;
211}
212
213A:hover, INPUT.rateButton:hover {
214    color: #D7DC76;
215}
216
217#imageToolBar A, #imageToolBar A:hover {
218    border-bottom: none;
219}
220
221A.navThumb, A.navThumb:hover {
222    border-bottom: none;
223}
224
225
226/* others */
227.pleaseNote {
228    background: #9c9c9c;
229    color: #ffff99;
230    padding: 1ex;
231    font-weight: bold;
232}
233#copyright A {
234color:#858460;
235}
236#copyright{
237color:#858460;
238}
239.infoTable, #rateForm, .infoTable a, .commentInfo{
240color:#003300;
241}
242.filter {
243        background-color:#76964B;
244}
245/*.filter LEGEND, .filter LABEL{
246        font-weight: bold;
247        color:#003300;
248        background-color:#76964B;
249}
250calendar elements*/
251SPAN.calItemEmpty { color: silver; }
252
253SPAN.calItem, SPAN.calItemEmpty
254{
255  border: 1px solid silver;
256}
257
258/* nice looking month calendar*/
259TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
260
261TD.calDayCellEmpty { color: silver; }
262
263.calBackDate { color: #000; }
264.calForeDate { color: #fff; }
265.virtual_cat { background: #fff !important; }
266.qsearch { font-size: 80%; font-style: normal; }
267#mbMenu #quicksearch > p { text-align: left; }
268#qsearchInput {
269        color: #000;
270}
271#qsearchInput:focus {
272        color: #000;
273}
274.tabsheet li,
275.tabsheet li a { color: #006600; }
276.tabsheet li a:hover { color: #858460; }
277.tabsheet li { background-color: #91B165; }
278.selected_tab { background-color: #aacb87!important;}
279ul.tabsheet { border-color: #aacb87; }
280.tabsheet li { border: 1px solid #aacb87; }
281.tabsheet li:hover { border-color: #858460 !important; }
Note: See TracBrowser for help on using the repository browser.