Difference between revisions of "MediaWiki:Timeless.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) |
Neumoeglich (talk | contribs) |
||
| Line 15: | Line 15: | ||
border-bottom: #4C86C3; | border-bottom: #4C86C3; | ||
background-image: none; | background-image: none; | ||
| + | } | ||
| + | |||
| + | #content h1, | ||
| + | #content h2 { | ||
| + | font-family: 'Raleway', sans-serif; | ||
} | } | ||
Revision as of 07:28, 22 February 2021
/* All CSS here will be loaded for users of the Timeless skin */
/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */
.mw-headline:target {
background-color: gold;
}
.color-left, .color-middle, .color-right {
background-color: #4C86C3;
}
#mw-content-container {
border-bottom: #4C86C3;
background-image: none;
}
#content h1,
#content h2 {
font-family: 'Raleway', sans-serif;
}