﻿/* CSS layout for PRINTING */


/* Remove unwanted elements */
#topper, #branding, #rightnav, #leftnavbar, #footer, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#content
{
width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

#content:before {
content: "Thank you for printing this page. Do come back to foo.tld, we are constantly adding new and interesting articles and tutorials. Note: To help the environment we have automatically removed navigation and other unnecessary elements from the page.";
display: block;
border: 1px solid #ccc;
font-style: italic;
margin: 0 0 1em;
padding: 8px 10px;
}