MediaWiki:Common.css: Difference between revisions

From LegendWiki
(Created page with "→‎CSS placed here will be applied to all skins: h1 { color: maroon; font-family: sans-serif; } h2 { color: maroon; font-family: sans-serif; } h3 { co...")
 
No edit summary
Line 23: Line 23:
body {
body {
     font-family: serif;
     font-family: serif;
}
strong {
    font-family: sans-serif;
    font-size: small;
}
}

Revision as of 00:58, 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;
}

strong {
    font-family: sans-serif;
    font-size: small;
}