MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
 +
body {
 +
background-color: #ffffff;
 +
}
  
 
a, a.external, a.new, a.stub {
 
a, a.external, a.new, a.stub {

Aktuelle Version vom 17. Juni 2013, 19:13 Uhr

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

body {
background-color: #ffffff;
}

a, a.external, a.new, a.stub {
text-decoration: underline !important;
}

a:hover, a.external:hover, a.new:hover, a.stub:hover {
text-decoration: none !important;
}


.firstHeading{
display: none;
}

#siteSub{
display: none;
}
.printfooter{
display: none;
}

#footer{
display: none;
}