MediaWiki:Monobook.css
From The Birdhouse
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the MonoBook skin */
/* header fonts */
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);
font-style: italic;
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
h1 {
font-family: "EpundaSlab";
font-size: 2.5em;
color: #2F66B3;
}
@media screen {
body {
background: #c8dbff;
}
#globalWrapper {
font-size: 15px;
}
.mw-footer {
border-top: 1px solid #0000AA;
border-bottom: 1px solid #0000AA;
}
}
/* fixes big logo */
.mw-wiki-logo {
background-size: contain;
}
hr { background-color: #FF5555; }
body.skin--responsive .portlet h3 {
font-weight: bold;
color: #2F66B3;
}