added objection button and some new buzzers
This commit is contained in:
@@ -10,6 +10,8 @@ body {
|
||||
|
||||
button {
|
||||
font-family: 'Twoson';
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
input {
|
||||
@@ -20,7 +22,43 @@ 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;
|
||||
/* bottom: 150px; */
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
@@ -95,6 +133,20 @@ ul {
|
||||
}
|
||||
|
||||
@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;
|
||||
/* text-align: left; */
|
||||
}
|
||||
#userListPanel {
|
||||
top: 80px;
|
||||
width: 500px;
|
||||
|
||||
Reference in New Issue
Block a user