Difference between revisions of "MediaWiki:Timeless.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) |
Neumoeglich (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
| + | |||
| + | <style> | ||
| + | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); | ||
| + | </style> | ||
| + | |||
| + | #p-banner.mw-wiki-title-long { | ||
| + | font-family: 'Raleway', sans-serif; | ||
| + | } | ||
/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */ | /* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */ | ||
Revision as of 15:33, 21 February 2021
/* All CSS here will be loaded for users of the Timeless skin */
<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
</style>
#p-banner.mw-wiki-title-long {
font-family: 'Raleway', sans-serif;
}
/* 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;
}