Files
TheChaseBuzzer/styles/styleMain.css
T

191 lines
2.9 KiB
CSS

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';
position: relative;
z-index: 1;
}
input {
font-family: 'Twoson';
}
a, a:visited {
color: rgb(199, 147, 255);
}
#firstBuzz {
min-height: 30px;
}
#objection {
left: 50%;
margin-left: -250px;
min-height: 310px;
width: 500px;
position: relative;
}
#objection img{
text-align: center;
width: 300px;
}
#contestAnswer {
position: absolute;
right: 50px;
bottom: 50px;
text-align: center;
width: 200px;
}
#contestAnswer img {
width: 100px;
}
#contestAnswer p {
margin: 0px;
font-size: 12px;
border: dashed;
}
#interface {
z-index: -1;
text-align: center;
}
#userListPanel {
position: absolute;
left: 50%;
width: 1200px;
margin-left: -600px;
top: 200px;
}
#PlayersList {
position: absolute;
left: 60px;
border: dashed;
width: 400px;
min-height: 170px;
padding-left: 5px;
}
#ChasersList {
position: absolute;
left: 724px;
border: dashed;
width: 400px;
min-height: 170px;
padding-left: 5px;
}
ul {
list-style-type: none;
margin: 0px;
padding-left: 0px;
}
#buzzer {
width: 200px;
position: relative;
z-index: 1000;
}
#buzzerOptions img {
width: 50px;
}
#buzzerOptions small {
position: absolute;
bottom: 3px;
left: 3px;
text-shadow: 1px -1px 2px #000000;
font-size: 15px;
}
.buzzerGroup {
display: inline-block;
position: relative;
}
.buzzerGroupItems {
bottom: 50px;
position: absolute;
width: max-content;
}
#buzzerOptions {
position: absolute;
bottom: 10px;
left: 10px;
}
#message {
position: absolute;
font-size: 15px;
top: 0px;
left: 20px;
}
#egg {
position: absolute;
top: 20px;
right: 20px;
width: 14px;
}
.userListBuzzerSelections {
width: 30px;
position: relative;
top: 5px;
padding-right: 10px;
}
@media (max-width: 600px) {
#objection {
margin-left: 0px;
left: -65px;
bottom: 150px;
font-size: 15px;
text-align: left;
min-height: 0px;
height: 0px;
}
#objection img{
width: 150px;
}
#userListPanel {
top: 80px;
width: 500px;
margin-left: -250px;
font-size: 11px;
}
#PlayersList {
left: 0px;
width: 120px;
}
#ChasersList {
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;
}