More actions
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
.skin-citizen-light .last-modified-bar-content { | .skin-citizen-light .last-modified-bar-content { | ||
background: #f8f9fa; | |||
} | |||
.skin-citizen-dark .last-modified-bar { | |||
background: #131a21; | |||
} | |||
.skin-citizen-light .last-modified-bar { | |||
background: #f8f9fa; | background: #f8f9fa; | ||
} | } |
Revision as of 13:30, 20 February 2023
/* Le CSS placé ici sera appliqué à tous les habillages. */ .breakout { float: right; border: 1px solid #888; background: var(--color-surface-0); padding: 0.2em; } @media screen and (max-width: 893px) { .breakout { display: none; } } .research { background: var(--background-color-framed); } .skin-citizen-dark .breakouttitle { text-align: center; background: #1a252d; border-top: 1px solid #6a6; border-bottom: 1px solid #6a6; } .skin-citizen-light .breakouttitle { text-align: center; background: #eaecf0; border-top: 1px solid #6a6; border-bottom: 1px solid #6a6; } .skin-citizen-light .mw-footer { background: #ffffff; } .skin-citizen-dark .mw-footer { background: #131a21 } .skin-citizen-dark .last-modified-bar-content { background: #131a21; } .skin-citizen-light .last-modified-bar-content { background: #f8f9fa; } .skin-citizen-dark .last-modified-bar { background: #131a21; } .skin-citizen-light .last-modified-bar { background: #f8f9fa; }