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{
+
#footer-info{
background-color: #ececec;}
+
display: none;
 +
}
 +
 
 +
.printfooter{
 +
display: none;
 +
}
 +
 
 +
.firstHeading{
 +
display: none;
 +
}

Version vom 13. Februar 2013, 16:31 Uhr

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

#footer-info{
display: none;
}

.printfooter{
display: none;
}

.firstHeading{
display: none;
}