some basic viewer

This commit is contained in:
Robin Appelman 2023-04-29 14:54:53 +02:00
commit 5910b2f35a
45 changed files with 1089 additions and 1436 deletions

View file

@ -0,0 +1,45 @@
.killfeed {
position: absolute;
top: 0;
right: 0;
padding: 15px;
user-select: none;
& .kill {
& .red {
color: #a75d50;
}
& .blue {
color: #5b818f;
}
&.active-player {
background-color: #ddcfb2;
}
display: inline-block;
margin: 3px;
white-space: nowrap;
background-color: #2d2727cc;
border-radius: 5px;
padding: 5px 15px;
width: auto;
text-align: right;
color: var(--primary-color);
font-weight: bold;
float: right;
clear: both;
& .player {
padding: 0 5px;
}
}
}
.kill-icon {
display: inline-block;
height: 22px;
width: auto;
vertical-align: middle;
filter: brightness(600%);
}