1 | /* $Id: theme.css 2581 2008-09-24 19:15:01Z vdigital $ */ |
---|
2 | |
---|
3 | |
---|
4 | /*===================================== |
---|
5 | Header |
---|
6 | =====================================*/ |
---|
7 | BODY { |
---|
8 | background:transparent url(images/bg.png) scroll center top; |
---|
9 | background-repeat:no-repeat; |
---|
10 | background-attachment:fixed; |
---|
11 | font-size:12px; |
---|
12 | font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, 'Bitstream Vera Sans', Times, serif; |
---|
13 | color:#484848; |
---|
14 | margin: 5px; |
---|
15 | padding: 0; |
---|
16 | } |
---|
17 | |
---|
18 | #theHeader { |
---|
19 | background:transparent url(images/header.png) no-repeat scroll center bottom; |
---|
20 | height:209px; |
---|
21 | text-align: center; |
---|
22 | } |
---|
23 | |
---|
24 | /* text color */ |
---|
25 | |
---|
26 | H3{ |
---|
27 | font-size:120%; |
---|
28 | text-align:center; |
---|
29 | color:#696969; |
---|
30 | text-transform:uppercase; |
---|
31 | } |
---|
32 | H1, H2, DT, |
---|
33 | INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
34 | color:#696969; /* dimgray */ |
---|
35 | } |
---|
36 | |
---|
37 | /* backgrounds */ |
---|
38 | |
---|
39 | , |
---|
40 | H2, #imageHeaderBar, #imageToolBar A:hover { |
---|
41 | background-color: #d3d3d3; |
---|
42 | } |
---|
43 | |
---|
44 | .content, .header_notes { |
---|
45 | background-color: #eeeeee; |
---|
46 | } |
---|
47 | |
---|
48 | /* borders */ |
---|
49 | #menubar DL{ |
---|
50 | -moz-border-radius-bottomleft:12px; |
---|
51 | -moz-border-radius-bottomright:12px; |
---|
52 | -moz-border-radius-topleft:12px; |
---|
53 | -moz-border-radius-topright:12px; |
---|
54 | background:transparent url(images/contentbg.png) repeat scroll center top; |
---|
55 | border:1px solid #919191; |
---|
56 | border-spacing:8px; |
---|
57 | margin:0 0 10px 4px; |
---|
58 | /*margin: 0; */ |
---|
59 | padding: 0; |
---|
60 | } |
---|
61 | #menubar DT{ |
---|
62 | -moz-border-radius-topleft:12px; |
---|
63 | -moz-border-radius-topright:12px; |
---|
64 | background:transparent url(images/news_content.png) repeat-x scroll center top; |
---|
65 | font-weight:bold; |
---|
66 | height:30px; |
---|
67 | color:#5A5A5A; |
---|
68 | font-size:12px; |
---|
69 | padding-top:7px; |
---|
70 | text-align:center; |
---|
71 | } |
---|
72 | |
---|
73 | #theImage IMG { |
---|
74 | border: 3px solid #d3d3d3; |
---|
75 | } |
---|
76 | #imageToolBar { |
---|
77 | -moz-border-radius-bottomleft:12px; |
---|
78 | -moz-border-radius-bottomright:12px; |
---|
79 | -moz-border-radius-topleft:12px; |
---|
80 | -moz-border-radius-topright:12px; |
---|
81 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
82 | border:1px solid #919191; |
---|
83 | width: 860px; |
---|
84 | margin: 10px auto; |
---|
85 | } |
---|
86 | #imageHeaderBar{ |
---|
87 | -moz-border-radius-bottomleft:12px; |
---|
88 | -moz-border-radius-bottomright:12px; |
---|
89 | -moz-border-radius-topleft:12px; |
---|
90 | -moz-border-radius-topright:12px; |
---|
91 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
92 | border:1px solid #919191; |
---|
93 | width: 860px; |
---|
94 | margin: 10px auto; |
---|
95 | } |
---|
96 | |
---|
97 | .content{ |
---|
98 | -moz-border-radius-bottomleft:12px; |
---|
99 | -moz-border-radius-bottomright:12px; |
---|
100 | -moz-border-radius-topleft:12px; |
---|
101 | -moz-border-radius-topright:12px; |
---|
102 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
103 | border:1px solid #919191; |
---|
104 | } |
---|
105 | |
---|
106 | .content UL.thumbnail IMG { |
---|
107 | border: 1px solid #a0a0a0; |
---|
108 | } |
---|
109 | |
---|
110 | fieldset{ |
---|
111 | -moz-border-radius-bottomleft:12px; |
---|
112 | -moz-border-radius-bottomright:12px; |
---|
113 | -moz-border-radius-topleft:12px; |
---|
114 | -moz-border-radius-topright:12px; |
---|
115 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
116 | border: 1px solid #919191; |
---|
117 | } |
---|
118 | |
---|
119 | legend { |
---|
120 | -moz-border-radius-bottomleft:12px; |
---|
121 | -moz-border-radius-bottomright:12px; |
---|
122 | -moz-border-radius-topleft:12px; |
---|
123 | -moz-border-radius-topright:12px; |
---|
124 | background:transparent url(images/bg_title.png) repeat-x scroll center top; |
---|
125 | border:1px solid #919191; |
---|
126 | font-size:0.85em; |
---|
127 | font-weight:bold; |
---|
128 | line-height:1.5em; |
---|
129 | margin-left:0.5em; |
---|
130 | margin-top:-0.4em; |
---|
131 | padding:2px 10px; |
---|
132 | position:relative; |
---|
133 | text-transform:uppercase; |
---|
134 | top:0; |
---|
135 | vertical-align:middle; |
---|
136 | } |
---|
137 | |
---|
138 | |
---|
139 | INPUT, SELECT, TEXTAREA{ |
---|
140 | border: 1px solid gray; |
---|
141 | } |
---|
142 | input.submit{ |
---|
143 | -moz-border-radius-bottomleft:5px; |
---|
144 | -moz-border-radius-bottomright:5px; |
---|
145 | -moz-border-radius-topleft:5px; |
---|
146 | -moz-border-radius-topright:5px; |
---|
147 | background:transparent url(images/form.png) repeat-x scroll 0 0; |
---|
148 | border:1px solid #919191; |
---|
149 | color:#5A5A5A; |
---|
150 | font-family:Verdana,'Bitstream Vera Sans',Times,serif; |
---|
151 | font-size:10px; |
---|
152 | font-weight:bold; |
---|
153 | padding:1px 2px; |
---|
154 | } |
---|
155 | |
---|
156 | input.reset { |
---|
157 | -moz-border-radius-bottomleft:5px; |
---|
158 | -moz-border-radius-bottomright:5px; |
---|
159 | -moz-border-radius-topleft:5px; |
---|
160 | -moz-border-radius-topright:5px; |
---|
161 | background:transparent url(images/form.png) repeat-x scroll 0 0; |
---|
162 | border:1px solid #919191; |
---|
163 | color:#E10000; |
---|
164 | font-family:Verdana,'Bitstream Vera Sans',Times,serif; |
---|
165 | font-size:10px; |
---|
166 | font-weight:bold; |
---|
167 | padding:1px 2px; |
---|
168 | } |
---|
169 | |
---|
170 | input.reset:hover, input.submit:hover { |
---|
171 | border:1px solid #FFFFFF; |
---|
172 | color:#D0D0D0; |
---|
173 | cursor:pointer; |
---|
174 | } |
---|
175 | |
---|
176 | .content UL.thumbnails SPAN.wrap2 { |
---|
177 | border: 1px solid #aaaaaa; /* thumbnails border color and style */ |
---|
178 | border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |
---|
179 | } |
---|
180 | div#comments { |
---|
181 | -moz-border-radius-bottomleft:8px; |
---|
182 | -moz-border-radius-bottomright:8px; |
---|
183 | -moz-border-radius-topleft:8px; |
---|
184 | -moz-border-radius-topright:8px; |
---|
185 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
186 | border: 1px solid #919191; |
---|
187 | } |
---|
188 | |
---|
189 | div#comments h3 { |
---|
190 | -moz-border-radius-bottomleft:8px; |
---|
191 | -moz-border-radius-bottomright:8px; |
---|
192 | -moz-border-radius-topleft:8px; |
---|
193 | -moz-border-radius-topright:8px; |
---|
194 | background:transparent url(images/news_content.png) repeat scroll 0 0; |
---|
195 | border:1px solid #919191; |
---|
196 | height:20px; |
---|
197 | padding:5px; |
---|
198 | } |
---|
199 | |
---|
200 | |
---|
201 | div#comments div.description { |
---|
202 | -moz-border-radius-bottomleft:8px; |
---|
203 | -moz-border-radius-bottomright:8px; |
---|
204 | -moz-border-radius-topleft:8px; |
---|
205 | -moz-border-radius-topright:8px; |
---|
206 | background:transparent url(images/contentbg.png) repeat scroll 0 0; |
---|
207 | border: 1px solid #919191; |
---|
208 | font-size:0.85em; |
---|
209 | font-weight:bold; |
---|
210 | line-height:1.5em; |
---|
211 | padding:0 6px; |
---|
212 | } |
---|
213 | /*================================= |
---|
214 | Container images |
---|
215 | /*===============================*/ |
---|
216 | |
---|
217 | img {} |
---|
218 | img:hover{} |
---|
219 | |
---|
220 | DL#mbAMM_links img |
---|
221 | { |
---|
222 | border:none; |
---|
223 | } |
---|
224 | |
---|
225 | .content DIV.thumbnailCategory { |
---|
226 | -moz-border-radius-bottomleft:12px; |
---|
227 | -moz-border-radius-bottomright:12px; |
---|
228 | -moz-border-radius-topleft:12px; |
---|
229 | -moz-border-radius-topright:12px; |
---|
230 | background:transparent; |
---|
231 | border:1px solid #919191; |
---|
232 | color:#000000; |
---|
233 | } |
---|
234 | |
---|
235 | .content UL.thumbnails SPAN.wrap2:hover{ background-color: #FFFFFF; border-color: #CCCCCC; color:#000000;} |
---|
236 | |
---|
237 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover{ |
---|
238 | -moz-border-radius-bottomleft:12px; |
---|
239 | -moz-border-radius-bottomright:12px; |
---|
240 | -moz-border-radius-topleft:12px; |
---|
241 | -moz-border-radius-topright:12px; |
---|
242 | background:#CCCCCC url(images/msg_info_mbr.png) repeat-x scroll 0 0; |
---|
243 | border:1px solid #919191; |
---|
244 | color:#000000; |
---|
245 | } |
---|
246 | |
---|
247 | .content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
248 | background-color: transparent; |
---|
249 | color:#000000; |
---|
250 | } |
---|
251 | .content div.thumbnailCategory div.illustration { float:left; margin:5px 0 0 5px; text-align:left;} |
---|
252 | .content div.thumbnailCategory div.illustration img { height:96px; width:128px; border:4px double #919191;} |
---|
253 | .content div.thumbnailCategory div.illustration img:hover { border:4px double #000000;} |
---|
254 | .content div.thumbnailCategory div.illustration a:hover { border:0; } |
---|
255 | |
---|
256 | .content ul.thumbnails span.wrap2 img { border:4px double #919191; } |
---|
257 | /*================================= |
---|
258 | Links |
---|
259 | /*===============================*/ |
---|
260 | |
---|
261 | .content DIV.titrePage { |
---|
262 | -moz-border-radius-topleft:12px; |
---|
263 | -moz-border-radius-topright:12px; |
---|
264 | background:transparent url(images/news_content.png) repeat-x scroll center top; |
---|
265 | height:30px; |
---|
266 | padding: 0 0 3px; |
---|
267 | } |
---|
268 | |
---|
269 | A, INPUT.rateButton { |
---|
270 | color:#5C5C5C; |
---|
271 | background: transparent; |
---|
272 | font-size:12px; |
---|
273 | border: medium none; |
---|
274 | } |
---|
275 | |
---|
276 | A:hover, INPUT.rateButton:hover { |
---|
277 | color: #858460; |
---|
278 | font-size:12px; |
---|
279 | } |
---|
280 | |
---|
281 | #imageToolBar A, #imageToolBar A:hover { |
---|
282 | background:none; |
---|
283 | border-bottom: none; |
---|
284 | font-size:12px; |
---|
285 | } |
---|
286 | |
---|
287 | A.navThumb, A.navThumb:hover { |
---|
288 | border-bottom: none; |
---|
289 | font-size:12px; |
---|
290 | } |
---|
291 | |
---|
292 | /*calendar elements*/ |
---|
293 | SPAN.calItem, SPAN.calItemEmpty |
---|
294 | { |
---|
295 | border: 1px solid silver; |
---|
296 | |
---|
297 | } |
---|
298 | |
---|
299 | #qsearchInput { color: #d3d3d3; } |
---|
300 | #qsearchInput:focus { color:#5C5C5C; } |
---|
301 | |
---|
302 | /*================================= |
---|
303 | autres |
---|
304 | /*===============================*/ |
---|
305 | |
---|
306 | #menubar .button { |
---|
307 | border:medium none; |
---|
308 | } |
---|
309 | table.calMonth { |
---|
310 | border:medium none; |
---|
311 | border-collapse:collapse; |
---|
312 | margin-bottom:10px; |
---|
313 | margin-top:40px; |
---|
314 | } |
---|
315 | |
---|
316 | .content .navigationBar, .content .additional_info, .content .calendarBar { |
---|
317 | margin:32px 4px; |
---|
318 | text-align:center; |
---|
319 | } |
---|