Add missing link.
[geeqie.git] / doc / style.css
1 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
2
3 /* common */
4 body {
5         margin: 2em;
6         padding: 0;
7         color: #000;
8         background-color: #eee;
9         font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
10 }
11
12 table {
13         page-break-before: always;
14 }
15
16 a:hover {
17         background-color: white;
18 }
19
20 a.bottomnote {
21         text-decoration: none;
22         color: black;
23 }
24
25 .option_name {
26         font-variant: small-caps;
27         font-size: 90%;
28         font-weight: bold;
29 }
30
31 dt {
32         font-weight: bold;
33 }
34
35 /* Previous + Next */
36 p.previous {
37         text-align: left;
38 }
39 p.navtop_title {
40         text-align: center;
41         font-weight:bold;
42 }
43 p.navbottom_title {
44         text-align: center;
45 }
46
47 p.next {
48         text-align: right;
49 }
50
51 div.navtop {
52         text-align: center;
53 }
54         
55 div.navbottom {
56         text-align: center;
57 }
58
59 /* Headings */
60 h1 {
61         margin-top: 1.3em;
62         margin-bottom: 1.3em;
63         color: #820303;
64         background: #effefe;
65 }
66
67 h2 {
68         margin-top: 1em;
69         margin-bottom: 1em;
70         color: #5A0202;
71         background: #f6fefe;
72 }
73
74 h3 {
75         margin-top: 0.7em;
76         margin-bottom: 0.7em;
77         color: #270101;
78         background: #f8fefe;
79 }
80
81 hr#bottomseparator {
82         margin-top: 6em;
83 }
84
85 div.bottomspacer {
86         margin-bottom: 5em;
87 }
88
89 div.footer {
90         text-align: right;
91 }
92
93 /* menu descriptions */
94 dl.menu_desc {
95         margin-left: 2em;
96 }
97 .menu_desc dt {
98         font-weight: bold;
99         padding-top: 0.3em;
100 }
101 .menu_desc dd {
102 }
103
104 /* dialog descriptions */
105 dl.dialog_desc {
106         margin-left: 2em;
107         margin-bottom: 1em;
108 }
109 .dialog_desc dt {
110         display: inline;
111         padding-left: 0.1em;
112         padding-right: 0.1em;
113         font-weight: bold;
114         margin-top: 0.3em;
115         border: 1px solid white;
116 }
117 .dialog_desc dd {
118         margin-bottom: 0.7em;
119 }
120 .dialog_desc dd dl {
121         font-size: 90%;
122         margin-bottom: 1em;
123 }
124
125 thead {
126         font-weight: bold;
127 }
128
129 p.note {
130         font-style: italic;
131 }
132 .note em {
133         font-weight: bold;
134 }
135
136 p.bottomnote {
137         margin-top: 5em;
138         font-style: italic;
139         font-size: 90%;
140 }
141 .bottomnote em {
142         font-weight: bold;
143 }
144
145 span.note_label {
146         font-weight: bold;
147 }
148
149 code {
150         margin-left: 0.3em;
151         padding: 0.1em;
152         background: white;
153 }
154
155 .submenu li {
156         margin: 0.4em;
157         list-style-type: circle;
158 }
159
160 .examples dt {
161         border: 0;
162 }
163
164 /* collections.html */
165 div.collections-shortcuts {
166         text-align: center;
167 }
168 .collections-shortcuts p {
169         margin: 0.1em;
170 }
171
172 /* image_presentation_fullscreen.html */
173 div.fullscreen-shortcuts {
174         text-align: center;
175 }
176 div.fullscreen-functions {
177         text-align: center;
178 }
179
180 /* image_search_finding_duplicates.html */
181 div.find-duplicates-shortcuts {
182         text-align: center;
183 }
184 .find-duplicates-shortcuts p {
185         margin: 0.1em;
186 }
187
188 /* image_search_search.html */
189 div.search-shortcuts {
190         text-align: center;
191 }
192 .search-shortcuts p {
193         margin: 0.1em;
194 }
195
196 /* index.html */
197 .menu ul {
198         font-size: 110%;
199         font-weight: bold;
200         margin: 1em;
201         list-style-type: disc;
202 }
203 .menu ul li {
204         margin: 0.4em;
205 }
206 .menu ul li ul {
207         font-size: 90%;
208         font-weight: normal;
209         list-style-type: circle;
210 }
211
212 /* reference_command_line.html */
213 .command_line_options p {
214         margin: 0.1em;
215 }
216 .remote_commands p {
217         margin: 0.1em;
218 }
219
220 /* reference_keyboard_shortcuts.html */
221 div.keyboard-shortcuts {
222         text-align: center;
223 }
224 .keyboard-shortcuts p {
225         margin: 0.1em;
226 }
227 td.keyboard-shortcuts-separator {
228         background-color: white;
229         font-size: 110%;
230 }
231 .keyboard-shortcuts td+td+td {
232         text-align: left;
233 }
234
235 /* reference_management.html */
236 .file_locations_subtitle {
237         font-weight: bold;
238         background-color: white;
239         text-align: center;
240 }
241 .file_locations p {
242         margin: 0.1em;
243 }
244