summaryrefslogtreecommitdiffstats
path: root/web/css/000-controls.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/000-controls.css')
-rw-r--r--web/css/000-controls.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/web/css/000-controls.css b/web/css/000-controls.css
index a57e1d7..66fe6d6 100644
--- a/web/css/000-controls.css
+++ b/web/css/000-controls.css
@@ -173,7 +173,7 @@ a:hover {
text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
color: #FFAD27;
}
-#error-overlay, #error-text {
+#error-overlay, #error-text, #auth-text {
position: fixed;
top: 0;
left: 0;
@@ -184,11 +184,22 @@ a:hover {
#error-overlay {
background-color: #000000;
}
-#error-text {
- text-align: center;
+#error-text, #auth-text {
position: fixed;
padding-top: 20%;
+ text-align: center;
+}
+#error-text {
font-size: 4em;
font-weight: bold;
font-style: italic;
}
+#auth-text input {
+ color: rgb(0, 0, 0);
+ background-color: rgb(200, 200, 200);
+ border: 0;
+ font-family: inherit;
+ font-size: 2em;
+ font-weight: bold;
+ font-style: italic;
+}