[CSS] ~liens oranges et pas bleux claires tout moche
authorLudovic CHEVALIER <tenshi20@no-log.org>
Sun, 2 Feb 2014 13:02:37 +0000 (14:02 +0100)
committerLudovic CHEVALIER <tenshi20@no-log.org>
Sun, 2 Feb 2014 13:02:37 +0000 (14:02 +0100)
www/plugins/skel_ptitvelo/css/perso.css.html

index f10ec28..ee6cabf 100644 (file)
@@ -147,3 +147,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;
+}