MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Medical-Software - WIKI
Wechseln zu: Navigation, Suche
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;
 
}
 
}

Version vom 31. August 2017, 15:39 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: 25mm 25mm 25mm 25mm;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
    font-family: Arial;
}