User:Ashleedawg/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@media print {
    #footer,
    #content,
    body { font-size: 11pt !important; font-family:sans-serif; }
    h1 { font-size: 18pt }
    h2 { font-size: 15pt }
    h3 { font-size: 13pt }
    h4 { font-size: 12pt }
    h5 { font-size: 11pt }
    h6 { font-size: 11pt;
        font-weight: normal;
    }
}
/* Remove non-essential elements: space above title, remove "From Wikipedia, the free encyclopedia", URL, categories, modification text and license text*/
@media print {
    .firstHeading { margin-top: 0; padding-top: 0; }
    #siteSub { display: none; }
    .printfooter { display: none; }
    #catlinks, .catlinks { display: none; }
    #footer { display: none; }
}

/* do not print references */
@media print {
    ol.references {display: none;}
}