annotate doc/style.css @ 1124:697b0761c30d

Let subsection menus match index style.
author zas_
date Mon, 10 Nov 2008 21:33:38 +0000
parents aeb8360c2e2c
children e09f504d7f11
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
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
12 table {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
13 page-break-before: always;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
14 }
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
15
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
16 a:hover {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
17 background-color: white;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
18 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
19
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
20 a.bottomnote {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
21 text-decoration: none;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
22 color: black;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
23 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
24
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
25 .option_name {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
26 font-variant: small-caps;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
27 font-size: 90%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
28 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
29 }
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
30
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
31 dt {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
32 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
33 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
34
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
35 /* Previous + Next */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
36 p.previous {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
37 text-align: left;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
38 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
39 p.navtop_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
40 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
41 font-weight:bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
42 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
43 p.navbottom_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
44 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
45 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
46
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
47 p.next {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
48 text-align: right;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
49 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
50
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
51 div.navtop {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
52 text-align: center;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
53 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
54
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
55 div.navbottom {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
56 text-align: center;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
57 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
58
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
59 /* Headings */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
60 h1 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
61 margin-top: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
62 margin-bottom: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
63 color: #820303;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
64 background: #effefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
65 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
66
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
67 h2 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
68 margin-top: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
69 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
70 color: #5A0202;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
71 background: #f6fefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
72 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
73
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
74 h3 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
75 margin-top: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
76 margin-bottom: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
77 color: #270101;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
78 background: #f8fefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
79 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
80
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
81 hr#bottomseparator {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
82 margin-top: 6em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
83 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
84
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
85 div.bottomspacer {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
86 margin-bottom: 5em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
87 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
88
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
89 div.footer {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
90 text-align: right;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
91 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
92
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
93 /* menu descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
94 dl.menu_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
95 margin-left: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
96 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
97 .menu_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
98 font-weight: bold;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
99 padding-top: 0.3em;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
100 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
101 .menu_desc dd {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
102 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
103
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
104 /* dialog descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
105 dl.dialog_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
106 margin-left: 2em;
1120
86f281d6bac9 Minor cleanup.
zas_
parents: 1119
diff changeset
107 margin-bottom: 1em;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
108 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
109 .dialog_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
110 display: inline;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
111 padding-left: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
112 padding-right: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
113 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
114 margin-top: 0.3em;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
115 border: 1px solid white;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
116 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
117 .dialog_desc dd {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
118 margin-bottom: 0.7em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
119 }
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
120 .dialog_desc dd dl {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
121 font-size: 90%;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
122 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
123 }
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
124
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
125 thead {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
126 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
127 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
128
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
129 p.note {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
130 font-style: italic;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
131 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
132 .note em {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
133 font-weight: bold;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
134 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
135
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
136 p.bottomnote {
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
137 margin-top: 5em;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
138 font-style: italic;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
139 font-size: 90%;
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
140 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
141 .bottomnote em {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
142 font-weight: bold;
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
143 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
144
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
145 span.note_label {
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
146 font-weight: bold;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
147 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
148
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
149 code {
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
150 margin-left: 0.3em;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
151 padding: 0.1em;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
152 background: white;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
153 }
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1106
diff changeset
154
1124
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
155 .submenu li {
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
156 margin: 0.4em;
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
157 list-style-type: circle;
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
158 }
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
159
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
160 /* collections.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
161 div.collections-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
162 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
163 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
164 .collections-shortcuts p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
165 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
166 }
1095
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 /* image_presentation_fullscreen.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
169 div.fullscreen-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
170 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
171 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
172 div.fullscreen-functions {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
173 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
174 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
175
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
176 /* image_search_finding_duplicates.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
177 div.find-duplicates-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
178 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
179 }
1123
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
180 .find-duplicates-shortcuts p {
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
181 margin: 0.1em;
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
182 }
1095
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 /* image_search_search.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
185 div.search-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
186 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
187 }
1123
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
188 .search-shortcuts p {
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
189 margin: 0.1em;
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
190 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
191
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
192 /* index.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
193 .menu ul {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
194 font-size: 110%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
195 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
196 margin: 1em;
1124
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
197 list-style-type: disc;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
198 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
199 .menu ul li {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
200 margin: 0.4em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
201 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
202 .menu ul li ul {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
203 font-size: 90%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
204 font-weight: normal;
1124
697b0761c30d Let subsection menus match index style.
zas_
parents: 1123
diff changeset
205 list-style-type: circle;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
206 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
207
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
208 /* reference_command_line.html */
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
209 .command_line_options p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
210 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
211 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
212 .remote_commands p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
213 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
214 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
215
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
216 /* reference_keyboard_shortcuts.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
217 div.keyboard-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
218 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
219 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
220 .keyboard-shortcuts p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
221 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
222 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
223 td.keyboard-shortcuts-separator {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
224 background-color: white;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
225 font-size: 110%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
226 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
227 .keyboard-shortcuts td+td+td {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
228 text-align: left;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
229 }
1119
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
230
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
231 /* reference_management.html */
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
232 .file_locations_subtitle {
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
233 font-weight: bold;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
234 background-color: white;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
235 text-align: center;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
236 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
237 .file_locations p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
238 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
239 }
1119
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
240