diff --git a/assets/static/css/style.css b/assets/static/css/style.css index e731d9d..51fb8b4 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -39,9 +39,24 @@ } .auth-background { - background: linear-gradient(#23d160e0, #23d160e0), url(/static/images/jordan-harrison-1208586-unsplash.jpg); + background: linear-gradient(#30cfd0e0, #330867e0), url(/static/images/louis-reed-wSTCaQpiLtc-unsplash.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; +} + +.seperate-header { + background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px)); + overflow: visible; + white-space: nowrap; + text-align: center; + margin-bottom: 15px; + margin-top: 5px; +} +.seperate-header p { + background-color: #fff; + display: inline-block; + padding: 20px; + line-height: 1.2em; } \ No newline at end of file diff --git a/assets/static/images/jordan-harrison-1208586-unsplash.jpg b/assets/static/images/jordan-harrison-1208586-unsplash.jpg deleted file mode 100644 index 34c19a5..0000000 --- a/assets/static/images/jordan-harrison-1208586-unsplash.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64b68f6ecba68970d1ca4384db7b694f9691929c3da5031dbd4dd4aff494f840 -size 36118 diff --git a/assets/static/images/louis-reed-wSTCaQpiLtc-unsplash.jpg b/assets/static/images/louis-reed-wSTCaQpiLtc-unsplash.jpg new file mode 100644 index 0000000..656a3d1 --- /dev/null +++ b/assets/static/images/louis-reed-wSTCaQpiLtc-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c2fc403dc49e601e599b9ae474d38b21497d0a40c9663ebb31e39d257c248e +size 32777 diff --git a/assets/templates/layouts/auth_login.tmpl b/assets/templates/layouts/auth_login.tmpl index 8061e9f..c8edca8 100644 --- a/assets/templates/layouts/auth_login.tmpl +++ b/assets/templates/layouts/auth_login.tmpl @@ -5,14 +5,15 @@ - + +