Difference between revisions of "MediaWiki:Print.css"

From Spirit System Manual
Jump to: navigation, search
(Created page with "Zde uvedené CSS bude ovlivňovat tiskový výstup: Remove non-essential elements: @media print { ol.references {display: none;} .firstHeading { margin-top...")
 
Line 30: Line 30:
 
     body.page-Hlavní_strana_es li { font-size: 18pt; }
 
     body.page-Hlavní_strana_es li { font-size: 18pt; }
 
     body.page-Hlavní_strana_es center { font-size: 20pt; }
 
     body.page-Hlavní_strana_es center { font-size: 20pt; }
 +
 +
    body.page-Hlavní_strana_fr h1.firstHeading { display:none; }
 +
    body.page-Hlavní_strana_fr li { font-size: 18pt; }
 +
    body.page-Hlavní_strana_fr center { font-size: 20pt; }
  
 
     body { font-family: "URW Gothic L", URW, serif; }
 
     body { font-family: "URW Gothic L", URW, serif; }
 
     h2 { font-size: 16pt; page-break-before: always; }
 
     h2 { font-size: 16pt; page-break-before: always; }
  
     body.page-První_let h2 { font-size: 16pt; page-break-before: auto; }
+
     body.page-First_flight h2 { font-size: 16pt; page-break-before: auto; }
     body.page-Problémy_a_jejich_řešení table { font-size: 11pt; }
+
     body.page-Problems_and_Solutions table { font-size: 11pt; }
  
     body.page-První_let_en h2 { font-size: 16pt; page-break-before: auto; }
+
     body.page-First_flight_en h2 { font-size: 16pt; page-break-before: auto; }
     body.page-Problémy_a_jejich_řešení_en table { font-size: 11pt; }
+
     body.page-Problems_and_Solutions_en table { font-size: 11pt; }
  
     body.page-První_let_de h2 { font-size: 16pt; page-break-before: auto; }
+
     body.page-First_flight_de h2 { font-size: 16pt; page-break-before: auto; }
     body.page-Problémy_a_jejich_řešení_de table { font-size: 9pt; }
+
     body.page-Problems_and_Solutions_de table { font-size: 9pt; }
  
     body.page-První_let_es h2 { font-size: 16pt; page-break-before: auto; }
+
     body.page-First_flight_es h2 { font-size: 16pt; page-break-before: auto; }
     body.page-Problémy_a_jejich_řešení_es table { font-size: 11pt; }
+
     body.page-Problems_and_Solutions_es table { font-size: 11pt; }
  
     /*h1 { font-size: 17pt }
+
     body.page-First_flight_fr h2 { font-size: 16pt; page-break-before: auto; }
    h2 { font-size: 14pt }
+
     body.page-Problems_and_Solutions_fr table { font-size: 11pt; }
    h3 { font-size: 11pt }
+
    h4 { font-size: 9pt }
+
     h5 { font-size: 8pt }
+
    h6 {
+
        font-size: 8pt;
+
        font-weight: normal;
+
    }*/
+
 
}
 
}

Revision as of 10:44, 19 September 2016

/* Zde uvedené CSS bude ovlivňovat tiskový výstup */

/* Remove non-essential elements */
@media print {
    ol.references {display: none;}

    .firstHeading { margin-top: 0; padding-top: 0; }
    #siteSub { display: none; }
    .printfooter { display: none; }
    #catlinks, .catlinks { display: none; }
    #footer { display: none; }

    sup, sub, p, .documentDescription { line-height: normal; }

    .mw-translate-page-info { display: none; }

    body.page-Hlavní_strana h1.firstHeading { display:none; }
    body.page-Hlavní_strana li { font-size: 18pt; }
    body.page-Hlavní_strana center { font-size: 20pt; }

    body.page-Hlavní_strana_en h1.firstHeading { display:none; }
    body.page-Hlavní_strana_en li { font-size: 18pt; }
    body.page-Hlavní_strana_en center { font-size: 20pt; }

    body.page-Hlavní_strana_de h1.firstHeading { display:none; }
    body.page-Hlavní_strana_de li { font-size: 18pt; }
    body.page-Hlavní_strana_de center { font-size: 20pt; }

    body.page-Hlavní_strana_es h1.firstHeading { display:none; }
    body.page-Hlavní_strana_es li { font-size: 18pt; }
    body.page-Hlavní_strana_es center { font-size: 20pt; }

    body.page-Hlavní_strana_fr h1.firstHeading { display:none; }
    body.page-Hlavní_strana_fr li { font-size: 18pt; }
    body.page-Hlavní_strana_fr center { font-size: 20pt; }

    body { font-family: "URW Gothic L", URW, serif; }
    h2 { font-size: 16pt; page-break-before: always; }

    body.page-First_flight h2 { font-size: 16pt; page-break-before: auto; }
    body.page-Problems_and_Solutions table { font-size: 11pt; }

    body.page-First_flight_en h2 { font-size: 16pt; page-break-before: auto; }
    body.page-Problems_and_Solutions_en table { font-size: 11pt; }

    body.page-First_flight_de h2 { font-size: 16pt; page-break-before: auto; }
    body.page-Problems_and_Solutions_de table { font-size: 9pt; }

    body.page-First_flight_es h2 { font-size: 16pt; page-break-before: auto; }
    body.page-Problems_and_Solutions_es table { font-size: 11pt; }

    body.page-First_flight_fr h2 { font-size: 16pt; page-break-before: auto; }
    body.page-Problems_and_Solutions_fr table { font-size: 11pt; }
}