More actions
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
} | } | ||
.skin-citizen-light .external | .skin-citizen-light .mw-footer a, .mw-footer a.external { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.skin-citizen-dark | .skin-citizen-dark .mw-footer a, .mw-footer a.external { | ||
color: #ffffff; | color: #ffffff; | ||
} | } |
Revision as of 13:34, 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; } .skin-citizen-light .mw-footer a, .mw-footer a.external { color: #000000; } .skin-citizen-dark .mw-footer a, .mw-footer a.external { color: #ffffff; }