From 403f2ffa55f68f4b6c4dfa6cb168227b24cb501c Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Fri, 30 Mar 2018 12:10:39 +0000 Subject: [PATCH] Vorlage fertig und dokumentiert --- app.css | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/app.css b/app.css index ba13848..aab1ed3 100644 --- a/app.css +++ b/app.css @@ -3,6 +3,7 @@ padding: 0; height: 100%; /* Anmerkung 2 */ font-size: larger; + font-family: 'Roboto Condensed'; } body { min-height: 0; /* Anmerkung 1 */ @@ -14,9 +15,14 @@ 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; @@ -24,13 +30,16 @@ .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 { @@ -38,6 +47,7 @@ height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; + padding: 0.5em; } /* @@ -47,3 +57,8 @@ 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; +} -- Gitblit v1.9.3