User:LearnTaiwanese/monobook.css: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
No edit summary
m (Admin moved page User:Hongthay/monobook.css to User:LearnTaiwanese/monobook.css: Automatically moved page while renaming the user "Hongthay" to "LearnTaiwanese")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* save ink and paper with very small fonts */
@media print {
@media print {
    #footer,
  #content a.external.text:after,
    #content,
  #content a.external.autonumber:after {
    body { font-size: 8pt !important; }
     content: none;
    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;
    }
}
}

Latest revision as of 22:33, 3 May 2018

@media print {
  #content a.external.text:after,
  #content a.external.autonumber:after {
    content: none;
  }
}