Difference between revisions of "MediaWiki:Print.css"
From Spirit System Manual
| Line 52: | Line 52: | ||
body.page-First_flight_fr h2 { font-size: 16pt; page-break-before: auto; } | body.page-First_flight_fr h2 { font-size: 16pt; page-break-before: auto; } | ||
body.page-Problems_and_Solutions_fr table { font-size: 9pt; } | body.page-Problems_and_Solutions_fr table { font-size: 9pt; } | ||
| + | |||
| + | section {color: white; background-color: red; } | ||
} | } | ||
Revision as of 10:36, 5 January 2017
/* 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-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page li { font-size: 18pt; }
body.page-Main_Page center { font-size: 20pt; }
body.page-Main_Page_cs h1.firstHeading { display:none; }
body.page-Main_Page_cs li { font-size: 18pt; }
body.page-Main_Page_cs center { font-size: 20pt; }
body.page-Main_Page_de h1.firstHeading { display:none; }
body.page-Main_Page_de li { font-size: 18pt; }
body.page-Main_Page_de center { font-size: 20pt; }
body.page-Main_Page_es h1.firstHeading { display:none; }
body.page-Main_Page_es li { font-size: 18pt; }
body.page-Main_Page_es center { font-size: 20pt; }
body.page-Main_Page_fr h1.firstHeading { display:none; }
body.page-Main_Page_fr li { font-size: 18pt; }
body.page-Main_Page_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: 10pt; }
body.page-First_flight_cs h2 { font-size: 16pt; page-break-before: auto; }
body.page-Problems_and_Solutions_cs table { font-size: 9pt; }
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: 9pt; }
section {color: white; background-color: red; }
}