MediaWiki:Common.css: Difference between revisions

From LegendWiki
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 */


h1, h2, h3, h4,{
h1, h2, h3, h4 {
     font-family: sans-serif;
     font-family: sans-serif;
     color: maroon;
     color: maroon;

Revision as of 01:18, 31 July 2017

/* CSS placed here will be applied to all skins */

h1, h2, h3, h4 {
    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;
}