« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 15 : | Ligne 15 : | ||
a:link { | a:link { | ||
color: blue; | color: blue; | ||
font- | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
Version du 5 septembre 2023 à 11:06
/* Le CSS placé ici sera appliqué à tous les habillages. */
html, body {
margin: 0;
padding: 0;
}
body {
background-color: white;
font-family: Verdana, sans-serif;
font-size: 110%;
}
a:link {
color: blue;
font-weight: bold;
text-decoration: underline;
}