[CSS] + licence map
[lhc/web/clavettes.git] / css / habillage.scss
index 3568d8e..e54d010 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;
@@ -181,7 +185,7 @@ p{
 }
 
 .article{
-       background-color:#ffaa7f;
+       background-color:#ffd7b7;
        margin:0 10px 15px 10px;
 }
 .spip_logo{
@@ -199,23 +203,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{
@@ -228,15 +230,25 @@ p{
 .date{
        float:left;
        font-size: 1.7em;
-       clear: both; 
+       clear: both;
+}
+
+.event{
+       display: block;
+       margin-bottom: 10px;
 }
 .horaire{
        font-size: 0.8em;
+       margin-bottom: 20px;
+       display: block;
 }
-.leaflet-control-attribution{
-       display: none;
+.nature{
+       overflow-y: scroll;
+       height: 70px;
+       
 }
 
+
 /*RESPONSIVE*/