Difference between revisions of "MediaWiki:Timeless.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) (Created page with "→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 whe...") |
Neumoeglich (talk | contribs) |
||
| Line 2: | Line 2: | ||
/* 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. */ | ||
| + | |||
| + | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); | ||
| + | |||
| + | .mw-wiki-title-long { | ||
| + | font-family: 'Raleway', sans-serif; | ||
| + | } | ||
| + | |||
| + | #p-banner { | ||
| + | font-family: 'Raleway', sans-serif; | ||
| + | } | ||
| + | |||
.mw-headline:target { | .mw-headline:target { | ||
background-color: gold; | background-color: gold; | ||
} | } | ||
Revision as of 15:24, 21 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. */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
.mw-wiki-title-long {
font-family: 'Raleway', sans-serif;
}
#p-banner {
font-family: 'Raleway', sans-serif;
}
.mw-headline:target {
background-color: gold;
}