Tagged 0.7.5
[scuttle] / includes / utf8 / docs / print.css
1 body {
2   font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
3   background-color: White;
4   color: Black;
5 }
6 table {
7   font-size: 100%;
8   padding:0;
9   margin:0;
10 }
11 tr,td,th {padding:0; margin:0;}
12 img {border:0}
13 a {
14   color:#000000;
15   text-decoration:none;
16 }
17 pod.page {
18   text-align: justify;
19 }
20 h1, h2, h3, h4, h5 {
21     color: Black;
22     background-color: transparent;
23     font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
24     font-size: 100%;
25     font-weight: normal;
26     margin-left:    0;
27     margin-right:   0;
28     margin-top:     0;
29     margin-bottom:  1em;
30     padding-left:   0;
31     padding-right:  0;
32     padding-top:    0.5em;
33     padding-bottom: 0;
34     border-bottom: 1px solid #000000;
35     clear:left;
36 }
37 h1 {font-size: 160%; font-weight: bold;}
38 h2 {font-size: 150%; }
39 h3 {font-size: 140%; border-bottom: none; }
40 h4 {font-size: 120%; border-bottom: none; }
41 h5 {font-size: 100%; border-bottom: none; }
42 ul { 
43     line-height: 1.5em;
44     list-style-type: square;
45     margin: 0 0 1.0em 1.5em;
46     padding: 0;
47
48 }
49 ol {
50     line-height: 1.0em;
51     margin: 0 0 1.0em 1.0em;
52     padding: 0;
53     font-weight: normal;
54 }
55
56 pre {
57   font-size: 8pt;
58   padding: 0.5em;
59   border: 1px dashed #000000;
60   color: Black;
61   overflow: visible;
62   font-family: "Courier New",Courier,monospace;
63 }
64 code {
65   font-family: "Courier New",Courier,monospace;
66 }
67 .toplink {display:none}
68 #nav {display:none}

Benjamin Mako Hill || Want to submit a patch?