source: extensions/floPure/theme/tr_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.8 KB
Line 
1/* $Id: theme.css 1900 2007-06-21 flop25 $ */
2/* text color */
3BODY, H1, H2, H3, DT,
4INPUT.rateButtonSelected, #theHeader H1, #comments FORM, #theHeader, #theHeader a {
5  color:#B0CA00;       
6}
7/*#theHeader H1, #comments FORM, #theHeader, #theHeader a{
8color: #006600;
9}
10
11 backgrounds */
12BODY {
13        background-image: url(images/background.jpg);
14}
15/*
16OU METTEZ VOTRE PROPRE IMAGE AVEC / USE YOUR OWN PICTURE WITH :
17BODY {
18        background-image: url(images/PICTURE.jpg);
19        background-position:center;
20        background-attachment: fixed;
21        background-repeat: no-repeat;
22}
23*/
24H3, H2, .row1 {
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-image:url(images/tr_backg.gif);
52color:#000000;
53}
54#content {
55background:transparent;
56}
57#comments .description {
58  border-left: 2px solid #696969;
59  background-image:url(images/tr_backg.gif);
60color:#003300;
61font-weight:bold;
62}
63#comments  {
64  background-image:url(images/tr_backg.gif);
65  color:#003300;
66}
67
68/* positionnement */
69#menubar DL, #menubar DT, #the_page, BODY {
70        margin: 0px;
71        padding: 0px;
72}
73#content {
74margin-right:0;
75}
76
77/* backgrounds section right */
78#section_up_left{
79        background-image: url(images/endsection_header.png);
80        background-position:bottom;
81        background-repeat:no-repeat;
82        width:16px;
83         height:23px;
84}
85#section_up, #section_up_right{
86 background-image: url(images/endsection_backg.jpg);
87 background-position:bottom;
88 background-repeat:repeat-x;
89         height:23px;
90}
91#section_left{
92 background-image: url(images/section_left.jpg);
93 background-repeat:repeat-y;
94 width:16px;
95}
96#section_bottom_left{
97 background-image: url(images/section_bot_left.png);
98 background-position:top;
99 background-repeat:no-repeat;
100 width:16px;
101 height:23px;
102}
103#section_bottom, #section_bottom_right{
104 background-image: url(images/section_bot_backg.jpg);
105 background-position:top;
106 background-repeat:repeat-x;
107  height:23px;
108}
109
110/*--------menu--------------*/
111#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
112width:100%;
113border:0;
114padding:0;
115margin:0;
116}
117/* backgrounds menu */
118
119.blocmenu_up_right{
120 background-image: url(images/content_top_right.png);
121 background-repeat:no-repeat;
122 background-position:bottom;
123 width:22px;
124}
125.blocmenu_up_left{
126 background-image: url(images/content_top_left.png);
127  background-position:bottom;
128  background-repeat:no-repeat;
129 width:22px;
130}
131.blocmenu_up{
132 background-image: url(images/content_top_backg.jpg);
133   background-position:bottom;
134   background-repeat: repeat-x;
135   height:14px;
136}
137
138.blocmenu_in, .blocmenu_right, .blocmenu_left {
139        background-image: url(images/content_backg.jpg)!important;
140        background-repeat:repeat-x;
141        background-position:top;
142        background-color:#2c4017;
143}
144
145.blocmenu_bottom_right{
146 background-image: url(images/content_bottom_right.png);
147 background-position:top;
148 background-repeat:no-repeat;
149 width:22px;
150 height:14px;
151}
152.blocmenu_bottom_left{
153 background-image: url(images/content_bottom_left.png);
154 background-position:top;
155 background-repeat:no-repeat;
156 width:22px;
157 height:14px;
158}
159.blocmenu_bottom{
160 background-image: url(images/content_bottom_backg.png);
161 background-position:top;
162 background-repeat: repeat-x;
163  height:14px;
164}
165
166
167
168/* borders */
169/*#menubar DL, #content,
170#imageToolBar, */
171#comments DIV.comment BLOCKQUOTE {
172  border: 1px solid;
173  border-color: #91B165;
174}
175
176#theImage IMG {
177  border-color: #91B165;
178}
179
180#content UL.thumbnail IMG {
181    border: 1px solid #a0a0a0;
182}
183
184FIELDSET, INPUT, SELECT, TEXTAREA,
185#content DIV.comment  A.illustration IMG, #infos,
186#content DIV.thumbnailCategory {
187  border: 1px solid #91B165;
188}
189
190#comments DIV.comment BLOCKQUOTE {
191  border-left: 2px solid #006600;
192  background-color: #76964B;
193}
194.comment
195{  background-color: #76964B;}
196#content UL.thumbnails SPAN.wrap2 {
197  border: 1px solid #aacb87;    /* thumbnails border color and style */
198  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
199}
200
201#content UL.thumbnails SPAN.wrap2:hover,
202#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
203#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
204  background-color: #91B165;
205  border-color: #aacb87;                /* thumbnails border color when mouse cursor is over it */
206  color: #5A7755;
207}
208.thumbLink{
209border:2px solid #aacb87;
210}
211/* links */
212A, INPUT.rateButton {
213    color: #B0CA00;
214    background: transparent;
215}
216
217A:hover, INPUT.rateButton:hover {
218    color: #D7DC76;
219}
220
221#imageToolBar A, #imageToolBar A:hover {
222    border-bottom: none;
223}
224
225A.navThumb, A.navThumb:hover {
226    border-bottom: none;
227}
228
229
230/* others */
231.pleaseNote {
232    background: #9c9c9c;
233    color: #ffff99;
234    padding: 1ex;
235    font-weight: bold;
236}
237
238#copyright A {
239color:#003300;
240font-weight: bold;
241}
242#copyright{
243        color:#003300;
244        font-weight: bold;
245        background-image:url(images/tr_backg.gif);
246        margin-right: 35%;
247        margin-left: 35%;
248}
249.infoTable a, .commentInfo{
250color:#003300;
251}
252
253.infoTable{
254background-image:url(images/tr_backg.gif);
255color:#003300;
256        font-weight: bold;
257
258}
259
260.filter {
261        background-image:url(images/tr_backg.gif);
262}
263.filter LEGEND, .filter LABEL{
264        font-weight: bold;
265        color:#003300;
266        background-color:#76964B;
267}
268#rateForm {
269background-image:url(images/tr_backg.gif);
270color:#003300;
271        font-weight: bold;
272  margin-left: auto;
273  margin-right: auto;
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: #006600; }
299.tabsheet li a:hover { color: #858460; }
300.tabsheet li { background-color: #91B165; }
301.selected_tab { background-color: #aacb87!important;}
302ul.tabsheet { border-color: #aacb87; }
303.tabsheet li { border: 1px solid #aacb87; }
304.tabsheet li:hover { border-color: #858460 !important; }
Note: See TracBrowser for help on using the repository browser.