« MediaWiki:Timeless.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 67 : | Ligne 67 : | ||
.wikitable > caption { | .wikitable > caption { | ||
font-weight: bold | font-weight: bold | ||
} | |||
table { | |||
display: table; | |||
border-collapse: separate; | |||
box-sizing: border-box; | |||
text-indent: initial; | |||
unicode-bidi: isolate; | |||
border-spacing: 2px; | |||
border-color: gray; | |||
} | } |
Version du 9 avril 2025 à 17:38
/* CSS placed here will affect users of the Timeless skin */ /* Sommaire ne passe pas sous l'infobox si certaines sections ont des noms longs (standard sous les autres skins) */ #toc, .toc { display: table; } /* mise en évidence des balises code */ code { background-color: WhiteSmoke; } /* repositionnement des appels de référence */ .reference, .exposant { line-height: 1em; } /* Amélioration de la présentation des templatedata */ #mw-content .mw-templatedata-doc-params dt, #mw-content .mw-templatedata-doc-params dd { margin: 0; } /* Double Wiki */ .mw-content-ltr { background-color: #FFFFFF !important; } .catlinks { border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 50em; margin-top: 1em; clear: both; } /* Table of Contents */ .toc, .mw-warning, .toccolours { border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 5px; font-size: 95%; } .wikitable { background-color: #f8f9fa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse } .wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td { border: 1px solid #a2a9b1; padding: 0.2em 0.4em } .wikitable > tr > th,.wikitable > * > tr > th { background-color: #eaecf0; text-align: center } .wikitable > caption { font-weight: bold } table { display: table; border-collapse: separate; box-sizing: border-box; text-indent: initial; unicode-bidi: isolate; border-spacing: 2px; border-color: gray; }