X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=css%2Fhabillage.scss;h=f82146125e2b9c96ee21e770afac497ecdf886e0;hb=9e635c26c6b37901d0524cd4cd58fb3049487ecf;hp=aecc2381b6cbf40ba8c718fc1c186a707b4b2c8a;hpb=faff5e85750599c201b0d44e225b819b2a0c1afd;p=lhc%2Fweb%2Fclavettes.git diff --git a/css/habillage.scss b/css/habillage.scss index aecc238..f821461 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, +h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, @@ -89,7 +89,6 @@ body{ header{ margin:15px auto 0 auto; width:1200px; - } header .spip_logos{ @@ -130,7 +129,8 @@ a:hover > i { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -h1{ + +h2{ margin: 0; padding:0; margin-top:15px; @@ -138,19 +138,20 @@ h1{ font-size:1.8em; display:inline-block; font-weight: bold; + width: 90%; } - -h1:hover{ +h2:hover{ text-decoration: underline; } -h2{ +h3{ margin: 15px 15px; font-size:1.2em; display:inline-block; + width:90%; } -h3{ +h4{ margin:15px; display:inline-block; } @@ -174,6 +175,17 @@ p{ text-transform: uppercase; font-family: "Trebuchet MS", Helvetica, arial, sans-serif; font-size: 1.7em; + font-weight: normal; +} +.titre:hover{ + text-decoration: none; + font-weight: normal; +} +#ateliers h3{ + margin: 15px 15px; + font-size:1.2em; + display:inline-block; + text-decoration: none; } #ateliers{ margin:0 10px; @@ -237,7 +249,6 @@ p{ #news{ - overflow: hidden; margin:0 10px; } .article{ @@ -261,6 +272,7 @@ p{ } .article img{ width:100%; + height:auto; margin:0; } .article ul{ @@ -348,7 +360,7 @@ address p{ padding-right: 10px; padding-bottom: 15px; } -.agenda h1:hover{ +.agenda h2:hover{ text-decoration: none; } .agenda p{ @@ -445,23 +457,18 @@ footer{ } footer ul { - padding:0; - width:300px; - margin:0 auto; - list-style-type:none; - padding-top:30px; -} -.textfooter{ width:500px; margin:0 auto; + padding:30px 0 0; + list-style-type:none; } + footer li { float:left; /*pour IE*/ - text-align: center; } footer ul li a { + text-align: center; display:block; - float:left; text-decoration:none; color: #0c0fb7; }