build: bumped version to 0.7.3
[adg.git] / docs / common / style.css
blobe4e45ec86aaf67d98ab46a0b6cf63a69b3dd924f
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.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]
34 display: inline-block;
35 position: relative;
36 top:-5em;
38 /* this seems to be a bug in the xsl style sheets when generating indexes */
39 div.index div.index
41 top: 0em;
43 /* make space for the fixed navigation bar and add space at the bottom so that
44 * link targets appear somewhat close to top
46 body
48 padding-top: 3.2em;
49 padding-bottom: 20em;
51 /* style and size the navigation bar */
52 table.navigation#top
54 position: fixed;
55 /* tango:scarlet red 0/1 */
56 background: #ffe6e6;
57 border: solid 1px #ef2929;
58 margin-top: 0;
59 margin-bottom: 0;
60 top: 0;
61 left: 0;
62 height: 3em;
63 z-index: 10;
65 .navigation a, .navigation a:visited
67 /* tango:scarlet red 3 */
68 color: #a40000;
70 .navigation a:hover
72 /* tango:scarlet red 1 */
73 color: #ef2929;
75 td.shortcuts
77 /* tango:scarlet red 1 */
78 color: #ef2929;
79 font-size: 80%;
80 white-space: nowrap;
83 @media print {
84 table.navigation {
85 visibility: collapse;
86 display: none;
88 div.titlepage table.navigation {
89 visibility: visible;
90 display: table;
91 /* tango:scarlet red 0/1 */
92 background: #ffe6e6;
93 border: solid 1px #ef2929;
94 margin-top: 0;
95 margin-bottom: 0;
96 top: 0;
97 left: 0;
98 height: 3em;
102 .navigation .title
104 font-size: 200%;
107 div.gallery-float
109 float: left;
110 padding: 10px;
112 div.gallery-float img
114 border-style: none;
116 div.gallery-spacer
118 clear: both;
121 a, a:visited
123 text-decoration: none;
124 /* tango:sky blue 2 */
125 color: #3465a4;
127 a:hover
129 text-decoration: underline;
130 /* tango:sky blue 1 */
131 color: #729fcf;
134 table p {
135 margin: 0
137 div.table table
139 border-collapse: collapse;
140 border-spacing: 0px;
141 /* tango:aluminium 3 */
142 border: solid 1px #babdb6;
145 div.table table td, div.table table th
147 /* tango:aluminium 3 */
148 border: solid 1px #babdb6;
149 padding: 3px;
150 vertical-align: top;
153 div.table table th
155 /* tango:aluminium 2 */
156 background-color: #d3d7cf;
161 /* tango:aluminium 3 */
162 color: #babdb6;
163 background: #babdb6;
164 border: none 0px;
165 height: 1px;
166 clear: both;
169 .footer
171 padding-top: 3.5em;
172 /* tango:aluminium 3 */
173 color: #babdb6;
174 text-align: center;
175 font-size: 80%;
178 .warning
180 /* tango:orange 0/1 */
181 background: #ffeed9;
182 border-color: #ffb04f;
184 .note
186 /* tango:chameleon 0/0.5 */
187 background: #d8ffb2;
188 border-color: #abf562;
190 .note, .warning
192 padding: 0.5em;
193 border-width: 1px;
194 border-style: solid;
196 .note h3, .warning h3
198 margin-top: 0.0em
200 .note p, .warning p
202 margin-bottom: 0.0em
205 /* blob links */
206 h2 .extralinks, h3 .extralinks
208 float: right;
209 /* tango:aluminium 3 */
210 color: #babdb6;
211 font-size: 80%;
212 font-weight: normal;
215 .annotation
217 /* tango:aluminium 5 */
218 color: #555753;
219 font-size: 80%;
220 font-weight: normal;
223 /* code listings */
225 .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
226 .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
227 .listing_code .programlisting .function { color: #000000; font-weight: bold; }
228 .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
229 .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
230 .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
231 .listing_code .programlisting .normal { color: #000000; }
232 .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
233 .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
234 .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
235 .listing_code .programlisting .type { color: #000000; }
236 .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
237 .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
239 .listing_frame {
240 /* tango:sky blue 1 */
241 border: solid 1px #729fcf;
242 padding: 0px;
245 .listing_lines, .listing_code {
246 margin-top: 0px;
247 margin-bottom: 0px;
248 padding: 0.5em;
250 .listing_lines {
251 /* tango:sky blue 0.5 */
252 background: #a6c5e3;
253 /* tango:aluminium 6 */
254 color: #2e3436;
256 .listing_code {
257 /* tango:sky blue 0 */
258 background: #e6f3ff;
260 .listing_code .programlisting {
261 /* override from previous */
262 border: none 0px;
263 padding: 0px;
265 .listing_lines pre, .listing_code pre {
266 margin: 0px;