summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 23:02:07 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 23:02:07 +0200
commit7693b73ebdb58f7ca1343b2e1e00d4dd17e4ee15 (patch)
tree023eb97ecc77d80820c7fdb2f404e8d8ffbd8fda /style.css
parent8b29bd3e43448b265a387a215d2f4e9155843d8b (diff)
Simplify views
Diffstat (limited to 'style.css')
-rw-r--r--style.css33
1 files changed, 5 insertions, 28 deletions
diff --git a/style.css b/style.css
index 8aa0059..f657ccd 100644
--- a/style.css
+++ b/style.css
@@ -101,16 +101,13 @@ h2 {
101 font-weight: 300; 101 font-weight: 300;
102} 102}
103 103
104#unsicher, 104#unsicher {
105.collapsable.block-step8 {
106 padding: 0; 105 padding: 0;
107} 106}
108#wrapper.stepcancel #unsicher, 107#wrapper.stepcancel #unsicher {
109#wrapper-step8 .block-step8 {
110 padding: auto; 108 padding: auto;
111} 109}
112 110
113.block-step8,
114.juice, 111.juice,
115#wrapper.stepcancel h2 { 112#wrapper.stepcancel h2 {
116 overflow: hidden; 113 overflow: hidden;
@@ -121,8 +118,7 @@ h2 {
121 transition-delay: 0s; 118 transition-delay: 0s;
122} 119}
123 120
124.block-step1, 121.block-step1 {
125.block-step8 , .block-step8 h2 {
126 background-color: #F1F2E3; 122 background-color: #F1F2E3;
127 color: black !important; 123 color: black !important;
128} 124}
@@ -188,7 +184,7 @@ h2 {
188 margin-right: 0; 184 margin-right: 0;
189} 185}
190 186
191.block-step2, .block-step3, .block-step4, .block-step5, .block-step6, .block-step7, .block-step8 { 187.block-step2, .block-step3, .block-step4, .block-step5, .block-step6, .block-step7 {
192 box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75); 188 box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);
193} 189}
194 190
@@ -316,22 +312,16 @@ ul {
316#wrapper.step5 .block-step2 .done, 312#wrapper.step5 .block-step2 .done,
317#wrapper.step6 .block-step2 .done, 313#wrapper.step6 .block-step2 .done,
318#wrapper.step7 .block-step2 .done, 314#wrapper.step7 .block-step2 .done,
319#wrapper.step8 .block-step2 .done,
320#wrapper.step4 .block-step3 .done, 315#wrapper.step4 .block-step3 .done,
321#wrapper.step5 .block-step3 .done, 316#wrapper.step5 .block-step3 .done,
322#wrapper.step6 .block-step3 .done, 317#wrapper.step6 .block-step3 .done,
323#wrapper.step7 .block-step3 .done, 318#wrapper.step7 .block-step3 .done,
324#wrapper.step8 .block-step3 .done,
325#wrapper.step5 .block-step4 .done, 319#wrapper.step5 .block-step4 .done,
326#wrapper.step6 .block-step4 .done, 320#wrapper.step6 .block-step4 .done,
327#wrapper.step7 .block-step4 .done, 321#wrapper.step7 .block-step4 .done,
328#wrapper.step8 .block-step4 .done,
329#wrapper.step6 .block-step5 .done, 322#wrapper.step6 .block-step5 .done,
330#wrapper.step7 .block-step5 .done, 323#wrapper.step7 .block-step5 .done,
331#wrapper.step8 .block-step5 .done, 324#wrapper.step7 .block-step6 .done {
332#wrapper.step7 .block-step6 .done,
333#wrapper.step8 .block-step6 .done,
334#wrapper.step8 .block-step7 .done {
335 visibility: visible; 325 visibility: visible;
336} 326}
337 327
@@ -443,12 +433,6 @@ input[type=checkbox]:not(old):checked + label > span:before {
443 max-height: 450px; 433 max-height: 450px;
444} 434}
445 435
446#wrapper.step8 .block-step8 .juice,
447#wrapper.step8 .block-step8
448{
449 max-height: 450px;
450}
451
452/* On older phones our blocks need to accomodate 436/* On older phones our blocks need to accomodate
453 for zoomed fonts */ 437 for zoomed fonts */
454@media only screen and (max-device-width: 480px) { 438@media only screen and (max-device-width: 480px) {
@@ -481,13 +465,6 @@ input[type=checkbox]:not(old):checked + label > span:before {
481 max-height: 450px; 465 max-height: 450px;
482} 466}
483 467
484#wrapper.step8 .block-step8 .juice,
485#wrapper.step8 .block-step8
486{
487 max-height: 450px;
488}
489
490
491} 468}
492 469
493.credits { 470.credits {