[CSS] + h1
authorJohan GIRAUD <johangiraud1@gmail.com>
Tue, 3 Feb 2015 17:00:46 +0000 (18:00 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Tue, 3 Feb 2015 17:00:46 +0000 (18:00 +0100)
css/habillage.css
css/habillage.scss
sommaire.html

index 7bd1b59..a57591d 100644 (file)
@@ -96,12 +96,15 @@ 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;
@@ -161,10 +164,8 @@ p {
 .map {
   background-color: #6059d2;
   height: 300px;
-  margin: 0 10px 15px 10px; }
-
-.leaflet-control-attribution leaflet-control {
-  z-index: 999; }
+  margin: 0 10px 15px 10px;
+  overflow: hidden; }
 
 .agenda {
   background-color: #3ee88d;
@@ -173,7 +174,7 @@ p {
   padding-right: 10px; }
 
 .agenda p {
-  line-height: 120%; }
+  padding: 0; }
 
 .agenda ul {
   list-style-type: none;
@@ -186,6 +187,10 @@ p {
   font-size: 1.7em;
   clear: both; }
 
+.event {
+  display: block;
+  margin-bottom: 10px; }
+
 .horaire {
   font-size: 0.8em; }
 
index 3568d8e..79b85e8 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;
@@ -202,9 +206,7 @@ p{
        background-color:#6059d2;
        height: 300px;
        margin:0 10px 15px 10px;
-}
-.leaflet-control-attribution leaflet-control{
-       z-index: 999;
+       overflow: hidden;
 }
 
 .agenda{
@@ -215,7 +217,7 @@ p{
 }
 
 .agenda p{
-       line-height: 120%;      
+       padding: 0;
 }
 
 .agenda ul{
@@ -230,6 +232,11 @@ p{
        font-size: 1.7em;
        clear: both; 
 }
+
+.event{
+       display: block;
+       margin-bottom: 10px;
+}
 .horaire{
        font-size: 0.8em;
 }
index 07d8bf4..38f8ddc 100644 (file)
@@ -45,9 +45,9 @@
                     <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]</a>
                     <a href="#"><h1>#TITRE</h1></a>
                     <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
-                    <a href="#"><h3>[(#_articles:DATE|affdate)] - #TITRE</h3></a>
+                    <h3>[(#_articles:DATE|affdate)] - #TITRE</h3>
                     </BOUCLE_rub>
-                    <a href="#"><p>#INTRODUCTION</p></a>
+                    ><p>#INTRODUCTION</p>
                 </div>
                 </BOUCLE_articles>
             </div>
@@ -67,7 +67,7 @@
                 <ul>
                 <BOUCLE_evenements(EVENEMENTS){age<0}>
                     <li>
-                        <div class=event>
+                        <div class="event">
                             <div class="date">
                                 <p><time datetime="#DATE_DEBUT">[(#DATE_DEBUT|affdate{d M})]</time></p>
                                 <p><time class="horaire" datetime="#DATE_DEBUT">[(#DATE_DEBUT|heures)]:[(#DATE_DEBUT|minutes)]</time></p>