« MediaWiki:Common.css » : différence entre les versions
De gahan
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
} | } | ||
h1 { | h1 { | ||
Ligne 10 : | Ligne 9 : | ||
font-weight: bold; | font-weight: bold; | ||
font-variant-caps: small-caps; | font-variant-caps: small-caps; | ||
} | |||
h2 { | |||
font-size: 160%; | |||
font-weight: bold; | |||
font-variant-caps: small-caps; | |||
} | |||
h3 { | |||
font-size: 140%; | |||
font-weight: bold; | |||
font-variant-caps: small-caps; | |||
} | |||
h4 { | |||
font-size: 120%; | |||
font-weight: bold; | |||
} | |||
h5 { | |||
font-size: 110%; | |||
font-weight: bold; | |||
} | |||
h6 { | |||
font-size: 105%; | |||
font-weight: bold; | |||
} | } |
Version du 29 avril 2024 à 16:22
/* Le CSS placé ici sera appliqué à tous les habillages. */ body { font-family: Verdana, Arial, Helvetica, sans-serif; } h1 { font-size: 200%; font-weight: bold; font-variant-caps: small-caps; } h2 { font-size: 160%; font-weight: bold; font-variant-caps: small-caps; } h3 { font-size: 140%; font-weight: bold; font-variant-caps: small-caps; } h4 { font-size: 120%; font-weight: bold; } h5 { font-size: 110%; font-weight: bold; } h6 { font-size: 105%; font-weight: bold; }