MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
} | } | ||
toctext { | |||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } |
Revision as of 01:21, 31 July 2017
/* CSS placed here will be applied to all skins */
h1, h2, h3, h4, firstHeading, mw-headline {
font-family: sans-serif;
color: maroon;
}
body {
font-family: serif;
}
table {
font-family: sans-serif;
}
b {
color: maroon;
font-family: sans-serif;
font-size: small;
}
toctext {
font-family: sans-serif;
}