diff options
| author | Max | 2017-04-21 19:51:54 +0200 |
|---|---|---|
| committer | Max | 2017-04-21 19:51:54 +0200 |
| commit | 64f165f0cabd4d47e76a1832d7cf5cbfec8e4e83 (patch) | |
| tree | 9778d8a912d52180e688c88f6ac50904fdbb2181 /static/custom.css | |
| parent | 5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6 (diff) | |
| parent | 5e8053d9ee0535f72b452cce18d581c29a435656 (diff) | |
| download | iamfabulous.de-64f165f0cabd4d47e76a1832d7cf5cbfec8e4e83.tar.gz | |
Löst den Merge Konflikt auf.
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 ec5f0b5..b3d3784 100644 --- a/static/custom.css +++ b/static/custom.css @@ -103,6 +103,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) { @@ -144,8 +153,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; @@ -177,3 +187,9 @@ select:focus { .header-link:hover { color: #171717; } +#captcha-img { + background-color: #efefef; + background: #efefef; + /*box-shadow: 0 0 2px #ddd !important;*/ + border-radius: 4px; +} |
