MediaWiki:Common.css: Difference between revisions

From LegendWiki
No edit summary
No edit summary
Line 25: Line 25:
}
}


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

Revision as of 00:59, 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 {
    font-family: sans-serif;
    font-size: small;
}