MediaWiki:Print.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
} | } | ||
.printonly { | .printonly { | ||
} | } | ||
#catlinks { | #catlinks { |
Revision as of 10:38, 19 January 2015
/* CSS placed here will affect the print output */
body {
background: white;
font-family: Arial;
}
#contentSub {
display: none;
}
#siteSub {
display: none;
}
td
{
padding: 10px !important;
text-align:left;
vertical-align:top;
}
#firstHeading {
margin-left: 0em;
}
#bodyContent {
margin-left: 0em;
}
#firstHeading {
margin-top: 50px;
}
.printonly {
}
#catlinks {
display: none;
}
#footer-info {
background: white;
color: black;
}