MediaWiki:Print.css: различия между версиями
Admin (обсуждение | вклад) (Новая страница: «→Размещённый здесь CSS будет применяться к версии для печати: @media print { #footer, #content, body { font-size: 8pt !important; } h1 { font-size: 14pt } h2 { font-size: 12pt } h3 { font-size: 11pt } h4 { font-size: 9pt } h5 { font-size: 8pt } h6 { font-size: 8pt; font-weight: normal;} .firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt} #...») |
Admin (обсуждение | вклад) мНет описания правки |
||
Строка 3: | Строка 3: | ||
#footer, | #footer, | ||
#content, | #content, | ||
body { font-size: | body { font-size: 10pt !important; } | ||
h1 { font-size: 14pt } | h1 { font-size: 14pt } | ||
h2 { font-size: | h2 { font-size: 13pt } | ||
h3 { font-size: | h3 { font-size: 12pt } | ||
h4 { font-size: | h4 { font-size: 11pt } | ||
h5 { font-size: | h5 { font-size: 10pt } | ||
h6 { | h6 { | ||
font-size: | font-size: 10pt; | ||
font-weight: normal;} | font-weight: normal;} | ||
.firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt} | .firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt} |
Версия от 17:59, 7 апреля 2023
/* Размещённый здесь CSS будет применяться к версии для печати */ @media print { #footer, #content, body { font-size: 10pt !important; } h1 { font-size: 14pt } h2 { font-size: 13pt } h3 { font-size: 12pt } h4 { font-size: 11pt } h5 { font-size: 10pt } h6 { font-size: 10pt; font-weight: normal;} .firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt} #siteSub { display: none; } .printfooter { display: none; } #catlinks, .catlinks { display: none; } #footer { display: none; } }