diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 02:57:40 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 02:57:40 +0200 |
commit | 82787cd660c462a056fb96cabf50ea276c6c1424 (patch) | |
tree | e2a9250f554cb5b8fe22fe404f0fb74362df812a | |
parent | 489abc7c5f30477904e3bbe0f4b51a6bbfbf1f1e (diff) |
Re-style footer and links
-rw-r--r-- | style.css | 42 |
1 files changed, 20 insertions, 22 deletions
@@ -47,7 +47,7 @@ html { | |||
47 | min-height: 100%; | 47 | min-height: 100%; |
48 | height: auto !important; | 48 | height: auto !important; |
49 | height: 100%; | 49 | height: 100%; |
50 | margin: 0 auto -250px; | 50 | margin: 0 auto -200px; |
51 | } | 51 | } |
52 | 52 | ||
53 | h1 { | 53 | h1 { |
@@ -274,21 +274,19 @@ ul { | |||
274 | } | 274 | } |
275 | 275 | ||
276 | .footer { | 276 | .footer { |
277 | /* background-color: #42425A; */ | ||
278 | background-color: #F1F2E3; | 277 | background-color: #F1F2E3; |
279 | box-shadow: inset 0px 12px 6px -6px rgba(0, 0, 0, 0.5); | 278 | box-shadow: inset 0px 12px 6px -6px rgba(0, 0, 0, 0.5); |
280 | color: #8E99A0; | 279 | color: #8E99A0; |
281 | font-size: 13pt; | 280 | font-size: 13pt; |
282 | font-weight: 300; | 281 | font-weight: 300; |
283 | margin-left: 0; | 282 | margin: 0; |
284 | margin-right: 0; | 283 | padding: 72px 0 0 0; |
285 | padding: 0.2em 0 0 0; | ||
286 | text-align: center; | 284 | text-align: center; |
287 | width: 100%; | 285 | width: 100%; |
288 | } | 286 | } |
289 | 287 | ||
290 | .footer, .push { | 288 | .footer, .push { |
291 | height: 250px; | 289 | height: 200px; |
292 | } | 290 | } |
293 | 291 | ||
294 | .footer p { | 292 | .footer p { |
@@ -296,27 +294,20 @@ ul { | |||
296 | margin-top: 0px; | 294 | margin-top: 0px; |
297 | } | 295 | } |
298 | 296 | ||
299 | .footer a:link, | 297 | p a:link, |
300 | .footer a:visited { | 298 | p a:visited { |
301 | color: #8E99A0; | ||
302 | text-decoration: none; | 299 | text-decoration: none; |
300 | border-bottom: dotted 1px rgba(0,0,0,0.25); | ||
303 | } | 301 | } |
304 | 302 | ||
305 | .footer p a:link, | 303 | .footer a:link, |
306 | .footer p a:visited { | 304 | .footer a:visited { |
307 | border-bottom: dotted 1px rgba(255,255,255,0.25); | 305 | color: #8E99A0; |
308 | } | 306 | } |
309 | 307 | ||
310 | .juice a:link, | 308 | .juice a:link, |
311 | .juice a:visited { | 309 | .juice a:visited { |
312 | color: black; | 310 | color: black; |
313 | text-decoration: none; | ||
314 | border-bottom: dotted 1px rgba(0,0,0,0.25); | ||
315 | } | ||
316 | |||
317 | .clear { | ||
318 | clear: both; | ||
319 | width: 100%; | ||
320 | } | 311 | } |
321 | 312 | ||
322 | #wrapper.step3 .block-step2 .circle_num, | 313 | #wrapper.step3 .block-step2 .circle_num, |
@@ -482,7 +473,10 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
482 | } | 473 | } |
483 | 474 | ||
484 | .credits { | 475 | .credits { |
485 | margin: 22px auto 0 auto; | 476 | min-width: 480px; |
477 | width: 50%; | ||
478 | max-width: 640px; | ||
479 | margin: 0 auto 72px auto; | ||
486 | } | 480 | } |
487 | 481 | ||
488 | .partner img { | 482 | .partner img { |
@@ -491,9 +485,13 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
491 | 485 | ||
492 | .partner { | 486 | .partner { |
493 | display: inline-block; | 487 | display: inline-block; |
494 | margin: 1em 0em 2em 0; | 488 | font-size: 10pt; |
495 | } | 489 | } |
496 | 490 | ||
497 | .partner.ccc, .partner.freifunk { | 491 | .partner.ccc, .partner.freifunk { |
498 | margin-right: 10%; | 492 | margin-right: 3%; |
493 | } | ||
494 | |||
495 | .partner.ccc img { | ||
496 | vertical-align: top; | ||
499 | } | 497 | } |