MediaWiki:Common.css: Difference between revisions

From LegendWiki
No edit summary
No edit summary
Line 13: Line 13:
body {
body {
     font-family: serif;
     font-family: serif;
     font-size: large;
     font-size: xx-large;
}
}



Revision as of 01:25, 31 July 2017

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

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

table {
    font-family: sans-serif;
    font-size: medium;
}

body {
    font-family: serif;
    font-size: xx-large;
}

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