[CSS+HTML] + lien accueil
authorJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 14:00:24 +0000 (15:00 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 14:00:24 +0000 (15:00 +0100)
css/habillage.css
css/habillage.scss
rubrique.html

index 765c06e..b03b2c9 100644 (file)
@@ -87,11 +87,21 @@ header .spip_logos {
   margin: 0 auto; }
 
 a {
-  text-decoration: none; }
+  text-decoration: none;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 a:focus, a:hover, a:active {
   background: none;
-  color: #1a0583; }
+  color: #e1702e;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 h1 {
   margin: 0;
@@ -103,7 +113,12 @@ h1 {
   font-weight: bold; }
 
 h1:hover {
-  text-decoration: underline; }
+  text-decoration: underline;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 h2 {
   margin: 15px 15px;
index 26e271b..d2b439d 100644 (file)
@@ -103,11 +103,21 @@ header .spip_logos{
 }
 a{
        text-decoration:none;
+       -webkit-transition: all 0.3s ease 0s;
+    -moz-transition: all 0.3s ease 0s;
+    -ms-transition: all 0.3s ease 0s;
+    -o-transition: all 0.3s ease 0s;
+    transition: all 0.3s ease 0s;
 }
 
 a:focus, a:hover, a:active{
        background:none;
-       color:#1a0583;
+       color:#e1702e;
+       -webkit-transition: all 0.3s ease 0s;
+    -moz-transition: all 0.3s ease 0s;
+    -ms-transition: all 0.3s ease 0s;
+    -o-transition: all 0.3s ease 0s;
+    transition: all 0.3s ease 0s;
 }
 
 h1{
@@ -122,8 +132,14 @@ h1{
 
 h1:hover{
        text-decoration: underline;
+       -webkit-transition: all 0.3s ease 0s;
+    -moz-transition: all 0.3s ease 0s;
+    -ms-transition: all 0.3s ease 0s;
+    -o-transition: all 0.3s ease 0s;
+    transition: all 0.3s ease 0s;
 }
 
+
 h2{
        margin: 15px 15px;
        font-size:1.3em;
index 3c52540..78a0283 100644 (file)
                             </BOUCLE_gis>
                         </li>
                     </ul>
-                    <center><div class="logoatelier">
+                    <div class="logoatelier">
                         #LOGO_SITE
-                    </div></center>
+                    </div>
+                    <nav>
+                           <a href="#">Retour à l'accueil</a>
+                    </nav>
                     </BOUCLE_sites>
                 </div>
         </B_sites>