From b51fe31011fb1b26eb638739c8a02056c8f4e84e Mon Sep 17 00:00:00 2001 From: muppeth Date: Thu, 30 Sep 2021 21:20:28 +0200 Subject: [PATCH 1/2] small change to the forms css --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index ea61742..e061ce7 100644 --- a/css/style.css +++ b/css/style.css @@ -1470,3 +1470,17 @@ footer a:hover, footer a:focus { color: #1F5C60; } .imgcenter { vertical-align:middle ; } + +/* Forms */ +.form-spacer { + background-color: #50162D; + transform: skew(0deg, 1deg) translateY(-20px); + color: white; + padding: 2rem; + padding-left: 20%; + padding-right: 20%; +} + +.form-spacer h3 { + color: white; +} From 420e75cf7af910c7ed9c124ab4152b620643bca5 Mon Sep 17 00:00:00 2001 From: antilopa Date: Tue, 2 Nov 2021 15:50:31 +0100 Subject: [PATCH 2/2] small fixes --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index e061ce7..252cb7c 100644 --- a/css/style.css +++ b/css/style.css @@ -1483,4 +1483,13 @@ footer a:hover, footer a:focus { color: #1F5C60; } .form-spacer h3 { color: white; + transform: skew(0deg, -1deg); +} + +.form-spacer p { + transform: skew(0deg, -1deg); +} + +input#xmpp{ + width: 50px; }