[CSS+SKEL] + indicateur source article2
[lhc/web/clavettes.git] / css / habillage.scss
1 @charset "UTF-8";
2 html, body, div, span, applet, object, iframe,
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code,
5 del, dfn, em, img, ins, kbd, q, s, samp,
6 small, strike, strong, sub, sup, tt, var,
7 b, u, i, center,
8 dl, dt, dd, ol, ul, li,
9 fieldset, form, label, legend,
10 table, caption, tbody, tfoot, thead, tr, th, td,
11 article, aside, canvas, details, embed,
12 figure, figcaption, footer, header, hgroup,
13 menu, nav, output, ruby, section, summary,
14 time, mark, audio, video {
15 margin: 0;
16 padding: 0;
17 border: 0;
18 font: inherit;
19 font-size: 100%;
20 vertical-align: baseline;
21 font-family: sans-serif;
22 color:#0c0fb7;
23 text-align: left;
24 }
25
26 html, body, span, applet, object, iframe,
27 blockquote, pre, section,
28 abbr, acronym, address, big, cite, code,
29 del, dfn, em, ins, kbd, q, s, samp,
30 small, strike, strong, sub, sup, tt, var,
31 dl, dt, dd, ol, ul, li,
32 fieldset, form, label, legend,
33 table, caption, tbody, tfoot, thead, tr, th, td,
34 article, aside, canvas, details, embed,
35 figure, figcaption,hgroup,
36 menu, nav, output, ruby, summary, mark, audio, video {
37 background-color: #ffffff;
38 background: none;
39 }
40
41 html {
42 line-height: 1.1;
43 }
44
45 ol, ul {
46 list-style: none;
47 }
48
49 table {
50 border-collapse: collapse;
51 border-spacing: 0;
52 }
53
54 caption, th, td {
55 text-align: left;
56 font-weight: normal;
57 vertical-align: middle;
58 }
59
60 q, blockquote {
61 quotes: none;
62 }
63 q:before, q:after, blockquote:before, blockquote:after {
64 content: "";
65 content: none;
66 }
67
68 a img {
69 border: none;
70 }
71
72 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
73 display: block;
74 }
75
76 *{
77 -moz-box-sizing: border-box;
78 -webkit-box-sizing: border-box;
79 box-sizing:border-box;
80 }
81
82 body{
83 margin:0;
84 padding:0;
85 }
86
87 header{
88 margin:15px auto 0 auto;
89 width:1200px;
90
91 }
92
93 header .spip_logos{
94 margin-left: 10px;
95 position:absolute;
96 }
97
98
99 #wrap{
100 padding-top:130px;
101 width:100%;
102 margin:0 auto;
103 }
104 a{
105 color:#05ffbc;
106 text-decoration:none;
107 -webkit-transition: all 0.3s ease 0s;
108 -moz-transition: all 0.3s ease 0s;
109 -ms-transition: all 0.3s ease 0s;
110 -o-transition: all 0.3s ease 0s;
111 transition: all 0.3s ease 0s;
112 }
113
114 a:focus, a:hover, a:active{
115 background:none;
116 color:#0c0fb7;
117 -webkit-transition: all 0.3s ease 0s;
118 -moz-transition: all 0.3s ease 0s;
119 -ms-transition: all 0.3s ease 0s;
120 -o-transition: all 0.3s ease 0s;
121 transition: all 0.3s ease 0s;
122 }
123
124 h1{
125 margin: 0;
126 padding:0;
127 margin-top:15px;
128 margin-left:15px;
129 font-size:1.9em;
130 display:inline-block;
131 font-weight: bold;
132 }
133
134 h1:hover{
135 text-decoration: underline;
136 }
137
138 h2{
139 margin: 15px 15px;
140 font-size:1.3em;
141 display:inline-block;
142 }
143
144 h3{
145 margin:15px;
146 display:inline-block;
147 }
148
149 p{
150 margin:0 15px;
151 padding-bottom:15px;
152 text-decoration:none;
153 text-align: justify;
154 }
155
156 /*1ERE COLONNE*/
157
158 .titre{
159 background-color: #05ffbc;
160 height: 47px;
161 width: 100%;
162 color:#fff;
163 margin:0 0 15px 0;
164 padding:10px 15px;
165 text-transform: uppercase;
166 font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
167 font-size: 1.7em;
168 -webkit-transition: all 0.3s ease 0s;
169 -moz-transition: all 0.3s ease 0s;
170 -ms-transition: all 0.3s ease 0s;
171 -o-transition: all 0.3s ease 0s;
172 transition: all 0.3s ease 0s;
173 }
174 .titre:hover{
175 background-color: #0c0fb7;
176 -webkit-transition: all 0.3s ease 0s;
177 -moz-transition: all 0.3s ease 0s;
178 -ms-transition: all 0.3s ease 0s;
179 -o-transition: all 0.3s ease 0s;
180 transition: all 0.3s ease 0s;
181 }
182 #ateliers{
183 margin:0 10px;
184 }
185
186 #ateliers:after {
187 content: ""; /* Important, sinon l'élément n'est pas généré. */
188 display: table;
189 clear: both;
190 }
191
192 #ateliers ul{
193 padding:0;
194 margin:0;
195 list-style-type:none;
196 }
197
198 #ateliers ul li{
199 margin-bottom:15px;
200 }
201 .descriptif{
202 margin-left:15px;
203 }
204
205 #ateliers p{
206 margin: 15px 15px 0 0;
207 font-size:1.0em;
208 text-align: left;
209 }
210 #ateliers address{
211 margin:0 0 0 15px;
212 line-height: 0.6;
213 }
214 .horairesouvertures{
215 margin:0 0 0 15px;
216 }
217 .logoatelier{
218 margin:auto;
219 width: 300px;
220 }
221 #ateliers nav{
222 padding-top:15px;
223 clear:both;
224 }
225 #ateliers .fa{
226 color:#05ffbc;
227 }
228 #ateliers .fa:hover{
229 color:#0c0fb7;
230 }
231
232 /*2EME COLONNE*/
233
234
235 #news{
236 overflow: hidden;
237 margin:0 10px;
238 }
239 .article{
240 background-color:#e8e3e1;
241 margin:0 0 15px 0;
242 line-height: 1.3;
243 }
244 .spip_logo{
245 display:none;
246 }
247 .article .spip_logos{
248 display: none;
249 }
250 .article .fa{
251 width: 20px;
252 height: 20px;
253 -moz-border-radius: 10px;
254 -webkit-border-radius: 10px;
255 border-radius: 10px;
256 }
257 .article .fa a{
258 display: none;
259 }
260 .article img{
261 width:100%;
262 }
263 address{
264 padding-bottom: 10px;
265 }
266 address p{
267 margin:0;
268 padding:0;
269 }
270 .historique{
271 background-color: #ffd2a1;
272 margin:0 15px 15px 15px;
273 }
274 .historique h1{
275 width:100%;
276 }
277 #atelierdescription{
278 margin:0 10px;
279 }
280 #atelierdescription #news{
281 margin:0;
282 }
283 #atelierdescription img{
284 width: 100%;
285 }
286
287
288 /*3EME COLONNE*/
289
290
291
292 .map{
293 height: 300px;
294 margin:0 10px 15px 10px;
295 overflow: hidden;
296 }
297
298 .agenda{
299 background-color: #05ffbc;
300 height:500px;
301 margin:0 10px 15px 10px;
302 padding-right: 10px;
303 overflow-y: scroll;
304 }
305
306 .agenda p{
307 padding: 0;
308 }
309
310 .agenda ul{
311 list-style-type:none;
312 padding:0;
313 margin:0;
314 padding-top:15px;
315 }
316 .date{
317 float:left;
318 font-size: 1.7em;
319 clear: both;
320 }
321
322 .event{
323 display: block;
324 margin-bottom: 10px;
325 padding-top: 5px;
326 }
327 .horaire{
328 font-size: 0.8em;
329 margin-bottom: 20px;
330 display: block;
331 }
332 .nature{
333 overflow-y: scroll;
334 height: 70px;
335
336 }
337
338
339 /*RESPONSIVE*/
340
341
342 $columns: 12!default;
343 $medium:650px;
344 $large:1200px;
345
346 %col{
347 float:left;
348 position: relative;
349 }
350
351 @for $i from 1 through $columns{
352 .col-#{$i}{
353 @extend %col;
354 width:$i / $columns * 100%;}
355 .col-m-#{$i}, .col-l-#{$i}{@extend %col;}
356 }
357
358 @media only screen and (min-width: $medium){
359 @for $i from 1 through $columns{
360 .col-m-#{$i}{
361 width:$i / $columns * 100%;}
362 }
363
364 }
365 @media only screen and (min-width: $large){
366 @for $i from 1 through $columns{
367 .col-l-#{$i}{
368 width:$i / $columns * 100%;}
369 }
370 #wrap{
371 width:1200px;
372 }
373
374 .wrap{
375 width: auto;
376 }
377 }
378
379
380
381 .row:before, .row:after{
382 content: "";
383 display:table;
384 }
385
386 .row:after{
387 clear:both;
388 }
389
390
391 .row{
392 margin: 0 -10px;
393 zoom: 1;
394 }
395
396
397 /*FOOTER*/
398
399 footer{
400 clear:both;
401 height:100px;
402 background-color: #05ffbc;
403 }
404
405 footer ul {
406 padding:0;
407 margin:0 auto;
408 list-style-type:none;
409 padding-top:30px;
410 }
411 .textfooter{
412 width:500px;
413 margin:0 auto;
414 }
415 footer li {
416 float:left; /*pour IE*/
417 text-align: center;
418 }
419 footer ul li a {
420 display:block;
421 float:left;
422 text-decoration:none;
423 color: #120260;
424 }
425 footer ul li a:hover {
426 border-bottom: solid #1d0b78;
427 }
428