From 308bdff88182f3815468705f7c87188367d77884 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Aug 2016 00:06:22 +0200 Subject: And style the new footer --- style.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 856ba37..32e0b37 100644 --- a/style.css +++ b/style.css @@ -189,10 +189,6 @@ h2 { box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75); } -.footer { - /* box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); */ -} - .two-buttons, .one-button { height: 4em; @@ -296,6 +292,19 @@ ul { .footer a:link, .footer a:visited { color: #8E99A0; + text-decoration: none; +} + +.footer p a:link, +.footer p a:visited { + border-bottom: dotted 1px rgba(255,255,255,0.25); +} + +.juice a:link, +.juice a:visited { + color: black; + text-decoration: none; + border-bottom: dotted 1px rgba(0,0,0,0.25); } .clear { @@ -408,7 +417,7 @@ input[type=checkbox]:not(old):checked + label > span:before { #wrapper.stepcancel .block-stepcancel .juice, #wrapper.step1 .block-step1 .juice { - max-height: 350px; + max-height: 450px; } #wrapper.step2 .block-step2 .juice { -- cgit v1.2.3