« MediaWiki:Common.css » : différence entre les versions
De Association Linéage de France et d'International
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* | /* Style général moderne et sans-serif pour tout le wiki */ | ||
body, p, li, td, th, div, span { | body, p, li, td, th, div, span { | ||
font-family: " | font-family: "Helvetica Neue", "Segoe UI", "Arial", sans-serif; | ||
font-size: | font-size: 15px; | ||
line-height: 1. | line-height: 1.6; | ||
color: #1a1a1a; | color: #1a1a1a; | ||
} | } | ||
| Ligne 10 : | Ligne 10 : | ||
/* Titres */ | /* Titres */ | ||
h1 { | h1 { | ||
font-family: " | font-family: "Helvetica Neue", sans-serif; | ||
font-size: | font-size: 24px; | ||
font-weight: | font-weight: 600; | ||
margin-bottom: 0. | margin-bottom: 0.6em; | ||
} | } | ||
h2 { | h2 { | ||
font-family: " | font-family: "Helvetica Neue", sans-serif; | ||
font-size: | font-size: 20px; | ||
font-weight: | font-weight: 600; | ||
margin-bottom: 0. | margin-bottom: 0.5em; | ||
} | } | ||
h3 { | h3 { | ||
font-family: " | font-family: "Helvetica Neue", sans-serif; | ||
font-size: | font-size: 17px; | ||
font-weight: | font-weight: 600; | ||
margin-bottom: 0. | margin-bottom: 0.4em; | ||
} | } | ||
/* Liens */ | /* Liens */ | ||
a { | a { | ||
color: # | color: #004080; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Version du 20 avril 2025 à 22:17
/* Style général moderne et sans-serif pour tout le wiki */
body, p, li, td, th, div, span {
font-family: "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
font-size: 15px;
line-height: 1.6;
color: #1a1a1a;
}
/* Titres */
h1 {
font-family: "Helvetica Neue", sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 0.6em;
}
h2 {
font-family: "Helvetica Neue", sans-serif;
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em;
}
h3 {
font-family: "Helvetica Neue", sans-serif;
font-size: 17px;
font-weight: 600;
margin-bottom: 0.4em;
}
/* Liens */
a {
color: #004080;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}