0
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
$wgUseCombinedLoginLink | $wgUseCombinedLoginLink true | ||
$wgDefaultSkin | $wgDefaultSkin MonoBook | ||
/* Changes the default font used for MediaWiki to Verdana (does not include headings or monospaced text): */ | |||
body { | |||
font-family: "Verdana", sans-serif; | |||
} | |||
/* Changes the default font used for MediaWiki headings to Verdana: */ | |||
#content h1, | |||
#content h2 { | |||
font-family: "Verdana", sans serif; | |||
} |
edits