Added font and did UI adjustments

This commit is contained in:
Samuel Kent
2022-12-29 09:20:58 +11:00
parent 6b3507cd18
commit c9d384015a
9 changed files with 48 additions and 10 deletions
+39 -5
View File
@@ -1,10 +1,21 @@
body {
font-family: 'Twoson';
color: rgb(255, 255, 255);
background-color: rgb(23, 23, 23);
font-size: 25px;
padding: 20px 60px;
}
button {
font-family: 'Twoson';
}
input {
font-family: 'Twoson';
}
a, a:visited {
color: rgb(199, 147, 255);
}
@@ -22,13 +33,22 @@ a, a:visited {
}
#PlayersList {
/* font-family: "Lucida Console"; */
position: absolute;
left: 200px;
left: 110px;
border: dashed;
width: 350px;
min-height: 130px;
padding-left: 5px;
}
#ChasersList {
position: absolute;
left: 800px;
left: 724px;
border: dashed;
width: 350px;
min-height: 130px;
padding-left: 5px;
}
ul {
@@ -71,12 +91,26 @@ ul {
top: 80px;
width: 500px;
margin-left: -250px;
font-size: 15px;
font-size: 11px;
}
#PlayersList {
left: 10px;
left: 0px;
width: 120px;
}
#ChasersList {
left: 350px;
left: 370px;
width: 120px;
}
}
@font-face {
font-family: 'Twoson';
src: url('Twoson.eot');
src: url('Twoson.eot?#iefix') format('embedded-opentype'),
url('Twoson.woff2') format('woff2'),
url('Twoson.woff') format('woff'),
url('Twoson.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}