3 $color1: rgb(200, 50, 50)
4 $color1-dark: rgb(180, 30, 30)
12 font-family: 'Noto Sans SC', sans-serif
20 background-color: $color1
21 box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset
25 left: calc(50% - #{$margin})
27 transform: translate(-50%, -50%)
29 background-color: transparent
30 border-radius: $border
31 background-color: $color2
32 box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.8)
33 @media only screen and (orientation: landscape)
36 @media only screen and (orientation: portrait)
42 text-shadow: 1px 1px 40px black
45 width: calc(100% - #{2 * $margin})
46 height: $widget-height
47 font-size: $font-size1
52 font-size: $font-size2
53 width: calc(100% - #{2 * $margin})
54 min-height: calc(100% - (#{$widget-height} + #{3 * $margin}) - #{2 * $margin})
56 top: calc(#{$widget-height} + #{3 * $margin})
57 background-color: $color2
58 border-radius: $border
62 width: calc(100% - #{2 * $margin})
63 height: calc(#{3 * $widget-height} + #{2 * $margin})
66 width: calc(100% - #{2 * $margin})
74 background-color: $color1-dark
76 background-color: $color1
82 vertical-align: baseline
84 height: $widget-height
85 background-color: $color1
87 border-radius: $border
92 background-color: $color1-dark
98 text-transform: uppercase
104 border-bottom: 1px solid lightgray
105 width: calc(100% - #{2 * $widget-width})
106 height: $widget-height
110 #gobutton, #statsbutton, #historybutton
123 transform: translate(-50%, -50%)
124 @media only screen and (orientation: landscape)
126 @media only screen and (orientation: portrait)
130 transform: translate(-50%, 0%)
131 width: calc(100% - #{2 * $margin})
135 transform: translate(-50%, -50%)
136 @media only screen and (orientation: landscape)
138 @media only screen and (orientation: portrait)
142 transform: translate(-50%, 0%)
143 width: calc(100% - #{2 * $margin})
145 animation: startup 0.3s forwards linear
147 animation: startdown 0.3s forwards linear
150 width: calc(100% - #{2 * $margin})
151 transform: translate(-50%, 0%)
154 transform: translate(-50%, -50%)
155 @media only screen and (orientation: landscape)
157 @media only screen and (orientation: portrait)