MediaWiki:Print.css: Forskjell mellom sideversjoner

Fra Norges Kirker

Hopp til: navigasjon, søk
Kambestad (diskusjon | bidrag)
Ny side: CSS placed here will affect the print output: { background: #CC6600; color: #00000; } html { font: 100%/1.5 arial; !important} }
 
Kambestad (diskusjon | bidrag)
Ingen redigeringsforklaring
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;
}

Sideversjonen 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;
	}