summaryrefslogtreecommitdiff
blob: 253d5e3db0ee301fd62980007dc045ca7920381a (plain)
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

.tile-variant-0  * {background-position: 0    0;}
.tile-variant-1  * {background-position: 100% 0;}
.tile-variant-2  * {background-position: 200% 0;}
.tile-variant-3  * {background-position: 300% 0;}

.tile-variant-4  * {background-position: 0    100%;}
.tile-variant-5  * {background-position: 100% 100%;}
.tile-variant-6  * {background-position: 200% 100%;}
.tile-variant-7  * {background-position: 300% 100%;}

.tile-variant-8  * {background-position: 0    200%;}
.tile-variant-9  * {background-position: 100% 200%;}
.tile-variant-10 * {background-position: 200% 200%;}
.tile-variant-11 * {background-position: 300% 200%;}

.tile-variant-12 * {background-position: 0    300%;}
.tile-variant-13 * {background-position: 100% 300%;}
.tile-variant-14 * {background-position: 200% 300%;}
.tile-variant-15 * {background-position: 300% 300%;}

.tile-icon-bg { z-index: 0; }
.tile-icon-dt { z-index: 9; }

.tile-icon-f-0 { z-index: 1; }
.tile-icon-f-1 { z-index: 2; }
.tile-icon-f-2 { z-index: 3; }
.tile-icon-f-3 { z-index: 4; }
.tile-icon-f-4 { z-index: 5; }
.tile-icon-f-5 { z-index: 6; }
.tile-icon-f-6 { z-index: 7; }
.tile-icon-f-7 { z-index: 8; }