diff --git a/App.vue b/App.vue
new file mode 100644
index 0000000..94cc4d8
--- /dev/null
+++ b/App.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
diff --git a/css/circle.css b/css/circle.css
deleted file mode 100644
index c256b8a..0000000
--- a/css/circle.css
+++ /dev/null
@@ -1,1440 +0,0 @@
-.circle {
- padding: 0;
- width: 100%;
- height: 100%;
- list-style: none;
- overflow: hidden;
- position: relative;
- margin: 0;
- box-sizing: border-box;
-}
-.circle li {
- position: absolute;
- top: 0;
- left: 50%;
- height: 50%;
- transform-origin: 0 100%;
- text-align: center;
-}
-.circle li > * {
- margin-left: -100px;
- width: 200px;
-}
-
-.circle.size-5 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 5;
-}
-.circle.size-5 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-5 li:nth-child(2) {
- transform: rotate(72deg);
- z-index: 4;
-}
-.circle.size-5 li:nth-child(2) > * {
- transform: rotate(-72deg);
-}
-.circle.size-5 li:nth-child(3) {
- transform: rotate(144deg);
- z-index: 3;
-}
-.circle.size-5 li:nth-child(3) > * {
- transform: rotate(-144deg);
-}
-.circle.size-5 li:nth-child(4) {
- transform: rotate(216deg);
- z-index: 3;
-}
-.circle.size-5 li:nth-child(4) > * {
- transform: rotate(-216deg);
-}
-.circle.size-5 li:nth-child(5) {
- transform: rotate(288deg);
- z-index: 4;
-}
-.circle.size-5 li:nth-child(5) > * {
- transform: rotate(-288deg);
-}
-
-.circle.size-6 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 6;
-}
-.circle.size-6 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-6 li:nth-child(2) {
- transform: rotate(60deg);
- z-index: 5;
-}
-.circle.size-6 li:nth-child(2) > * {
- transform: rotate(-60deg);
-}
-.circle.size-6 li:nth-child(3) {
- transform: rotate(120deg);
- z-index: 4;
-}
-.circle.size-6 li:nth-child(3) > * {
- transform: rotate(-120deg);
-}
-.circle.size-6 li:nth-child(4) {
- transform: rotate(180deg);
- z-index: 3;
-}
-.circle.size-6 li:nth-child(4) > * {
- transform: rotate(-180deg);
-}
-.circle.size-6 li:nth-child(5) {
- transform: rotate(240deg);
- z-index: 4;
-}
-.circle.size-6 li:nth-child(5) > * {
- transform: rotate(-240deg);
-}
-.circle.size-6 li:nth-child(6) {
- transform: rotate(300deg);
- z-index: 5;
-}
-.circle.size-6 li:nth-child(6) > * {
- transform: rotate(-300deg);
-}
-
-.circle.size-7 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 7;
-}
-.circle.size-7 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-7 li:nth-child(2) {
- transform: rotate(51.4285714286deg);
- z-index: 6;
-}
-.circle.size-7 li:nth-child(2) > * {
- transform: rotate(-51.4285714286deg);
-}
-.circle.size-7 li:nth-child(3) {
- transform: rotate(102.8571428571deg);
- z-index: 5;
-}
-.circle.size-7 li:nth-child(3) > * {
- transform: rotate(-102.8571428571deg);
-}
-.circle.size-7 li:nth-child(4) {
- transform: rotate(154.2857142857deg);
- z-index: 4;
-}
-.circle.size-7 li:nth-child(4) > * {
- transform: rotate(-154.2857142857deg);
-}
-.circle.size-7 li:nth-child(5) {
- transform: rotate(205.7142857143deg);
- z-index: 4;
-}
-.circle.size-7 li:nth-child(5) > * {
- transform: rotate(-205.7142857143deg);
-}
-.circle.size-7 li:nth-child(6) {
- transform: rotate(257.1428571429deg);
- z-index: 5;
-}
-.circle.size-7 li:nth-child(6) > * {
- transform: rotate(-257.1428571429deg);
-}
-.circle.size-7 li:nth-child(7) {
- transform: rotate(308.5714285714deg);
- z-index: 6;
-}
-.circle.size-7 li:nth-child(7) > * {
- transform: rotate(-308.5714285714deg);
-}
-
-.circle.size-8 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 8;
-}
-.circle.size-8 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-8 li:nth-child(2) {
- transform: rotate(45deg);
- z-index: 7;
-}
-.circle.size-8 li:nth-child(2) > * {
- transform: rotate(-45deg);
-}
-.circle.size-8 li:nth-child(3) {
- transform: rotate(90deg);
- z-index: 6;
-}
-.circle.size-8 li:nth-child(3) > * {
- transform: rotate(-90deg);
-}
-.circle.size-8 li:nth-child(4) {
- transform: rotate(135deg);
- z-index: 5;
-}
-.circle.size-8 li:nth-child(4) > * {
- transform: rotate(-135deg);
-}
-.circle.size-8 li:nth-child(5) {
- transform: rotate(180deg);
- z-index: 4;
-}
-.circle.size-8 li:nth-child(5) > * {
- transform: rotate(-180deg);
-}
-.circle.size-8 li:nth-child(6) {
- transform: rotate(225deg);
- z-index: 5;
-}
-.circle.size-8 li:nth-child(6) > * {
- transform: rotate(-225deg);
-}
-.circle.size-8 li:nth-child(7) {
- transform: rotate(270deg);
- z-index: 6;
-}
-.circle.size-8 li:nth-child(7) > * {
- transform: rotate(-270deg);
-}
-.circle.size-8 li:nth-child(8) {
- transform: rotate(315deg);
- z-index: 7;
-}
-.circle.size-8 li:nth-child(8) > * {
- transform: rotate(-315deg);
-}
-
-.circle.size-9 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 9;
-}
-.circle.size-9 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-9 li:nth-child(2) {
- transform: rotate(40deg);
- z-index: 8;
-}
-.circle.size-9 li:nth-child(2) > * {
- transform: rotate(-40deg);
-}
-.circle.size-9 li:nth-child(3) {
- transform: rotate(80deg);
- z-index: 7;
-}
-.circle.size-9 li:nth-child(3) > * {
- transform: rotate(-80deg);
-}
-.circle.size-9 li:nth-child(4) {
- transform: rotate(120deg);
- z-index: 6;
-}
-.circle.size-9 li:nth-child(4) > * {
- transform: rotate(-120deg);
-}
-.circle.size-9 li:nth-child(5) {
- transform: rotate(160deg);
- z-index: 5;
-}
-.circle.size-9 li:nth-child(5) > * {
- transform: rotate(-160deg);
-}
-.circle.size-9 li:nth-child(6) {
- transform: rotate(200deg);
- z-index: 5;
-}
-.circle.size-9 li:nth-child(6) > * {
- transform: rotate(-200deg);
-}
-.circle.size-9 li:nth-child(7) {
- transform: rotate(240deg);
- z-index: 6;
-}
-.circle.size-9 li:nth-child(7) > * {
- transform: rotate(-240deg);
-}
-.circle.size-9 li:nth-child(8) {
- transform: rotate(280deg);
- z-index: 7;
-}
-.circle.size-9 li:nth-child(8) > * {
- transform: rotate(-280deg);
-}
-.circle.size-9 li:nth-child(9) {
- transform: rotate(320deg);
- z-index: 8;
-}
-.circle.size-9 li:nth-child(9) > * {
- transform: rotate(-320deg);
-}
-
-.circle.size-10 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 10;
-}
-.circle.size-10 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-10 li:nth-child(2) {
- transform: rotate(36deg);
- z-index: 9;
-}
-.circle.size-10 li:nth-child(2) > * {
- transform: rotate(-36deg);
-}
-.circle.size-10 li:nth-child(3) {
- transform: rotate(72deg);
- z-index: 8;
-}
-.circle.size-10 li:nth-child(3) > * {
- transform: rotate(-72deg);
-}
-.circle.size-10 li:nth-child(4) {
- transform: rotate(108deg);
- z-index: 7;
-}
-.circle.size-10 li:nth-child(4) > * {
- transform: rotate(-108deg);
-}
-.circle.size-10 li:nth-child(5) {
- transform: rotate(144deg);
- z-index: 6;
-}
-.circle.size-10 li:nth-child(5) > * {
- transform: rotate(-144deg);
-}
-.circle.size-10 li:nth-child(6) {
- transform: rotate(180deg);
- z-index: 5;
-}
-.circle.size-10 li:nth-child(6) > * {
- transform: rotate(-180deg);
-}
-.circle.size-10 li:nth-child(7) {
- transform: rotate(216deg);
- z-index: 6;
-}
-.circle.size-10 li:nth-child(7) > * {
- transform: rotate(-216deg);
-}
-.circle.size-10 li:nth-child(8) {
- transform: rotate(252deg);
- z-index: 7;
-}
-.circle.size-10 li:nth-child(8) > * {
- transform: rotate(-252deg);
-}
-.circle.size-10 li:nth-child(9) {
- transform: rotate(288deg);
- z-index: 8;
-}
-.circle.size-10 li:nth-child(9) > * {
- transform: rotate(-288deg);
-}
-.circle.size-10 li:nth-child(10) {
- transform: rotate(324deg);
- z-index: 9;
-}
-.circle.size-10 li:nth-child(10) > * {
- transform: rotate(-324deg);
-}
-
-.circle.size-11 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 11;
-}
-.circle.size-11 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-11 li:nth-child(2) {
- transform: rotate(32.7272727273deg);
- z-index: 10;
-}
-.circle.size-11 li:nth-child(2) > * {
- transform: rotate(-32.7272727273deg);
-}
-.circle.size-11 li:nth-child(3) {
- transform: rotate(65.4545454545deg);
- z-index: 9;
-}
-.circle.size-11 li:nth-child(3) > * {
- transform: rotate(-65.4545454545deg);
-}
-.circle.size-11 li:nth-child(4) {
- transform: rotate(98.1818181818deg);
- z-index: 8;
-}
-.circle.size-11 li:nth-child(4) > * {
- transform: rotate(-98.1818181818deg);
-}
-.circle.size-11 li:nth-child(5) {
- transform: rotate(130.9090909091deg);
- z-index: 7;
-}
-.circle.size-11 li:nth-child(5) > * {
- transform: rotate(-130.9090909091deg);
-}
-.circle.size-11 li:nth-child(6) {
- transform: rotate(163.6363636364deg);
- z-index: 6;
-}
-.circle.size-11 li:nth-child(6) > * {
- transform: rotate(-163.6363636364deg);
-}
-.circle.size-11 li:nth-child(7) {
- transform: rotate(196.3636363636deg);
- z-index: 6;
-}
-.circle.size-11 li:nth-child(7) > * {
- transform: rotate(-196.3636363636deg);
-}
-.circle.size-11 li:nth-child(8) {
- transform: rotate(229.0909090909deg);
- z-index: 7;
-}
-.circle.size-11 li:nth-child(8) > * {
- transform: rotate(-229.0909090909deg);
-}
-.circle.size-11 li:nth-child(9) {
- transform: rotate(261.8181818182deg);
- z-index: 8;
-}
-.circle.size-11 li:nth-child(9) > * {
- transform: rotate(-261.8181818182deg);
-}
-.circle.size-11 li:nth-child(10) {
- transform: rotate(294.5454545455deg);
- z-index: 9;
-}
-.circle.size-11 li:nth-child(10) > * {
- transform: rotate(-294.5454545455deg);
-}
-.circle.size-11 li:nth-child(11) {
- transform: rotate(327.2727272727deg);
- z-index: 10;
-}
-.circle.size-11 li:nth-child(11) > * {
- transform: rotate(-327.2727272727deg);
-}
-
-.circle.size-12 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 12;
-}
-.circle.size-12 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-12 li:nth-child(2) {
- transform: rotate(30deg);
- z-index: 11;
-}
-.circle.size-12 li:nth-child(2) > * {
- transform: rotate(-30deg);
-}
-.circle.size-12 li:nth-child(3) {
- transform: rotate(60deg);
- z-index: 10;
-}
-.circle.size-12 li:nth-child(3) > * {
- transform: rotate(-60deg);
-}
-.circle.size-12 li:nth-child(4) {
- transform: rotate(90deg);
- z-index: 9;
-}
-.circle.size-12 li:nth-child(4) > * {
- transform: rotate(-90deg);
-}
-.circle.size-12 li:nth-child(5) {
- transform: rotate(120deg);
- z-index: 8;
-}
-.circle.size-12 li:nth-child(5) > * {
- transform: rotate(-120deg);
-}
-.circle.size-12 li:nth-child(6) {
- transform: rotate(150deg);
- z-index: 7;
-}
-.circle.size-12 li:nth-child(6) > * {
- transform: rotate(-150deg);
-}
-.circle.size-12 li:nth-child(7) {
- transform: rotate(180deg);
- z-index: 6;
-}
-.circle.size-12 li:nth-child(7) > * {
- transform: rotate(-180deg);
-}
-.circle.size-12 li:nth-child(8) {
- transform: rotate(210deg);
- z-index: 7;
-}
-.circle.size-12 li:nth-child(8) > * {
- transform: rotate(-210deg);
-}
-.circle.size-12 li:nth-child(9) {
- transform: rotate(240deg);
- z-index: 8;
-}
-.circle.size-12 li:nth-child(9) > * {
- transform: rotate(-240deg);
-}
-.circle.size-12 li:nth-child(10) {
- transform: rotate(270deg);
- z-index: 9;
-}
-.circle.size-12 li:nth-child(10) > * {
- transform: rotate(-270deg);
-}
-.circle.size-12 li:nth-child(11) {
- transform: rotate(300deg);
- z-index: 10;
-}
-.circle.size-12 li:nth-child(11) > * {
- transform: rotate(-300deg);
-}
-.circle.size-12 li:nth-child(12) {
- transform: rotate(330deg);
- z-index: 11;
-}
-.circle.size-12 li:nth-child(12) > * {
- transform: rotate(-330deg);
-}
-
-.circle.size-13 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 13;
-}
-.circle.size-13 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-13 li:nth-child(2) {
- transform: rotate(27.6923076923deg);
- z-index: 12;
-}
-.circle.size-13 li:nth-child(2) > * {
- transform: rotate(-27.6923076923deg);
-}
-.circle.size-13 li:nth-child(3) {
- transform: rotate(55.3846153846deg);
- z-index: 11;
-}
-.circle.size-13 li:nth-child(3) > * {
- transform: rotate(-55.3846153846deg);
-}
-.circle.size-13 li:nth-child(4) {
- transform: rotate(83.0769230769deg);
- z-index: 10;
-}
-.circle.size-13 li:nth-child(4) > * {
- transform: rotate(-83.0769230769deg);
-}
-.circle.size-13 li:nth-child(5) {
- transform: rotate(110.7692307692deg);
- z-index: 9;
-}
-.circle.size-13 li:nth-child(5) > * {
- transform: rotate(-110.7692307692deg);
-}
-.circle.size-13 li:nth-child(6) {
- transform: rotate(138.4615384615deg);
- z-index: 8;
-}
-.circle.size-13 li:nth-child(6) > * {
- transform: rotate(-138.4615384615deg);
-}
-.circle.size-13 li:nth-child(7) {
- transform: rotate(166.1538461538deg);
- z-index: 7;
-}
-.circle.size-13 li:nth-child(7) > * {
- transform: rotate(-166.1538461538deg);
-}
-.circle.size-13 li:nth-child(8) {
- transform: rotate(193.8461538462deg);
- z-index: 7;
-}
-.circle.size-13 li:nth-child(8) > * {
- transform: rotate(-193.8461538462deg);
-}
-.circle.size-13 li:nth-child(9) {
- transform: rotate(221.5384615385deg);
- z-index: 8;
-}
-.circle.size-13 li:nth-child(9) > * {
- transform: rotate(-221.5384615385deg);
-}
-.circle.size-13 li:nth-child(10) {
- transform: rotate(249.2307692308deg);
- z-index: 9;
-}
-.circle.size-13 li:nth-child(10) > * {
- transform: rotate(-249.2307692308deg);
-}
-.circle.size-13 li:nth-child(11) {
- transform: rotate(276.9230769231deg);
- z-index: 10;
-}
-.circle.size-13 li:nth-child(11) > * {
- transform: rotate(-276.9230769231deg);
-}
-.circle.size-13 li:nth-child(12) {
- transform: rotate(304.6153846154deg);
- z-index: 11;
-}
-.circle.size-13 li:nth-child(12) > * {
- transform: rotate(-304.6153846154deg);
-}
-.circle.size-13 li:nth-child(13) {
- transform: rotate(332.3076923077deg);
- z-index: 12;
-}
-.circle.size-13 li:nth-child(13) > * {
- transform: rotate(-332.3076923077deg);
-}
-
-.circle.size-14 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 14;
-}
-.circle.size-14 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-14 li:nth-child(2) {
- transform: rotate(25.7142857143deg);
- z-index: 13;
-}
-.circle.size-14 li:nth-child(2) > * {
- transform: rotate(-25.7142857143deg);
-}
-.circle.size-14 li:nth-child(3) {
- transform: rotate(51.4285714286deg);
- z-index: 12;
-}
-.circle.size-14 li:nth-child(3) > * {
- transform: rotate(-51.4285714286deg);
-}
-.circle.size-14 li:nth-child(4) {
- transform: rotate(77.1428571429deg);
- z-index: 11;
-}
-.circle.size-14 li:nth-child(4) > * {
- transform: rotate(-77.1428571429deg);
-}
-.circle.size-14 li:nth-child(5) {
- transform: rotate(102.8571428571deg);
- z-index: 10;
-}
-.circle.size-14 li:nth-child(5) > * {
- transform: rotate(-102.8571428571deg);
-}
-.circle.size-14 li:nth-child(6) {
- transform: rotate(128.5714285714deg);
- z-index: 9;
-}
-.circle.size-14 li:nth-child(6) > * {
- transform: rotate(-128.5714285714deg);
-}
-.circle.size-14 li:nth-child(7) {
- transform: rotate(154.2857142857deg);
- z-index: 8;
-}
-.circle.size-14 li:nth-child(7) > * {
- transform: rotate(-154.2857142857deg);
-}
-.circle.size-14 li:nth-child(8) {
- transform: rotate(180deg);
- z-index: 7;
-}
-.circle.size-14 li:nth-child(8) > * {
- transform: rotate(-180deg);
-}
-.circle.size-14 li:nth-child(9) {
- transform: rotate(205.7142857143deg);
- z-index: 8;
-}
-.circle.size-14 li:nth-child(9) > * {
- transform: rotate(-205.7142857143deg);
-}
-.circle.size-14 li:nth-child(10) {
- transform: rotate(231.4285714286deg);
- z-index: 9;
-}
-.circle.size-14 li:nth-child(10) > * {
- transform: rotate(-231.4285714286deg);
-}
-.circle.size-14 li:nth-child(11) {
- transform: rotate(257.1428571429deg);
- z-index: 10;
-}
-.circle.size-14 li:nth-child(11) > * {
- transform: rotate(-257.1428571429deg);
-}
-.circle.size-14 li:nth-child(12) {
- transform: rotate(282.8571428571deg);
- z-index: 11;
-}
-.circle.size-14 li:nth-child(12) > * {
- transform: rotate(-282.8571428571deg);
-}
-.circle.size-14 li:nth-child(13) {
- transform: rotate(308.5714285714deg);
- z-index: 12;
-}
-.circle.size-14 li:nth-child(13) > * {
- transform: rotate(-308.5714285714deg);
-}
-.circle.size-14 li:nth-child(14) {
- transform: rotate(334.2857142857deg);
- z-index: 13;
-}
-.circle.size-14 li:nth-child(14) > * {
- transform: rotate(-334.2857142857deg);
-}
-
-.circle.size-15 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 15;
-}
-.circle.size-15 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-15 li:nth-child(2) {
- transform: rotate(24deg);
- z-index: 14;
-}
-.circle.size-15 li:nth-child(2) > * {
- transform: rotate(-24deg);
-}
-.circle.size-15 li:nth-child(3) {
- transform: rotate(48deg);
- z-index: 13;
-}
-.circle.size-15 li:nth-child(3) > * {
- transform: rotate(-48deg);
-}
-.circle.size-15 li:nth-child(4) {
- transform: rotate(72deg);
- z-index: 12;
-}
-.circle.size-15 li:nth-child(4) > * {
- transform: rotate(-72deg);
-}
-.circle.size-15 li:nth-child(5) {
- transform: rotate(96deg);
- z-index: 11;
-}
-.circle.size-15 li:nth-child(5) > * {
- transform: rotate(-96deg);
-}
-.circle.size-15 li:nth-child(6) {
- transform: rotate(120deg);
- z-index: 10;
-}
-.circle.size-15 li:nth-child(6) > * {
- transform: rotate(-120deg);
-}
-.circle.size-15 li:nth-child(7) {
- transform: rotate(144deg);
- z-index: 9;
-}
-.circle.size-15 li:nth-child(7) > * {
- transform: rotate(-144deg);
-}
-.circle.size-15 li:nth-child(8) {
- transform: rotate(168deg);
- z-index: 8;
-}
-.circle.size-15 li:nth-child(8) > * {
- transform: rotate(-168deg);
-}
-.circle.size-15 li:nth-child(9) {
- transform: rotate(192deg);
- z-index: 8;
-}
-.circle.size-15 li:nth-child(9) > * {
- transform: rotate(-192deg);
-}
-.circle.size-15 li:nth-child(10) {
- transform: rotate(216deg);
- z-index: 9;
-}
-.circle.size-15 li:nth-child(10) > * {
- transform: rotate(-216deg);
-}
-.circle.size-15 li:nth-child(11) {
- transform: rotate(240deg);
- z-index: 10;
-}
-.circle.size-15 li:nth-child(11) > * {
- transform: rotate(-240deg);
-}
-.circle.size-15 li:nth-child(12) {
- transform: rotate(264deg);
- z-index: 11;
-}
-.circle.size-15 li:nth-child(12) > * {
- transform: rotate(-264deg);
-}
-.circle.size-15 li:nth-child(13) {
- transform: rotate(288deg);
- z-index: 12;
-}
-.circle.size-15 li:nth-child(13) > * {
- transform: rotate(-288deg);
-}
-.circle.size-15 li:nth-child(14) {
- transform: rotate(312deg);
- z-index: 13;
-}
-.circle.size-15 li:nth-child(14) > * {
- transform: rotate(-312deg);
-}
-.circle.size-15 li:nth-child(15) {
- transform: rotate(336deg);
- z-index: 14;
-}
-.circle.size-15 li:nth-child(15) > * {
- transform: rotate(-336deg);
-}
-
-.circle.size-16 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 16;
-}
-.circle.size-16 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-16 li:nth-child(2) {
- transform: rotate(22.5deg);
- z-index: 15;
-}
-.circle.size-16 li:nth-child(2) > * {
- transform: rotate(-22.5deg);
-}
-.circle.size-16 li:nth-child(3) {
- transform: rotate(45deg);
- z-index: 14;
-}
-.circle.size-16 li:nth-child(3) > * {
- transform: rotate(-45deg);
-}
-.circle.size-16 li:nth-child(4) {
- transform: rotate(67.5deg);
- z-index: 13;
-}
-.circle.size-16 li:nth-child(4) > * {
- transform: rotate(-67.5deg);
-}
-.circle.size-16 li:nth-child(5) {
- transform: rotate(90deg);
- z-index: 12;
-}
-.circle.size-16 li:nth-child(5) > * {
- transform: rotate(-90deg);
-}
-.circle.size-16 li:nth-child(6) {
- transform: rotate(112.5deg);
- z-index: 11;
-}
-.circle.size-16 li:nth-child(6) > * {
- transform: rotate(-112.5deg);
-}
-.circle.size-16 li:nth-child(7) {
- transform: rotate(135deg);
- z-index: 10;
-}
-.circle.size-16 li:nth-child(7) > * {
- transform: rotate(-135deg);
-}
-.circle.size-16 li:nth-child(8) {
- transform: rotate(157.5deg);
- z-index: 9;
-}
-.circle.size-16 li:nth-child(8) > * {
- transform: rotate(-157.5deg);
-}
-.circle.size-16 li:nth-child(9) {
- transform: rotate(180deg);
- z-index: 8;
-}
-.circle.size-16 li:nth-child(9) > * {
- transform: rotate(-180deg);
-}
-.circle.size-16 li:nth-child(10) {
- transform: rotate(202.5deg);
- z-index: 9;
-}
-.circle.size-16 li:nth-child(10) > * {
- transform: rotate(-202.5deg);
-}
-.circle.size-16 li:nth-child(11) {
- transform: rotate(225deg);
- z-index: 10;
-}
-.circle.size-16 li:nth-child(11) > * {
- transform: rotate(-225deg);
-}
-.circle.size-16 li:nth-child(12) {
- transform: rotate(247.5deg);
- z-index: 11;
-}
-.circle.size-16 li:nth-child(12) > * {
- transform: rotate(-247.5deg);
-}
-.circle.size-16 li:nth-child(13) {
- transform: rotate(270deg);
- z-index: 12;
-}
-.circle.size-16 li:nth-child(13) > * {
- transform: rotate(-270deg);
-}
-.circle.size-16 li:nth-child(14) {
- transform: rotate(292.5deg);
- z-index: 13;
-}
-.circle.size-16 li:nth-child(14) > * {
- transform: rotate(-292.5deg);
-}
-.circle.size-16 li:nth-child(15) {
- transform: rotate(315deg);
- z-index: 14;
-}
-.circle.size-16 li:nth-child(15) > * {
- transform: rotate(-315deg);
-}
-.circle.size-16 li:nth-child(16) {
- transform: rotate(337.5deg);
- z-index: 15;
-}
-.circle.size-16 li:nth-child(16) > * {
- transform: rotate(-337.5deg);
-}
-
-.circle.size-17 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 17;
-}
-.circle.size-17 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-17 li:nth-child(2) {
- transform: rotate(21.1764705882deg);
- z-index: 16;
-}
-.circle.size-17 li:nth-child(2) > * {
- transform: rotate(-21.1764705882deg);
-}
-.circle.size-17 li:nth-child(3) {
- transform: rotate(42.3529411765deg);
- z-index: 15;
-}
-.circle.size-17 li:nth-child(3) > * {
- transform: rotate(-42.3529411765deg);
-}
-.circle.size-17 li:nth-child(4) {
- transform: rotate(63.5294117647deg);
- z-index: 14;
-}
-.circle.size-17 li:nth-child(4) > * {
- transform: rotate(-63.5294117647deg);
-}
-.circle.size-17 li:nth-child(5) {
- transform: rotate(84.7058823529deg);
- z-index: 13;
-}
-.circle.size-17 li:nth-child(5) > * {
- transform: rotate(-84.7058823529deg);
-}
-.circle.size-17 li:nth-child(6) {
- transform: rotate(105.8823529412deg);
- z-index: 12;
-}
-.circle.size-17 li:nth-child(6) > * {
- transform: rotate(-105.8823529412deg);
-}
-.circle.size-17 li:nth-child(7) {
- transform: rotate(127.0588235294deg);
- z-index: 11;
-}
-.circle.size-17 li:nth-child(7) > * {
- transform: rotate(-127.0588235294deg);
-}
-.circle.size-17 li:nth-child(8) {
- transform: rotate(148.2352941176deg);
- z-index: 10;
-}
-.circle.size-17 li:nth-child(8) > * {
- transform: rotate(-148.2352941176deg);
-}
-.circle.size-17 li:nth-child(9) {
- transform: rotate(169.4117647059deg);
- z-index: 9;
-}
-.circle.size-17 li:nth-child(9) > * {
- transform: rotate(-169.4117647059deg);
-}
-.circle.size-17 li:nth-child(10) {
- transform: rotate(190.5882352941deg);
- z-index: 9;
-}
-.circle.size-17 li:nth-child(10) > * {
- transform: rotate(-190.5882352941deg);
-}
-.circle.size-17 li:nth-child(11) {
- transform: rotate(211.7647058824deg);
- z-index: 10;
-}
-.circle.size-17 li:nth-child(11) > * {
- transform: rotate(-211.7647058824deg);
-}
-.circle.size-17 li:nth-child(12) {
- transform: rotate(232.9411764706deg);
- z-index: 11;
-}
-.circle.size-17 li:nth-child(12) > * {
- transform: rotate(-232.9411764706deg);
-}
-.circle.size-17 li:nth-child(13) {
- transform: rotate(254.1176470588deg);
- z-index: 12;
-}
-.circle.size-17 li:nth-child(13) > * {
- transform: rotate(-254.1176470588deg);
-}
-.circle.size-17 li:nth-child(14) {
- transform: rotate(275.2941176471deg);
- z-index: 13;
-}
-.circle.size-17 li:nth-child(14) > * {
- transform: rotate(-275.2941176471deg);
-}
-.circle.size-17 li:nth-child(15) {
- transform: rotate(296.4705882353deg);
- z-index: 14;
-}
-.circle.size-17 li:nth-child(15) > * {
- transform: rotate(-296.4705882353deg);
-}
-.circle.size-17 li:nth-child(16) {
- transform: rotate(317.6470588235deg);
- z-index: 15;
-}
-.circle.size-17 li:nth-child(16) > * {
- transform: rotate(-317.6470588235deg);
-}
-.circle.size-17 li:nth-child(17) {
- transform: rotate(338.8235294118deg);
- z-index: 16;
-}
-.circle.size-17 li:nth-child(17) > * {
- transform: rotate(-338.8235294118deg);
-}
-
-.circle.size-18 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 18;
-}
-.circle.size-18 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-18 li:nth-child(2) {
- transform: rotate(20deg);
- z-index: 17;
-}
-.circle.size-18 li:nth-child(2) > * {
- transform: rotate(-20deg);
-}
-.circle.size-18 li:nth-child(3) {
- transform: rotate(40deg);
- z-index: 16;
-}
-.circle.size-18 li:nth-child(3) > * {
- transform: rotate(-40deg);
-}
-.circle.size-18 li:nth-child(4) {
- transform: rotate(60deg);
- z-index: 15;
-}
-.circle.size-18 li:nth-child(4) > * {
- transform: rotate(-60deg);
-}
-.circle.size-18 li:nth-child(5) {
- transform: rotate(80deg);
- z-index: 14;
-}
-.circle.size-18 li:nth-child(5) > * {
- transform: rotate(-80deg);
-}
-.circle.size-18 li:nth-child(6) {
- transform: rotate(100deg);
- z-index: 13;
-}
-.circle.size-18 li:nth-child(6) > * {
- transform: rotate(-100deg);
-}
-.circle.size-18 li:nth-child(7) {
- transform: rotate(120deg);
- z-index: 12;
-}
-.circle.size-18 li:nth-child(7) > * {
- transform: rotate(-120deg);
-}
-.circle.size-18 li:nth-child(8) {
- transform: rotate(140deg);
- z-index: 11;
-}
-.circle.size-18 li:nth-child(8) > * {
- transform: rotate(-140deg);
-}
-.circle.size-18 li:nth-child(9) {
- transform: rotate(160deg);
- z-index: 10;
-}
-.circle.size-18 li:nth-child(9) > * {
- transform: rotate(-160deg);
-}
-.circle.size-18 li:nth-child(10) {
- transform: rotate(180deg);
- z-index: 9;
-}
-.circle.size-18 li:nth-child(10) > * {
- transform: rotate(-180deg);
-}
-.circle.size-18 li:nth-child(11) {
- transform: rotate(200deg);
- z-index: 10;
-}
-.circle.size-18 li:nth-child(11) > * {
- transform: rotate(-200deg);
-}
-.circle.size-18 li:nth-child(12) {
- transform: rotate(220deg);
- z-index: 11;
-}
-.circle.size-18 li:nth-child(12) > * {
- transform: rotate(-220deg);
-}
-.circle.size-18 li:nth-child(13) {
- transform: rotate(240deg);
- z-index: 12;
-}
-.circle.size-18 li:nth-child(13) > * {
- transform: rotate(-240deg);
-}
-.circle.size-18 li:nth-child(14) {
- transform: rotate(260deg);
- z-index: 13;
-}
-.circle.size-18 li:nth-child(14) > * {
- transform: rotate(-260deg);
-}
-.circle.size-18 li:nth-child(15) {
- transform: rotate(280deg);
- z-index: 14;
-}
-.circle.size-18 li:nth-child(15) > * {
- transform: rotate(-280deg);
-}
-.circle.size-18 li:nth-child(16) {
- transform: rotate(300deg);
- z-index: 15;
-}
-.circle.size-18 li:nth-child(16) > * {
- transform: rotate(-300deg);
-}
-.circle.size-18 li:nth-child(17) {
- transform: rotate(320deg);
- z-index: 16;
-}
-.circle.size-18 li:nth-child(17) > * {
- transform: rotate(-320deg);
-}
-.circle.size-18 li:nth-child(18) {
- transform: rotate(340deg);
- z-index: 17;
-}
-.circle.size-18 li:nth-child(18) > * {
- transform: rotate(-340deg);
-}
-
-.circle.size-19 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 19;
-}
-.circle.size-19 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-19 li:nth-child(2) {
- transform: rotate(18.9473684211deg);
- z-index: 18;
-}
-.circle.size-19 li:nth-child(2) > * {
- transform: rotate(-18.9473684211deg);
-}
-.circle.size-19 li:nth-child(3) {
- transform: rotate(37.8947368421deg);
- z-index: 17;
-}
-.circle.size-19 li:nth-child(3) > * {
- transform: rotate(-37.8947368421deg);
-}
-.circle.size-19 li:nth-child(4) {
- transform: rotate(56.8421052632deg);
- z-index: 16;
-}
-.circle.size-19 li:nth-child(4) > * {
- transform: rotate(-56.8421052632deg);
-}
-.circle.size-19 li:nth-child(5) {
- transform: rotate(75.7894736842deg);
- z-index: 15;
-}
-.circle.size-19 li:nth-child(5) > * {
- transform: rotate(-75.7894736842deg);
-}
-.circle.size-19 li:nth-child(6) {
- transform: rotate(94.7368421053deg);
- z-index: 14;
-}
-.circle.size-19 li:nth-child(6) > * {
- transform: rotate(-94.7368421053deg);
-}
-.circle.size-19 li:nth-child(7) {
- transform: rotate(113.6842105263deg);
- z-index: 13;
-}
-.circle.size-19 li:nth-child(7) > * {
- transform: rotate(-113.6842105263deg);
-}
-.circle.size-19 li:nth-child(8) {
- transform: rotate(132.6315789474deg);
- z-index: 12;
-}
-.circle.size-19 li:nth-child(8) > * {
- transform: rotate(-132.6315789474deg);
-}
-.circle.size-19 li:nth-child(9) {
- transform: rotate(151.5789473684deg);
- z-index: 11;
-}
-.circle.size-19 li:nth-child(9) > * {
- transform: rotate(-151.5789473684deg);
-}
-.circle.size-19 li:nth-child(10) {
- transform: rotate(170.5263157895deg);
- z-index: 10;
-}
-.circle.size-19 li:nth-child(10) > * {
- transform: rotate(-170.5263157895deg);
-}
-.circle.size-19 li:nth-child(11) {
- transform: rotate(189.4736842105deg);
- z-index: 10;
-}
-.circle.size-19 li:nth-child(11) > * {
- transform: rotate(-189.4736842105deg);
-}
-.circle.size-19 li:nth-child(12) {
- transform: rotate(208.4210526316deg);
- z-index: 11;
-}
-.circle.size-19 li:nth-child(12) > * {
- transform: rotate(-208.4210526316deg);
-}
-.circle.size-19 li:nth-child(13) {
- transform: rotate(227.3684210526deg);
- z-index: 12;
-}
-.circle.size-19 li:nth-child(13) > * {
- transform: rotate(-227.3684210526deg);
-}
-.circle.size-19 li:nth-child(14) {
- transform: rotate(246.3157894737deg);
- z-index: 13;
-}
-.circle.size-19 li:nth-child(14) > * {
- transform: rotate(-246.3157894737deg);
-}
-.circle.size-19 li:nth-child(15) {
- transform: rotate(265.2631578947deg);
- z-index: 14;
-}
-.circle.size-19 li:nth-child(15) > * {
- transform: rotate(-265.2631578947deg);
-}
-.circle.size-19 li:nth-child(16) {
- transform: rotate(284.2105263158deg);
- z-index: 15;
-}
-.circle.size-19 li:nth-child(16) > * {
- transform: rotate(-284.2105263158deg);
-}
-.circle.size-19 li:nth-child(17) {
- transform: rotate(303.1578947368deg);
- z-index: 16;
-}
-.circle.size-19 li:nth-child(17) > * {
- transform: rotate(-303.1578947368deg);
-}
-.circle.size-19 li:nth-child(18) {
- transform: rotate(322.1052631579deg);
- z-index: 17;
-}
-.circle.size-19 li:nth-child(18) > * {
- transform: rotate(-322.1052631579deg);
-}
-.circle.size-19 li:nth-child(19) {
- transform: rotate(341.0526315789deg);
- z-index: 18;
-}
-.circle.size-19 li:nth-child(19) > * {
- transform: rotate(-341.0526315789deg);
-}
-
-.circle.size-20 li:nth-child(1) {
- transform: rotate(0deg);
- z-index: 20;
-}
-.circle.size-20 li:nth-child(1) > * {
- transform: rotate(0deg);
-}
-.circle.size-20 li:nth-child(2) {
- transform: rotate(18deg);
- z-index: 19;
-}
-.circle.size-20 li:nth-child(2) > * {
- transform: rotate(-18deg);
-}
-.circle.size-20 li:nth-child(3) {
- transform: rotate(36deg);
- z-index: 18;
-}
-.circle.size-20 li:nth-child(3) > * {
- transform: rotate(-36deg);
-}
-.circle.size-20 li:nth-child(4) {
- transform: rotate(54deg);
- z-index: 17;
-}
-.circle.size-20 li:nth-child(4) > * {
- transform: rotate(-54deg);
-}
-.circle.size-20 li:nth-child(5) {
- transform: rotate(72deg);
- z-index: 16;
-}
-.circle.size-20 li:nth-child(5) > * {
- transform: rotate(-72deg);
-}
-.circle.size-20 li:nth-child(6) {
- transform: rotate(90deg);
- z-index: 15;
-}
-.circle.size-20 li:nth-child(6) > * {
- transform: rotate(-90deg);
-}
-.circle.size-20 li:nth-child(7) {
- transform: rotate(108deg);
- z-index: 14;
-}
-.circle.size-20 li:nth-child(7) > * {
- transform: rotate(-108deg);
-}
-.circle.size-20 li:nth-child(8) {
- transform: rotate(126deg);
- z-index: 13;
-}
-.circle.size-20 li:nth-child(8) > * {
- transform: rotate(-126deg);
-}
-.circle.size-20 li:nth-child(9) {
- transform: rotate(144deg);
- z-index: 12;
-}
-.circle.size-20 li:nth-child(9) > * {
- transform: rotate(-144deg);
-}
-.circle.size-20 li:nth-child(10) {
- transform: rotate(162deg);
- z-index: 11;
-}
-.circle.size-20 li:nth-child(10) > * {
- transform: rotate(-162deg);
-}
-.circle.size-20 li:nth-child(11) {
- transform: rotate(180deg);
- z-index: 10;
-}
-.circle.size-20 li:nth-child(11) > * {
- transform: rotate(-180deg);
-}
-.circle.size-20 li:nth-child(12) {
- transform: rotate(198deg);
- z-index: 11;
-}
-.circle.size-20 li:nth-child(12) > * {
- transform: rotate(-198deg);
-}
-.circle.size-20 li:nth-child(13) {
- transform: rotate(216deg);
- z-index: 12;
-}
-.circle.size-20 li:nth-child(13) > * {
- transform: rotate(-216deg);
-}
-.circle.size-20 li:nth-child(14) {
- transform: rotate(234deg);
- z-index: 13;
-}
-.circle.size-20 li:nth-child(14) > * {
- transform: rotate(-234deg);
-}
-.circle.size-20 li:nth-child(15) {
- transform: rotate(252deg);
- z-index: 14;
-}
-.circle.size-20 li:nth-child(15) > * {
- transform: rotate(-252deg);
-}
-.circle.size-20 li:nth-child(16) {
- transform: rotate(270deg);
- z-index: 15;
-}
-.circle.size-20 li:nth-child(16) > * {
- transform: rotate(-270deg);
-}
-.circle.size-20 li:nth-child(17) {
- transform: rotate(288deg);
- z-index: 16;
-}
-.circle.size-20 li:nth-child(17) > * {
- transform: rotate(-288deg);
-}
-.circle.size-20 li:nth-child(18) {
- transform: rotate(306deg);
- z-index: 17;
-}
-.circle.size-20 li:nth-child(18) > * {
- transform: rotate(-306deg);
-}
-.circle.size-20 li:nth-child(19) {
- transform: rotate(324deg);
- z-index: 18;
-}
-.circle.size-20 li:nth-child(19) > * {
- transform: rotate(-324deg);
-}
-.circle.size-20 li:nth-child(20) {
- transform: rotate(342deg);
- z-index: 19;
-}
-.circle.size-20 li:nth-child(20) > * {
- transform: rotate(-342deg);
-}
-
-/*# sourceMappingURL=circle.css.map */
diff --git a/css/circle.css.map b/css/circle.css.map
deleted file mode 100644
index e7163e4..0000000
--- a/css/circle.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sourceRoot":"","sources":["circle.scss"],"names":[],"mappings":"AAqBA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AApCF;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAEE;;AAIF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE;;AARJ;EACE;EAIE;;AAEF;EACE","file":"circle.css"}
\ No newline at end of file
diff --git a/css/circle.scss b/css/circle.scss
deleted file mode 100644
index 20a4d42..0000000
--- a/css/circle.scss
+++ /dev/null
@@ -1,62 +0,0 @@
-@mixin on-circle($item-count) {
- $angle: (360 / $item-count);
- $rot: 0;
-
- @for $i from 1 through $item-count {
- &:nth-child(#{$i}) {
- transform: rotate($rot * 1deg);
- @if $i - 1 <= $item-count / 2 {
- z-index: $item-count - $i + 1;
- } @else {
- z-index: $i - 1;
- }
- > * {
- transform: rotate($rot * -1deg);
- }
- }
- $rot: $rot + $angle;
- }
-}
-
-
-.circle {
- padding: 0;
- width: 100%;
- height: 100%;
- list-style: none;
- overflow: hidden;
- position: relative;
- margin: 0;
- box-sizing: border-box;
-
- li {
- position: absolute;
- top: 0;
- left: 50%;
- height: 50%;
- transform-origin: 0 100%;
- text-align: center;
-
- > * {
- margin-left: -100px;
- width: 200px;
- }
- }
-}
-
-.circle.size-5 li { @include on-circle($item-count: 5); }
-.circle.size-6 li { @include on-circle($item-count: 6); }
-.circle.size-7 li { @include on-circle($item-count: 7); }
-.circle.size-8 li { @include on-circle($item-count: 8); }
-.circle.size-9 li { @include on-circle($item-count: 9); }
-.circle.size-10 li { @include on-circle($item-count: 10); }
-.circle.size-11 li { @include on-circle($item-count: 11); }
-.circle.size-12 li { @include on-circle($item-count: 12); }
-.circle.size-13 li { @include on-circle($item-count: 13); }
-.circle.size-14 li { @include on-circle($item-count: 14); }
-.circle.size-15 li { @include on-circle($item-count: 15); }
-.circle.size-16 li { @include on-circle($item-count: 16); }
-.circle.size-17 li { @include on-circle($item-count: 17); }
-.circle.size-18 li { @include on-circle($item-count: 18); }
-.circle.size-19 li { @include on-circle($item-count: 19); }
-.circle.size-20 li { @include on-circle($item-count: 20); }
diff --git a/css/main.css b/css/main.css
deleted file mode 100644
index 89b8e1f..0000000
--- a/css/main.css
+++ /dev/null
@@ -1,463 +0,0 @@
-/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
-/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
-/*
- * What follows is the result of much research on cross-browser styling.
- * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
- * Kroc Camen, and the H5BP dev community and team.
- */
-/* ==========================================================================
- Base styles: opinionated defaults
- ========================================================================== */
-@font-face {
- font-family: "Papyrus";
- src: url("../fonts/papyrus.eot");
- /* IE9*/
- src: url("../fonts/papyrus.eot?#iefix") format("embedded-opentype"), url("../fonts/papyrus.woff2") format("woff2"), url("../fonts/papyrus.woff") format("woff"), url("../fonts/papyrus.ttf") format("truetype"), url("../fonts/papyrus.svg#PapyrusW01") format("svg");
- /* iOS 4.1- */
-}
-html, body {
- font-size: 1.2em;
- line-height: 1.4;
- background: url("../img/background.jpg") center center;
- background-size: cover;
- color: white;
- height: 100%;
- font-family: "Roboto Condensed", sans-serif;
- -webkit-font-smoothing: subpixel-antialiased;
-}
-
-/*
- * Remove text-shadow in selection highlight:
- * https://twitter.com/miketaylr/status/12228805301
- *
- * Vendor-prefixed and regular ::selection selectors cannot be combined:
- * https://stackoverflow.com/a/16982510/7133471
- *
- * Customize the background color to match your design.
- */
-::-moz-selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-::selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-/*
- * A better looking default horizontal rule
- */
-hr {
- display: block;
- height: 1px;
- border: 0;
- border-top: 1px solid #ccc;
- margin: 1em 0;
- padding: 0;
-}
-
-/*
- * Remove the gap between audio, canvas, iframes,
- * images, videos and the bottom of their containers:
- * https://github.com/h5bp/html5-boilerplate/issues/440
- */
-audio,
-canvas,
-iframe,
-img,
-svg,
-video {
- vertical-align: middle;
-}
-
-/*
- * Remove default fieldset styles.
- */
-fieldset {
- border: 0;
- margin: 0;
- padding: 0;
-}
-
-/*
- * Allow only vertical resizing of textareas.
- */
-textarea {
- resize: vertical;
-}
-
-/* ==========================================================================
- Browser Upgrade Prompt
- ========================================================================== */
-.browserupgrade {
- margin: 0.2em 0;
- background: #ccc;
- color: #000;
- padding: 0.2em 0;
-}
-
-/* ==========================================================================
- Author's custom styles
- ========================================================================== */
-.square {
- width: 100%;
- height: 100%;
- position: relative;
- border-radius: 50%;
- box-sizing: border-box;
- padding: 20px;
-}
-.square .circle {
- background: url("../img/demon-head2.png") center center no-repeat;
- background-size: 10%;
-}
-.square.public .circle {
- background-image: url("../img/demon-head.png");
-}
-.square .player {
- margin-bottom: 10px;
-}
-.square .player .shroud {
- content: " ";
- background: url("../img/shroud.png") center -10px no-repeat;
- background-size: auto 100%;
- position: absolute;
- margin-left: -50px;
- width: 100px;
- height: 100px;
- left: 50%;
- top: 0;
- cursor: pointer;
- opacity: 0;
- transition: opacity 200ms;
- z-index: 2;
-}
-.square .player .shroud:hover {
- opacity: 1;
-}
-.square .player.dead .shroud {
- opacity: 1;
-}
-.square .player.dead .name {
- color: #999;
-}
-.square.public .player.dead .shroud {
- display: none;
-}
-.square.public .player.dead:after {
- background: url("../img/vote.png") center center no-repeat;
- background-size: 40%;
- height: 153px;
-}
-.square.public .player.dead.traveller:after {
- filter: grayscale(100%);
-}
-.square.public .player.dead.no-vote:after {
- display: none;
-}
-.square .token {
- border-radius: 50%;
- height: 153px;
- width: 153px;
- background: url("../img/token.png") center center;
- background-size: 100%;
- text-align: center;
- position: relative;
- color: black;
- margin: auto;
- font-weight: 600;
- text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 5px rgba(0, 0, 0, 0.75);
- padding-top: 105px;
- box-sizing: border-box;
- font-family: "Papyrus", serif;
- border: 3px solid black;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- cursor: pointer;
-}
-.square .token:before {
- content: " ";
- background-size: 100%;
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
-}
-.square .token span {
- position: absolute;
- width: 100%;
- height: 100%;
- background-size: 100%;
- left: 0;
- top: 0;
- pointer-events: none;
-}
-.square .token span.leaf-left {
- background-image: url("../img/leaf-left.png");
-}
-.square .token span.leaf-orange {
- background-image: url("../img/leaf-orange.png");
-}
-.square .token span.leaf-right {
- background-image: url("../img/leaf-right.png");
-}
-.square .token span.leaf-top1 {
- background-image: url("../img/leaf-top1.png");
-}
-.square .token span.leaf-top2 {
- background-image: url("../img/leaf-top2.png");
-}
-.square .token span.leaf-top3 {
- background-image: url("../img/leaf-top3.png");
-}
-.square .token span.leaf-top4 {
- background-image: url("../img/leaf-top4.png");
-}
-.square .token span.leaf-top5 {
- background-image: url("../img/leaf-top5.png");
-}
-.square.public .token {
- background-image: url("../img/life.png");
-}
-.square.public .token:before, .square.public .token:after, .square.public .token span {
- display: none;
-}
-.square.public .player.dead .token {
- background-image: url("../img/death.png");
-}
-.square.public .player.traveller .token {
- filter: grayscale(100%);
-}
-.square .name {
- font-size: 120%;
- line-height: 120%;
- text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0 0 10px rgba(0, 0, 0, 0.75);
-}
-.square .reminder {
- background: url("../img/reminder.png") center center;
- background-size: 100%;
- width: 75px;
- height: 75px;
- color: black;
- font-size: 50%;
- font-weight: bold;
- display: block;
- margin: 5px -37.5px 0;
- text-align: center;
- position: relative;
- box-sizing: border-box;
- padding-top: 45px;
- border-radius: 50%;
- border: 3px solid black;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- transition: opacity 200ms;
- cursor: pointer;
-}
-.square .reminder:before, .square .reminder:after {
- content: " ";
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-size: 100%;
- background-position: center 0;
- background-repeat: no-repeat;
- background-image: url("../img/icon-plus.png");
- transition: opacity 200ms;
-}
-.square .reminder:after {
- background-image: url("../img/icon-x.png");
- opacity: 0;
-}
-.square .reminder.add {
- opacity: 0;
-}
-.square .reminder.add:after {
- display: none;
-}
-.square .reminder:hover:before {
- opacity: 0;
-}
-.square .reminder:hover:after {
- opacity: 1;
-}
-.square .circle li:hover .reminder.add {
- opacity: 1;
-}
-.square .circle li:hover .reminder.add:before {
- opacity: 1;
-}
-.square.public .reminder {
- display: none;
-}
-.square .controls {
- position: absolute;
- right: 0;
- top: 0;
-}
-
-/* ==========================================================================
- Helper classes
- ========================================================================== */
-/*
- * Hide visually and from screen readers
- */
-.hidden {
- display: none !important;
-}
-
-/*
-* Hide only visually, but have it available for screen readers:
-* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
-*
-* 1. For long content, line feeds are not interpreted as spaces and small width
-* causes content to wrap 1 word per line:
-* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
-*/
-.sr-only {
- border: 0;
- clip: rect(0, 0, 0, 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- white-space: nowrap;
- width: 1px;
- /* 1 */
-}
-
-/*
-* Extends the .sr-only class to allow the element
-* to be focusable when navigated to via the keyboard:
-* https://www.drupal.org/node/897638
-*/
-.sr-only.focusable:active,
-.sr-only.focusable:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- white-space: inherit;
- width: auto;
-}
-
-/*
-* Hide visually and from screen readers, but maintain layout
-*/
-.invisible {
- visibility: hidden;
-}
-
-/*
-* Clearfix: contain floats
-*
-* For modern browsers
-* 1. The space content is one way to avoid an Opera bug when the
-* `contenteditable` attribute is included anywhere else in the document.
-* Otherwise it causes space to appear at the top and bottom of elements
-* that receive the `clearfix` class.
-* 2. The use of `table` rather than `block` is only necessary if using
-* `:before` to contain the top-margins of child elements.
-*/
-.clearfix:before,
-.clearfix:after {
- content: " ";
- /* 1 */
- display: table;
- /* 2 */
-}
-
-.clearfix:after {
- clear: both;
-}
-
-/* ==========================================================================
- EXAMPLE Media Queries for Responsive Design.
- These examples override the primary ('mobile first') styles.
- Modify as content requires.
- ========================================================================== */
-@media only screen and (min-width: 35em) {
- /* Style adjustments for viewports that meet the condition */
-}
-@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
- /* Style adjustments for high resolution devices */
-}
-/* ==========================================================================
- Print styles.
- Inlined to avoid the additional HTTP request:
- https://www.phpied.com/delay-loading-your-print-css/
- ========================================================================== */
-@media print {
- *,
-*:before,
-*:after {
- background: transparent !important;
- color: #000 !important;
- /* Black prints faster */
- box-shadow: none !important;
- text-shadow: none !important;
- }
-
- a,
-a:visited {
- text-decoration: underline;
- }
-
- a[href]:after {
- content: " (" attr(href) ")";
- }
-
- abbr[title]:after {
- content: " (" attr(title) ")";
- }
-
- /*
- * Don't show links that are fragment identifiers,
- * or use the `javascript:` pseudo protocol
- */
- a[href^="#"]:after,
-a[href^="javascript:"]:after {
- content: "";
- }
-
- pre {
- white-space: pre-wrap !important;
- }
-
- pre,
-blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
-
- /*
- * Printing Tables:
- * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
- */
- thead {
- display: table-header-group;
- }
-
- tr,
-img {
- page-break-inside: avoid;
- }
-
- p,
-h2,
-h3 {
- orphans: 3;
- widows: 3;
- }
-
- h2,
-h3 {
- page-break-after: avoid;
- }
-}
-
-/*# sourceMappingURL=main.css.map */
diff --git a/css/main.css.map b/css/main.css.map
deleted file mode 100644
index 9e7b5f3..0000000
--- a/css/main.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sourceRoot":"","sources":["main.scss"],"names":[],"mappings":"AAAA;AAEA;AACA;AAAA;AAAA;AAAA;AAAA;AAMA;AAAA;AAAA;AAIA;EAAY;EACR;AAAkC;EAClC;AAIsD;;AAG1D;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;;;AAGJ;AAAA;AAAA;AAIA;EACI;EACA;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAMA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAGJ;EACI;;AAIJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAAU;;AAGd;EAAiB;;AACjB;EAAe;;AAIf;EAAU;;AACV;EACI;EACA;EACA;;AAEJ;EAAoB;;AACpB;EAAkB;;AAItB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAAc;;AACd;EAAgB;;AAChB;EAAe;;AACf;EAAc;;AACd;EAAc;;AACd;EAAc;;AACd;EAAc;;AACd;EAAc;;AAItB;EACI;;AACA;EAA0B;;AAG9B;EACI;;AAGJ;EACI;;AAIJ;EACI;EACA;EACA,aACI;;AAQR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AACA;EAAU;;AAGd;EAAiB;;AACjB;EAAgB;;AAEpB;EAAkC;;AAClC;EAAwC;;AAExC;EAAqB;;AAGrB;EACI;EACA;EACA;;;AAIR;AAAA;AAAA;AAIA;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAMA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;EAEI;AACA;EACA;AACA;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAMA;AACI;;AAGJ;AAII;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAMA;EACI;AAAA;AAAA;IAGI;IACA;AACA;IACA;IACA;;;EAEJ;AAAA;IAEI;;;EAEJ;IACI;;;EAEJ;IACI;;;AAEJ;AAAA;AAAA;AAAA;EAIA;AAAA;IAEI;;;EAEJ;IACI;;;EAEJ;AAAA;IAEI;IACA;;;AAEJ;AAAA;AAAA;AAAA;EAIA;IACI;;;EAEJ;AAAA;IAEI;;;EAEJ;AAAA;AAAA;IAGI;IACA;;;EAEJ;AAAA;IAEI","file":"main.css"}
\ No newline at end of file
diff --git a/css/main.scss b/css/main.scss
deleted file mode 100644
index c520ab4..0000000
--- a/css/main.scss
+++ /dev/null
@@ -1,474 +0,0 @@
-/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
-
-/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
-/*
- * What follows is the result of much research on cross-browser styling.
- * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
- * Kroc Camen, and the H5BP dev community and team.
- */
-
-/* ==========================================================================
- Base styles: opinionated defaults
- ========================================================================== */
-
-@font-face {font-family: "Papyrus";
- src: url("../fonts/papyrus.eot"); /* IE9*/
- src: url("../fonts/papyrus.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/papyrus.woff2") format("woff2"), /* chrome firefox */
- url("../fonts/papyrus.woff") format("woff"), /* chrome firefox */
- url("../fonts/papyrus.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
- url("../fonts/papyrus.svg#PapyrusW01") format("svg"); /* iOS 4.1- */
-}
-
-html, body {
- font-size: 1.2em;
- line-height: 1.4;
- background: url('../img/background.jpg') center center;
- background-size: cover;
- color: white;
- height: 100%;
- font-family: 'Roboto Condensed', sans-serif;
- -webkit-font-smoothing: subpixel-antialiased;
-}
-
-/*
- * Remove text-shadow in selection highlight:
- * https://twitter.com/miketaylr/status/12228805301
- *
- * Vendor-prefixed and regular ::selection selectors cannot be combined:
- * https://stackoverflow.com/a/16982510/7133471
- *
- * Customize the background color to match your design.
- */
-
-::-moz-selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-::selection {
- background: #b3d4fc;
- text-shadow: none;
-}
-
-/*
- * A better looking default horizontal rule
- */
-
-hr {
- display: block;
- height: 1px;
- border: 0;
- border-top: 1px solid #ccc;
- margin: 1em 0;
- padding: 0;
-}
-
-/*
- * Remove the gap between audio, canvas, iframes,
- * images, videos and the bottom of their containers:
- * https://github.com/h5bp/html5-boilerplate/issues/440
- */
-
-audio,
-canvas,
-iframe,
-img,
-svg,
-video {
- vertical-align: middle;
-}
-
-/*
- * Remove default fieldset styles.
- */
-
-fieldset {
- border: 0;
- margin: 0;
- padding: 0;
-}
-
-/*
- * Allow only vertical resizing of textareas.
- */
-
-textarea {
- resize: vertical;
-}
-
-/* ==========================================================================
- Browser Upgrade Prompt
- ========================================================================== */
-
-.browserupgrade {
- margin: 0.2em 0;
- background: #ccc;
- color: #000;
- padding: 0.2em 0;
-}
-
-/* ==========================================================================
- Author's custom styles
- ========================================================================== */
-
-$token: 150px;
-
-.square {
- width: 100%;
- height: 100%;
- position: relative;
- border-radius: 50%;
- box-sizing: border-box;
- padding: 20px;
-
- // player circle
- .circle {
- background: url('../img/demon-head2.png') center center no-repeat;
- background-size: 10%;
- }
-
- &.public .circle {
- background-image: url('../img/demon-head.png');
- }
-
- // Player token
- .player {
- margin-bottom: 10px;
-
- .shroud {
- content: " ";
- background: url('../img/shroud.png') center -10px no-repeat;
- background-size: auto 100%;
- position: absolute;
- margin-left: -2/6 * $token;
- width: 2/3 * $token;
- height: 2/3 * $token;
- left: 50%;
- top: 0;
- cursor: pointer;
- opacity: 0;
- transition: opacity 200ms;
- z-index: 2;
- &:hover { opacity: 1; }
- }
-
- &.dead .shroud { opacity: 1; }
- &.dead .name { color: #999; }
- }
-
- &.public .player.dead {
- .shroud { display: none; }
- &:after {
- background: url('../img/vote.png') center center no-repeat;
- background-size: 40%;
- height: $token + 3px;
- }
- &.traveller:after { filter: grayscale(100%); }
- &.no-vote:after { display: none; }
- }
-
- // Role token
- .token {
- border-radius: 50%;
- height: $token + 3px;
- width: $token + 3px;
- background: url('../img/token.png') center center;
- background-size: 100%;
- text-align: center;
- position: relative;
- color: black;
- margin: auto;
- font-weight: 600;
- text-shadow:
- -1px -1px 0 #fff,
- 1px -1px 0 #fff,
- -1px 1px 0 #fff,
- 1px 1px 0 #fff,
- 0 0 5px rgba(0,0,0,0.75);
- padding-top: $token * 0.7;
- box-sizing: border-box;
- font-family: 'Papyrus', serif;
- border: 3px solid black;
- box-shadow: 0 0 10px rgba(0,0,0,0.5);
- cursor: pointer;
-
- &:before {
- content: " ";
- background-size: 100%;
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
-
- span {
- position: absolute;
- width: 100%;
- height: 100%;
- background-size: 100%;
- left: 0;
- top: 0;
- pointer-events: none;
- &.leaf-left { background-image: url('../img/leaf-left.png'); }
- &.leaf-orange { background-image: url('../img/leaf-orange.png'); }
- &.leaf-right { background-image: url('../img/leaf-right.png'); }
- &.leaf-top1 { background-image: url('../img/leaf-top1.png'); }
- &.leaf-top2 { background-image: url('../img/leaf-top2.png'); }
- &.leaf-top3 { background-image: url('../img/leaf-top3.png'); }
- &.leaf-top4 { background-image: url('../img/leaf-top4.png'); }
- &.leaf-top5 { background-image: url('../img/leaf-top5.png'); }
- }
- }
-
- &.public .token {
- background-image: url('../img/life.png');
- &:before, &:after, span { display: none; }
- }
-
- &.public .player.dead .token {
- background-image: url('../img/death.png');
- }
-
- &.public .player.traveller .token {
- filter: grayscale(100%);
- }
-
- // Player name
- .name {
- font-size: 120%;
- line-height: 120%;
- text-shadow:
- -2px -2px 0 #000,
- 2px -2px 0 #000,
- -2px 2px 0 #000,
- 2px 2px 0 #000,
- 0 0 10px rgba(0,0,0,0.75);
- }
-
- // Reminder token
- .reminder {
- background: url('../img/reminder.png') center center;
- background-size: 100%;
- width: $token / 2;
- height: $token / 2;
- color: black;
- font-size: 50%;
- font-weight: bold;
- display: block;
- margin: 5px ($token / -4) 0;
- text-align: center;
- position: relative;
- box-sizing: border-box;
- padding-top: $token * 0.3;
- border-radius: 50%;
- border: 3px solid black;
- box-shadow: 0 0 10px rgba(0,0,0,0.5);
- transition: opacity 200ms;
- cursor: pointer;
-
- &:before, &:after {
- content: " ";
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-size: 100%;
- background-position: center 0;
- background-repeat: no-repeat;
- background-image: url('../img/icon-plus.png');
- transition: opacity 200ms;
- }
-
- &:after {
- background-image: url('../img/icon-x.png');
- opacity: 0;
- }
-
- &.add {
- opacity: 0;
- &:after { display: none; }
- }
-
- &:hover:before { opacity: 0; }
- &:hover:after { opacity: 1; }
- }
- .circle li:hover .reminder.add, { opacity: 1; }
- .circle li:hover .reminder.add:before { opacity: 1; }
-
- &.public .reminder { display: none; }
-
- // Controls
- .controls {
- position: absolute;
- right: 0;
- top: 0;
- }
-}
-
-/* ==========================================================================
- Helper classes
- ========================================================================== */
-
-/*
- * Hide visually and from screen readers
- */
-
-.hidden {
- display: none !important;
-}
-
-/*
-* Hide only visually, but have it available for screen readers:
-* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
-*
-* 1. For long content, line feeds are not interpreted as spaces and small width
-* causes content to wrap 1 word per line:
-* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
-*/
-
-.sr-only {
- border: 0;
- clip: rect(0, 0, 0, 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- white-space: nowrap;
- width: 1px;
- /* 1 */
-}
-
-/*
-* Extends the .sr-only class to allow the element
-* to be focusable when navigated to via the keyboard:
-* https://www.drupal.org/node/897638
-*/
-
-.sr-only.focusable:active,
-.sr-only.focusable:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- white-space: inherit;
- width: auto;
-}
-
-/*
-* Hide visually and from screen readers, but maintain layout
-*/
-
-.invisible {
- visibility: hidden;
-}
-
-/*
-* Clearfix: contain floats
-*
-* For modern browsers
-* 1. The space content is one way to avoid an Opera bug when the
-* `contenteditable` attribute is included anywhere else in the document.
-* Otherwise it causes space to appear at the top and bottom of elements
-* that receive the `clearfix` class.
-* 2. The use of `table` rather than `block` is only necessary if using
-* `:before` to contain the top-margins of child elements.
-*/
-
-.clearfix:before,
-.clearfix:after {
- content: " ";
- /* 1 */
- display: table;
- /* 2 */
-}
-
-.clearfix:after {
- clear: both;
-}
-
-/* ==========================================================================
- EXAMPLE Media Queries for Responsive Design.
- These examples override the primary ('mobile first') styles.
- Modify as content requires.
- ========================================================================== */
-
-@media only screen and (min-width: 35em) {
- /* Style adjustments for viewports that meet the condition */
-}
-
-@media print,
-(-webkit-min-device-pixel-ratio: 1.25),
-(min-resolution: 1.25dppx),
-(min-resolution: 120dpi) {
- /* Style adjustments for high resolution devices */
-}
-
-/* ==========================================================================
- Print styles.
- Inlined to avoid the additional HTTP request:
- https://www.phpied.com/delay-loading-your-print-css/
- ========================================================================== */
-
-@media print {
- *,
- *:before,
- *:after {
- background: transparent !important;
- color: #000 !important;
- /* Black prints faster */
- box-shadow: none !important;
- text-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- a[href]:after {
- content: " (" attr(href) ")";
- }
- abbr[title]:after {
- content: " (" attr(title) ")";
- }
- /*
- * Don't show links that are fragment identifiers,
- * or use the `javascript:` pseudo protocol
- */
- a[href^="#"]:after,
- a[href^="javascript:"]:after {
- content: "";
- }
- pre {
- white-space: pre-wrap !important;
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- /*
- * Printing Tables:
- * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
- */
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
-}
diff --git a/css/normalize.css b/css/normalize.css
deleted file mode 100644
index 6d1403e..0000000
--- a/css/normalize.css
+++ /dev/null
@@ -1,349 +0,0 @@
-/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
-
-/* Document
- ========================================================================== */
-
-/**
- * 1. Correct the line height in all browsers.
- * 2. Prevent adjustments of font size after orientation changes in iOS.
- */
-
-html {
- line-height: 1.15; /* 1 */
- -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/* Sections
- ========================================================================== */
-
-/**
- * Remove the margin in all browsers.
- */
-
-body {
- margin: 0;
-}
-
-/**
- * Render the `main` element consistently in IE.
- */
-
-main {
- display: block;
-}
-
-/**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/* Grouping content
- ========================================================================== */
-
-/**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
-
-hr {
- box-sizing: content-box; /* 1 */
- height: 0; /* 1 */
- overflow: visible; /* 2 */
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-pre {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
-/* Text-level semantics
- ========================================================================== */
-
-/**
- * Remove the gray background on active links in IE 10.
- */
-
-a {
- background-color: transparent;
-}
-
-/**
- * 1. Remove the bottom border in Chrome 57-
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
-
-abbr[title] {
- border-bottom: none; /* 1 */
- text-decoration: underline; /* 2 */
- text-decoration: underline dotted; /* 2 */
-}
-
-/**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
-
-b,
-strong {
- font-weight: bolder;
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-code,
-kbd,
-samp {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
-/**
- * Add the correct font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove the border on images inside links in IE 10.
- */
-
-img {
- border-style: none;
-}
-
-/* Forms
- ========================================================================== */
-
-/**
- * 1. Change the font styles in all browsers.
- * 2. Remove the margin in Firefox and Safari.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
- font-family: inherit; /* 1 */
- font-size: 100%; /* 1 */
- line-height: 1.15; /* 1 */
- margin: 0; /* 2 */
-}
-
-/**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
-
-button,
-input { /* 1 */
- overflow: visible;
-}
-
-/**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
-
-button,
-select { /* 1 */
- text-transform: none;
-}
-
-/**
- * Correct the inability to style clickable types in iOS and Safari.
- */
-
-button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button;
-}
-
-/**
- * Remove the inner border and padding in Firefox.
- */
-
-button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-/**
- * Restore the focus styles unset by the previous rule.
- */
-
-button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-/**
- * Correct the padding in Firefox.
- */
-
-fieldset {
- padding: 0.35em 0.75em 0.625em;
-}
-
-/**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
-
-legend {
- box-sizing: border-box; /* 1 */
- color: inherit; /* 2 */
- display: table; /* 1 */
- max-width: 100%; /* 1 */
- padding: 0; /* 3 */
- white-space: normal; /* 1 */
-}
-
-/**
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
-
-progress {
- vertical-align: baseline;
-}
-
-/**
- * Remove the default vertical scrollbar in IE 10+.
- */
-
-textarea {
- overflow: auto;
-}
-
-/**
- * 1. Add the correct box sizing in IE 10.
- * 2. Remove the padding in IE 10.
- */
-
-[type="checkbox"],
-[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
-
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
-
-[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- outline-offset: -2px; /* 2 */
-}
-
-/**
- * Remove the inner padding in Chrome and Safari on macOS.
- */
-
-[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
-
-::-webkit-file-upload-button {
- -webkit-appearance: button; /* 1 */
- font: inherit; /* 2 */
-}
-
-/* Interactive
- ========================================================================== */
-
-/*
- * Add the correct display in Edge, IE 10+, and Firefox.
- */
-
-details {
- display: block;
-}
-
-/*
- * Add the correct display in all browsers.
- */
-
-summary {
- display: list-item;
-}
-
-/* Misc
- ========================================================================== */
-
-/**
- * Add the correct display in IE 10+.
- */
-
-template {
- display: none;
-}
-
-/**
- * Add the correct display in IE 10.
- */
-
-[hidden] {
- display: none;
-}
diff --git a/css/roles.css b/css/roles.css
deleted file mode 100644
index 00c0d51..0000000
--- a/css/roles.css
+++ /dev/null
@@ -1,252 +0,0 @@
-.square .token.baron:before {
- background-image: url("../img/icon-baron.png");
-}
-.square .token.baron:after {
- content: "Baron";
-}
-
-.square .reminder.baron:before {
- background-image: url("../img/icon-baron.png");
-}
-
-.square .token.butler:before {
- background-image: url("../img/icon-butler.png");
-}
-.square .token.butler:after {
- content: "Butler";
-}
-
-.square .reminder.butler:before {
- background-image: url("../img/icon-butler.png");
-}
-
-.square .token.chef:before {
- background-image: url("../img/icon-chef.png");
-}
-.square .token.chef:after {
- content: "Chef";
-}
-
-.square .reminder.chef:before {
- background-image: url("../img/icon-chef.png");
-}
-
-.square .token.drunk:before {
- background-image: url("../img/icon-drunk.png");
-}
-.square .token.drunk:after {
- content: "Drunk";
-}
-
-.square .reminder.drunk:before {
- background-image: url("../img/icon-drunk.png");
-}
-
-.square .token.empath:before {
- background-image: url("../img/icon-empath.png");
-}
-.square .token.empath:after {
- content: "Empath";
-}
-
-.square .reminder.empath:before {
- background-image: url("../img/icon-empath.png");
-}
-
-.square .token.fortuneteller:before {
- background-image: url("../img/icon-fortuneteller.png");
-}
-.square .token.fortuneteller:after {
- content: "Fortune Teller";
-}
-
-.square .reminder.fortuneteller:before {
- background-image: url("../img/icon-fortuneteller.png");
-}
-
-.square .token.imp:before {
- background-image: url("../img/icon-imp.png");
-}
-.square .token.imp:after {
- content: "Imp";
-}
-
-.square .reminder.imp:before {
- background-image: url("../img/icon-imp.png");
-}
-
-.square .token.investigator:before {
- background-image: url("../img/icon-investigator.png");
-}
-.square .token.investigator:after {
- content: "Investigator";
-}
-
-.square .reminder.investigator:before {
- background-image: url("../img/icon-investigator.png");
-}
-
-.square .token.librarian:before {
- background-image: url("../img/icon-librarian.png");
-}
-.square .token.librarian:after {
- content: "Librarian";
-}
-
-.square .reminder.librarian:before {
- background-image: url("../img/icon-librarian.png");
-}
-
-.square .token.mayor:before {
- background-image: url("../img/icon-mayor.png");
-}
-.square .token.mayor:after {
- content: "Mayor";
-}
-
-.square .reminder.mayor:before {
- background-image: url("../img/icon-mayor.png");
-}
-
-.square .token.monk:before {
- background-image: url("../img/icon-monk.png");
-}
-.square .token.monk:after {
- content: "Monk";
-}
-
-.square .reminder.monk:before {
- background-image: url("../img/icon-monk.png");
-}
-
-.square .token.poisoner:before {
- background-image: url("../img/icon-poisoner.png");
-}
-.square .token.poisoner:after {
- content: "Poisoner";
-}
-
-.square .reminder.poisoner:before {
- background-image: url("../img/icon-poisoner.png");
-}
-
-.square .token.recluse:before {
- background-image: url("../img/icon-recluse.png");
-}
-.square .token.recluse:after {
- content: "Recluse";
-}
-
-.square .reminder.recluse:before {
- background-image: url("../img/icon-recluse.png");
-}
-
-.square .token.ravenkeeper {
- font-size: 80%;
-}
-.square .token.ravenkeeper:before {
- background-image: url("../img/icon-ravenkeeper.png");
-}
-.square .token.ravenkeeper:after {
- content: "Ravenkeeper";
-}
-
-.square .reminder.ravenkeeper:before {
- background-image: url("../img/icon-ravenkeeper.png");
-}
-
-.square .token.saint:before {
- background-image: url("../img/icon-saint.png");
-}
-.square .token.saint:after {
- content: "Saint";
-}
-
-.square .reminder.saint:before {
- background-image: url("../img/icon-saint.png");
-}
-
-.square .token.slayer:before {
- background-image: url("../img/icon-slayer.png");
-}
-.square .token.slayer:after {
- content: "Slayer";
-}
-
-.square .reminder.slayer:before {
- background-image: url("../img/icon-slayer.png");
-}
-
-.square .token.soldier:before {
- background-image: url("../img/icon-soldier.png");
-}
-.square .token.soldier:after {
- content: "Soldier";
-}
-
-.square .reminder.soldier:before {
- background-image: url("../img/icon-soldier.png");
-}
-
-.square .token.spy:before {
- background-image: url("../img/icon-spy.png");
-}
-.square .token.spy:after {
- content: "Spy";
-}
-
-.square .reminder.spy:before {
- background-image: url("../img/icon-spy.png");
-}
-
-.square .token.scarletwoman:before {
- background-image: url("../img/icon-scarletwoman.png");
-}
-.square .token.scarletwoman:after {
- content: "Scarlet Woman";
-}
-
-.square .reminder.scarletwoman:before {
- background-image: url("../img/icon-scarletwoman.png");
-}
-
-.square .token.undertaker {
- font-size: 85%;
-}
-.square .token.undertaker:before {
- background-image: url("../img/icon-undertaker.png");
-}
-.square .token.undertaker:after {
- content: "Undertaker";
-}
-
-.square .reminder.undertaker:before {
- background-image: url("../img/icon-undertaker.png");
-}
-
-.square .token.virgin:before {
- background-image: url("../img/icon-virgin.png");
-}
-.square .token.virgin:after {
- content: "Virgin";
-}
-
-.square .reminder.virgin:before {
- background-image: url("../img/icon-virgin.png");
-}
-
-.square .token.washerwoman {
- font-size: 75%;
-}
-.square .token.washerwoman:before {
- background-image: url("../img/icon-washerwoman.png");
-}
-.square .token.washerwoman:after {
- content: "Washerwoman";
-}
-
-.square .reminder.washerwoman:before {
- background-image: url("../img/icon-washerwoman.png");
-}
-
-/*# sourceMappingURL=roles.css.map */
diff --git a/css/roles.css.map b/css/roles.css.map
deleted file mode 100644
index acdcdb2..0000000
--- a/css/roles.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sourceRoot":"","sources":["roles.scss"],"names":[],"mappings":"AA0BI;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAXF;EAOE,WA/BF;;AAyBE;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAXF;EAOE,WA/BF;;AAyBE;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAVA;EACE;;AAEF;EACE;;;AAKJ;EACE;;;AAXF;EAOE,WA/BF;;AAyBE;EACE;;AAEF;EACE;;;AAKJ;EACE","file":"roles.css"}
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index 4f77d88..0000000
--- a/index.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-