MediaWiki:Print.css: Unterschied zwischen den Versionen
Aus Medical-Software - WIKI
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
/* this affects the margin in the printer settings */ | /* this affects the margin in the printer settings */ | ||
| − | margin: 25mm | + | margin: 10mm 25mm 10mm 25mm; |
} | } | ||
| Zeile 12: | Zeile 12: | ||
/* this affects the margin on the content before sending to printer */ | /* this affects the margin on the content before sending to printer */ | ||
margin: 0px; | margin: 0px; | ||
| + | font-family: Arial; | ||
} | } | ||
Aktuelle Version vom 31. August 2017, 14:41 Uhr
/* Das folgende CSS wird in der Druckausgabe geladen. */
@page
{
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 10mm 25mm 10mm 25mm;
}
body
{
/* this affects the margin on the content before sending to printer */
margin: 0px;
font-family: Arial;
}