diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 00:06:22 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 00:06:22 +0200 |
commit | 308bdff88182f3815468705f7c87188367d77884 (patch) | |
tree | de2ed1752fa49cdd76ed8f7ae59e69cb53c23728 | |
parent | 8694403bc932332e215899d522de477342a32833 (diff) |
And style the new footer
-rw-r--r-- | style.css | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -189,10 +189,6 @@ h2 { | |||
189 | box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75); | 189 | box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75); |
190 | } | 190 | } |
191 | 191 | ||
192 | .footer { | ||
193 | /* box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); */ | ||
194 | } | ||
195 | |||
196 | .two-buttons, | 192 | .two-buttons, |
197 | .one-button { | 193 | .one-button { |
198 | height: 4em; | 194 | height: 4em; |
@@ -296,6 +292,19 @@ ul { | |||
296 | .footer a:link, | 292 | .footer a:link, |
297 | .footer a:visited { | 293 | .footer a:visited { |
298 | color: #8E99A0; | 294 | color: #8E99A0; |
295 | text-decoration: none; | ||
296 | } | ||
297 | |||
298 | .footer p a:link, | ||
299 | .footer p a:visited { | ||
300 | border-bottom: dotted 1px rgba(255,255,255,0.25); | ||
301 | } | ||
302 | |||
303 | .juice a:link, | ||
304 | .juice a:visited { | ||
305 | color: black; | ||
306 | text-decoration: none; | ||
307 | border-bottom: dotted 1px rgba(0,0,0,0.25); | ||
299 | } | 308 | } |
300 | 309 | ||
301 | .clear { | 310 | .clear { |
@@ -408,7 +417,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
408 | 417 | ||
409 | #wrapper.stepcancel .block-stepcancel .juice, | 418 | #wrapper.stepcancel .block-stepcancel .juice, |
410 | #wrapper.step1 .block-step1 .juice { | 419 | #wrapper.step1 .block-step1 .juice { |
411 | max-height: 350px; | 420 | max-height: 450px; |
412 | } | 421 | } |
413 | 422 | ||
414 | #wrapper.step2 .block-step2 .juice { | 423 | #wrapper.step2 .block-step2 .juice { |