2009-04-22 20:04:28 +02:00

47 lines
930 B
CSS

/* The stylesheet used for printing.
This stylesheet is used to render the docs nicely for printing. */
/* ALL PROPERTIES ARE ALPHABETIZED!!! KEEP THEM THAT WAY!!! */
@import url(shared.css); /* Loads styles/shared.css, which contains shared styling information. */
body {
background-color: white;
color: black;
font-family: Verdana, "Arial Unicode MS", Arial, sans-serif;
font-size: 10pt;
margin: 1px;
}
img {
display: none;
}
a {
background-color: inherit;
color: black;
}
#content a:after {
content: " [" attr(href) "]";
}
#nav_column {
display: none;
}
#content code {
background-color: inherit;
color: black;
}
#footer {
clear: both; /* This is mainly for pages that might be shorter than the nav-list on the left. Keeps things looking correct. */
font-size: 0.7em;
font-weight: bold;
text-align: center;
}
#footer h2 {
display: none;
}