2023-01-26 00:55:34 +00:00
|
|
|
#vmview {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
/*.vmtile {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-size: 16pt;
|
|
|
|
border: 2px solid #575757;
|
|
|
|
border-radius: 15px;
|
|
|
|
height: fit-content;
|
|
|
|
width: fit-content;
|
|
|
|
display: block;
|
|
|
|
padding: 4px;
|
|
|
|
}*/
|
|
|
|
#display, #btns {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2023-01-26 21:19:21 +00:00
|
|
|
|
2023-01-26 00:55:34 +00:00
|
|
|
#vmlist > div.row > div {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
#vmlist div.col-sm-4 > div.card:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
border-color: rgb(8, 121, 250);
|
|
|
|
}
|
2023-01-26 21:19:21 +00:00
|
|
|
|
2023-01-26 00:55:34 +00:00
|
|
|
.vmtile > img {
|
|
|
|
margin-bottom: 2px;
|
2023-01-26 21:19:21 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 00:55:34 +00:00
|
|
|
.chat-table, .username-table {
|
|
|
|
overflow-y: auto;
|
|
|
|
border: 1px solid #575757;
|
|
|
|
}
|
|
|
|
.chat-table {
|
|
|
|
height: 30vh;
|
|
|
|
}
|
2023-01-26 21:19:21 +00:00
|
|
|
|
2023-01-26 00:55:34 +00:00
|
|
|
.username-table {
|
|
|
|
max-height: 30vh;
|
|
|
|
}
|
|
|
|
.username-table > table > thead {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
}
|
2023-01-26 21:19:21 +00:00
|
|
|
|
2023-01-26 00:55:34 +00:00
|
|
|
#turnstatus {
|
|
|
|
text-align: center;
|
2023-01-26 02:18:05 +00:00
|
|
|
}
|
|
|
|
#voteResetPanel {
|
|
|
|
text-align: center;
|
2023-01-26 21:19:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.focused {
|
|
|
|
box-shadow: 0 0 9px 0 rgba(45,213,255,.75);
|
|
|
|
-moz-box-shadow: 0 0 9px 0 rgba(45,213,255,.75);
|
|
|
|
-webkit-box-shadow: 0 0 9px 0 rgba(45,213,255,.75)
|
|
|
|
}
|
|
|
|
|
|
|
|
.waiting {
|
|
|
|
box-shadow: 0 0 9px 0 rgba(242,255,63,.75);
|
|
|
|
-moz-box-shadow: 0 0 9px 0 rgba(242,255,63,.75);
|
|
|
|
-webkit-box-shadow: 0 0 9px 0 rgba(242,255,63,.75)
|
|
|
|
}
|
2023-01-27 00:45:29 +00:00
|
|
|
|
|
|
|
#staffbtns {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-01-28 02:41:57 +00:00
|
|
|
|
2023-01-27 00:45:29 +00:00
|
|
|
#staffbtns > button {
|
|
|
|
display: none;
|
2023-01-28 02:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#qemuMonitorOutput {
|
|
|
|
height: 180px;
|
2023-01-27 00:45:29 +00:00
|
|
|
}
|