Move several enums into the Vala namespace
[vala-lang.git] / doc / vala / default.css
blob9294f265341ab2aed7abc88210b05b5dafde4256
1 body {
2 background-color: white;
3 font-family: sans-serif;
4 margin-top: 2.8em;
7 h1, h2, h3, h4 {
8 color: #005a9c;
11 a:link, a:visited, a:hover, a:active {
12 color: #005a9c;
13 text-decoration: none;
16 .toc {
17 font-weight: bold;
18 font-size: larger;
21 .toc li {
22 list-style-type: none;
25 .toc li li {
26 font-size: smaller;
29 h3 a {
30 /* ensure anchors don't vanish below the fixed header */
31 position: relative;
32 top: -2.8em;
35 .header {
36 background-color: #005a9c;
37 font-weight: bold;
38 padding: .35em;
39 position: fixed;
40 left: 0;
41 top: 0;
42 width: 100%;
43 height: 1.4em;
46 .header a {
47 color: white;
50 div.note {
51 border: 3px solid #005a9c;
52 padding: 1em;
53 margin: 0 2em 1em 2em;
56 div.note p, div.note h4 {
57 margin: 0;
60 pre {
61 background-color: #eee;
62 border: 1px solid black;
63 padding: .5em 1em;
64 margin: 0 2em 1em 2em;
67 blockquote {
68 font-style: italic;
69 white-space: pre;
72 blockquote span.literal {
73 font-family: monospace;
74 font-style: normal;
75 font-weight: bold;