Initial commit
[clearscm.git] / web / css / Print.css
1 /************************************************************************/
2 /* File:        Print.css                                               */
3 /* Description: A printer version of the standard Cascading Style Sheet */
4 /*              definitions for site. This basically removes the menu   */
5 /*              on the left hand side so that printed output is more    */
6 /*              readable.                                               */
7 /* Author:      Andrew@DeFaria.com                                      */
8 /* Created:     Mon Jan 17 10:45:57 PST 2005                            */
9 /* Language:    Cascading Style Sheet                                   */
10 /*                                                                      */
11 /* (c) Copyright 2005, Andrew@DeFaria.com, all rights reserved.         */
12 /*                                                                      */
13 /************************************************************************/
14 @import url(Code.css);
15
16 body {
17   background:           white;
18   margin:               3px;
19   padding:              2px;
20   font-family:          trebuchet MS,
21                         trebuchet,
22                         verdana,
23                         sans-serif,
24                         arial;
25   font-size:            14px;
26   color:                black;
27 }
28
29 .heading {
30   margin-top:           5px;
31   padding:              5px;
32 }
33
34 /* Turn off menus */
35 #imenus0 li a, #imenus0 .imctitle {
36   display:              none;
37 }
38
39 #imouter0 {
40   display:              none;
41 }
42
43 /* Turn off heading */
44 .head {
45   display:              none;
46 }
47
48 .filtered {
49   display:              none;
50 }
51
52 h1, h2, h3, h4, h5 { 
53   color:                #00498b;
54   font-family:          verdana,
55                         sans-serif,
56                         arial;
57 }
58
59 h1 { 
60   text-align:           center;
61 }
62
63 h1 {
64   font-size:            2em;
65 }
66
67 h2 {
68   font-size:            1.75em;
69 }
70
71 h3 {
72   font-size:            1.5em;
73 }
74
75 h4 {
76   font-size:            1.25em;
77 }
78
79 h5 {
80   font-size:            1em;
81 }
82
83 #content {
84   font-size:            16px;
85 }
86
87 #content p {
88   color:                black;
89   font-family:          arial,
90                         trebuchet MS,
91                         trebuchet,
92                         verdana,
93                         geneva,
94                         helvetica,
95                         sans-serif;
96   font-size:            16px;
97 }
98
99 /* Turn on underlining of links for clarity on paper */
100 a {
101   color:                #4A7184;
102   text-decoration:      underline;
103   font-weight:          bold;
104   font-family:          trebuchet MS,
105                         trebuchet,
106                         verdana,
107                         arial,
108                         sans-serif;
109   font-size:            16px;
110   font-weight:          bold;
111 }
112
113 a:link {
114   color:                #0080c0;
115 }
116
117 /* For img's that happen to be links, don't put that silly    */
118 /* border!                                                    */
119 img {                                                                       
120   border:               none;
121 }                                                                           
122
123 font {
124   font-family:          trebuchet MS,
125                         trebuchet,
126                         verdana,
127                         arial,
128                         sans-serif;
129   font-weight:          normal;
130   text-transform:       none;
131 }
132
133 p {
134   color:                black;
135   font-family:          arial,
136                         trebuchet MS,
137                         trebuchet,
138                         verdana,
139                         geneva,
140                         helvetica,
141                         sans-serif;
142   font-size:            16px;
143 }
144
145 ul {
146   color:                black;
147   font-family:          arial,
148                         trebuchet MS,
149                         trebuchet,
150                         verdana,
151                         geneva,
152                         helvetica,
153                         sans-serif;
154   font-size:            16px;
155 }
156
157 li {
158   font-family:          arial,
159                         trebuchet MS,
160                         trebuchet,
161                         verdana,
162                         geneva,
163                         helvetica,
164                         sans-serif;
165   font-size:            16px;
166   line-height:          18px;
167 }
168
169 #foot p {
170   color:                #aaa;
171   font-size:            80%;
172   text-align:           center;
173   border-bottom:        1px dotted #ccc;
174   border-top:           1px dotted #ccc;
175 }
176