(Новая страница: «→‎Размещённый здесь 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} #...»)
 
мНет описания правки
Строка 3: Строка 3:
     #footer,
     #footer,
     #content,
     #content,
     body { font-size: 8pt !important; }
     body { font-size: 10pt !important; }
     h1 { font-size: 14pt }
     h1 { font-size: 14pt }
     h2 { font-size: 12pt }
     h2 { font-size: 13pt }
     h3 { font-size: 11pt }
     h3 { font-size: 12pt }
     h4 { font-size: 9pt }
     h4 { font-size: 11pt }
     h5 { font-size: 8pt }
     h5 { font-size: 10pt }
     h6 {
     h6 {
         font-size: 8pt;
         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; }    
    }