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 min-height: calc(100% - (7vmin + 21px) - 14px);
60 top: calc(7vmin + 21px);
61 background-color: white;
68 width: calc(100% - 14px);
69 height: calc(21vmin + 14px);
74 width: calc(100% - 14px);
88 background-color: #b41e1e;
92 background-color: #c83232;
102 vertical-align: baseline;
105 background-color: #c83232;
114 background-color: #b41e1e;
124 text-transform: uppercase;
132 border-bottom: 1px solid lightgray;
133 width: calc(100% - 36vmin);
140 #gobutton, #statsbutton, #historybutton {
157 transform: translate(-50%, -50%);
158 @media only screen and (orientation: landscape) {
161 @media only screen and (orientation: portrait) {
167 transform: translate(-50%, 0%);
168 width: calc(100% - 14px);
171 @keyframes startdown {
174 transform: translate(-50%, -50%);
175 @media only screen and (orientation: landscape) {
178 @media only screen and (orientation: portrait) {
184 transform: translate(-50%, 0%);
185 width: calc(100% - 14px);
189 animation: startup 0.3s forwards linear;
193 animation: startdown 0.3s forwards linear;
198 width: calc(100% - 14px);
199 transform: translate(-50%, 0%);
204 transform: translate(-50%, -50%);
206 @media only screen and (orientation: landscape) {
211 @media only screen and (orientation: portrait) {
217 /*# sourceMappingURL=style.css.map */