comparison doc/style.css @ 1157:0186f9c7d9e4

Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
author zas_
date Wed, 19 Nov 2008 20:53:53 +0000
parents e0d275b9ebaa
children 2562e0bc89a1
comparison
equal deleted inserted replaced
1156:50ffcd7c3539 1157:0186f9c7d9e4
140 140
141 thead { 141 thead {
142 font-weight: bold; 142 font-weight: bold;
143 } 143 }
144 144
145 /* note */
145 p.note { 146 p.note {
146 font-style: italic; 147 font-style: italic;
147 } 148 }
148 .note em { 149 .note em {
149 font-weight: bold; 150 font-weight: bold;
150 } 151 }
151 152
153 /* bottom page note */
152 p.bottomnote { 154 p.bottomnote {
153 margin-top: 5em; 155 margin-top: 5em;
154 font-style: italic; 156 font-style: italic;
155 font-size: 90%; 157 font-size: 90%;
156 } 158 }
175 177
176 .examples dt { 178 .examples dt {
177 border: 0; 179 border: 0;
178 } 180 }
179 181
180 /* collections.html */ 182 /* shortcuts tables */
181 div.collections-shortcuts { 183 div.shortcuts {
182 text-align: center; 184 text-align: center;
183 } 185 }
184 .collections-shortcuts p { 186 .shortcuts p {
185 margin: 0.1em; 187 margin: 0.1em;
186 } 188 }
189 td.shortcuts-separator {
190 background-color: white;
191 font-size: 95%;
192 }
193 .shortcuts td+td+td {
194 text-align: left;
195 }
196
187 197
188 /* image_presentation_fullscreen.html */ 198 /* image_presentation_fullscreen.html */
189 div.fullscreen-shortcuts {
190 text-align: center;
191 }
192 .fullscreen-shortcuts p {
193 margin: 0.1em;
194 }
195 td.fullscreen-shortcuts-separator {
196 background-color: white;
197 font-size: 110%;
198 }
199
200 div.fullscreen-functions { 199 div.fullscreen-functions {
201 text-align: center; 200 text-align: center;
202 } 201 }
203 .fullscreen-functions p { 202 .fullscreen-functions p {
204 margin: 0.1em;
205 }
206
207 /* image_search_finding_duplicates.html */
208 div.find-duplicates-shortcuts {
209 text-align: center;
210 }
211 .find-duplicates-shortcuts p {
212 margin: 0.1em;
213 }
214
215 /* image_search_search.html */
216 div.search-shortcuts {
217 text-align: center;
218 }
219 .search-shortcuts p {
220 margin: 0.1em; 203 margin: 0.1em;
221 } 204 }
222 205
223 /* index.html */ 206 /* index.html */
224 .menu ul { 207 .menu ul {
242 } 225 }
243 .remote_commands p { 226 .remote_commands p {
244 margin: 0.1em; 227 margin: 0.1em;
245 } 228 }
246 229
247 /* reference_keyboard_shortcuts.html */
248 div.keyboard-shortcuts {
249 text-align: center;
250 }
251 .keyboard-shortcuts p {
252 margin: 0.1em;
253 }
254 td.keyboard-shortcuts-separator {
255 background-color: white;
256 font-size: 110%;
257 }
258 .keyboard-shortcuts td+td+td {
259 text-align: left;
260 }
261
262 /* reference_management.html */ 230 /* reference_management.html */
263 .file_locations_subtitle { 231 .file_locations_subtitle {
264 font-weight: bold; 232 font-weight: bold;
265 background-color: white; 233 background-color: white;
266 text-align: center; 234 text-align: center;
267 } 235 }
268 .file_locations p { 236 .file_locations p {
269 margin: 0.1em; 237 margin: 0.1em;
270 } 238 }
271