12,782
edits
No edit summary |
No edit summary |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
body { | body { | ||
font-family: | background: white; | ||
font-family: Arial; | |||
} | } | ||
| Line 15: | Line 16: | ||
td | td | ||
{ | { | ||
padding: | padding: 10px !important; | ||
text-align:left; | text-align:left; | ||
vertical-align:top; | vertical-align:top; | ||
} | |||
#firstHeading { | |||
margin-left: 0em; | |||
} | |||
#bodyContent { | |||
margin-left: 0em; | |||
} | |||
#firstHeading { | |||
margin-top: 50px; | |||
} | |||
#catlinks { | |||
display: none; | |||
} | |||
#footer-info { | |||
background: white; | |||
color: black; | |||
} | |||
/* Classes that don't display elsewhere, but only in print */ | |||
.print-display-block { | |||
display: block; | |||
} | |||
.print-display-inline { | |||
display: inline; | |||
} | |||
/* A class that doesn't display in print, but displays in anything else */ | |||
.print-display-none { | |||
display: none; | |||
} | } | ||