Updated French translation: fixed some wrong XML tags
[gtk-doc.git] / style-classic.css
blob973d56aeeef97f722dc407867efc2d7d0cd45709
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 @media screen {
24 sup a.footnote
26 position: relative;
27 top: 0em ! important;
29 /* this is needed so that the local anchors are displayed below the naviagtion */
30 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]
32 display: inline-block;
33 position: relative;
34 top:-5em;
36 /* this seems to be a bug in the xsl style sheets when generating indexes */
37 div.index div.index
39 top: 0em;
41 /* make space for the fixed navigation bar and add space at the bottom so that
42 * link targets appear somewhat close to top
44 body
46 padding-top: 3.2em;
47 padding-bottom: 20em;
49 /* style and size the navigation bar */
50 table.navigation#top
52 position: fixed;
53 background: #ffeeee;
54 border: solid 1px #ffaaaa;
55 margin-top: 0;
56 margin-bottom: 0;
57 top: 0;
58 left: 0;
59 height: 3em;
60 z-index: 10;
62 .navigation a, .navigation a:visited
64 color: #770000;
66 .navigation a:visited
68 color: #550000;
70 td.shortcuts
72 color: #770000;
73 font-size: 80%;
74 white-space: nowrap;
77 @media print {
78 table.navigation {
79 visibility: collapse;
80 display: none;
82 div.titlepage table.navigation {
83 visibility: visible;
84 display: table;
85 background: #ffeeee;
86 border: solid 1px #ffaaaa;
87 margin-top: 0;
88 margin-bottom: 0;
89 top: 0;
90 left: 0;
91 height: 3em;
95 .navigation .title
97 font-size: 200%;
101 div.gallery-float
103 float: left;
104 padding: 10px;
106 div.gallery-float img
108 border-style: none;
110 div.gallery-spacer
112 clear: both;
116 text-decoration: none;
118 a:hover
120 text-decoration: underline;
121 color: #FF0000;
124 div.table table
126 border-collapse: collapse;
127 border-spacing: 0px;
128 border: solid 1px #777777;
131 div.table table td, div.table table th
133 border: solid 1px #777777;
134 padding: 3px;
135 vertical-align: top;
138 div.table table th
140 background-color: #eeeeee;
145 color: #777777;
146 background: #777777;
147 border: none 0px;
148 height: 1px;
149 clear: both;
152 .footer
154 padding-top: 3.5em;
155 color: #777777;
156 text-align: center;
157 font-size: 80%;
160 .warning
162 border: solid 1px #cccc33;
163 background: #ffffee;
164 padding: 0.5em;
165 border-width: 1px;
167 .warning h3
169 margin-top: 0.0em
171 .warning p
173 margin-bottom: 0.0em
176 .annotation
178 color: #555555;
179 font-size: 80%;
180 font-weight: normal;
184 /* code listings */
186 .listing_frame {
187 border: solid 1px #aaaaff;
188 padding: 0px;
191 .listing_lines, .listing_code {
192 margin-top: 0px;
193 margin-bottom: 0px;
194 padding: 0.5em;
196 .listing_lines {
197 background: #aaaaff;
198 color: #222222;
200 .listing_code {
201 /* tango:sky blue 0 */
202 background: #eeeeff;
204 .listing_code .programlisting {
205 /* override from previous */
206 border: none 0px;
207 padding: 0px;
209 .listing_lines pre, .listing_code pre {
210 margin: 0px;