-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
75 lines (74 loc) · 1.16 KB
/
style.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
.icon{
display:inline-block;
width:66px;
margin-bottom:4px;
background:#dbdbdb;
border:1px solid #a3a3a3;
border-radius:4px;
border:1px solid rgba(0,0,0,.2);
color:#fff;
font-size:.75rem;
font-weight:normal;
line-height:1.5rem;
text-align:center;
text-shadow:1px 1px 2px rgba(0,0,0,.7);
text-transform:uppercase;
transition:opacity .4s
}
.type-normal{
background-color:#aa9
}
.type-fire{
background-color:#f42
}
.type-water{
background-color:#39f
}
.type-electric{
background-color:#fc3
}
.type-grass{
background-color:#7c5
}
.type-ice{
background-color:#6cf
}
.type-fighting{
background-color:#b54
}
.type-poison{
background-color:#a59
}
.type-ground{
background-color:#db5
}
.type-flying{
background-color:#89f
}
.type-psychic{
background-color:#f59
}
.type-bug{
background-color:#ab2
}
.type-rock{
background-color:#ba6
}
.type-ghost{
background-color:#66b
}
.type-dragon{
background-color:#76e
}
.type-dark{
background-color:#754
}
.type-steel{
background-color:#aab
}
.type-fairy{
background-color:#e9e
}
.type-curse{
background-color:#698
}