X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=css%2Fhabillage.scss;h=63a241b795f1c00bcb3a54134a7365685565184a;hb=5ced832adc75724791a755ae71620e686abae00c;hp=e49ba8b98d9a2c70f16e70dbdd439c8e9962f10f;hpb=55fe60f97d6b562396b0666ae0bd700119dbd8a5;p=lhc%2Fweb%2Fclavettes.git diff --git a/css/habillage.scss b/css/habillage.scss index e49ba8b..63a241b 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -82,6 +82,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, body{ margin:0; padding:0; + font-size: 0.9em; + } header{ @@ -133,7 +135,7 @@ h1{ padding:0; margin-top:15px; margin-left:15px; - font-size:1.9em; + font-size:1.8em; display:inline-block; font-weight: bold; } @@ -144,7 +146,7 @@ h1:hover{ h2{ margin: 15px 15px; - font-size:1.3em; + font-size:1.2em; display:inline-block; } @@ -172,19 +174,6 @@ p{ text-transform: uppercase; font-family: "Trebuchet MS", Helvetica, arial, sans-serif; font-size: 1.7em; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; -} -.titre:hover{ - background-color: #0c0fb7; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; } #ateliers{ margin:0 10px; @@ -221,15 +210,12 @@ p{ .horairesouvertures{ margin:0 0 0 15px; } -.logoatelier{ - margin:auto; - width: 300px; -} #ateliers nav{ padding-top:15px; + padding-bottom: 15px; clear:both; } -#ateliers .fa{ +.fa{ color:#05ffbc; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; @@ -237,10 +223,16 @@ p{ -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -#ateliers .fa:hover{ +.fa:hover{ color:#0c0fb7; } - +#atelierdescription nav{ + margin-bottom: 15px; +} +.voirenligne{ + padding:15px; + text-align: right; +} /*2EME COLONNE*/ @@ -253,11 +245,8 @@ p{ margin:0 0 15px 0; line-height: 1.3; } -.spip_logo{ - display:none; -} -.article .spip_logos{ - display: none; +.article h1{ + font-size: 1.4em; } .article .fa{ width: 20px; @@ -270,7 +259,17 @@ p{ display: none; } .article img{ - width:100%; + width:auto; + margin:0; +} +.article ul{ + margin:0 15px; +} +.article li{ + margin:0 15px; +} +.article div{ + margin:0 15px; } address{ padding-bottom: 10px; @@ -292,8 +291,11 @@ address p{ #atelierdescription #news{ margin:0; } -#atelierdescription img{ - width: 100%; +.spip_logos{ + width:auto!important; +} +.urlsites{ + padding:15px 0; } @@ -312,7 +314,6 @@ address p{ height:500px; margin:0 10px 15px 10px; padding-right: 10px; - overflow-y: scroll; } .agenda p{ @@ -342,8 +343,6 @@ address p{ display: block; } .nature{ - overflow-y: scroll; - height: 70px; } @@ -432,9 +431,9 @@ footer ul li a { display:block; float:left; text-decoration:none; - color: #120260; + color: #0c0fb7; } footer ul li a:hover { - border-bottom: solid #1d0b78; + border-bottom: solid #0c0fb7; }