Don't die when encountering #if/#endif in enums. Fixes #324535.
[gtk-doc.git] / style.css
blobf1a1b1a897ded9ae60f77e2b0e7756986da7b88d
1 .synopsis, .classsynopsis
3 background: #eeeeee;
4 border: solid 1px #aaaaaa;
5 padding: 0.5em;
7 .programlisting
9 background: #eeeeff;
10 border: solid 1px #aaaaff;
11 padding: 0.5em;
13 .variablelist
15 padding: 4px;
16 margin-left: 3em;
18 .variablelist td:first-child
20 vertical-align: top;
23 /* this is needed so that the local anchors are displayed below the naviagtion */
24 @media screen {
25 div.refnamediv a[name], div.refsect1 a[name]
27 position: relative;
28 top: -4.5em;
30 table.navigation#top
32 background: #ffeeee;
33 border: solid 1px #ffaaaa;
34 margin-top: 0;
35 margin-bottom: 0;
36 position: fixed;
37 top: 0;
38 left: 0;
39 height: 2em;
40 z-index: 1;
42 .navigation a
44 color: #770000;
46 .navigation a:visited
48 color: #550000;
50 td.shortcuts
52 color: #770000;
53 font-size: 80%;
55 div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
57 position: relative;
58 top: 3em;
59 z-index: 0;
61 div.refnamediv
63 margin-top: 2em;
66 @media print {
67 table.navigation {
68 visibility: collapse;
69 display: none;
71 div.titlepage table.navigation {
72 visibility: visible;
73 display: table;
74 background: #ffeeee;
75 border: solid 1px #ffaaaa;
76 margin-top: 0;
77 margin-bottom: 0;
78 top: 0;
79 left: 0;
80 height: 2em;
84 .navigation .title
86 font-size: 200%;
90 div.gallery-float
92 float: left;
93 padding: 10px;
95 div.gallery-float img
97 border-style: none;
99 div.gallery-spacer
101 clear: both;
105 text-decoration: none;
107 a:hover
109 text-decoration: underline;
110 color: #FF0000;
113 div.table table
115 border-collapse: collapse;
116 border-spacing: 0px;
117 border-style: solid;
118 border-color: #777777;
119 border-width: 1px;
122 div.table table td, div.table table th
124 border-style: solid;
125 border-color: #777777;
126 border-width: 1px;
127 padding: 3px;
128 vertical-align: top;
131 div.table table th
133 background-color: #eeeeee;
138 color: #888;
139 background: #888;
140 border: 0;
141 height: 1px;
142 clear: both;