annotate doc/style.css @ 1115:83d6b961117f

Fix up unvalid xhtml.
author zas_
date Mon, 10 Nov 2008 15:20:13 +0000
parents 79e69e5f4642
children 73bbcaf9abba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
1 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
2
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
3 /* common */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
4 body {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
5 margin: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
6 padding: 0;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
7 color: #000;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
8 background-color: #eee;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
9 font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
10 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
11
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
12 p.previous {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
13 text-align: left
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
14 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
15 p.navtop_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
16 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
17 font-weight:bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
18 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
19 p.navbottom_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
20 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
21 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
22
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
23 p.next {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
24 text-align: right
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
25 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
26
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
27 div.navtop {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
28 text-align: center
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
29 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
31 div.navbottom {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
32 text-align: center
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
33 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
34
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
35 h1 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
36 margin-top: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
37 margin-bottom: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
38 color: #820303;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
39 background: #effefe
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
40 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
41
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
42 h2 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
43 margin-top: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
44 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
45 color: #5A0202;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
46 background: #f6fefe
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
47 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
48
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
49 h3 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
50 margin-top: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
51 margin-bottom: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
52 color: #270101;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
53 background: #f8fefe
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
54 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
55
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
56 hr#bottomseparator {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
57 margin-top: 6em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
58 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
59
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
60 div.bottomspacer {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
61 margin-bottom: 5em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
62 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
63
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
64 div.footer {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
65 text-align: right
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
66 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
67
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
68 /* menu descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
69 dl.menu_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
70 margin-left: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
71 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
72 .menu_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
73 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
74 padding-top: 0.3em
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
75 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
76 .menu_desc dd {}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
77
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
78 /* dialog descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
79 dl.dialog_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
80 margin-left: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
81 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
82 .dialog_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
83 display: inline;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
84 padding-left: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
85 padding-right: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
86 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
87 margin-top: 0.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
88 border: 1px solid white
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
89 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
90 .dialog_desc dd {}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
91 .dialog_desc dd dl {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
92 font-size: 90%;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
93 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
94 }
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
95
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
96 thead {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
97 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
98 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
99
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
100 .file_locations_subtitle {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
101 font-weight: bold
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
102 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
103
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
104 span.option_name {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
105 font-style: italic
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
106 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
107
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
108 p.note {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
109 font-style: italic
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
110 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
111 .note em {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
112 font-weight: bold
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
113 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
114
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
115 code {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
116 background: white
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
117 }
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1106
diff changeset
118
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
119 /* collections.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
120 div.gq-collections-4 {text-align: center}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
121
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
122 /* credits.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
123 span.gq-credits-6 {font-family: Nimbus Roman No9 L}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
124
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
125 /* faq.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
126 pre.gq-faq-9 {margin-left: 1.58in}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
127 span.gq-faq-5 {font-size: 120%}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
128
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
129 /* image_management_copy_move.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
130
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
131 /* image_management_delete.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
132 span.gq-delete-7 {font-style: normal}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
133
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
134 /* image_management_external_editing.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
135
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
136 /* image_management.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
137
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
138 /* image_management_rename.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
139
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
140 /* image_presentation_fullscreen.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
141 span.gq-fullscreen-10 {text-decoration: none}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
142 div.gq-fullscreen-4 {text-align: center}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
143 table.gq-fullscreen-3 {page-break-before: always}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
144
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
145 /* image_presentation.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
146
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
147 /* image_presentation_slideshow.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
148 span.gq-slideshow-6 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
149
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
150 /* image_search_finding_duplicates.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
151 div.gq-finding-duplicates-4 {text-align: center}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
152
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
153 /* image_search.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
154
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
155 /* image_search_search.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
156 div.gq-search-4 {text-align: center}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
157
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
158 /* index.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
159 .menu ul {font-size: 110%; font-weight: bold; margin: 10px;}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
160 .menu ul li {margin: 4px;}
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
161 .menu ul li ul {font-size: 90%; font-weight: normal}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
162
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
163 /* introduction.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
164 span.gq-introduction-6 {font-family: Nimbus Roman No9 L}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
165
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
166 /* main_window_file_pane.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
167
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
168 /* main_window_folder_pane.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
169
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
170 /* main_window.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
171
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
172 /* main_window_image_pane.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
173 span.gq-image-pane-6 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
174
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
175 /* main_window_layout.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
176
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
177 /* main_window_menus.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
178 span.gq-menus-8 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
179
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
180 /* main_window_navigation.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
181
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
182 /* main_window_status_bar.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
183
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
184 /* options_advanced.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
185 span.gq-advanced-13 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
186
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
187 /* options_editor_commands.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
188
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
189 /* options_filtering.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
190
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
191 /* options_general.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
192 dd.gq-general-10 {margin-left: 0in; margin-bottom: 0.2in; text-decoration: none}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
193 dd.gq-general-9 {margin-bottom: 0.2in}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
194 dd.gq-general-7 {margin-bottom: 0.2in; text-decoration: none}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
195 dd.gq-general-6 {margin-left: 0in; margin-bottom: 0.2in}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
196
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
197 /* options_hidden.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
198 pre.gq-hidden-6 {margin-left: 1.58in; margin-bottom: 0.2in}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
199
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
200 /* options.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
201
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
202 /* options_image.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
203 dd.gq-image-12 {margin-bottom: 0.2in}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
204 span.gq-image-8 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
205
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
206 /* options_window.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
207
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
208 /* other_windows.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
209
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
210 /* other_windows_image_properties.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
211
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
212 /* other_windows_image_window.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
213
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
214 /* printing.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
215 span.gq-printing-8 {text-decoration: none}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
216
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
217 /* reference_command_line.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
218
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
219 /* reference.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
220
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
221 /* reference_keyboard_shortcuts.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
222 span.gq-keyboard-shortcuts-10 {text-decoration: none}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
223 div.gq-keyboard-shortcuts-4 {text-align: center}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
224 table.gq-keyboard-shortcuts-3 {page-break-before: always}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
225
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
226 /* reference_management.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
227 span.gq-management-9 {font-weight: medium}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
228 span.gq-management-8 {font-style: normal}
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
229 div.gq-management-4 {text-align: center}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
230
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
231 /* reference_thumbnails.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
232
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
233 /* sidebars_exif.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
234
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
235 /* sidebars.html */
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
236
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
237 /* sidebars_keywords.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
238 span.gq-keywords-5 {font-weight: medium}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
239
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
240 /* sidebars_sort_manager.html */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
241 span.gq-sort-manager-8 {font-weight: medium}
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
242
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
243 /* template.html */