diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 03:11:48 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 03:11:48 +0200 |
| commit | d7942d05bc1d206319dd0d79cdd064083b707d4b (patch) | |
| tree | b7617078413f2048f8a8d0693c73dc8c6b1ff9c8 | |
| parent | 82787cd660c462a056fb96cabf50ea276c6c1424 (diff) | |
make background black and properly style unsicher div
| -rw-r--r-- | style.css | 18 |
1 files changed, 7 insertions, 11 deletions
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | body { | 33 | body { |
| 34 | font-family: 'SourceSansPro', sans-serif; | 34 | font-family: 'SourceSansPro', sans-serif; |
| 35 | background-color: #F1F2E3; | 35 | background-color: black; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | html, body { | 38 | html, body { |
| @@ -99,14 +99,8 @@ h2 { | |||
| 99 | font-weight: 300; | 99 | font-weight: 300; |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | #unsicher { | ||
| 103 | padding: 0; | ||
| 104 | } | ||
| 105 | #wrapper.stepcancel #unsicher { | ||
| 106 | padding: auto; | ||
| 107 | } | ||
| 108 | |||
| 109 | .juice, | 102 | .juice, |
| 103 | #unsicher, | ||
| 110 | #wrapper.stepcancel h2 { | 104 | #wrapper.stepcancel h2 { |
| 111 | overflow: hidden; | 105 | overflow: hidden; |
| 112 | max-height: 0px; | 106 | max-height: 0px; |
| @@ -179,6 +173,7 @@ h2 { | |||
| 179 | 173 | ||
| 180 | #unsicher { | 174 | #unsicher { |
| 181 | background-color: #B77662; | 175 | background-color: #B77662; |
| 176 | padding: 0; | ||
| 182 | } | 177 | } |
| 183 | 178 | ||
| 184 | .collapsable { | 179 | .collapsable { |
| @@ -190,7 +185,7 @@ h2 { | |||
| 190 | margin-right: 0; | 185 | margin-right: 0; |
| 191 | } | 186 | } |
| 192 | 187 | ||
| 193 | .block-step2, .block-step3, .block-step4, .block-step5, .block-step6, .block-step7 { | 188 | .block-step2, .block-step3, .block-step4, .block-step5, .block-step6, .block-step7, #unsicher { |
| 194 | box-shadow: inset 0px 8px 6px -5px rgba(0, 0, 0, 0.5); | 189 | box-shadow: inset 0px 8px 6px -5px rgba(0, 0, 0, 0.5); |
| 195 | } | 190 | } |
| 196 | 191 | ||
| @@ -410,6 +405,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
| 410 | } | 405 | } |
| 411 | 406 | ||
| 412 | #wrapper.stepcancel .block-stepcancel .juice, | 407 | #wrapper.stepcancel .block-stepcancel .juice, |
| 408 | #wrapper.stepcancel #unsicher, | ||
| 413 | #wrapper.step1 .block-step1 .juice { | 409 | #wrapper.step1 .block-step1 .juice { |
| 414 | max-height: 450px; | 410 | max-height: 450px; |
| 415 | } | 411 | } |
| @@ -435,7 +431,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
| 435 | } | 431 | } |
| 436 | 432 | ||
| 437 | #wrapper.step7 .block-step7 .juice { | 433 | #wrapper.step7 .block-step7 .juice { |
| 438 | max-height: 450px; | 434 | max-height: 650px; |
| 439 | } | 435 | } |
| 440 | 436 | ||
| 441 | /* On older phones our blocks need to accomodate | 437 | /* On older phones our blocks need to accomodate |
| @@ -467,7 +463,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
| 467 | } | 463 | } |
| 468 | 464 | ||
| 469 | #wrapper.step7 .block-step7 .juice { | 465 | #wrapper.step7 .block-step7 .juice { |
| 470 | max-height: 450px; | 466 | max-height: 650px; |
| 471 | } | 467 | } |
| 472 | 468 | ||
| 473 | } | 469 | } |
