MediaWiki:Timeless.css
From ikev.in/w
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.
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will be applied to the timeless skin */
@import url( 'https://fonts.googleapis.com/css?family=Montserrat ');
/* Changes the default font used for MediaWiki to Montserrat (does not include headings or monospaced text): */
body {
font-family: "Montserrat", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Montserrat: */
#personal h1,
#personal h2 {
font-family: "Montserrat", sans-serif;
}
#p-logo-text a {
font-family: "Montserrat", sans-serif;
}
/* Trying to figure out the Timeless Skin settings 11oct21 */
.color-middle {
height: 0.35em;
background: #01ffed;
margin-left: 15em;
margin-right: 17em;
}