diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/assets/style.css b/assets/style.css index 55262b9..66c4167 100644 --- a/assets/style.css +++ b/assets/style.css @@ -22,6 +22,7 @@ body { h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif; color: #444; + border-bottom: 1pt solid #eee; /* this might need rethinking but looks good for navigation border-left: 1rem solid; border-color: #aaa; @@ -62,6 +63,7 @@ h6 { .layout-topbar { height: 8rem; + margin-bottom: 3rem; background: linear-gradient(to bottom, #fafafa, #fafafa 66%, #eeeeee); display: flex; } @@ -93,21 +95,28 @@ h6 { } .topbar-text { - align-self: flex-end; - padding: 2rem; padding-bottom: 1rem; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; line-height: 1.2; color: #777; + display:flex; } .header-title { - font-size: 250%; + align-self: flex-end; + font-size: 300%; + margin-left: 1em; } .header-subtitle { - font-size: 150%; + align-self: flex-end; + font-size: 120%; + max-width: 8em; + margin-left: .5em; + padding-left: .5em; + margin-bottom: 0.3em; + border-left: 1pt solid #777; } .topbar-unilu { @@ -133,8 +142,9 @@ h6 { width: 980px; } -.footer-box { +.layout-footer { height: 10rem; + margin-top: 5rem; background-color: #aaa; box-shadow: inset 10rem -10rem 10rem 0px #fff, @@ -144,8 +154,8 @@ h6 { .footer-r3 { align-self: center; - height: 2rem; - width: 2rem; + height: 3rem; + width: 3rem; background-image: url('static/r3.svg'); background-size: contain; background-repeat: no-repeat; @@ -154,8 +164,8 @@ h6 { .footer-lcsb { align-self: center; margin-left: 1rem; - height: 2rem; - width: 2rem; + height: 3rem; + width: 3rem; background-image: url('static/lcsb.svg'); background-size: contain; background-repeat: no-repeat; |
