Mercurial > geeqie
annotate doc/style.css @ 1109:ba2bbc862da7
Reformatting.
author | zas_ |
---|---|
date | Sun, 09 Nov 2008 21:53:33 +0000 |
parents | 36e6014c612a |
children | 7cd49c6dc302 |
rev | line source |
---|---|
1095 | 1 /* common */ |
2 p.previous {text-align: left} | |
1105 | 3 p.navtop_title {text-align: center; font-weight:bold;} |
4 p.navbottom_title {text-align: center;} | |
5 | |
6 p.next {text-align: right} | |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
7 div.navtop {text-align: center} |
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
8 div.navbottom {text-align: center} |
1105 | 9 |
1102 | 10 div.bottomspacer { padding-bottom: 5em;} |
1101 | 11 div.footer { text-align: right} |
1104
24ea4fda5c38
Move dialog descriptions to definitions lists, first step.
zas_
parents:
1102
diff
changeset
|
12 /* menu descriptions */ |
1102 | 13 dl.menu_desc { padding-left: 2em;} |
14 .menu_desc dt {font-weight: bold; padding-top: 0.3em} | |
15 .menu_desc dd {} | |
1104
24ea4fda5c38
Move dialog descriptions to definitions lists, first step.
zas_
parents:
1102
diff
changeset
|
16 /* dialog descriptions */ |
24ea4fda5c38
Move dialog descriptions to definitions lists, first step.
zas_
parents:
1102
diff
changeset
|
17 dl.dialog_desc { padding-left: 2em;} |
24ea4fda5c38
Move dialog descriptions to definitions lists, first step.
zas_
parents:
1102
diff
changeset
|
18 .dialog_desc dt {font-weight: bold; padding-top: 0.3em} |
24ea4fda5c38
Move dialog descriptions to definitions lists, first step.
zas_
parents:
1102
diff
changeset
|
19 .dialog_desc dd {} |
1095 | 20 |
1106 | 21 thead { font-weight: bold; } |
22 | |
1107 | 23 .file_locations_subtitle { font-weight: bold} |
1108 | 24 |
25 span.option_name { font-style: italic } | |
26 | |
1107 | 27 |
1095 | 28 /* collections.html */ |
29 div.gq-collections-4 {text-align: center} | |
30 | |
31 /* credits.html */ | |
32 span.gq-credits-6 {font-family: Nimbus Roman No9 L} | |
33 | |
34 /* faq.html */ | |
35 pre.gq-faq-9 {margin-left: 1.58in} | |
36 span.gq-faq-5 {font-size: 120%} | |
37 | |
38 /* image_management_copy_move.html */ | |
39 | |
40 /* image_management_delete.html */ | |
41 span.gq-delete-7 {font-style: normal} | |
42 | |
43 /* image_management_external_editing.html */ | |
44 | |
45 /* image_management.html */ | |
46 | |
47 /* image_management_rename.html */ | |
48 | |
49 /* image_presentation_fullscreen.html */ | |
50 span.gq-fullscreen-10 {text-decoration: none} | |
51 div.gq-fullscreen-4 {text-align: center} | |
52 table.gq-fullscreen-3 {page-break-before: always} | |
53 | |
54 /* image_presentation.html */ | |
55 | |
56 /* image_presentation_slideshow.html */ | |
57 span.gq-slideshow-6 {text-decoration: none} | |
58 | |
59 /* image_search_finding_duplicates.html */ | |
60 div.gq-finding-duplicates-4 {text-align: center} | |
61 | |
62 /* image_search.html */ | |
63 | |
64 /* image_search_search.html */ | |
65 div.gq-search-4 {text-align: center} | |
66 | |
67 /* index.html */ | |
68 .menu ul {font-size: 110%; font-weight: bold; margin: 10px;} | |
69 .menu ul li {margin: 4px;} | |
70 .menu ul>ul {font-size: 90%; font-weight: normal} | |
71 | |
72 /* introduction.html */ | |
73 span.gq-introduction-6 {font-family: Nimbus Roman No9 L} | |
74 | |
75 /* main_window_file_pane.html */ | |
76 | |
77 /* main_window_folder_pane.html */ | |
78 | |
79 /* main_window.html */ | |
80 | |
81 /* main_window_image_pane.html */ | |
82 span.gq-image-pane-6 {text-decoration: none} | |
83 | |
84 /* main_window_layout.html */ | |
85 | |
86 /* main_window_menus.html */ | |
87 span.gq-menus-8 {text-decoration: none} | |
88 | |
89 /* main_window_navigation.html */ | |
90 | |
91 /* main_window_status_bar.html */ | |
92 | |
93 /* options_advanced.html */ | |
94 span.gq-advanced-13 {text-decoration: none} | |
95 | |
96 /* options_editor_commands.html */ | |
97 | |
98 /* options_filtering.html */ | |
99 | |
100 /* options_general.html */ | |
101 dd.gq-general-10 {margin-left: 0in; margin-bottom: 0.2in; text-decoration: none} | |
102 dd.gq-general-9 {margin-bottom: 0.2in} | |
103 dd.gq-general-7 {margin-bottom: 0.2in; text-decoration: none} | |
104 dd.gq-general-6 {margin-left: 0in; margin-bottom: 0.2in} | |
105 | |
106 /* options_hidden.html */ | |
107 pre.gq-hidden-6 {margin-left: 1.58in; margin-bottom: 0.2in} | |
108 | |
109 /* options.html */ | |
110 | |
111 /* options_image.html */ | |
112 dd.gq-image-12 {margin-bottom: 0.2in} | |
113 span.gq-image-8 {text-decoration: none} | |
114 | |
115 /* options_window.html */ | |
116 | |
117 /* other_windows.html */ | |
118 | |
119 /* other_windows_image_properties.html */ | |
120 | |
121 /* other_windows_image_window.html */ | |
122 | |
123 /* printing.html */ | |
124 span.gq-printing-8 {text-decoration: none} | |
125 | |
126 /* reference_command_line.html */ | |
127 | |
128 /* reference.html */ | |
129 | |
130 /* reference_keyboard_shortcuts.html */ | |
131 span.gq-keyboard-shortcuts-10 {text-decoration: none} | |
132 div.gq-keyboard-shortcuts-4 {text-align: center} | |
133 table.gq-keyboard-shortcuts-3 {page-break-before: always} | |
134 | |
135 /* reference_management.html */ | |
136 span.gq-management-9 {font-weight: medium} | |
137 span.gq-management-8 {font-style: normal} | |
138 div.gq-management-4 {text-align: center} | |
139 | |
140 /* reference_thumbnails.html */ | |
141 | |
142 /* sidebars_exif.html */ | |
143 | |
144 /* sidebars.html */ | |
145 | |
146 /* sidebars_keywords.html */ | |
147 span.gq-keywords-5 {font-weight: medium} | |
148 | |
149 /* sidebars_sort_manager.html */ | |
150 span.gq-sort-manager-8 {font-weight: medium} | |
151 | |
152 /* template.html */ |