MediaWiki:Common.css: Difference between revisions
From QuatenusWiki
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
} | } | ||
*/ | */ | ||
@media print { | |||
body { | |||
font-size: 12pt; | |||
} | |||
h1 { | |||
font-size: 22pt; | |||
} | |||
h2 { | |||
font-size: 16pt; | |||
} | |||
.footer { | |||
position: fixed; | |||
bottom: 0; | |||
width: 100%; | |||
text-align: center; | |||
font-size: 10pt; | |||
} | |||
} | |||
