MediaWiki:Print.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 24: | Line 24: | ||
h4 { | h4 { | ||
font-family: Georgia; | font-family: Georgia; | ||
font-size: 0px; | |||
} | |||
body { | |||
font-size: 0px; | font-size: 0px; | ||
} | } |
Revision as of 16:38, 20 June 2024
/* CSS placed here will affect the print output */ /* Infobox template style */ .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; /* @noflip */ margin: 0.5em 0 0.5em 1em; padding: 0.2em; /* @noflip */ float: right; /* @noflip */ clear: right; font-size: 88%; line-height: 1.5em; width: 22em; } h1, h2, h3, h4 { font-family: Georgia; font-size: 0px; } body { font-size: 0px; }