MediaWiki:Common.css
MediaWiki interface page
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.
/* CSS placed here will be applied to all skins */
#ca-viewsource {display:none}
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap');
body {
font-family: 'Archivo', sans-serif;
overscroll-behavior-y: none;
}
.skin-citizen-dark .mw-header {
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.skin-citizen-light .mw-header {
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
/* NoteBoxes */
.skin-citizen-dark .custom_bigid_warn {
background: #ffca4b;
color: #504302;
}
.skin-citizen-light .custom_bigid_warn {
background: #ffe096;
}
.custom_bigid_notes {
padding: 10px;
border-radius:10px;
margin:10px 0px;
}