[SKEL] ~changement bandeau
[ptitvelo/web/www.git] / www / plugins / skel_ptitvelo / css / perso.css.html
index f9fe225..71f78f8 100644 (file)
        top: 90px; left: 20px;  
 }
 
+#entete img, .spip_logos {
+       vertical-align: middle;
+}
+
 #entete p#intro {
        font-size: 30px;
        line-height: 1.6em;
@@ -22,7 +26,8 @@
        
        /* change the values of top and left to adjust the position */
        bottom: 5px;
-       right: 5px;
+       right: 15px;
+       visibility: hidden;
 }
 
 /* Pour éviter que le paragraphe nous décale tout */
        background: none;
 }
 
-
 #entete #entete-image {
-       text-align: left;
+       text-align: right;
        position: relative;
+       font-size: 1.5em;
+       font-color: #FFF;
 }
 
-#entete #entete-image a {
-       position: float;
-       padding-top: 5px;
-       padding-left: 5px;
+#entete-image>h1#logo-text {
+       height: 100%;
+       padding: 0;
+}
+
+#entete #entete-image>h1#logo-text>a {
+       color: transparent;
+       display: block;
+       padding: 0;
+       height: 100%;
 }
 #entete #entete-image #logo {
-       float:left;
+       float: left;
 }
 
 #entete #entete-image #menu_lang {
 
 #entete {
     border: none;
-    background : none;
+    background-color: #F68712;
 }
 
-#entete-wrap {
-    background-color: #EFAE13;
+li.menu-entree {
+    padding: 0;
+    border-top: 1px solid;
+    border-left: 1px solid;
+    border-color: #e27300;
 }
 
+li.menu-entree:hover {
+    border: none;
+    background-color: #e27300;
+}
 
 ol#controls li a {
-    background: none repeat scroll 0 0 #EFAE13;
+    background: none repeat scroll 0 0 #F68712;
     border: none;
     color: #753D0D;
     padding: 0 10px;
 }
 
 th {
-    background: none repeat scroll 0 0 #EFAE13;
+    background: none repeat scroll 0 0 #f68712;
     border-color: #FFFFFF;
     color: #000000;
 }
@@ -117,11 +136,6 @@ th {
     color: #444444;
 }
 
-.container_12 .grid_3, .container_16 .grid_4 {
-    height: 375px;
-    overflow: hidden;
-}
-
 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
     border-bottom: 1px solid #EBEBEB;
     --color: #9F5D00;
@@ -129,7 +143,7 @@ th {
 }
 
 hr.spip {
-    background-color: #F4C656;
+    background-color: #F68712;
 }
 
 .caractencadre-spip {
@@ -140,3 +154,28 @@ hr.spip {
 .sf-menu ul li a, .sf-menu ul li a:visited {
     color: #666666;
 }
+
+a:hover, a:focus {
+    color: #753D0D;
+    border-bottom: 1px dotted #753D0D;
+}
+
+h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
+    color: #753D0D;
+    border-bottom: 0px none;
+}
+
+.accroche a:hover, .accroche a:focus, .accroche h2 a:hover, .accroche h2 a:focus {
+    color: #EFAE13;
+    border-bottom: 0px none;
+}
+
+#colonne .liste h4 a:hover, .grid_4.actucolonne2 h4 a:hover, #colonne_bandeau .liste h4 a:hover, #colonne .liste h4 a:focus, .grid_4.actucolenne2 h4 a:focus, #colonne_bandeau .liste h4 a:focus {
+    color: #753D0D;
+    border-bottom: 1px dotted #753D0D;
+}
+
+ul.liste-items a:hover, ul.liste-items a:focus {
+    color: #753D0D;
+    border-bottom: 1px dotted #753D0D;
+}