[HTML+CSS]
authorJohan GIRAUD <johangiraud1@gmail.com>
Thu, 5 Feb 2015 10:09:24 +0000 (11:09 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Thu, 5 Feb 2015 10:09:24 +0000 (11:09 +0100)
css/habillage.css
css/habillage.scss
sommaire.html

index 83f36c2..b5cdffa 100644 (file)
@@ -143,6 +143,10 @@ p {
   font-size: 1.0em;
   text-align: left; }
 
+#ateliers address {
+  margin: 0 0 0 15px;
+  line-height: 0.6; }
+
 #ateliers p:nth-child(2) {
   margin: 0px 15px 15px 15px; }
 
@@ -152,14 +156,12 @@ p {
 
 .article {
   background-color: #ffd7b7;
-  margin: 0 10px 15px 10px; }
+  margin: 0 10px 15px 10px;
+  line-height: 1.3; }
 
 .spip_logo {
   display: none; }
 
-.article .spip_logos {
-  display: none; }
-
 /*3EME COLONNE*/
 .map {
   height: 300px;
@@ -334,14 +336,14 @@ p {
 /*FOOTER*/
 footer {
   clear: both;
-  height: 200px;
+  height: 100px;
   background-color: #ffaa7f; }
 
 footer ul {
   padding: 0;
   margin: 0 auto;
   list-style-type: none;
-  padding-top: 70px; }
+  padding-top: 30px; }
 
 .textfooter {
   width: 500px;
index 22e8f22..a252270 100644 (file)
@@ -162,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;
 }
@@ -187,12 +190,12 @@ p{
 .article{
        background-color:#ffd7b7;
        margin:0 10px 15px 10px;
+       line-height: 1.3;
 }
 .spip_logo{
        display:none;
 }
 .article .spip_logos{
-       display:none;
        
 }
 
@@ -226,7 +229,6 @@ p{
        margin:0;
        padding-top:15px;
 }
-
 .date{
        float:left;
        font-size: 1.7em;
@@ -312,7 +314,7 @@ $large:1200px;
 
 footer{
        clear:both;
-       height:200px;
+       height:100px;
        background-color: #ffaa7f;
 }
 
@@ -320,7 +322,7 @@ footer ul {
        padding:0;
        margin:0 auto;
        list-style-type:none;
-       padding-top:70px;
+       padding-top:30px;
 }
 .textfooter{
        width:500px;
index 7bd8a2b..5bc7a7e 100644 (file)
@@ -22,9 +22,9 @@
                             <ul>
                             <BOUCLE_gis(GIS){objet='site'}{id_objet=#ID_SYNDIC}>
                                 <li>
-                                <a href="#"><h2>#TITRE</h2></a>
-                                <a href="#"><h2>#ADRESSE #CODE_POSTAL #VILLE</h2></a>
-                                <a href="#"><h2>#DESCRIPTIF</h2></a>
+                                                               <h2>• #TITRE</h2>
+                                <address>#ADRESSE #CODE_POSTAL #VILLE</address>
+                                <p>#DESCRIPTIF</p>
                                 </li>
                             </BOUCLE_gis>
                             </ul>