| | |
| | | padding: 0; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | font-size: larger; |
| | | font-family: 'Roboto Condensed'; |
| | | } |
| | | body { |
| | | min-height: 0; /* Anmerkung 1 */ |
| | |
| | | flex-flow: row; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | min-height: 0; /* Anmerkung 1 */ |
| | | background-color: #ededed; |
| | | } |
| | | .nord { |
| | | background-color: lightgray; |
| | | background-color: black; |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 2.5em; |
| | | align-items: center; |
| | | } |
| | | .sued { |
| | | background-color: lightgray; |
| | |
| | | .west { |
| | | flex-grow: 0; |
| | | flex-shrink: 0; |
| | | flex-basis: 10em; |
| | | background-color: antiquewhite; |
| | | flex-basis: 4em; |
| | | background-color: white; |
| | | transition: all 0.3s ease-in; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | } |
| | | .ost { |
| | | flex-grow: 0; |
| | | flex-shrink: 0; |
| | | flex-basis: 10em; |
| | | flex-basis: 6em; |
| | | background-color: antiquewhite; |
| | | } |
| | | .zentrum { |
| | |
| | | height: 100%; |
| | | overflow: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | padding: 0.5em; |
| | | } |
| | | |
| | | /* |
| | |
| | | 2.) height 100% fuer html, body und inhalt sorgt dafuer, dass sich alles |
| | | immer ueber das gesamte Browserfenster ausdehnt. |
| | | */ |
| | | |
| | | .app-titel { |
| | | margin-left: 0.6em; |
| | | color: white; |
| | | } |