-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcsgo_icons.css
80 lines (78 loc) · 1.41 KB
/
csgo_icons.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.csgo_icons {
background-image: url('csgo_icons.png');
}
.csgo_icons-flash_circle {
background-position: -0px -0px;
width: 30px;
height: 30px;
}
.csgo_icons-bomb {
background-position: -0px -30px;
width: 30px;
height: 30px;
}
.csgo_icons-ct {
background-position: -0px -60px;
width: 30px;
height: 30px;
}
.csgo_icons-decoy {
background-position: -0px -90px;
width: 30px;
height: 30px;
}
.csgo_icons-decoy_circle {
background-position: -0px -120px;
width: 30px;
height: 30px;
}
.csgo_icons-explosive {
background-position: -0px -150px;
width: 30px;
height: 30px;
}
.csgo_icons-flash {
background-position: -0px -180px;
width: 30px;
height: 30px;
}
.csgo_icons-csgo {
background-position: -0px -210px;
width: 30px;
height: 30px;
}
.csgo_icons-incendiary {
background-position: -0px -240px;
width: 30px;
height: 30px;
}
.csgo_icons-incendiary_circle {
background-position: -0px -270px;
width: 30px;
height: 30px;
}
.csgo_icons-molotov {
background-position: -0px -300px;
width: 30px;
height: 30px;
}
.csgo_icons-molotov_circle {
background-position: -0px -330px;
width: 30px;
height: 30px;
}
.csgo_icons-smoke {
background-position: -0px -360px;
width: 30px;
height: 30px;
}
.csgo_icons-smoke_circle {
background-position: -0px -390px;
width: 30px;
height: 30px;
}
.csgo_icons-terrorists {
background-position: -0px -420px;
width: 30px;
height: 30px;
}