« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
#document-wrapper | |||
{ | |||
max-width: 1200px; | |||
} | |||
.tribal-button | |||
{ | |||
background-color: black; | |||
} | |||
.tribal-borderbox #contentheader #pt-logout a | |||
{ margin-right: 2px; | |||
} | |||
.tribal-borderbox .with-button .tribal-button | |||
{ width: 21%; | |||
} | |||
#toc, #toctitle | |||
{ width: 98%; | |||
} | |||
.toc | |||
{ | |||
width: 98%; | |||
} |
Version du 23 novembre 2018 à 12:59
/* Le CSS placé ici sera appliqué à tous les habillages. */ #document-wrapper { max-width: 1200px; } .tribal-button { background-color: black; } .tribal-borderbox #contentheader #pt-logout a { margin-right: 2px; } .tribal-borderbox .with-button .tribal-button { width: 21%; } #toc, #toctitle { width: 98%; } .toc { width: 98%; }