Initial checkin for github.
[zs3.git] / doc / style.css
blob764f268afa607460105ab498c483bf9a137d6008
2 body {
3 margin-left: 4em;
4 font: small/1.2em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
8 p.copyright {
9 font-size: 75%;
10 font-weight: bold;
13 #content {
14 margin-left: 4em;
15 margin-right: 12em;
18 h2, h3 {
19 margin-bottom: 0em;
20 margin-top: 2em;
23 p.html {
24 margin-left: 1em;
25 font-family: monospace;
28 .type {
29 color: #999;
32 .signature {
33 color: #A01;
34 margin-left: 1em;
37 .signature span.result {
38 color: black;
41 .signature code.llkw {
42 font-family: monospace;
45 .signature span.result var {
46 color: #A01;
49 div.signature {
50 margin-left: 1.5em;
51 text-indent: -1.5em;
54 .signature code.name {
55 font-weight: bold;
58 .signature code {
59 font-family: sans-serif;
62 blockquote.description {
63 margin-left: 1em;
66 a[href] {
67 text-decoration: none;
68 border-bottom: dotted 1px #CCC;
69 color: #600;
72 a:hover[href] {
73 text-decoration: none;
74 border-bottom: solid 1px #F00;
75 color: #F00;
78 pre.code {
79 border: solid 1px #DDD;
80 padding: 0.5em;
81 background: #EEE;