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

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

first version for 2.1 ;

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