Skip to content
Extraits de code Groupes Projets
Valider a204a499 rédigé par tetue's avatar tetue
Parcourir les fichiers

Mieux indiquer le focus pour la navigation au clavier ; suite du changeset 13178 (Aurelien)

parent 2bde5164
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,7 +13,7 @@ body { font-size: 0.8125em; font-family: "Luxi sans", "Lucida Grande", Lucida, "
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover { color: #003; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */
......@@ -116,7 +116,8 @@ abbr.published { border: 0; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos { border-color: #8B6F92; }
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }
#document_actif { margin: 1em auto; }
#document_actif img {}
......
......@@ -76,7 +76,8 @@ fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Pre
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:focus img,
table.spip_barre a:hover img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; }
/* Formulaire de forum */
......
......@@ -103,7 +103,7 @@ define('_STYLE_AIDE_BODY', '
}
a { text-decoration: none; }
a:focus,a:hover { color: #FF9900; text-decoration: underline; }
a:focus,a:hover,a:active { color: #FF9900; text-decoration: underline; }
body {
font-family: Georgia, Garamond, Times New Roman, serif;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter