~leeturner/quam-plures/no_generator_templates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* BEGIN WITH VERY BASIC CROSS-TEMPLATE STUFF ... */
body {
font-family: "Times New Roman", serif;
font-size: 11pt;
background: #ffffff;
color: #000000; 
margin: 0 auto;
padding: 0;
}
#toolbar, form.bComment {
display: none;
}
img {
border: none;
}

/* NOW FOR THE TEMPLATE-SPECIFIC STUFF ... */
/* all we do is hide the stuff we don't want to print */
#header, #sidebar, #bottom_gif {
display: none;
}