source: extensions/floPure/theme/clear_blue/theme.css @ 3616

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