Forskjell mellom versjoner av «MediaWiki:Print.css»

Fra Norges Kirker

Hopp til: navigasjon, søk
Linje 1: Linje 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
NavFrame { display: none; }
+
 
BoxenVerschmelzen { display: none; }
+
div.NavFrame {display: none;}
 +
div.BoxenVerschmelzen { display: none; }
  
 
html { font: 100%/1.5 arial; text-align:left }
 
html { font: 100%/1.5 arial; text-align:left }

Revisjonen fra 28. mar. 2012 kl. 22:18

/* CSS placed here will affect the print output */


div.NavFrame {display: none;}
div.BoxenVerschmelzen { display: none; }

html { font: 100%/1.5 arial; text-align:left }
body {text-align:left}
p {text-align:left}
h1 {text-align:left}
h2 {text-align:left}
h3 {text-align:left}
h4 {text-align:left}
ol {text-align:left}
li {text-align:left}