[CSS] +ateliers
authorJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 12:56:57 +0000 (13:56 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 12:56:57 +0000 (13:56 +0100)
css/habillage.css
css/habillage.scss
rubrique.html
sommaire.html

index f3e71e2..765c06e 100644 (file)
@@ -19,7 +19,7 @@ time, mark, audio, video {
   font-size: 100%;
   vertical-align: baseline;
   font-family: sans-serif;
-  color: #1a0583;
+  color: #120260;
   text-align: left; }
 
 html, body, span, applet, object, iframe,
@@ -138,6 +138,9 @@ p {
 #ateliers ul li {
   margin-bottom: 15px; }
 
+.descriptif {
+  margin-left: 15px; }
+
 #ateliers p {
   margin: 15px 15px 0 0;
   font-size: 1.0em;
@@ -155,7 +158,7 @@ p {
   overflow: hidden; }
 
 .article {
-  background-color: #e2e2e1;
+  background-color: #e8e3e1;
   margin: 0 10px 15px 10px;
   line-height: 1.3; }
 
@@ -350,7 +353,7 @@ p {
 footer {
   clear: both;
   height: 100px;
-  background-color: #ffaa7f; }
+  background-color: #e1702e; }
 
 footer ul {
   padding: 0;
index 91da44c..26e271b 100644 (file)
@@ -19,7 +19,7 @@ time, mark, audio, video {
   font-size: 100%;
   vertical-align: baseline;
   font-family: sans-serif;
-  color:#1a0583;
+  color:#120260;
   text-align: left;
 }
 
@@ -164,6 +164,9 @@ p{
 #ateliers ul li{
        margin-bottom:15px;
 }
+.descriptif{
+       margin-left:15px;
+}
 
 #ateliers p{
        margin: 15px 15px 0 0;
@@ -186,7 +189,7 @@ p{
        overflow: hidden;
 }
 .article{
-       background-color:#e2e2e1;
+       background-color:#e8e3e1;
        margin:0 10px 15px 10px;
        line-height: 1.3;
 }
@@ -208,6 +211,8 @@ p{
 #atelierdescription img{
        width: 100%;
 }
+.logoatelier{
+}
 
 
 /*3EME COLONNE*/
@@ -324,7 +329,7 @@ $large:1200px;
 footer{
        clear:both;
        height:100px;
-       background-color: #ffaa7f;
+       background-color: #e1702e;
 }
 
 footer ul {
index b68602b..3c52540 100644 (file)
                             <BOUCLE_gis(GIS){objet='site'}{id_objet=#ID_SYNDIC}>
                                     <h2>• #TITRE</h2>
                                     <address>#ADRESSE #CODE_POSTAL #VILLE</address>
-                                    <p>#DESCRIPTIF</p>
+                                    <div class="descriptif"><p>#DESCRIPTIF</p></div>
                             </BOUCLE_gis>
                         </li>
                     </ul>
-                    <div class="logoatelier">
+                    <center><div class="logoatelier">
                         #LOGO_SITE
-                    </div>
+                    </div></center>
                     </BOUCLE_sites>
                 </div>
         </B_sites>
index 03214f1..390e71f 100644 (file)
@@ -24,7 +24,7 @@
                                 <li>
                                     <h2>• #TITRE</h2>
                                     <address>#ADRESSE #CODE_POSTAL #VILLE</address>
-                                    <p>#DESCRIPTIF</p>
+                                    <div class="descriptif"><p>#DESCRIPTIF</p></div>
                                 </li>
                             </BOUCLE_gis>
                             </ul>