-
Notifications
You must be signed in to change notification settings - Fork 0
/
zeldicons.css
114 lines (90 loc) · 1.81 KB
/
zeldicons.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@font-face {
font-family: 'zeldicons';
src:url('fonts/zeldicons.eot?k7sebm');
src:url('fonts/zeldicons.eot?#iefixk7sebm') format('embedded-opentype'),
url('fonts/zeldicons.woff?k7sebm') format('woff'),
url('fonts/zeldicons.ttf?k7sebm') format('truetype'),
url('fonts/zeldicons.svg?k7sebm#zeldicons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="equip-"], [class*=" equip-"] {
font-family: 'zeldicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.link { font-size: 32px; }
.link-lg { font-size: 150%; }
.link-2x { font-size: 200%; }
.link-3x { font-size: 300%; }
.link-4x { font-size: 400%; }
.link-5x { font-size: 500%; }
.link-6x { font-size: 600%; }
.link-7x { font-size: 700%; }
.equip-bombos:before {
content: "\e600";
}
.equip-bombs:before {
content: "\e601";
}
.equip-book-of-mudora:before {
content: "\e602";
}
.equip-boomerang:before {
content: "\e603";
}
.equip-bow-and-arrow:before {
content: "\e604";
}
.equip-bug-net:before {
content: "\e605";
}
.equip-cane-of-byrna:before {
content: "\e606";
}
.equip-ether:before {
content: "\e607";
}
.equip-fire-rod:before {
content: "\e608";
}
.equip-hookshot:before {
content: "\e609";
}
.equip-ice-rod:before {
content: "\e60a";
}
.equip-lamp:before {
content: "\e60b";
}
.equip-magic-hammer:before {
content: "\e60c";
}
.equip-magic-powder:before {
content: "\e60d";
}
.equip-ocarina:before {
content: "\e60e";
}
.equip-potion:before {
content: "\e60f";
}
.equip-quake:before {
content: "\e610";
}
.equip-shield:before {
content: "\e611";
}
.equip-sword:before {
content: "\e612";
}
.equip-tunic:before {
content: "\e613";
}