MediaWiki:Print.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
margin-left: 0em; | margin-left: 0em; | ||
} | } | ||
#firstHeading { | |||
margin-top: 50px; | |||
} | |||
.printonly { | |||
display: inline; | |||
} | |||
#catlinks { | |||
display: none; | |||
} | |||
#footer-info { | |||
background: white; | |||
color: black; | |||
} |
Revision as of 10:29, 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 {
display: inline;
}
#catlinks {
display: none;
}
#footer-info {
background: white;
color: black;
}