[SKEL+CSS] + h1 statiques
authorJohan GIRAUD <johangiraud1@gmail.com>
Thu, 12 Feb 2015 11:46:17 +0000 (12:46 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Thu, 12 Feb 2015 11:46:17 +0000 (12:46 +0100)
article.html
css/habillage.css
css/habillage.scss
rubrique.html
sommaire.html

index 55e40f1..75d2682 100644 (file)
@@ -10,6 +10,7 @@
 </head>
 
 <body>
+       <h1>Page d'article - L'heureux Cyclage</h1>
     <header>
         <a href="#URL_SITE_SPIP">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
     </header>
index e431242..cbdee10 100644 (file)
@@ -76,7 +76,8 @@ body {
 
 header {
   margin: 15px auto 0 auto;
-  width: 1200px; }
+  width: 1200px;
+  clear: both; }
 
 header .spip_logos {
   margin-left: 10px;
@@ -114,7 +115,9 @@ a:hover > i {
   transition: all 0.3s ease 0s; }
 
 h1 {
-  z-index: -9999; }
+  z-index: -9999;
+  opacity: 0;
+  float: left; }
 
 h2 {
   margin: 0;
index dd7b067..d534842 100644 (file)
@@ -89,7 +89,7 @@ body{
 header{
        margin:15px auto 0 auto;
        width:1200px;
-       
+       clear: both;
 }
 
 header .spip_logos{
@@ -132,6 +132,8 @@ a:hover > i {
 }
 h1{
        z-index: -9999;
+       opacity: 0;
+       float:left;
 }
 h2{
        margin: 0;
index d76112f..c15203a 100644 (file)
 </head>
 
 <body>
+       <h1>Détail atelier - L'heureux Cyclage</h1>
     <header>
         <a href="#URL_SITE_SPIP">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
     </header>
-    <h1>Clavette grenobloise - L'heureux Cyclage</h1>
     <section id="wrap">
 <!--1ERE COLONNE-->
         <div class="col-12 col-m-6 col-l-3">
index e6bea67..c007f10 100644 (file)
@@ -8,6 +8,7 @@
 </head>
 
 <body>
+       <h1>Clavette grenobloise - L'heureux Cyclage</h1>
     <header>
         <a href="#URL_SITE_SPIP">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
     </header>