-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
60 lines (60 loc) · 1.07 KB
/
main.css
File metadata and controls
60 lines (60 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
html,body {
background:#000000;
}
.multipoint {
display:none;
}
.multipoint#point-8 {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}
.multipoint#point-8>img {
opacity:0.5;
}
.kill-feed {
position:absolute;
top:20px;
right:20px;
}
.kill-feed>div {
padding:3px 6px 3px 6px;
margin:0;
display:inline-block;
float:right;
clear:both;
border: 2px solid rgba(117, 117, 117, 0.15);
line-height:18px;
font-size:15px;
font-weight:normal;
text-decoration:none;
text-align:right;
border-radius:4px;
background: rgba(117, 117, 117, 0.1);
margin-bottom:6px;
}
.kill-feed div span {
vertical-align:middle;
}
.kill-feed div span.weapons>img {
border:none;
outline:none;
vertical-align:middle;
margin:0px 3px;
}
.kill-feed div>span.player {
font-family: 'Rajdhani', sans-serif;
font-size:16px;
font-weight:bold;
margin:0 2px;
}
.kill-feed div>span.player.ct {
color:#ff2c2c;
padding-left:2px;
}
.kill-feed div>span.player.t {
color:#5871ff;
padding-right:4px;
}