MediaWiki:Common.css: Difference between revisions

From LegendWiki
No edit summary
No edit summary
Line 18: Line 18:
     font-family: sans-serif;
     font-family: sans-serif;
     font-size: small;
     font-size: small;
}
toctext {
    font-family: sans-serif;
}
}

Revision as of 01:22, 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;
}