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;
12 input, select, button {
19 transform: translate(-50%, -50%);
24 transform: translate(-50%, 0%);
25 width: calc(100% - 20px);
28 @keyframes startdown {
31 transform: translate(-50%, -50%);
36 transform: translate(-50%, 0%);
37 width: calc(100% - 20px);
41 animation: startup 0.3s forwards linear;
44 animation: startdown 0.3s forwards linear;
48 transform: translate(-50%, 0%);
49 width: calc(100% - 20px);
53 transform: translate(-50%, -50%);
61 transform: translate(-50%, -50%);
64 background-color: transparent;
70 text-shadow: 1px 1px 40px black;
75 width: calc(100% - 20px);
77 background-color: white;
79 box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.8);
88 padding: 0px 0px 0px 10px;
91 background-color: rgb(200, 50, 50);
96 text-transform: uppercase;
102 #regionselect:hover {
103 background-color: rgb(180, 30, 30);
105 #regionselect>option {
106 background-color: rgb(200, 50, 50);
110 border-bottom: 1px solid lightgray;
113 width: calc(100% - 220px - 10px);
119 #gobutton, #statsbutton, #historybutton {
131 vertical-align: baseline;
135 background-color: rgb(200, 50, 50);
141 background-color: rgba(180, 30, 30);
143 #matchhistory, #stats {
145 width: calc(100% - 20px);
146 height: calc(100% - 90px - 10px);
149 background-color: white;