6083f19d0e6380a573ef477ff3d1eabdedd8d269
[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
130 p.note {
131         font-style: italic;
132 }
133 .note em {
134         font-weight: bold;
135 }
136
137 p.bottomnote {
138         margin-top: 5em;
139         font-style: italic;
140         font-size: 90%;
141 }
142 .bottomnote em {
143         font-weight: bold;
144 }
145
146 span.note_label {
147         font-weight: bold;
148 }
149
150 code {
151         margin-left: 0.3em;
152         padding: 0.1em;
153         background: white;
154 }
155
156 /* collections.html */
157 div.collections-shortcuts {
158         text-align: center;
159 }
160 .collections-shortcuts p {
161         margin: 0.1em;
162 }
163
164 /* image_presentation_fullscreen.html */
165 div.fullscreen-shortcuts {
166         text-align: center;
167 }
168 div.fullscreen-functions {
169         text-align: center;
170 }
171
172 /* image_search_finding_duplicates.html */
173 div.find-duplicates-shortcuts {
174         text-align: center;
175 }
176
177 /* image_search_search.html */
178 div.search-shortcuts {
179         text-align: center;
180 }
181
182 /* index.html */
183 .menu ul {
184         font-size: 110%;
185         font-weight: bold;
186         margin: 1em;
187 }
188 .menu ul li {
189         margin: 0.4em;
190 }
191 .menu ul li ul {
192         font-size: 90%;
193         font-weight: normal;
194 }
195
196 /* reference_command_line.html */
197 .command_line_options p {
198         margin: 0.1em;
199 }
200 .remote_commands p {
201         margin: 0.1em;
202 }
203
204 /* reference_keyboard_shortcuts.html */
205 div.keyboard-shortcuts {
206         text-align: center;
207 }
208 .keyboard-shortcuts p {
209         margin: 0.1em;
210 }
211 td.keyboard-shortcuts-separator {
212         background-color: white;
213         font-size: 110%;
214 }
215 .keyboard-shortcuts td+td+td {
216         text-align: left;
217 }
218
219 /* reference_management.html */
220 .file_locations_subtitle {
221         font-weight: bold;
222         background-color: white;
223         text-align: center;
224 }
225 .file_locations p {
226         margin: 0.1em;
227 }
228