configure.ac: use the right quoting for the date check
[gtk-doc.git] / style.css
blob221d1bc190306e1570db360554b21e38be5bd33f
1 body
3 font-family: cantarell, sans-serif;
5 .synopsis, .classsynopsis
7 /* tango:aluminium 1/2 */
8 background: #eeeeec;
9 border: solid 1px #d3d7cf;
10 padding: 0.5em;
12 .programlisting
14 /* tango:sky blue 0/1 */
15 background: #e6f3ff;
16 border: solid 1px #729fcf;
17 padding: 0.5em;
19 .variablelist
21 padding: 4px;
22 margin-left: 3em;
24 .variablelist td:first-child
26 vertical-align: top;
29 @media screen {
30 sup a.footnote
32 position: relative;
33 top: 0em ! important;
36 /* this is needed so that the local anchors are displayed below the naviagtion */
37 div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
39 display: inline-block;
40 position: relative;
41 top:-5em;
43 /* this seems to be a bug in the xsl style sheets when generating indexes */
44 div.index div.index
46 top: 0em;
48 /* make space for the fixed navigation bar and add space at the bottom so that
49 * link targets appear somewhat close to top
51 body
53 padding-top: 3.2em;
54 padding-bottom: 20em;
56 /* style and size the navigation bar */
57 table.navigation#top
59 position: fixed;
60 /* tango:aluminum 2 */
61 background: #d3d7cf;
62 border: solid 1px #babdb6;
63 margin-top: 0;
64 margin-bottom: 0;
65 top: 0;
66 left: 0;
67 height: 3em;
68 z-index: 10;
70 .navigation a, .navigation a:visited
72 /* tango:sky blue 3 */
73 color: #204a87;
75 .navigation a:hover
77 /* tango:sky blue 2 */
78 color: #3465a4;
80 td.shortcuts
82 /* tango:sky blue 2 */
83 color: #3465a4;
84 font-size: 80%;
85 white-space: nowrap;
88 @media print {
89 table.navigation {
90 visibility: collapse;
91 display: none;
93 div.titlepage table.navigation {
94 visibility: visible;
95 display: table;
96 /* tango:aluminum 2 */
97 background: #d3d7cf;
98 border: solid 1px #babdb6;
99 margin-top: 0;
100 margin-bottom: 0;
101 top: 0;
102 left: 0;
103 height: 3em;
107 .navigation .title
109 font-size: 120%;
112 div.gallery-float
114 float: left;
115 padding: 10px;
117 div.gallery-float img
119 border-style: none;
121 div.gallery-spacer
123 clear: both;
126 a, a:visited
128 text-decoration: none;
129 /* tango:sky blue 2 */
130 color: #3465a4;
132 a:hover
134 text-decoration: underline;
135 /* tango:sky blue 1 */
136 color: #729fcf;
139 div.table table
141 border-collapse: collapse;
142 border-spacing: 0px;
143 /* tango:aluminium 3 */
144 border: solid 1px #babdb6;
147 div.table table td, div.table table th
149 /* tango:aluminium 3 */
150 border: solid 1px #babdb6;
151 padding: 3px;
152 vertical-align: top;
155 div.table table th
157 /* tango:aluminium 2 */
158 background-color: #d3d7cf;
163 /* tango:aluminium 1 */
164 color: #d3d7cf;
165 background: #d3d7cf;
166 border: none 0px;
167 height: 1px;
168 clear: both;
171 dl.toc dt
173 padding-bottom: 0.25em;
176 dl.toc > dd > dl > dt
178 padding-top: 0.25em;
179 padding-bottom: 0.25em;
182 dl.toc > dt
184 padding-top: 1em;
185 padding-bottom: 0.5em;
186 font-weight: bold;
189 .parameter
191 font-style: normal;
194 .footer
196 padding-top: 3.5em;
197 /* tango:aluminium 3 */
198 color: #babdb6;
199 text-align: center;
200 font-size: 80%;
203 .informalfigure,
204 .figure
206 margin: 2em;
209 .informalexample,
210 .example
212 margin: 2em;
215 .warning
217 /* tango:orange 0/1 */
218 background: #ffeed9;
219 border-color: #ffb04f;
221 .note
223 /* tango:chameleon 0/0.5 */
224 background: #d8ffb2;
225 border-color: #abf562;
227 .note, .warning
229 padding: 0.5em;
230 border-width: 1px;
231 border-style: solid;
232 margin: 2em;
234 .note h3, .warning h3
236 margin-top: 0.0em
238 .note p, .warning p
240 margin-bottom: 0.0em
243 p + div.section
245 margin-top: 2.5em;
248 div.refnamediv,
249 div.refsynopsisdiv,
250 div.refsect1,
251 div.refsect2,
252 div.toc,
253 div.section
255 margin-bottom: 2.5em;
258 /* blob links */
259 h2 .extralinks, h3 .extralinks
261 float: right;
262 /* tango:aluminium 3 */
263 color: #babdb6;
264 font-size: 80%;
265 font-weight: normal;
268 .annotation
270 /* tango:aluminium 5 */
271 color: #555753;
272 font-size: 80%;
273 font-weight: normal;
276 /* code listings */
278 .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
279 .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
280 .listing_code .programlisting .function { color: #000000; font-weight: bold; }
281 .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
282 .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
283 .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
284 .listing_code .programlisting .normal { color: #000000; }
285 .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
286 .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
287 .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
288 .listing_code .programlisting .type { color: #000000; }
289 .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
290 .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
292 .listing_frame {
293 /* tango:sky blue 1 */
294 border: solid 1px #729fcf;
295 padding: 0px;
298 .listing_lines, .listing_code {
299 margin-top: 0px;
300 margin-bottom: 0px;
301 padding: 0.5em;
303 .listing_lines {
304 /* tango:sky blue 0.5 */
305 background: #a6c5e3;
306 /* tango:aluminium 6 */
307 color: #2e3436;
309 .listing_code {
310 /* tango:sky blue 0 */
311 background: #e6f3ff;
313 .listing_code .programlisting {
314 /* override from previous */
315 border: none 0px;
316 padding: 0px;
318 .listing_lines pre, .listing_code pre {
319 margin: 0px;