« 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 45 : | Ligne 45 : | ||
padding: 5px; | padding: 5px; | ||
font-size: 95%; | font-size: 95%; | ||
} | |||
.wikitable { | |||
border-color: @base70; | |||
> tr > th, | |||
> tr > td, | |||
> * > tr > th, | |||
> * > tr > td { | |||
border: 1px solid @base70; | |||
padding: 0.4em 0.5em; | |||
} | |||
} | |||
.wikitable th { | |||
background: @base80; | |||
} | } |
Version du 9 avril 2025 à 17:33
/* 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 { border-color: @base70; > tr > th, > tr > td, > * > tr > th, > * > tr > td { border: 1px solid @base70; padding: 0.4em 0.5em; } } .wikitable th { background: @base80; }