2 font-family: "Noto Sans SC", sans-serif;
12 background-color: #c83232;
13 box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset;
19 left: calc(50% - 7px);
21 transform: translate(-50%, -50%);
23 background-color: transparent;
25 background-color: white;
26 box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.8);
29 @media only screen and (orientation: landscape) {
34 @media only screen and (orientation: portrait) {
42 text-shadow: 1px 1px 40px black;
47 width: calc(100% - 14px);
54 #matchhistory, #stats {
57 width: calc(100% - 14px);
58 height: calc(100% - (7vmin + 21px) - 14px);
60 top: calc(7vmin + 21px);
61 background-color: white;
66 #historyfilters, #statsfilters {
68 width: calc(100% - 14px);
69 height: calc(21vmin + 14px);
74 width: calc(100% - 14px);
75 height: calc(100% - 28px - 2px - (21vmin + 14px));
89 background-color: #b41e1e;
93 background-color: #c83232;
103 vertical-align: baseline;
106 background-color: #c83232;
115 background-color: #b41e1e;
130 text-transform: uppercase;
138 border-bottom: 1px solid lightgray;
139 width: calc(100% - 36vmin);
146 #gobutton, #statsbutton, #historybutton {
178 transform: translate(-50%, -50%);
179 @media only screen and (orientation: landscape) {
182 @media only screen and (orientation: portrait) {
188 transform: translate(-50%, 0%);
189 width: calc(100% - 14px);
192 @keyframes startdown {
195 transform: translate(-50%, -50%);
196 @media only screen and (orientation: landscape) {
199 @media only screen and (orientation: portrait) {
205 transform: translate(-50%, 0%);
206 width: calc(100% - 14px);
210 animation: startup 0.3s forwards linear;
214 animation: startdown 0.3s forwards linear;
219 width: calc(100% - 14px);
220 transform: translate(-50%, 0%);
225 transform: translate(-50%, -50%);
227 @media only screen and (orientation: landscape) {
232 @media only screen and (orientation: portrait) {
238 /*# sourceMappingURL=style.css.map */