x
[heimdal.git] / doc / heimdal.css
blob2e5b374f1f871ad0f3807a3e74a73b705a6f3c32
1 body {
2 color: black;
3 background-color: #fdfdfd;
4 font-family: serif;
5 max-width: 40em;
7 h1, h2, h3 {
8 font-family: sans-serif;
9 font-weight: bold;
11 h1 {
12 padding: 0.5em 0 0.5em 5%;
13 color: white;
14 background: #3366cc;
15 border-bottom: solid 1px black;
17 h1 {
18 font-size: 200%;
20 h2 {
21 font-size: 150%;
23 h3 {
24 font-size: 120%;
26 h4 {
27 font-weight: bold;
29 pre.example {
30 margin-left: 2em;
31 padding: 1em 0em;
32 border: 2px dashed #c0c0c0;
33 background: #f0f0f0;
35 a:link {
36 color: blue;
37 text-decoration: none;
39 a:visited {
40 color: red;
41 text-decoration: none
43 a:hover {
44 text-decoration: underline
46 span.literal {
47 font-family: monospace;
49 hr {
50 border-style: none;
51 background-color: black;
52 height: 1px;