diff --git a/assets/css/styles.css b/assets/css/styles.css index 89b5210..c5c8e1a 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -34,10 +34,7 @@ html, body { z-index: 2; } -#queueBox { - position: fixed; - width: 650px; -} + #queue { @@ -107,6 +104,20 @@ html, body { text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000, 10px 10px 2px #0000; } +.UIBox { + position: fixed; + border: 40px solid; + border-image: url('../img/ui/UI_BorderAtlas.png') 40% round; + z-index: 1; +} + +.UIBoxBackground +{ + position: fixed; + background-color: rgba(0, 0, 0, 0.75); + z-index: 0; +} + .button { font-family: 'FRIZQT'; font-size: 23px; diff --git a/assets/img/ui/UI_BorderAtlas.png b/assets/img/ui/UI_BorderAtlas.png new file mode 100644 index 0000000..1543d12 Binary files /dev/null and b/assets/img/ui/UI_BorderAtlas.png differ diff --git a/assets/img/ui/queuebox.png b/assets/img/ui/queuebox.png deleted file mode 100644 index b9d35d4..0000000 Binary files a/assets/img/ui/queuebox.png and /dev/null differ diff --git a/index.html b/index.html index 980e002..5408a3a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,8 @@
+
+
Realm is Full
@@ -32,7 +33,8 @@