Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
m |
m |
||
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 */ | ||
+ | |||
+ | #mw-header-container { | ||
+ | background: #FFC107; | ||
+ | font-family: "Roboto"; | ||
+ | font-variant: none; | ||
+ | } | ||
/* Website title text */ | /* Website title text */ | ||
− | |||
− | |||
#p-logo-text a { | #p-logo-text a { | ||
font-family: "Satisfy"; | font-family: "Satisfy"; | ||
font-variant: none; | font-variant: none; | ||
} | } | ||
+ | |||
/* Username text */ | /* Username text */ | ||
#p-personal-label > b { | #p-personal-label > b { | ||
font-family: "Roboto"; | font-family: "Roboto"; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 21:33, 30 December 2021
/* All CSS here will be loaded for users of the Timeless skin */ #mw-header-container { background: #FFC107; font-family: "Roboto"; font-variant: none; } /* Website title text */ #p-logo-text a { font-family: "Satisfy"; font-variant: none; } /* Username text */ #p-personal-label > b { font-family: "Roboto"; }