MediaWiki:Print.css

From Spirit System Manual
Revision as of 14:02, 2 October 2020 by Admin (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* 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-Manual h1.firstHeading { display:none; }
    body.page-Manual li { font-size: 18pt; }
    body.page-Manual center { font-size: 20pt; }

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

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

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

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

    body.page-Manual_zh-hant h1.firstHeading { display:none; }
    body.page-Manual_zh-hant li { font-size: 18pt; }
    body.page-Manual_zh-hant center { font-size: 20pt; }

    body.page-SpiritRS h1.firstHeading { display:none; }
    body.page-SpiritRS li { font-size: 12pt; }
    body.page-SpiritRS center { font-size: 20pt; }
    body.page-SpiritRS h2 { font-size: 15pt; page-break-before: avoid; }

    body.page-SpiritRS_Mounting h2 { page-break-before: avoid; }
    body.page-SpiritRS_Binding h2 { page-break-before: avoid; }
    body.page-SpiritRS_Setup h2 { page-break-before: avoid; }

    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: avoid; }
    body.page-Problems_and_Solutions table { font-size: 10pt; }

    body.page-First_flight_cs h2 { font-size: 16pt; page-break-before: avoid; }
    body.page-Problems_and_Solutions_cs table { font-size: 9pt; }

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

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

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

    body.page-First_flight_zh-hant h2 { font-size: 16pt; page-break-before: avoid; }
    body.page-Problems_and_Solutions_zh-hant table { font-size: 9pt; }
}