source: extensions/floPure/theme/tr_clear_blue/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 1900 2007-06-21 flop25 $ */
2/* text color */
3BODY, H1, H2, H3, DT,
4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
5  color:#696969;        /* dimgray */
6}
7
8/* backgrounds */
9BODY {
10        background-image: url(images/background6.jpg);/* aussi/also eau_001.jpg */
11        background-position:center;
12        background-repeat:repeat-y;
13        background-color:#b4e2ef;
14}
15/*
16
17OU METTEZ VOTRE PROPRE IMAGE AVEC / USE YOUR OWN PICTURE WITH :
18BODY {
19        background-image: url(images/PICTURE.jpg);
20        background-position:center;
21        background-attachment: fixed;
22        background-repeat: no-repeat;
23}
24RAJOUTEZ CECI POUR LA LISIBILITE / FOR THE VISIBILITY USE THIS :
25
26#profile{
27background-image:url(images/tr_backg.gif);
28color:#000000;
29}
30#copyright A {
31color:#001F3E;
32font-weight: bold;
33background-image:url(images/tr_backg.gif);
34}
35.infoTable a, .commentInfo{
36color:#001F3E;
37}
38
39.infoTable{
40background-image:url(images/tr_backg.gif);
41color:#001F3E;
42        font-weight: bold;
43
44}
45
46.filter {
47        background-image:url(images/tr_backg.gif);
48}
49.filter LEGEND, .filter LABEL{
50        font-weight: bold;
51        color:#001F3E;
52        background-color:#CAD8E1;
53}
54 */
55H3, .throw {
56  background-color: #EDF0F3;   
57}
58
59H2, #imageHeaderBar, #imageToolBar A:hover, .row1 {
60background-color: #CAD8E1
61}
62
63#section_in, #section_right, #imageToolBar, #admin_content {
64  background-color: #CAD8E1;
65}
66.header_notes,  #autre_content {
67  background-color: #CAD8E1;
68}
69
70/* backgrounds section right */
71#section_up_left{
72        background-image: url(images/endsection_header.png);
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.png);
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/* positionnement */
104#menubar DL, #menubar DT, #the_page, BODY {
105        margin: 0px;
106        padding: 0px;
107}
108#content {
109margin-right:0;
110}
111
112/*--------menu--------------*/
113#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
114width:100%;
115border:0;
116padding:0;
117margin:0;
118}
119
120/* backgrounds menu */
121
122.blocmenu_up_right{
123 background-image: url(images/content_top_right.png);
124 background-repeat:no-repeat;
125 background-position:left bottom;
126 width:22px;
127 height:14px;
128}
129.blocmenu_up_left{
130 background-image: url(images/content_top_left.png);
131  background-position:right bottom;
132  background-repeat:no-repeat;
133 width:22px;
134 height:14px;
135}
136.blocmenu_up{
137 background-image: url(images/content_top_backg.jpg);
138   background-position:bottom;
139   background-repeat: repeat-x;
140   height:14px;
141}
142
143.blocmenu_in, .blocmenu_right, .blocmenu_left {
144        background-image: url(images/content_backg.jpg)!important;
145        background-repeat:repeat-x;
146        background-position:top;
147        background-color:#c4cbd3;
148}
149
150.blocmenu_bottom_right{
151 background-image: url(images/content_bottom_right.png);
152 background-position:left top;
153 background-repeat:no-repeat;
154 width:22px;
155 height:14px;
156}
157.blocmenu_bottom_left{
158 background-image: url(images/content_bottom_left.png);
159 background-position:right top;
160 background-repeat:no-repeat;
161 width:22px;
162 height:14px;
163}
164.blocmenu_bottom{
165 background-image: url(images/content_bottom_backg.jpg);
166 background-position:top;
167   background-repeat: repeat-x;
168  height:14px;
169}
170/* borders */
171/*#menubar DL, #content,*/
172#imageToolBar, 
173#comments DIV.comment BLOCKQUOTE {
174  border: 1px solid #d3d3d3;
175}
176
177#theImage IMG {
178  border-color: #d3d3d3;
179}
180
181#content UL.thumbnail IMG {
182    border: 1px solid #a0a0a0;
183}
184
185FIELDSET, INPUT, SELECT, TEXTAREA,
186#content DIV.comment  A.illustration IMG, #infos,
187#content DIV.thumbnailCategory {
188  border: 1px solid gray;
189}
190
191#comments DIV.comment BLOCKQUOTE {
192  border-left: 2px solid #696969;
193  background-color: #eee;
194}
195
196#content UL.thumbnails SPAN.wrap2 {
197  border: 1px solid #aaaaaa;    /* 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: #B0C2D3;
205  border-color: #626F7B;                /* thumbnails border color when mouse cursor is over it */
206  color: black;
207}
208
209/* links */
210A, INPUT.rateButton {
211    color: #005e89;
212    background: transparent;
213}
214
215A:hover, INPUT.rateButton:hover {
216    color: #858460;
217}
218
219#imageToolBar A, #imageToolBar A:hover {
220    border-bottom: none;
221}
222
223A.navThumb, A.navThumb:hover {
224    border-bottom: none;
225}
226
227/* others */
228.pleaseNote {
229    background: #9c9c9c;
230    color: #ffff99;
231    padding: 1ex;
232    font-weight: bold;
233}
234
235/*calendar elements*/
236SPAN.calItemEmpty { color: silver; }
237
238SPAN.calItem, SPAN.calItemEmpty
239{
240  border: 1px solid silver;
241}
242
243/* nice looking month calendar*/
244TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
245
246TD.calDayCellEmpty { color: silver; }
247
248.calBackDate { color: #000; }
249.calForeDate { color: #fff; }
250.virtual_cat { background: #fff !important; }
251.qsearch { font-size: 80%; font-style: normal; }
252#mbMenu #quicksearch > p { text-align: left; }
253#qsearchInput { color: #d3d3d3; }
254#qsearchInput:focus { color: #005e89; }
255
256.tabsheet li,
257.tabsheet li a { color: #005e89; }
258.tabsheet li a:hover { color: #858460; }
259.tabsheet li { background-color: #DEE5ED; }
260.selected_tab { background-color: #FFFFFF!important; }
261ul.tabsheet { border-color: #858460; }
262.tabsheet li { border: 1px solid #696969; }
263.tabsheet li:hover { border-color: #858460 !important; }
Note: See TracBrowser for help on using the repository browser.