View source for MediaWiki:Common.css
From OER in Education
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
@media screen {
.printonly {
display: none;
}
#firstHeading {
margin-top: 0px;
}
}
@media print {
#firstHeading {
margin-top: 50px;
}
.printonly {
display: inline;
}
#catlinks {
display: none;
}
#footer-info {
background: white;
000
1:0
Return to MediaWiki:Common.css.