Build same docs once again with old tmpl approach.
[gtk-doc.git] / style.css
blob4c57e414c3329bda0b47186009e000b14ba4e2c5
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 /* this is needed so that the local anchors are displayed below the naviagtion */
24 @media screen {
25 sup a.footnote
27 position: relative;
28 top: 0em ! important;
30 div.refnamediv a[name], div.refsect1 a[name]
32 position: relative;
33 top: -4.5em;
35 table.navigation#top
37 background: #ffeeee;
38 border: solid 1px #ffaaaa;
39 margin-top: 0;
40 margin-bottom: 0;
41 position: fixed;
42 top: 0;
43 left: 0;
44 height: 2em;
45 z-index: 1;
47 .navigation a
49 color: #770000;
51 .navigation a:visited
53 color: #550000;
55 td.shortcuts
57 color: #770000;
58 font-size: 80%;
60 div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
62 position: relative;
63 top: 3em;
64 z-index: 0;
66 div.refnamediv
68 margin-top: 2em;
70 body
72 padding-bottom: 20em;
75 @media print {
76 table.navigation {
77 visibility: collapse;
78 display: none;
80 div.titlepage table.navigation {
81 visibility: visible;
82 display: table;
83 background: #ffeeee;
84 border: solid 1px #ffaaaa;
85 margin-top: 0;
86 margin-bottom: 0;
87 top: 0;
88 left: 0;
89 height: 2em;
93 .navigation .title
95 font-size: 200%;
99 div.gallery-float
101 float: left;
102 padding: 10px;
104 div.gallery-float img
106 border-style: none;
108 div.gallery-spacer
110 clear: both;
114 text-decoration: none;
116 a:hover
118 text-decoration: underline;
119 color: #FF0000;
122 div.table table
124 border-collapse: collapse;
125 border-spacing: 0px;
126 border-style: solid;
127 border-color: #777777;
128 border-width: 1px;
131 div.table table td, div.table table th
133 border-style: solid;
134 border-color: #777777;
135 border-width: 1px;
136 padding: 3px;
137 vertical-align: top;
140 div.table table th
142 background-color: #eeeeee;
147 color: #777777;
148 background: #777777;
149 border: 0;
150 height: 1px;
151 clear: both;
154 .footer
156 padding-top: 3.5em;
157 color: #777777;
158 text-align: center;
159 font-size: 80%;