Current release notes.
[gtk-doc.git] / style.css
blobcecc821ac0dcac16bd46e7b4b5b4802b41282d38
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 div.refnamediv a[name], div.refsect1 a[name]
27 position: relative;
28 top: -4.5em;
30 table.navigation#top
32 background: #ffeeee;
33 border: solid 1px #ffaaaa;
34 margin-top: 0;
35 margin-bottom: 0;
36 position: fixed;
37 top: 0;
38 left: 0;
39 height: 2em;
40 z-index: 1;
42 .navigation a
44 color: #770000;
46 .navigation a:visited
48 color: #550000;
50 td.shortcuts
52 color: #770000;
53 font-size: 80%;
55 div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
57 position: relative;
58 top: 3em;
59 z-index: 0;
61 div.refnamediv
63 margin-top: 2em;
65 body
67 padding-bottom: 20em;
70 @media print {
71 table.navigation {
72 visibility: collapse;
73 display: none;
75 div.titlepage table.navigation {
76 visibility: visible;
77 display: table;
78 background: #ffeeee;
79 border: solid 1px #ffaaaa;
80 margin-top: 0;
81 margin-bottom: 0;
82 top: 0;
83 left: 0;
84 height: 2em;
88 .navigation .title
90 font-size: 200%;
94 div.gallery-float
96 float: left;
97 padding: 10px;
99 div.gallery-float img
101 border-style: none;
103 div.gallery-spacer
105 clear: both;
109 text-decoration: none;
111 a:hover
113 text-decoration: underline;
114 color: #FF0000;
117 div.table table
119 border-collapse: collapse;
120 border-spacing: 0px;
121 border-style: solid;
122 border-color: #777777;
123 border-width: 1px;
126 div.table table td, div.table table th
128 border-style: solid;
129 border-color: #777777;
130 border-width: 1px;
131 padding: 3px;
132 vertical-align: top;
135 div.table table th
137 background-color: #eeeeee;
142 color: #888;
143 background: #888;
144 border: 0;
145 height: 1px;
146 clear: both;