MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
  
 
a, a.external, a.new, a.stub {
 
a, a.external, a.new, a.stub {
    text-decoration: underline !important;
+
text-decoration: underline !important;
 
}
 
}
 +
 +
a:hover, a.external:hover, a.new:hover, a.stub:hover {
 +
text-decoration: none !important;
 +
}
 +
  
 
.firstHeading{
 
.firstHeading{

Version vom 5. Juni 2013, 14:47 Uhr

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


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