source: extensions/floPure/Pure_clear_blue/theme.css @ 16034

Last change on this file since 16034 was 16034, checked in by flop25, 12 years ago

multiple changes for 2.4
adding the pattern system
border radius css3 added

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