X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=blobdiff_plain;f=css%2Fhabillage.scss;h=d3a97c792df6f1f5d6b18e39ded64d07b47b7915;hp=c295da35f4887a8fc02b87d876df75c3b8d2922a;hb=d3d914e35ac654dbe7e79de2dace61afca6918d8;hpb=c8e7fd01e5bb895b1f3bb567448fe33bc88c5318 diff --git a/css/habillage.scss b/css/habillage.scss index c295da3..d3a97c7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -19,7 +19,7 @@ time, mark, audio, video { font-size: 100%; vertical-align: baseline; font-family: sans-serif; - color:#120260; + color:#0c0fb7; text-align: left; } @@ -157,14 +157,27 @@ p{ .titre{ background-color: #05ffbc; - height: 45px; + height: 47px; + width: 100%; color:#fff; margin:0 0 15px 0; padding:10px 15px; - border-bottom: 3px solid #05ffbc; 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; @@ -267,7 +280,7 @@ address p{ .agenda{ background-color: #05ffbc; height:500px; - margin:0 10px 0px 10px; + margin:0 10px 15px 10px; padding-right: 10px; overflow-y: scroll; } @@ -321,10 +334,7 @@ $large:1200px; .col-#{$i}{ @extend %col; width:$i / $columns * 100%;} - .col-m-#{$i}, .col-l-#{$i}{@extend %col;} - footer{ - margin-top: 15px; - } + .col-m-#{$i}, .col-l-#{$i}{@extend %col;} } @media only screen and (min-width: $medium){ @@ -332,9 +342,6 @@ $large:1200px; .col-m-#{$i}{ width:$i / $columns * 100%;} } - footer{ - margin-top: 15px; - } } @media only screen and (min-width: $large){