User:LearnTaiwanese/monobook.css: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
(Created page with "→‎do not print references: @media print { ol.references {display: none;} }")
 
No edit summary
Line 1: Line 1:
/* do not print references */
/* save ink and paper with very small fonts */
@media print {
@media print {
     ol.references {display: none;}
     #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 {
        font-size: 8pt;
        font-weight: normal;
    }
}
}

Revision as of 13:23, 5 September 2017

/* save ink and paper with very small fonts */
@media print {
    #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 {
        font-size: 8pt;
        font-weight: normal;
    }
}