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. */ .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.external { color: #000000; } .skin-citizen-dark .mw-footer a.external { color: #ffffff; }