2 font-family: 'Noto Sans SC', sans-serif;
11 background-color: rgb(200, 50, 50);
12 box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset;
14 input, select, button {
21 transform: translate(-50%, -50%);
26 transform: translate(-50%, 0%);
27 width: calc(100% - 20px);
30 @keyframes startdown {
33 transform: translate(-50%, -50%);
38 transform: translate(-50%, 0%);
39 width: calc(100% - 20px);
43 animation: startup 0.3s forwards linear;
46 animation: startdown 0.3s forwards linear;
50 transform: translate(-50%, 0%);
51 width: calc(100% - 20px);
55 transform: translate(-50%, -50%);
63 transform: translate(-50%, -50%);
66 background-color: transparent;
72 text-shadow: 1px 1px 40px black;
77 width: calc(100% - 20px);
79 background-color: white;
81 box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.8);
90 padding: 0px 0px 0px 10px;
93 background-color: rgb(200, 50, 50);
98 text-transform: uppercase;
104 #regionselect:hover {
105 background-color: rgb(180, 30, 30);
107 #regionselect>option {
108 background-color: rgb(200, 50, 50);
112 border-bottom: 1px solid lightgray;
115 width: calc(100% - 220px - 10px);
121 #gobutton, #statsbutton, #historybutton {
133 vertical-align: baseline;
137 background-color: rgb(200, 50, 50);
143 background-color: rgba(180, 30, 30);
145 #matchhistory, #stats {
147 width: calc(100% - 20px);
148 min-height: calc(100% - 90px - 10px);
151 background-color: white;