-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlol_spells.css
65 lines (63 loc) · 1.11 KB
/
lol_spells.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
.lol_spells {
background-image: url('lol_spells.jpg');
}
.lol_spells-Ghost {
background-position: -0px -0px;
width: 50px;
height: 50px;
}
.lol_spells-Barrier {
background-position: -0px -50px;
width: 50px;
height: 50px;
}
.lol_spells-Cleanse {
background-position: -0px -100px;
width: 50px;
height: 50px;
}
.lol_spells-Dash {
background-position: -0px -150px;
width: 50px;
height: 50px;
}
.lol_spells-Exhaust {
background-position: -0px -200px;
width: 50px;
height: 50px;
}
.lol_spells-Flash {
background-position: -0px -250px;
width: 50px;
height: 50px;
}
.lol_spells-Clarity {
background-position: -0px -300px;
width: 50px;
height: 50px;
}
.lol_spells-Heal {
background-position: -0px -350px;
width: 50px;
height: 50px;
}
.lol_spells-Ignite {
background-position: -0px -400px;
width: 50px;
height: 50px;
}
.lol_spells-Mark {
background-position: -0px -450px;
width: 50px;
height: 50px;
}
.lol_spells-Smite {
background-position: -0px -500px;
width: 50px;
height: 50px;
}
.lol_spells-Teleport {
background-position: -0px -550px;
width: 50px;
height: 50px;
}