MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Surcharge Commun à tous les thèmes */
/* A COMPLÉTER : font, etc... */
/* Surcharge Theme Vector */
/*.skin-vector-legacy {
margin: 0 auto;
position: relative;
max-width: 1100px;
}
*/
/* Ne pas supprimer les surcharges des autres thèmes.
De cette manière, si une personne choisit ce thème en tant que préférence personnelle,
elle peut avoir ces correctifs */
/* Surcharge Theme Timeless */
/*#mw-content-block {
justify-content: center;
}
#mw-content-wrapper {
max-width: 800px;
}
#mw-normal-catlinks {
font-size: 0.8em;
}
*/
/* Pour créer une ligne de séparation très mince */
.thin-hr {
border: none !important;
border-top: 0.1px solid #ccc !important;
margin: 0.1em 0 !important;
}
.qtip {
font-size: calc(1em * 0.875) !important;
}
.mw-lingo-definition-text {
line-height: 1.3em;
}