diff --git a/html/style.css b/html/style.css index 1fe4959..0f81240 100644 --- a/html/style.css +++ b/html/style.css @@ -19,6 +19,8 @@ width: 100%; height: 30px; background-color: #333; + color: #fff; + text-align: center; } .footer-text { @@ -34,6 +36,38 @@ html, body { height: 100%; width: 100%; + background-color: #333; + color: #fff; +} + +a { + color: #a5cff3; +} + +a:hover, +a:active { + color: #4dacff; +} + +.jumbotron { + margin: 0 0 0 0; + background: #333; + color: #fff; +} + +.dropdown-menu { + background-color: #222; +} + +.dropdown-menu>li>a { + color: #fff; + background-color: #222; +} + +.dropdown-menu>li>a:hover, +.dropdown-menu>li>a:active { + color: #fff; + background-color: #555; } .carousel-inner, @@ -84,57 +118,4 @@ body { .row h1 { font-size: 20pt; -} - -.verify-body { - padding-left: 15px; - padding-right: 15px; - margin-left: auto; - margin-right: auto; - display: flex; - flex-direction: column; -} - -.discord-user { - align-self: center; - display: flex; - justify-content: space-around; - align-items: center; - width: 300px; -} - -#discord-username { - margin-left: 10px; -} - -.verify-form { - align-self: center; - display: flex; - flex-direction: column; - justify-content: space-between; - height: 100px; -} - -.verify-input { - border-radius: 2px; - border: 0; - background-color: #d1f0ff; - box-sizing: border-box; - padding: 4px 20px 0; - - -} - -.verify-submit { - border-radius: 2px; - border: 0; - background-color: #83d8ff; - box-sizing: border-box; - padding: 4px 20px 0; - cursor: pointer; -} - -.verify-submit:hover, -.verify-submit:active { - background-color: #72fff3; } \ No newline at end of file diff --git a/html/verify.html b/html/verify.html index a973dac..ebf5349 100644 --- a/html/verify.html +++ b/html/verify.html @@ -30,6 +30,89 @@ } } + @@ -110,20 +193,19 @@


-

Verification for:

+

Verification for:

Loading...


+ placeholder="Imperial Shortcode (ab1234)" required />
-