MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
body {font-family: "sans-serif";} | body {font-family: "sans-serif";} | ||
div#content h1, div#content h2 {font-family: "sans-serif";} | div#content h1, div#content h2 {font-family: "sans-serif";} | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
#mw-content-text { | |||
font-size: 10.000em; | |||
} | |||
/* jwf--Make text larger */ | |||
#bodyContent { | |||
font-size: 10.000em; | |||
} |
Revision as of 15:06, 12 December 2018
table.floatleft,div.floatleft {
margin:0 0.5em 0 0;
border:0
}
body {font-family: "sans-serif";}
div#content h1, div#content h2 {font-family: "sans-serif";}
body.page-Main_Page h1.firstHeading { display:none; }
#mw-content-text {
font-size: 10.000em;
}
/* jwf--Make text larger */
#bodyContent {
font-size: 10.000em;
}