MediaWiki:Common.css: Difference between revisions

From LegendWiki
No edit summary
No edit summary
Line 4: Line 4:
     font-family: sans-serif;
     font-family: sans-serif;
     color: maroon;
     color: maroon;
}
table {
    font-family: sans-serif;
    font-size: medium;
}
}


Line 9: Line 14:
     font-family: serif;
     font-family: serif;
     font-size: large;
     font-size: large;
}
table {
    font-family: sans-serif;
    font-size: medium;
}
}



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

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