[CSS] + agenda
authorJohan GIRAUD <johangiraud1@gmail.com>
Tue, 3 Feb 2015 22:46:50 +0000 (23:46 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Tue, 3 Feb 2015 22:46:50 +0000 (23:46 +0100)
css/habillage.css
css/habillage.scss
sommaire.html

index a57591d..9fd6f44 100644 (file)
@@ -151,7 +151,7 @@ p {
   overflow: hidden; }
 
 .article {
-  background-color: #ffaa7f;
+  background-color: #ffd7b7;
   margin: 0 10px 15px 10px; }
 
 .spip_logo {
@@ -162,13 +162,12 @@ p {
 
 /*3EME COLONNE*/
 .map {
-  background-color: #6059d2;
   height: 300px;
   margin: 0 10px 15px 10px;
   overflow: hidden; }
 
 .agenda {
-  background-color: #3ee88d;
+  background-color: #a1ffff;
   height: 500px;
   margin: 0 10px 0px 10px;
   padding-right: 10px; }
@@ -192,7 +191,9 @@ p {
   margin-bottom: 10px; }
 
 .horaire {
-  font-size: 0.8em; }
+  font-size: 0.8em;
+  margin-bottom: 20px;
+  display: block; }
 
 .leaflet-control-attribution {
   display: none; }
index 79b85e8..d9de066 100644 (file)
@@ -185,7 +185,7 @@ p{
 }
 
 .article{
-       background-color:#ffaa7f;
+       background-color:#ffd7b7;
        margin:0 10px 15px 10px;
 }
 .spip_logo{
@@ -203,14 +203,13 @@ p{
 
 
 .map{
-       background-color:#6059d2;
        height: 300px;
        margin:0 10px 15px 10px;
        overflow: hidden;
 }
 
 .agenda{
-       background-color: #3ee88d;
+       background-color: #a1ffff;
        height:500px;
        margin:0 10px 0px 10px;
        padding-right: 10px;    
@@ -239,6 +238,8 @@ p{
 }
 .horaire{
        font-size: 0.8em;
+       margin-bottom: 20px;
+       display: block;
 }
 .leaflet-control-attribution{
        display: none;
index 38f8ddc..60f9f8d 100644 (file)
@@ -47,7 +47,7 @@
                     <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
                     <h3>[(#_articles:DATE|affdate)] - #TITRE</h3>
                     </BOUCLE_rub>
-                    ><p>#INTRODUCTION</p>
+                    <p>#INTRODUCTION</p>
                 </div>
                 </BOUCLE_articles>
             </div>