Forskjell mellom versjoner av «MediaWiki:Print.css»

Fra Norges Kirker

Hopp til: navigasjon, søk
(Ny side: →‎CSS placed here will affect the print output: { background: #CC6600; color: #00000; } html { font: 100%/1.5 arial; !important} })
 
Linje 1: Linje 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
{ background: #CC6600; color: #00000; }
+
{ background: #ffffff; color: #00000; }
 
html { font: 100%/1.5 arial; !important}
 
html { font: 100%/1.5 arial; !important}
 
}
 
}
 +
 +
#menu {
 +
display: none;
 +
}

Revisjonen fra 28. mar. 2012 kl. 21:39

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

{ background: #ffffff; color: #00000; }
html { font: 100%/1.5 arial; !important}
}

#menu {
	display: none;
	}