221d1bc190306e1570db360554b21e38be5bd33f
[profile/ivi/gsignond.git] / docs / html / style.css
1 body
2 {
3   font-family: cantarell, sans-serif;
4 }
5 .synopsis, .classsynopsis
6 {
7   /* tango:aluminium 1/2 */
8   background: #eeeeec;
9   border: solid 1px #d3d7cf;
10   padding: 0.5em;
11 }
12 .programlisting
13 {
14   /* tango:sky blue 0/1 */
15   background: #e6f3ff;
16   border: solid 1px #729fcf;
17   padding: 0.5em;
18 }
19 .variablelist
20 {
21   padding: 4px;
22   margin-left: 3em;
23 }
24 .variablelist td:first-child
25 {
26   vertical-align: top;
27 }
28
29 @media screen {
30   sup a.footnote
31   {
32     position: relative;
33     top: 0em ! important;
34     
35   }
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]
38   {
39     display: inline-block;
40     position: relative;
41     top:-5em;
42   }
43   /* this seems to be a bug in the xsl style sheets when generating indexes */
44   div.index div.index
45   {
46     top: 0em;
47   }
48   /* make space for the fixed navigation bar and add space at the bottom so that
49    * link targets appear somewhat close to top
50    */
51   body
52   {
53     padding-top: 3.2em;
54     padding-bottom: 20em;
55   }
56   /* style and size the navigation bar */
57   table.navigation#top
58   {
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;
69   }
70   .navigation a, .navigation a:visited
71   {
72     /* tango:sky blue 3 */
73     color: #204a87;
74   }
75   .navigation a:hover
76   {
77     /* tango:sky blue 2 */
78     color: #3465a4;
79   }
80   td.shortcuts
81   {
82     /* tango:sky blue 2 */
83     color: #3465a4;
84     font-size: 80%;
85     white-space: nowrap;
86   }
87 }
88 @media print {
89   table.navigation {
90     visibility: collapse;
91     display: none;
92   }
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;
104   }
105 }
106
107 .navigation .title
108 {
109   font-size: 120%;
110 }
111
112 div.gallery-float
113 {
114   float: left;
115   padding: 10px;
116 }
117 div.gallery-float img
118 {
119   border-style: none;
120 }
121 div.gallery-spacer
122 {
123   clear: both;
124 }
125
126 a, a:visited
127 {
128   text-decoration: none;
129   /* tango:sky blue 2 */
130   color: #3465a4;
131 }
132 a:hover
133 {
134   text-decoration: underline;
135   /* tango:sky blue 1 */
136   color: #729fcf;
137 }
138
139 div.table table
140 {
141   border-collapse: collapse;
142   border-spacing: 0px;
143   /* tango:aluminium 3 */
144   border: solid 1px #babdb6;
145 }
146
147 div.table table td, div.table table th
148 {
149   /* tango:aluminium 3 */
150   border: solid 1px #babdb6;
151   padding: 3px;
152   vertical-align: top;
153 }
154
155 div.table table th
156 {
157   /* tango:aluminium 2 */
158   background-color: #d3d7cf;
159 }
160
161 hr
162 {
163   /* tango:aluminium 1 */
164   color: #d3d7cf;
165   background: #d3d7cf;
166   border: none 0px;
167   height: 1px;
168   clear: both;
169 }
170
171 dl.toc dt
172 {
173   padding-bottom: 0.25em;
174 }
175
176 dl.toc > dd > dl > dt
177 {
178   padding-top: 0.25em;
179   padding-bottom: 0.25em;
180 }
181
182 dl.toc > dt
183 {
184   padding-top: 1em;
185   padding-bottom: 0.5em;
186   font-weight: bold;
187 }
188
189 .parameter
190 {
191   font-style: normal;
192 }
193
194 .footer
195 {
196   padding-top: 3.5em;
197   /* tango:aluminium 3 */
198   color: #babdb6;
199   text-align: center;
200   font-size: 80%;
201 }
202
203 .informalfigure,
204 .figure
205 {
206   margin: 2em;
207 }
208
209 .informalexample,
210 .example
211 {
212   margin: 2em;
213 }
214
215 .warning
216 {
217   /* tango:orange 0/1 */
218   background: #ffeed9;
219   border-color: #ffb04f;
220 }
221 .note
222 {
223   /* tango:chameleon 0/0.5 */
224   background: #d8ffb2;
225   border-color: #abf562;
226 }
227 .note, .warning
228 {
229   padding: 0.5em;
230   border-width: 1px;
231   border-style: solid;
232   margin: 2em;
233 }
234 .note h3, .warning h3
235 {
236   margin-top: 0.0em
237 }
238 .note p, .warning p
239 {
240   margin-bottom: 0.0em
241 }
242
243 p + div.section
244 {
245   margin-top: 2.5em;
246 }
247
248 div.refnamediv,
249 div.refsynopsisdiv,
250 div.refsect1,
251 div.refsect2,
252 div.toc,
253 div.section
254 {
255   margin-bottom: 2.5em;
256 }
257
258 /* blob links */
259 h2 .extralinks, h3 .extralinks
260 {
261   float: right;
262   /* tango:aluminium 3 */
263   color: #babdb6;
264   font-size: 80%;
265   font-weight: normal;
266 }
267
268 .annotation
269 {
270   /* tango:aluminium 5 */
271   color: #555753;
272   font-size: 80%;
273   font-weight: normal;
274 }
275
276 /* code listings */
277
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 */
291
292 .listing_frame {
293   /* tango:sky blue 1 */
294   border: solid 1px #729fcf;
295   padding: 0px;
296 }
297
298 .listing_lines, .listing_code {
299   margin-top: 0px;
300   margin-bottom: 0px;
301   padding: 0.5em;
302 }
303 .listing_lines {
304   /* tango:sky blue 0.5 */
305   background: #a6c5e3;
306   /* tango:aluminium 6 */
307   color: #2e3436;
308 }
309 .listing_code {
310   /* tango:sky blue 0 */
311   background: #e6f3ff;
312 }
313 .listing_code .programlisting {
314   /* override from previous */
315   border: none 0px;
316   padding: 0px;
317 }
318 .listing_lines pre, .listing_code pre {
319   margin: 0px;
320 }
321