diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/css/common.css b/css/common.css index cef8a39..1156808 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -24,8 +24,8 @@ body { | |||
24 | left: 0; | 24 | left: 0; |
25 | right: 0; | 25 | right: 0; |
26 | min-height: 100%; | 26 | min-height: 100%; |
27 | padding-left: 12px; | 27 | padding-left: 1em; |
28 | padding-right: 12px; | 28 | padding-right: 1em; |
29 | } | 29 | } |
30 | header { | 30 | header { |
31 | max-width: 39em; | 31 | max-width: 39em; |
@@ -158,6 +158,17 @@ img { | |||
158 | margin: auto; | 158 | margin: auto; |
159 | } | 159 | } |
160 | /* images }}} */ | 160 | /* images }}} */ |
161 | /* HEADER-EXTRA {{{ */ | ||
162 | .header-extra { | ||
163 | text-align: right; | ||
164 | } | ||
165 | .dedication,.epigraph { | ||
166 | vertical-align: bottom; | ||
167 | display: inline-block; | ||
168 | margin-left: 2%; | ||
169 | margin-right: 2%; | ||
170 | width: 45%; | ||
171 | } | ||
161 | /* DEDICATION {{{ */ | 172 | /* DEDICATION {{{ */ |
162 | .dedication { | 173 | .dedication { |
163 | font-style: italic; | 174 | font-style: italic; |
@@ -172,16 +183,6 @@ img { | |||
172 | text-align: right; | 183 | text-align: right; |
173 | } | 184 | } |
174 | /* dedication }}} */ | 185 | /* dedication }}} */ |
175 | .header-extra { | ||
176 | text-align: right; | ||
177 | } | ||
178 | .dedication,.epigraph { | ||
179 | vertical-align: bottom; | ||
180 | display: inline-block; | ||
181 | margin-left: 2%; | ||
182 | margin-right: 2%; | ||
183 | width: 45%; | ||
184 | } | ||
185 | /* EPIGRAPH {{{ */ | 186 | /* EPIGRAPH {{{ */ |
186 | .epigraph { | 187 | .epigraph { |
187 | text-align: right; | 188 | text-align: right; |
@@ -202,6 +203,7 @@ img { | |||
202 | content: '– '; | 203 | content: '– '; |
203 | } | 204 | } |
204 | /* epigraph }}} */ | 205 | /* epigraph }}} */ |
206 | /* header-extra }}} */ | ||
205 | /* NAV {{{ */ | 207 | /* NAV {{{ */ |
206 | nav a:link { border-bottom: none; } | 208 | nav a:link { border-bottom: none; } |
207 | nav a:active { border: none; } | 209 | nav a:active { border: none; } |