MediaWiki:Common.css: Difference between revisions

From LegendWiki
No edit summary
No edit summary
Line 23: Line 23:
body {
body {
     font-family: serif;
     font-family: serif;
}
table {
    font-family: sans-serif;
}
}



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

table {
    font-family: sans-serif;
}

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