MediaWiki:Print.css: Forskjell mellom sideversjoner
Fra Norges Kirker
Ny side: →CSS placed here will affect the print output: { background: #CC6600; color: #00000; } html { font: 100%/1.5 arial; !important} } |
Ingen redigeringsforklaring |
||
| Linje 1: | Linje 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
{ background: # | { 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;
}