MediaWiki:Print.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 61: | Line 61: | ||
@media print { | @media print { | ||
/* | /* Hide chrome only */ | ||
# | #mw-navigation, | ||
# | #mw-panel, | ||
# | #footer, | ||
.mw- | .printfooter, | ||
.toc, | |||
.mw-editsection { | |||
display: none !important; | |||
} | } | ||
/* | /* Title */ | ||
#firstHeading { | |||
display: block !important; | |||
margin-bottom: 1cm; | |||
} | |||
/* Infobox: NOT floated */ | |||
table.ic-infobox, | table.ic-infobox, | ||
table.infobox { | table.infobox { | ||
float: | float: none !important; | ||
margin | margin: 0 auto !important; /* centers it */ | ||
width: 60% !important; | |||
} | } | ||
} | } | ||