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

Last change on this file since 9716 was 9716, checked in by flop25, 13 years ago

Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes

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