diff --git a/ND_CharacterSelection/source/ui/style.css b/ND_CharacterSelection/source/ui/style.css index c6dc2c5..c4bd20e 100644 --- a/ND_CharacterSelection/source/ui/style.css +++ b/ND_CharacterSelection/source/ui/style.css @@ -1,9 +1,13 @@ body { + display: none; background-size: 105%; background-repeat: no-repeat; background-attachment: fixed; background-position: center; } +#exitGameMenu, #characterCreator, #characterEditor, #deleteCharacterMenu, #spawnLocation { + display: none; +} /* Main page */ #overlay { @@ -275,13 +279,3 @@ body { background-color: rgba(0, 0, 0, 0.3); border-radius: 10vw; } - -#cash { - top: 5.5vh; - right: 1.5vw; -} - -#bank { - top: 9vh; - right: 1.5vw; -} \ No newline at end of file