2 font-family: 'Noto Sans SC', sans-serif;
4 background-color: black;
9 background-color: rgb(200, 50, 50);
10 box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset;
13 input, select, button {
20 transform: translate(-50%, -50%);
25 transform: translate(-50%, 0%);
26 width: calc(100% - 20px);
29 @keyframes startdown {
32 transform: translate(-50%, -50%);
37 transform: translate(-50%, 0%);
38 width: calc(100% - 20px);
42 animation: startup 0.3s forwards linear;
45 animation: startdown 0.3s forwards linear;
49 transform: translate(-50%, 0%);
50 width: calc(100% - 20px);
54 transform: translate(-50%, -50%);
62 transform: translate(-50%, -50%);
65 background-color: transparent;
71 text-shadow: 1px 1px 40px black;
76 width: calc(100% - 20px);
78 background-color: white;
80 box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.8);
89 padding: 0px 0px 0px 10px;
92 background-color: rgb(200, 50, 50);
97 text-transform: uppercase;
103 #regionselect:hover {
104 background-color: rgb(180, 30, 30);
106 #regionselect>option {
107 background-color: rgb(200, 50, 50);
111 border-bottom: 1px solid lightgray;
114 width: calc(100% - 220px - 10px);
120 #gobutton, #statsbutton, #historybutton {
132 vertical-align: baseline;
136 background-color: rgb(200, 50, 50);
142 background-color: rgba(180, 30, 30);
144 #matchhistory, #stats {
146 width: calc(100% - 20px);
147 height: calc(100% - 90px - 10px);
150 background-color: white;