MediaWiki:Common.css
Jump to navigation
Jump to search
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.
@import url('https://fonts.googleapis.com/css2?family=Mate+SC&family=Montserrat:wght@500&display=swap');
#content h1,
#content h2 {
font-family: "Mate SC", serif;
}
body {
font-family: 'Montserrat', sans-serif;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background-color: #c9c1b3;
opacity: 0.8;
background-image: linear-gradient(135deg, #cec7ba 25%, transparent 25%), linear-gradient(225deg, #cec7ba 25%, transparent 25%), linear-gradient(45deg, #cec7ba 25%, transparent 25%), linear-gradient(315deg, #cec7ba 25%, #c9c1b3 25%);
background-position: 35px 0, 35px 0, 0 0, 0 0;
background-size: 35px 35px;
background-repeat: repeat;
}
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background-color: #c9c1b3;
opacity: 0.8;
background-image: linear-gradient(135deg, #cec7ba 25%, transparent 25%), linear-gradient(225deg, #cec7ba 25%, transparent 25%), linear-gradient(45deg, #cec7ba 25%, transparent 25%), linear-gradient(315deg, #cec7ba 25%, #c9c1b3 25%);
background-position: 35px 0, 35px 0, 0 0, 0 0;
background-size: 35px 35px;
background-repeat: repeat;
}