MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Technische Spezifikationen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird in der Druckausgabe geladen. */
/* Das folgende CSS wird in der Druckausgabe geladen. */
@page {
/* You can only change the size, margins, orphans, widows and page breaks here */
/* Paper size and page orientation */
size: A4 landscape;
/* Margin per single side of the page */
margin-left: 2cm;
margin-top: 2cm;
margin-right: 2cm;
margin-bottom: 2cm;
}


div.page-break {
div.page-break {

Version vom 26. Juli 2019, 10:04 Uhr

/* Das folgende CSS wird in der Druckausgabe geladen. */

@page {
	/* You can only change the size, margins, orphans, widows and page breaks here */

	/* Paper size and page orientation */
	size: A4 landscape;

	/* Margin per single side of the page */
	margin-left: 2cm;
	margin-top: 2cm;
	margin-right: 2cm;
	margin-bottom: 2cm;
}

div.page-break {
	page-break-after: always;
}
/* For all headings */
h1, h2, h3, h4, h5, h6 {
	/* Avoid page breaks immediately */
	page-break-after: avoid;
}

anforderung_kombination.vertikal > div.zeichen {
page-break-after:always;
}