MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
#footer{
+
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;
 
display: none;
 
}
 
}
  
 +
#siteSub{
 +
display: none;
 +
}
 
.printfooter{
 
.printfooter{
 
display: none;
 
display: none;
 
}
 
}
  
.firstHeading{
+
#footer{
 
display: none;
 
display: none;
 
}
 
}

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