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

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

first commit ; 2° step

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