Generate unique ids for properties, style and child properties.
[gtk-doc.git] / style.css
blobbb44c280939386e023451f4355275833247a9a2a
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%;
59 white-space: nowrap;
61 div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
63 position: relative;
64 top: 3em;
65 z-index: 0;
67 div.glossary, div.index
69 position: relative;
70 top: 2em;
71 z-index: 0;
73 div.refnamediv
75 margin-top: 2em;
77 body
79 padding-bottom: 20em;
82 @media print {
83 table.navigation {
84 visibility: collapse;
85 display: none;
87 div.titlepage table.navigation {
88 visibility: visible;
89 display: table;
90 background: #ffeeee;
91 border: solid 1px #ffaaaa;
92 margin-top: 0;
93 margin-bottom: 0;
94 top: 0;
95 left: 0;
96 height: 2em;
100 .navigation .title
102 font-size: 200%;
106 div.gallery-float
108 float: left;
109 padding: 10px;
111 div.gallery-float img
113 border-style: none;
115 div.gallery-spacer
117 clear: both;
121 text-decoration: none;
123 a:hover
125 text-decoration: underline;
126 color: #FF0000;
129 div.table table
131 border-collapse: collapse;
132 border-spacing: 0px;
133 border-style: solid;
134 border-color: #777777;
135 border-width: 1px;
138 div.table table td, div.table table th
140 border-style: solid;
141 border-color: #777777;
142 border-width: 1px;
143 padding: 3px;
144 vertical-align: top;
147 div.table table th
149 background-color: #eeeeee;
154 color: #777777;
155 background: #777777;
156 border: 0;
157 height: 1px;
158 clear: both;
161 .footer
163 padding-top: 3.5em;
164 color: #777777;
165 text-align: center;
166 font-size: 80%;