diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 00:29:23 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 00:29:23 +0200 |
commit | b12a29c3bdd5e859778204847dc4cf52e0e674b1 (patch) | |
tree | b704c366c10daaac61379222dd6f445a772737b2 | |
parent | 308bdff88182f3815468705f7c87188367d77884 (diff) |
Umbrella
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 16 |
2 files changed, 14 insertions, 4 deletions
@@ -12,7 +12,7 @@ | |||
12 | <div id="wrapper" class="step1"> | 12 | <div id="wrapper" class="step1"> |
13 | <div class="collapsable block-step1"> | 13 | <div class="collapsable block-step1"> |
14 | <div onclick="step0_done()" class="block-header"> | 14 | <div onclick="step0_done()" class="block-header"> |
15 | <h1 id="head1">Abmahnbeantworter</h1> | 15 | <h1 id="head1"><div class="circle_num">☂</div> Abmahnbeantworter</h1> |
16 | </div> | 16 | </div> |
17 | <div class="juice"> | 17 | <div class="juice"> |
18 | <p>Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?</p> | 18 | <p>Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?</p> |
@@ -123,6 +123,17 @@ h2 { | |||
123 | color: black !important; | 123 | color: black !important; |
124 | } | 124 | } |
125 | 125 | ||
126 | .block-step1 .circle_num { | ||
127 | background-color: #403040; | ||
128 | width: 40px; | ||
129 | height: 40px; | ||
130 | color: #F1F2E3; | ||
131 | font-size: 21pt; | ||
132 | margin-top: 0.2em; | ||
133 | line-height: 1.5em; | ||
134 | } | ||
135 | |||
136 | |||
126 | .block-step2 { | 137 | .block-step2 { |
127 | background-color: #403040; | 138 | background-color: #403040; |
128 | } | 139 | } |
@@ -479,8 +490,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
479 | } | 490 | } |
480 | 491 | ||
481 | .credits { | 492 | .credits { |
482 | margin-left: auto; | 493 | margin: 22px auto 0 auto; |
483 | margin-right: auto; | ||
484 | } | 494 | } |
485 | 495 | ||
486 | .partner img { | 496 | .partner img { |
@@ -489,7 +499,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
489 | 499 | ||
490 | .partner { | 500 | .partner { |
491 | display: inline-block; | 501 | display: inline-block; |
492 | margin: 1em 0em 1em 0; | 502 | margin: 1em 0em 2em 0; |
493 | } | 503 | } |
494 | 504 | ||
495 | .partner.ccc, .partner.freifunk { | 505 | .partner.ccc, .partner.freifunk { |