diff --git a/assets/contracts/contractscreen.png b/assets/contracts/screen_background.png similarity index 100% rename from assets/contracts/contractscreen.png rename to assets/contracts/screen_background.png diff --git a/css/auth.css b/css/auth.css index cd6d4c2..49e5ca8 100644 --- a/css/auth.css +++ b/css/auth.css @@ -5,6 +5,11 @@ align-items: center; } +.auth-title +{ + font-size: 50px; +} + .auth{ width: 300px; display: flex; diff --git a/css/global.css b/css/global.css index e8a86d5..28cd4cd 100644 --- a/css/global.css +++ b/css/global.css @@ -10,6 +10,10 @@ --sec-color: rgba(69, 128, 255, 0.842); } +::-webkit-scrollbar { + width: 0 !important +} + body{ background-image: url("/assets/img/background.png"); background-repeat: no-repeat; @@ -134,8 +138,9 @@ select { font-size: 20px; } */ button, .button { + margin: 2px; font-family: var(--text-familly); - background-color: #1a1a1a; + background-color: #0000008f; color: #ffffff; border: 2px solid #ffffff; padding: 10px; diff --git a/css/leaderboard.css b/css/leaderboard.css index 2a3e4b7..d1c27f9 100644 --- a/css/leaderboard.css +++ b/css/leaderboard.css @@ -24,7 +24,7 @@ flex-direction: column; border : 1px solid white; width: 60%; - height: 50vh; + height: 350px; overflow-y: scroll; overflow-x: visible; background-color: rgba(0, 0, 0, 0.5); @@ -34,10 +34,6 @@ scrollbar-width: none; } -.leaderboard::-webkit-scrollbar { - width: 0 !important -} - .player { width: 100%; display: grid; diff --git a/css/profile.css b/css/profile.css index d7e05d3..cb8b175 100644 --- a/css/profile.css +++ b/css/profile.css @@ -1,4 +1,4 @@ -#modal_profile +#modal-profile { width: 60%; height: 70%; diff --git a/css/ships.css b/css/ships.css index 548882a..7ce7369 100644 --- a/css/ships.css +++ b/css/ships.css @@ -25,15 +25,10 @@ cursor: pointer; position: absolute; top: 50%; - width: auto; margin-top: -22px; - padding: 16px; - color: white; font-weight: bold; font-size: 60px; transition: 0.6s ease; - border-radius: 0 3px 3px 0; - user-select: none; } .imgShip { @@ -51,13 +46,9 @@ /* Position the "next button" to the right */ .next { right: 0; - border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ -.prev:hover, .next:hover { - background-color: rgba(0,0,0,0.8); -} .btn-ships{ font-size:x-large; } \ No newline at end of file diff --git a/html/templates/auth/login.html b/html/templates/auth/login.html index 152fdb0..9badaf6 100644 --- a/html/templates/auth/login.html +++ b/html/templates/auth/login.html @@ -1,7 +1,7 @@
Login
+Login
Remember me ?
diff --git a/html/templates/auth/register.html b/html/templates/auth/register.html index bf813dc..47d9c9e 100644 --- a/html/templates/auth/register.html +++ b/html/templates/auth/register.html @@ -1,7 +1,7 @@New Agent
+New Agent