summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-10 23:00:00 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-10 23:00:00 +0200
commitbfee925542dd9f26eaf6c510f5d512d4550f6540 (patch)
treeadb80e17eba10eda7a59a9a0a1903aeb58768597 /style.css
parentadb086ab57605c8a5de7cc0310f4d8759d8eb84c (diff)
Style bekannte kanzleien button
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/style.css b/style.css
index 13b9cf0..cb1993c 100644
--- a/style.css
+++ b/style.css
@@ -156,7 +156,7 @@ h2 {
156} 156}
157 157
158.footer { 158.footer {
159 box-shadow: -3px 0px 3px 6px rgba(50, 50, 50, 0.75); 159 box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75);
160} 160}
161 161
162.two-buttons, 162.two-buttons,
@@ -179,6 +179,20 @@ h2 {
179 cursor: pointer; 179 cursor: pointer;
180} 180}
181 181
182.button-small {
183 background-color: white;
184 color: black;
185 font-weight: normal;
186 font-size: 13pt;
187 display: inline-block;
188 border-radius: 4px;
189 padding: 0.1em 0.3em 0.1em 0.3em;
190 margin: 0 0.4em 1em 0;
191 cursor: pointer;
192 transition-duration: 0.2s;
193 box-shadow: 0px 7px 3px 0px rgba(50, 50, 50, 0.75);
194}
195
182.one-button a:link, 196.one-button a:link,
183.one-button a:visited, 197.one-button a:visited,
184.one-button a { 198.one-button a {
@@ -202,6 +216,11 @@ h2 {
202 background-color: #E646D3; 216 background-color: #E646D3;
203} 217}
204 218
219.button-small:hover {
220 /* background-color: #F1F2E3; */
221 background-color: #D0B66B;
222}
223
205.one-button .button-green { 224.one-button .button-green {
206 margin-right: auto; 225 margin-right: auto;
207 margin-left: auto; 226 margin-left: auto;