« 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 : | ||
/* | /* FORCE ABSOLUE SUR TOUT LE SITE */ | ||
* { | |||
font-size: 16px !important; | |||
line-height: 1.5 !important; | |||
} | } | ||
/* | /* REDUCTION SPECIFIQUE DES TITRES */ | ||
h1 { | h1, h2, h3, .mw-headline, #firstHeading { | ||
font-size: 24px !important; | |||
margin: 10px 0 !important; | |||
padding: 5px !important; | |||
display: block !important; | |||
width: auto !important; | |||
} | } | ||
/* | /* CENTRAGE DE L'ARTICLE */ | ||
#content, #mw-content-text { | |||
max-width: 900px !important; | |||
margin: 0 auto !important; | |||
padding: 20px !important; | |||
float: none !important; | |||
} | } | ||
/* | /* CACHER LE SURPLUS SI BESOIN */ | ||
.visualClear { display: none !important; } | |||
. | |||
} | |||
Version du 25 mars 2026 à 09:59
/* FORCE ABSOLUE SUR TOUT LE SITE */
* {
font-size: 16px !important;
line-height: 1.5 !important;
}
/* REDUCTION SPECIFIQUE DES TITRES */
h1, h2, h3, .mw-headline, #firstHeading {
font-size: 24px !important;
margin: 10px 0 !important;
padding: 5px !important;
display: block !important;
width: auto !important;
}
/* CENTRAGE DE L'ARTICLE */
#content, #mw-content-text {
max-width: 900px !important;
margin: 0 auto !important;
padding: 20px !important;
float: none !important;
}
/* CACHER LE SURPLUS SI BESOIN */
.visualClear { display: none !important; }