MediaWiki:Common.css: Difference between revisions

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


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


Line 17: Line 19:
     color: maroon;
     color: maroon;
     font-family: sans-serif;
     font-family: sans-serif;
     font-size: small;
     font-size: medium;
}
}

Revision as of 01:23, 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;
    font-size: large;
}

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

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