diff options
| -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 { |
