-<svg xmlns="http://www.w3.org/2000/svg" width="225" height="350">
- <rect x="5" y="5" width="215" height="340" fill="#fffff8" stroke="black" stroke-width="5" rx="25" />
- <g id="text">
- <text x="165" y="60" style="font: bold 50px serif;" fill="red">A</text>
- <text x="150" y="120" style="font: bold 75px serif;" fill="red">♢</text>
- </g>
- <use href="#text" transform="rotate(180 112.5 175)" />
+<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25">
+ <path d="M 2 2 A 1 1 0 0 0 2 5 H 3 A 1 1 0 0 0 3 2 Z M 2 11 A 1 1 0 0 0 2 14 H 3 A 1 1 0 0 0 3 11 Z M 2 20 A 1 1 0 0 0 2 23 H 3 A 1 1 0 0 0 3 20 Z M 8 2 A 1 1 0 0 0 8 5 H 23 A 1 1 0 0 0 23 2 Z M 8 11 A 1 1 0 0 0 8 14 H 23 A 1 1 0 0 0 23 11 Z M 8 20 A 1 1 0 0 0 8 23 H 23 A 1 1 0 0 0 23 20 Z" fill="black" />
</svg>
position: absolute;
right: 0;
top: 0;
- font-size: 5vw;
+ background: center / contain no-repeat url("/img/close.svg"), #e0e0e0;
+ width: 5vw;
+ height: 5vw;
+}
+
+.game-close:hover {
+ background: center / contain no-repeat url("/img/close.svg"), #ffffff;
}
.chat-control, .close-control {