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