From b140847f9f9de19879bd1bdf896b995c87761272 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sun, 24 Feb 2019 14:11:16 -0500 Subject: commenting and preliminary login styling --- views/stylesheets/authentication.css | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 views/stylesheets/authentication.css (limited to 'views/stylesheets/authentication.css') diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css new file mode 100644 index 000000000..dd49e31dc --- /dev/null +++ b/views/stylesheets/authentication.css @@ -0,0 +1,62 @@ +#email_label { + color: blue; + margin-top: 10px; +} + +h3, +label { + font-family: Arial, Helvetica, sans-serif; +} + +body { + background-color: lightslategray; +} + +#login_label { + text-align: left; +} + +#submit { + width: 224px; + height: 35px; + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + font-style: oblique; +} + +.overlay { + text-align: center; + position: absolute; + margin: auto; + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 400px; + height: 300px; + background-color: white; + border-radius: 8px; + box-shadow: 10px 10px 10px #00000033; +} + +.inner { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 230px; + height: 230px; + margin: auto; +} + +.form-control { + width: 200px; + margin-bottom: 15px; + height: 30px; + outline: none; + padding-left: 10px; + padding-right: 10px; + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2