From bfee925542dd9f26eaf6c510f5d512d4550f6540 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 10 Aug 2016 23:00:00 +0200 Subject: Style bekannte kanzleien button --- style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 13b9cf0..cb1993c 100644 --- a/style.css +++ b/style.css @@ -156,7 +156,7 @@ h2 { } .footer { - box-shadow: -3px 0px 3px 6px rgba(50, 50, 50, 0.75); + box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); } .two-buttons, @@ -179,6 +179,20 @@ h2 { cursor: pointer; } +.button-small { + background-color: white; + color: black; + font-weight: normal; + font-size: 13pt; + display: inline-block; + border-radius: 4px; + padding: 0.1em 0.3em 0.1em 0.3em; + margin: 0 0.4em 1em 0; + cursor: pointer; + transition-duration: 0.2s; + box-shadow: 0px 7px 3px 0px rgba(50, 50, 50, 0.75); +} + .one-button a:link, .one-button a:visited, .one-button a { @@ -202,6 +216,11 @@ h2 { background-color: #E646D3; } +.button-small:hover { + /* background-color: #F1F2E3; */ + background-color: #D0B66B; +} + .one-button .button-green { margin-right: auto; margin-left: auto; -- cgit v1.2.3