Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
m |
m |
||
| Line 4: | Line 4: | ||
/* Website title text */ | /* Website title text */ | ||
| − | #p-logo-text { | + | #site-navigation > h2 > span, |
| + | #site-tools > h2 > span, | ||
| + | #p-logo-text a > span { | ||
font-family: "Dancing Script"; | font-family: "Dancing Script"; | ||
font-variant: none; | font-variant: none; | ||
} | } | ||
/* Username text */ | /* Username text */ | ||
| − | #p-personal-label > b { | + | #p-personal-label > b > span { |
font-family: "Dancing Script"; | font-family: "Dancing Script"; | ||
} | } | ||
Revision as of 20:52, 30 December 2021
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* All CSS here will be loaded for users of the Timeless skin */
/* Website title text */
#site-navigation > h2 > span,
#site-tools > h2 > span,
#p-logo-text a > span {
font-family: "Dancing Script";
font-variant: none;
}
/* Username text */
#p-personal-label > b > span {
font-family: "Dancing Script";
}