Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 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;
 
}
 
}

Latest revision as of 19:13, 17 June 2013

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