MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
margin: 20px 0px 0px 0px; | margin: 20px 0px 0px 0px; | ||
font-family: Arial, Helvetica, Sans-Serif; | font-family: Arial, Helvetica, Sans-Serif; | ||
font-weight: bold; | |||
color: black; } | |||
h1 .editsection, h2 .editsection , h3 .editsection , h4 .editsection , h5 .editsection , h6 .editsection { | |||
padding: 0px; | |||
margin: 0px; | |||
font-family: Arial, Helvetica, Sans-Serif; | |||
font-size: 14px; | |||
font-weight: bold; | font-weight: bold; | ||
color: black; } | color: black; } |
Revision as of 01:13, 31 July 2017
/* CSS placed here will be applied to all skins */
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
padding: 0px 0px 4px 0px;
margin: 20px 0px 0px 0px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: black; }
h1 .editsection, h2 .editsection , h3 .editsection , h4 .editsection , h5 .editsection , h6 .editsection {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: bold;
color: black; }
body {
font-family: serif;
}
table {
font-family: sans-serif;
}
b {
color: maroon;
font-family: sans-serif;
font-size: small;
}