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