-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.css
16 lines (13 loc) · 834 Bytes
/
item.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.common, .common:hover { color: rgb(255, 255, 255); }
.magic, .magic:hover { color: rgb(242, 230, 26); }
.rare, .rare:hover { color: rgb(62, 234, 74); }
.epic, .epic:hover { color: rgb(51, 140, 206); }
.legendary, .legendary:hover { color: rgb(166, 56, 255); }
.common, .magic { text-shadow: 0px 0px 4px #000000; }
a.common, a.magic, a.rare, a.epic, a.legendary { font-weight: bold; text-decoration: none; }
a.common:hover, a.magic:hover, a.rare:hover, a.epic:hover, a.legendary:hover { text-decoration: underline; }
.devotion .green { color: #00bb00; } /* Eldritch, 7 o'clock) */
.devotion .purple { color: #bb00bb; } /* Ascendant, 4 o'clock */
.devotion .blue { color: #0000bb; } /* Primordial, 12 o'clock */
.devotion .red { color: #bb0000; } /* Chaos, 10 o'clock */
.devotion .yellow { color: #bbbb00; } /* Order, 2 o'clock */