patch by: David Nečas <yeti@physics.muni.cz>
[gtk-doc.git] / style.css
blob68af68cc3dfd727e7a3a06810bc806f36d31af91
1 .synopsis, .classsynopsis
3 /* tango:aluminium 1/2 */
4 background: #eeeeec;
5 border: solid 1px #d3d7cf;
6 padding: 0.5em;
8 .programlisting
10 /* tango:sky blue 0/1 */
11 background: #e6f3ff;
12 border: solid 1px #729fcf;
13 padding: 0.5em;
15 .variablelist
17 padding: 4px;
18 margin-left: 3em;
20 .variablelist td:first-child
22 vertical-align: top;
25 @media screen {
26 sup a.footnote
28 position: relative;
29 top: 0em ! important;
31 /* this is needed so that the local anchors are displayed below the naviagtion */
32 div.refnamediv a[name], div.refsect1 a[name], div.index a[name], div.glossary a[name]
34 position: relative;
35 top: -4.5em;
37 /* make space for the fixed navigation bar */
38 div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.index, div.sect1, div.appendix, div.preface
40 position: relative;
41 top: 3.1em;
42 z-index: 0;
44 /* this seems to be a bug in the xsl style sheets when generating indexes */
45 div.index div.index
47 top: 0em;
49 div.refnamediv
51 margin-top: 2em;
53 body
55 padding-bottom: 20em;
57 /* style and size the navigation bar */
58 table.navigation#top
60 /* tango:scarlet red 0/1 */
61 background: #ffe6e6;
62 border: solid 1px #ef2929;
63 margin-top: 0;
64 margin-bottom: 0;
65 position: fixed;
66 top: 0;
67 left: 0;
68 height: 2em;
69 z-index: 1;
71 .navigation a, .navigation a:visited
73 /* tango:scarlet red 3 */
74 color: #a40000;
76 .navigation a:hover
78 /* tango:scarlet red 1 */
79 color: #ef2929;
81 td.shortcuts
83 /* tango:scarlet red 1 */
84 color: #ef2929;
85 font-size: 80%;
86 white-space: nowrap;
89 @media print {
90 table.navigation {
91 visibility: collapse;
92 display: none;
94 div.titlepage table.navigation {
95 visibility: visible;
96 display: table;
97 /* tango:scarlet red 0/1 */
98 background: #ffe6e6;
99 border: solid 1px #ef2929;
100 margin-top: 0;
101 margin-bottom: 0;
102 top: 0;
103 left: 0;
104 height: 2em;
108 .navigation .title
110 font-size: 200%;
113 div.gallery-float
115 float: left;
116 padding: 10px;
118 div.gallery-float img
120 border-style: none;
122 div.gallery-spacer
124 clear: both;
127 a, a:visited
129 text-decoration: none;
130 /* tango:sky blue 2 */
131 color: #3465a4;
133 a:hover
135 text-decoration: underline;
136 /* tango:sky blue 1 */
137 color: #729fcf;
140 div.table table
142 border-collapse: collapse;
143 border-spacing: 0px;
144 /* tango:aluminium 3 */
145 border: solid 1px #babdb6;
148 div.table table td, div.table table th
150 /* tango:aluminium 3 */
151 border: solid 1px #babdb6;
152 padding: 3px;
153 vertical-align: top;
156 div.table table th
158 /* tango:aluminium 2 */
159 background-color: #d3d7cf;
164 /* tango:aluminium 3 */
165 color: #babdb6;
166 background: #babdb6;
167 border: none 0px;
168 height: 1px;
169 clear: both;
172 .footer
174 padding-top: 3.5em;
175 /* tango:aluminium 3 */
176 color: #babdb6;
177 text-align: center;
178 font-size: 80%;
181 .warning
183 /* tango:orange 0/1 */
184 background: #ffeed9;
185 border: solid 1px #ffb04f;
186 padding: 0.5em;
187 border-width: 1px;
189 .warning h3
191 margin-top: 0.0em
193 .warning p
195 margin-bottom: 0.0em
198 /* code listings */
200 .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
201 .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
202 .programlisting .function { color: #000000; font-weight: bold; }
203 .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
204 .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
205 .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
206 .programlisting .normal { color: #000000; }
207 .programlisting .number { color: #75507b; } /* tango: plum 2 */
208 .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
209 .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
210 .programlisting .type { color: #000000; }
211 .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
212 .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
214 .listing_frame {
215 /* tango:sky blue 1 */
216 border: solid 1px #729fcf;
217 padding: 0px;
220 .listing_lines, .listing_code {
221 margin-top: 0px;
222 margin-bottom: 0px;
223 /*padding-right: 2px;
224 padding-left: 2px;
225 padding-top: 0px;
226 padding-bottom: 0px;*/
227 padding: 0.5em;
229 .listing_lines {
230 /* tango:sky blue 0.5 */
231 background: #a6c5e3;
232 /* tango:aluminium 6 */
233 color: #2e3436;
235 .listing_code {
236 /* tango:sky blue 0 */
237 background: #e6f3ff;
239 .listing_code .programlisting {
240 /* override from previous */
241 border: none 0px;
242 padding: 0px;
244 .listing_lines pre, .listing_code pre {
245 margin: 0px;