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

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

first commit

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