diff --git a/BridgeEmulator/flaskUI/static/assets/images/DiyHue.png b/BridgeEmulator/flaskUI/static/assets/images/DiyHue.png deleted file mode 100644 index 588d1defe..000000000 Binary files a/BridgeEmulator/flaskUI/static/assets/images/DiyHue.png and /dev/null differ diff --git a/BridgeEmulator/flaskUI/static/assets/images/login_dark_blur.jpg b/BridgeEmulator/flaskUI/static/assets/images/login_dark_blur.jpg deleted file mode 100644 index 367e3761d..000000000 Binary files a/BridgeEmulator/flaskUI/static/assets/images/login_dark_blur.jpg and /dev/null differ diff --git a/BridgeEmulator/flaskUI/static/assets/images/logo.svg b/BridgeEmulator/flaskUI/static/assets/images/logo.svg deleted file mode 100644 index 9d0668250..000000000 --- a/BridgeEmulator/flaskUI/static/assets/images/logo.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/BridgeEmulator/flaskUI/static/assets/images/mobile_background.png b/BridgeEmulator/flaskUI/static/assets/images/mobile_background.png deleted file mode 100644 index 34580a72e..000000000 Binary files a/BridgeEmulator/flaskUI/static/assets/images/mobile_background.png and /dev/null differ diff --git a/BridgeEmulator/flaskUI/static/assets/login.css b/BridgeEmulator/flaskUI/static/assets/login.css deleted file mode 100644 index 4706b6961..000000000 --- a/BridgeEmulator/flaskUI/static/assets/login.css +++ /dev/null @@ -1,152 +0,0 @@ -* { - margin: 0; - padding: 0; - outline: 0 none; - -webkit-border-radius: 0px; - -webkit-appearance: none; -} - -img { - border-width: 0; -} - -/* general styles */ -html, -body { - height: 100%; - width: 100%; - scroll-behavior: smooth; - font-family: "Lato", sans-serif; - background: url(images/login_dark_blur.jpg) no-repeat; - background-size: cover; - background-attachment: fixed; - background-position: bottom center; - overflow: auto; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.index { - position: absolute; - min-height: 100%; - height: auto; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.loginContainer { - width: 40vw; - margin: 20px auto 20px auto; - border-radius: 30px; -} - -.loginContainer h1 { - color: #ccc; - font-weight: 300; - font-size: 55px; - letter-spacing: 5px; - text-align: center; -} - -.loginContainer img { - display: block; - height: 80px; - margin: 80px auto; - text-align: center; -} - -.loginContainer form { - color: #ccc; -} - -.loginContainer form input { - width: 100%; - background: none; - border: none; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 2px solid #ccc; - padding: 20px 20px 20px 60px; - font-size: 20px; - color: #ccc; - margin-bottom: 40px; -} - -.loginContainer form:active, .loginContainer form:focus { - border-bottom: 2px solid #136fbb; -} - -.loginContainer form button[type="submit"] { - width: 75px; - height: 75px; - background: none; - border: none; - border: 2px solid #ccc; - border-radius: 50%; -} - -.loginContainer form button[type="submit"]:hover { - border: 2px solid #136fbb; -} - -.loginContainer form button[type="submit"]:active { - border: 2px solid #1c80d1; -} - -.loginContainer form button[type="submit"] i { - color: #ccc; - font-size: 30px; -} - -.loginContainer label { - text-transform: uppercase; - color: #aaa; - font-size: 20px; - margin-left: 5px; -} - -.loginContainer .input-group-text { - position: relative; -} - -.loginContainer .input-group-text i { - position: absolute; - top: 20px; - left: 20px; - font-size: 20px; -} - -.loginContainer .btn-group { - text-align: center; -} - -.loginContainer p { - text-align: center; - color: #ccc; - margin-top: 100px; -} - -@media screen and (max-width: 750px) { - body { - background-image: url("images/mobile_background.png"); - } - .loginContainer { - width: 100%; - margin: 20px; - } - .loginContainer h1 { - font-size: 35px; - } - .loginContainer img { - margin: 50px auto; - } -} -/*# sourceMappingURL=login.css.map */ \ No newline at end of file diff --git a/BridgeEmulator/flaskUI/static/assets/page-404.css b/BridgeEmulator/flaskUI/static/assets/page-404.css deleted file mode 100644 index a21d6da7b..000000000 --- a/BridgeEmulator/flaskUI/static/assets/page-404.css +++ /dev/null @@ -1,20 +0,0 @@ -body { - background: url(images/login_dark_blur.jpg) no-repeat; - background-size: cover; - background-attachment: fixed; - background-position: bottom center; -} -.header-logo { - display: block; - margin: 17px auto; -} -.error { - font-size: 32px; - line-height: 240px; - font-family: "Lato", sans-serif; - color: white; - text-align: center; - a{ - color: white; - } -} diff --git a/BridgeEmulator/flaskUI/static/assets/static/images/404.png b/BridgeEmulator/flaskUI/static/assets/static/images/404.png deleted file mode 100644 index 1849c39a2..000000000 Binary files a/BridgeEmulator/flaskUI/static/assets/static/images/404.png and /dev/null differ diff --git a/BridgeEmulator/flaskUI/static/assets/static/images/500.png b/BridgeEmulator/flaskUI/static/assets/static/images/500.png deleted file mode 100644 index 6e75cb3ae..000000000 Binary files a/BridgeEmulator/flaskUI/static/assets/static/images/500.png and /dev/null differ diff --git a/BridgeEmulator/flaskUI/static/assets/static/images/logo.svg b/BridgeEmulator/flaskUI/static/assets/static/images/logo.svg deleted file mode 100644 index 789e92571..000000000 --- a/BridgeEmulator/flaskUI/static/assets/static/images/logo.svg +++ /dev/null @@ -1 +0,0 @@ -react-1 \ No newline at end of file diff --git a/BridgeEmulator/flaskUI/templates/login.html b/BridgeEmulator/flaskUI/templates/login.html index 26f4e3b35..b6e3dc4a3 100644 --- a/BridgeEmulator/flaskUI/templates/login.html +++ b/BridgeEmulator/flaskUI/templates/login.html @@ -9,14 +9,14 @@ - + - - + + @@ -25,7 +25,7 @@

DIYHUE LOGIN

- +
diff --git a/BridgeEmulator/flaskUI/templates/page-403.html b/BridgeEmulator/flaskUI/templates/page-403.html index 91234d511..7b704ee46 100644 --- a/BridgeEmulator/flaskUI/templates/page-403.html +++ b/BridgeEmulator/flaskUI/templates/page-403.html @@ -6,7 +6,7 @@
- # + #
diff --git a/BridgeEmulator/flaskUI/templates/page-404.html b/BridgeEmulator/flaskUI/templates/page-404.html index 76e6f11c8..c0170553a 100644 --- a/BridgeEmulator/flaskUI/templates/page-404.html +++ b/BridgeEmulator/flaskUI/templates/page-404.html @@ -2,11 +2,11 @@ DiyHue personal lighting - + - - + +
Oops, there appears to be no lighting here
diff --git a/BridgeEmulator/flaskUI/templates/page-500.html b/BridgeEmulator/flaskUI/templates/page-500.html index 950063e3f..ff63a3f94 100644 --- a/BridgeEmulator/flaskUI/templates/page-500.html +++ b/BridgeEmulator/flaskUI/templates/page-500.html @@ -6,7 +6,7 @@
- # + #