Zeile 26: |
Zeile 26: |
| .spalte-1-1 { | | .spalte-1-1 { |
| width: 100%; | | width: 100%; |
− | margin: 0 0 1em 0; | + | margin: 0 0 1.5em 0; |
| overflow: auto; | | overflow: auto; |
| clear: both; | | clear: both; |
Zeile 33: |
Zeile 33: |
| .spalte-1-2 { | | .spalte-1-2 { |
| width: 100%; | | width: 100%; |
− | margin: 0 0 1em 0; | + | margin: 0 0 1.5em 0; |
| overflow: auto; | | overflow: auto; |
| clear: both; | | clear: both; |
Zeile 69: |
Zeile 69: |
| | | |
| .box-grau { | | .box-grau { |
− | border: #8898bf thin solid; | + | background-color: #f6f6f6; |
| + | border: #d9dcdf 1px solid; |
| + | border-radius: 2px; |
| } | | } |
| | | |
| .box-grau .box-header { | | .box-grau .box-header { |
− | background-color: #d3d7de; | + | background-color: #d9dcdf; |
− | border-bottom: #8898bf thin solid;
| |
| } | | } |
| | | |
− | .box-gruen { | + | .box-blau { |
− | border: #158e59 thin solid; | + | background-color: #f1f6fb; |
| + | border: #cedfef 1px solid; |
| + | border-radius: 2px; |
| } | | } |
| | | |
− | .box-gruen .box-header { | + | .box-blau .box-header { |
− | color: #158e59;
| + | background-color: #cedfef; |
− | background-color: #8bddc2; | |
− | border-bottom: #158e59 thin solid;
| |
− | }
| |
− | | |
− | .box-gruen .box-content {
| |
− | background-image: url(static/medien/bg-check.png);
| |
− | background-size: 200px 200px;
| |
− | background-position: center top;
| |
− | background-repeat: no-repeat;
| |
− | }
| |
− | | |
− | .box-rot {
| |
− | border: #972621 thin solid;
| |
− | }
| |
− | | |
− | .box-rot .box-header {
| |
− | color: #972621;
| |
− | background-color: #dd938b;
| |
− | border-bottom: #972621 thin solid;
| |
− | }
| |
− | | |
− | .box-rot .box-content {
| |
− | background-image: url(static/medien/bg-no.png);
| |
− | background-size: 200px 200px;
| |
− | background-position: center top;
| |
− | background-repeat: no-repeat;
| |
| } | | } |
| | | |
− | .box-blau { | + | .box-orange { |
− | border: #8898bf thin solid; | + | background-color: #fef3e5; |
| + | border: #fbdaac 1px solid; |
| + | border-radius: 2px; |
| } | | } |
| | | |
− | .box-blau .box-header { | + | .box-orange .box-header { |
− | background-color: #d8e8ff; | + | background-color: #fbdaac; |
− | border-bottom: #8898bf thin solid;
| |
| } | | } |
| | | |