diff options
| author | horus_arch | 2016-11-30 18:37:56 +0100 |
|---|---|---|
| committer | horus_arch | 2016-11-30 18:37:56 +0100 |
| commit | 5e8053d9ee0535f72b452cce18d581c29a435656 (patch) | |
| tree | a3857f818620169f7d566873a9f4b7aa233ddce2 /static/custom.css | |
| parent | dbe08e91f1f931d9943b17748729aa0f03b3a003 (diff) | |
| download | iamfabulous.de-5e8053d9ee0535f72b452cce18d581c29a435656.tar.gz | |
Adds captcha to the contact form.
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/static/custom.css b/static/custom.css index 807ab55..5dbbc64 100644 --- a/static/custom.css +++ b/static/custom.css @@ -100,6 +100,15 @@ a:hover { .margin-top-small { margin-top: 10px; } +.margin-left{ + margin-left: 20px; +} +.margin-left-small { + margin-left: 10px; +} +.margin-left-extra-small { + margin-left: 5px; +} /* Für projects/, damit der Text nicht überlappt, aber nah beieinander steht. */ @media (min-width: 755px) { @@ -141,8 +150,9 @@ a:hover { color: #1f1f1f !important; text-shadow: 0 0 1px #1f1f1f; transition: text-shadow 1s; - */ color: #3f3f3f !important; + */ + color: #1f1f1f !important; } .contactform-button:hover { text-decoration: underline; @@ -167,3 +177,9 @@ select:focus { .hp { display: none; } +#captcha-img { + background-color: #efefef; + background: #efefef; + /*box-shadow: 0 0 2px #ddd !important;*/ + border-radius: 4px; +} |
