2022-10-11 21:40:12 +00:00
|
|
|
body {
|
2023-05-06 17:04:44 +00:00
|
|
|
font-family: sans;
|
2022-10-11 21:40:12 +00:00
|
|
|
background-color: #000;
|
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config {
|
|
|
|
background-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#metrics {
|
|
|
|
float: right;
|
|
|
|
color: #DDD;
|
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#metrics input {
|
|
|
|
width: 2em;
|
|
|
|
color: #DDD;
|
|
|
|
background-color: #000;
|
|
|
|
}
|
2023-05-06 17:04:44 +00:00
|
|
|
|
|
|
|
#mute {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2023-05-07 21:57:45 +00:00
|
|
|
#controller {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controller button {
|
|
|
|
flex: 1;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2023-05-06 17:04:44 +00:00
|
|
|
#controller .updown {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controller button[name="left"] {
|
|
|
|
|
|
|
|
}
|
|
|
|
|