MediaWiki:Common.css
From Screamer Wiki
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 */
body, .mw-headline {
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
.Navboxcss {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
}
.font-face{
font-size: 90%
}
.mw-editsection {
padding-left: 10px;
}
.toctogglelabel {
color: #e87057;
}
.toc {
background-color: #4b4b4b;
}