]> i-scream Git - www.i-scream.org.git/blob - htdocs/styles/print.css
Update copyright year.
[www.i-scream.org.git] / htdocs / styles / print.css
1 html {
2         margin: 0;
3         padding: 0;
4 }
5
6 body {
7         background: white;
8         color: black;
9         margin: 0;
10         padding: 0;
11 }
12
13 /* Contains the menu */
14 #menu {
15         display: none;
16 }
17
18 /* Contains the header */
19 #header {
20         display: none;
21 }
22
23 /* Contains the footer */
24 #footer p {
25         text-align: center;
26         font-size: x-small;
27 }
28
29 /* Contains the body text of the page */
30 #contents h1 {
31         border-top: 3px solid #000066;
32         border-bottom: 3px solid #000066;
33 }
34 #contents h2 {
35         border-bottom: 2px solid #000066;
36 }
37 #contents h3 {
38         border-bottom: 1px solid #000066;
39 }
40 #topnav {
41         display: none;
42 }
43
44 img {
45         border: 0;
46 }