MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
body.page-Main_Page h1.firstHeading { display: none; }
body.page-Main_Page h1.firstHeading { display: none; }
body.Page-main_Page .catlinks { display: none; }
body.Page-main_Page .catlinks { display: none; }
* {font-family: georgia }


}
.mw-body-content body {
    font-family: georgia, serif;
}
#firstHeading{
#firstHeading{
font: 30px arial, sans-serif;
font-family: arial, sans-serif;
}
}


.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
     font: Georgia, serif;
     font-family: arial, sans-serif;
}
}