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 height: calc(100% - (#{$widget-height} + #{3 * $margin}) - #{2 * $margin})
56 top: calc(#{$widget-height} + #{3 * $margin})
57 background-color: $color2
58 border-radius: $border
60 #historyfilters, #statsfilters
62 width: calc(100% - #{2 * $margin})
63 height: calc(#{3 * $widget-height} + #{2 * $margin})
66 width: calc(100% - #{2 * $margin})
67 height: calc(100% - #{4 * $margin} - 2px - (#{3 * $widget-height} + #{2 * $margin}))
75 background-color: $color1-dark
77 background-color: $color1
83 vertical-align: baseline
85 height: $widget-height
86 background-color: $color1
88 border-radius: $border
93 background-color: $color1-dark
102 text-transform: uppercase
108 border-bottom: 1px solid lightgray
109 width: calc(100% - #{2 * $widget-width})
110 height: $widget-height
114 #gobutton, #statsbutton, #historybutton
133 width: $widget-width / 2
134 height: $widget-height / 2
138 transform: translate(-50%, -50%)
139 @media only screen and (orientation: landscape)
141 @media only screen and (orientation: portrait)
145 transform: translate(-50%, 0%)
146 width: calc(100% - #{2 * $margin})
150 transform: translate(-50%, -50%)
151 @media only screen and (orientation: landscape)
153 @media only screen and (orientation: portrait)
157 transform: translate(-50%, 0%)
158 width: calc(100% - #{2 * $margin})
160 animation: startup 0.3s forwards linear
162 animation: startdown 0.3s forwards linear
165 width: calc(100% - #{2 * $margin})
166 transform: translate(-50%, 0%)
169 transform: translate(-50%, -50%)
170 @media only screen and (orientation: landscape)
172 @media only screen and (orientation: portrait)