[HTML+CSS]
[lhc/web/clavettes.git] / css / habillage.scss
index 3568d8e..a252270 100644 (file)
@@ -113,13 +113,17 @@ a:focus, a:hover, a:active{
 h1{
        margin: 0;
        padding:0;
-       padding-top:15px;
-       padding-left:15px;
+       margin-top:15px;
+       margin-left:15px;
        font-size:1.9em;
        display:inline-block;
        font-weight: bold;
 }
 
+h1:hover{
+       text-decoration: underline;
+}
+
 h2{
        margin: 15px 15px;
        font-size:1.3em;
@@ -158,16 +162,19 @@ p{
 }
 
 #ateliers ul li{
-       
        margin-bottom:15px;
 }
 
 #ateliers p{
        margin: 15px 15px 0 0;
        font-size:1.0em;
-       text-align: left;       
+       text-align: left;
+}
+#ateliers address{
+       margin: 0 0 0 15px;
+       line-height: 0.6;
+       
 }
-
 #ateliers p:nth-child(2){
        margin:0px 15px 15px 15px;
 }
@@ -181,14 +188,14 @@ p{
 }
 
 .article{
-       background-color:#ffaa7f;
+       background-color:#ffd7b7;
        margin:0 10px 15px 10px;
+       line-height: 1.3;
 }
 .spip_logo{
        display:none;
 }
 .article .spip_logos{
-       display:none;
        
 }
 
@@ -199,23 +206,21 @@ p{
 
 
 .map{
-       background-color:#6059d2;
        height: 300px;
        margin:0 10px 15px 10px;
-}
-.leaflet-control-attribution leaflet-control{
-       z-index: 999;
+       overflow: hidden;
 }
 
 .agenda{
-       background-color: #3ee88d;
+       background-color: #a1ffff;
        height:500px;
        margin:0 10px 0px 10px;
-       padding-right: 10px;    
+       padding-right: 10px;
+       overflow-y: scroll;     
 }
 
 .agenda p{
-       line-height: 120%;      
+       padding: 0;
 }
 
 .agenda ul{
@@ -224,19 +229,29 @@ p{
        margin:0;
        padding-top:15px;
 }
-
 .date{
        float:left;
        font-size: 1.7em;
-       clear: both; 
+       clear: both;
+}
+
+.event{
+       display: block;
+       margin-bottom: 10px;
+       padding-top: 5px;
 }
 .horaire{
        font-size: 0.8em;
+       margin-bottom: 20px;
+       display: block;
 }
-.leaflet-control-attribution{
-       display: none;
+.nature{
+       overflow-y: scroll;
+       height: 70px;
+       
 }
 
+
 /*RESPONSIVE*/
 
 
@@ -299,7 +314,7 @@ $large:1200px;
 
 footer{
        clear:both;
-       height:200px;
+       height:100px;
        background-color: #ffaa7f;
 }
 
@@ -307,7 +322,7 @@ footer ul {
        padding:0;
        margin:0 auto;
        list-style-type:none;
-       padding-top:70px;
+       padding-top:30px;
 }
 .textfooter{
        width:500px;