Mercurial > geeqie.yaz
annotate doc/style.css @ 1374:27ba259d3496
reorder exif pane entries with drag and drop
author | nadvornik |
---|---|
date | Tue, 03 Mar 2009 23:17:07 +0000 |
parents | 26b9fca795f8 |
children |
rev | line source |
---|---|
1113 | 1 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |
2 | |
1095 | 3 /* common */ |
1113 | 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 | |
1122 | 12 table { |
13 page-break-before: always; | |
14 } | |
1117 | 15 |
1122 | 16 a:hover { |
17 background-color: white; | |
18 } | |
1118 | 19 |
1122 | 20 a.bottomnote { |
21 text-decoration: none; | |
22 color: black; | |
23 } | |
1118 | 24 |
1122 | 25 .option_name { |
26 font-variant: small-caps; | |
27 font-size: 90%; | |
28 font-weight: bold; | |
29 } | |
1117 | 30 |
1122 | 31 dt { |
32 font-weight: bold; | |
33 } | |
1118 | 34 |
1122 | 35 /* Previous + Next */ |
1113 | 36 p.previous { |
1122 | 37 text-align: left; |
1113 | 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 { | |
1122 | 48 text-align: right; |
1113 | 49 } |
1105 | 50 |
1113 | 51 div.navtop { |
1122 | 52 text-align: center; |
1113 | 53 } |
1115 | 54 |
1113 | 55 div.navbottom { |
1122 | 56 text-align: center; |
1113 | 57 } |
58 | |
1122 | 59 /* Headings */ |
1113 | 60 h1 { |
61 margin-top: 1.3em; | |
62 margin-bottom: 1.3em; | |
63 color: #820303; | |
1122 | 64 background: #effefe; |
1113 | 65 } |
66 | |
67 h2 { | |
68 margin-top: 1em; | |
69 margin-bottom: 1em; | |
70 color: #5A0202; | |
1122 | 71 background: #f6fefe; |
1113 | 72 } |
73 | |
74 h3 { | |
75 margin-top: 0.7em; | |
76 margin-bottom: 0.7em; | |
77 color: #270101; | |
1122 | 78 background: #f8fefe; |
1113 | 79 } |
1105 | 80 |
1113 | 81 hr#bottomseparator { |
82 margin-top: 6em; | |
83 } | |
84 | |
85 div.bottomspacer { | |
86 margin-bottom: 5em; | |
87 } | |
1115 | 88 |
1113 | 89 div.footer { |
1122 | 90 text-align: right; |
1113 | 91 } |
92 | |
93 /* menu descriptions */ | |
94 dl.menu_desc { | |
95 margin-left: 2em; | |
96 } | |
97 .menu_desc dt { | |
98 font-weight: bold; | |
1135 | 99 padding: 0.1em; |
100 border-left: 1px solid gray; | |
101 border-bottom: 1px solid gray; | |
102 display: inline; | |
103 vertical-align: top; | |
1113 | 104 } |
1122 | 105 .menu_desc dd { |
1135 | 106 margin-top: 0.3em; |
107 margin-bottom: 0.3em; | |
108 font-size: small; | |
109 } | |
110 | |
111 .menu_desc dd dl { | |
112 margin-top: 0.7em; | |
113 margin-bottom: 0.7em; | |
114 } | |
115 | |
116 .menu_desc dd dl dd { | |
117 font-size: small; | |
1122 | 118 } |
1095 | 119 |
1113 | 120 /* dialog descriptions */ |
121 dl.dialog_desc { | |
122 margin-left: 2em; | |
1120 | 123 margin-bottom: 1em; |
1113 | 124 } |
125 .dialog_desc dt { | |
126 display: inline; | |
127 padding-left: 0.1em; | |
128 padding-right: 0.1em; | |
129 font-weight: bold; | |
130 margin-top: 0.3em; | |
1122 | 131 border: 1px solid white; |
1113 | 132 } |
1122 | 133 .dialog_desc dd { |
134 margin-bottom: 0.7em; | |
135 } | |
1113 | 136 .dialog_desc dd dl { |
137 font-size: 90%; | |
138 margin-bottom: 1em; | |
139 } | |
1106 | 140 |
1113 | 141 thead { |
142 font-weight: bold; | |
143 } | |
144 | |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
145 /* note */ |
1113 | 146 p.note { |
1122 | 147 font-style: italic; |
1113 | 148 } |
149 .note em { | |
1122 | 150 font-weight: bold; |
1113 | 151 } |
152 | |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
153 /* bottom page note */ |
1118 | 154 p.bottomnote { |
155 margin-top: 5em; | |
156 font-style: italic; | |
1122 | 157 font-size: 90%; |
1118 | 158 } |
159 .bottomnote em { | |
1122 | 160 font-weight: bold; |
1118 | 161 } |
162 | |
163 span.note_label { | |
164 font-weight: bold; | |
165 } | |
166 | |
1113 | 167 code { |
1118 | 168 margin-left: 0.3em; |
169 padding: 0.1em; | |
1122 | 170 background: white; |
1113 | 171 } |
1107 | 172 |
1124 | 173 .submenu li { |
174 margin: 0.4em; | |
175 list-style-type: circle; | |
176 } | |
177 | |
1125
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1124
diff
changeset
|
178 .examples dt { |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1124
diff
changeset
|
179 border: 0; |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1124
diff
changeset
|
180 } |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1124
diff
changeset
|
181 |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
182 /* shortcuts tables */ |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
183 div.shortcuts { |
1122 | 184 text-align: center; |
185 } | |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
186 .shortcuts p { |
1122 | 187 margin: 0.1em; |
188 } | |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
189 td.shortcuts-separator { |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
190 background-color: white; |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
191 font-size: 95%; |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
192 } |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
193 .shortcuts td+td+td { |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
194 text-align: left; |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
195 } |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1135
diff
changeset
|
196 |
1095 | 197 |
198 /* image_presentation_fullscreen.html */ | |
1122 | 199 div.fullscreen-functions { |
200 text-align: center; | |
201 } | |
1127 | 202 .fullscreen-functions p { |
203 margin: 0.1em; | |
204 } | |
1095 | 205 |
206 /* index.html */ | |
1122 | 207 .menu ul { |
208 font-size: 110%; | |
209 font-weight: bold; | |
210 margin: 1em; | |
1124 | 211 list-style-type: disc; |
1122 | 212 } |
213 .menu ul li { | |
214 margin: 0.4em; | |
215 } | |
216 .menu ul li ul { | |
217 font-size: 90%; | |
218 font-weight: normal; | |
1124 | 219 list-style-type: circle; |
1122 | 220 } |
221 | |
222 /* reference_command_line.html */ | |
223 .command_line_options p { | |
224 margin: 0.1em; | |
225 } | |
226 .remote_commands p { | |
227 margin: 0.1em; | |
228 } | |
1095 | 229 |
1119 | 230 /* reference_management.html */ |
231 .file_locations_subtitle { | |
232 font-weight: bold; | |
233 background-color: white; | |
234 text-align: center; | |
235 } | |
1122 | 236 .file_locations p { |
237 margin: 0.1em; | |
238 } | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
239 |
1165 | 240 /* Keyboard key style */ |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
241 .key { |
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
242 border:0.2em solid; |
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
243 border-color:#ddd #bbb #bbb #ddd; |
1165 | 244 background:#f2f2f2; |
245 padding:0em 0.4em; | |
246 margin: 0; | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
247 font-size:0.8em; |
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
248 white-space:nowrap; |
1166 | 249 font-weight:normal; |
250 font-style:normal; | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1157
diff
changeset
|
251 } |