aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-02-15 22:46:27 +0100
committerGitHub <noreply@github.com>2020-02-15 22:46:27 +0100
commit5bd6217eecb4059dde85b10437b4b2d24b9cf1e1 (patch)
tree8ce07e808454ffe11b9bc44bc43622c254a94625 /webAO/styles
parentb94b2327ec16b66ad1f7e7a4c0a46716e8229595 (diff)
parent72505010cb02aad17b16642459b7ed915070d206 (diff)
Merge pull request #47 from AttorneyOnline/charselect
Charselect
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css46
1 files changed, 15 insertions, 31 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 58d9087..4c3f80f 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -45,15 +45,14 @@
}
#client_loading {
- position: absolute;
- display: flex;
+ display: block;
flex-direction: column;
- padding: 10px;
- top: 50%;
- left: 50%;
- margin-right: -50%;
- transform: translate(-50%, -50%);
+ position: fixed;
+ top: 30vh;
+ left: 30vw;
+ width: 40vw;
justify-content: center;
+ text-align: center;
align-items: center;
background: black;
color: lightgreen;
@@ -106,32 +105,21 @@
}
#client_charselect {
+ display: block;
position: fixed;
- top: 0;
- left: 0;
- width: 98vw;
- height: 100%;
- overflow-y: auto;
- justify-content: center;
- align-items: center;
- vertical-align: middle;
+ top: 5vh;
+ left: 10vw;
+ width: 80vw;
+ max-height: 90vh;
+ overflow-y: scroll;
+ text-align: center;
margin: 0 auto;
- background: rgba(70, 70, 70, 0.5);
+ background: #444;
z-index: 50;
}
-#client_chartable {
- background: #eee;
-}
-
-#client_chartable_container {
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-
.demothing {
- display: block;
+ display: inline-block;
height: 60px;
width: 60px;
max-width: 60px;
@@ -428,10 +416,6 @@
border-color: #FFD081;
}
-.dark {
- filter: brightness(50%);
-}
-
.noini {
transform: rotate(180deg);
}