MediaWiki:Print.css: различия между версиями
Admin (обсуждение | вклад) мНет описания правки |
Admin (обсуждение | вклад) мНет описания правки |
||
(не показаны 33 промежуточные версии этого же участника) | |||
Строка 28: | Строка 28: | ||
/*.firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt}*/ | /*.firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt}*/ | ||
/* #siteSub { display: none; }*/ | /* #siteSub { display: none; }*/ | ||
/* .printfooter { display: none; } | /* .printfooter { display: none; }*/ | ||
#catlinks, .catlinks { display: none; } | #catlinks, .catlinks { display: none; } | ||
#footer { display: none; } | #footer { display: none; } | ||
#header { | #header { | ||
Строка 41: | Строка 41: | ||
background-color: #f7f7f7; | background-color: #f7f7f7; | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 16px; | ||
line-height: | line-height: 20px; | ||
content: "Ваша шапка страницы"; | content: "Ваша шапка страницы"; | ||
} | } | ||
Строка 72: | Строка 72: | ||
display: none; | display: none; | ||
} | } | ||
/* Remove the default header that MediaWiki adds | /* Remove the default header that MediaWiki adds*/ | ||
#mw-head { | #mw-head { | ||
/* display: none;*/ | |||
} | content: "Ваша шапка страницы"; | ||
} | |||
} | } |
Текущая версия от 09:48, 25 сентября 2023
/* Размещённый здесь CSS будет применяться к версии для печати */ @media print { .print-header { position: fixed; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ccc; background-color: #f7f7f7; text-align: center; font-size: 20px; line-height: 50px; content: "Ваша шапка страницы"; } #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;} pre, code { font-size: 12pt; } /*.firstHeading { margin-top: 0; padding-top: 0; font-size: 14pt}*/ /* #siteSub { display: none; }*/ /* .printfooter { display: none; }*/ #catlinks, .catlinks { display: none; } #footer { display: none; } #header { position: fixed; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ccc; background-color: #f7f7f7; text-align: center; font-size: 16px; line-height: 20px; content: "Ваша шапка страницы"; } .header { position: fixed; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ccc; background-color: #f7f7f7; text-align: center; font-size: 20px; line-height: 50px; content: "Ваша шапка страницы"; } .firstHeading { position: fixed; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ccc; background-color: #f7f7f7; text-align: center; font-size: 20px; line-height: 50px; content: "Ваша шапка страницы"; display: none; } /* Remove the default header that MediaWiki adds*/ #mw-head { /* display: none;*/ content: "Ваша шапка страницы"; } }