From 78575f7df0e7f3d8132e48bc3dec5726ddc2f207 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Aug 2016 16:32:55 +0200 Subject: Add impressum to the footer --- style.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 12 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8a14966..8570410 100644 --- a/style.css +++ b/style.css @@ -468,13 +468,16 @@ select.zeit { .footer .partner a:link, .footer .implementor a:link, -.footer .imprint a:link, .footer .partner a:visited, .footer .implementor a:visited, -.footer .imprint a:visited { +.footer .imprint span { border-bottom: dotted 1px rgba(0,0,0,0.25); } +.footer .imprint { + cursor: pointer; +} + .credit { display: inline-block; vertical-align: top; @@ -524,31 +527,62 @@ select.zeit { width: 100px; } +.scrollcontainer { + width: 200%; +} + .impressum { - width: 100%; - float: left; - display: inline; + float: right; + width: 50%; + height: 260px; position: relative; transition: left 2s; top: 0; - left: 100%; + left: 0%; +} + +.impressum p { + margin: 0 0 .1em 0; } .footer.show-imprint .impressum { - left: 0%; + left: -50%; + top: 0; } .credits { - width: 100%; + width: 50%; float: left; - display: inline; position: relative; + overflow: hidden; left: 0; transition: max-width 2s, left 2s, width 2s; } .footer.show-imprint .credits { - left: -100%; - width: 0; - max-width: 0; + left: -50%; +} + +.visdp, +.datenschutz { + vertical-align: top; + display: inline-block; + width: 250px; + margin-top: 2em; +} + +.back { + background-color: #8E99A0; + display: inline-block; + float: none; + color: #F1F2E3; + line-height: 1.4em; + width: 40px; + height: 40px; + cursor: pointer; + margin-top: 65px; +} + +.back:hover { + background-color: black; } -- cgit v1.2.3