[Colours 2.0.0 alex.sittampalam@gmail.com**20210103150442 Ignore-this: e839365808e539ccf584e59beac41321 The choice of colour schemes is now out! Users can enjoy the new schemes! This patch relies on patches 1.3.0 to 1.6.0. ] < [try to make control of play/pause more robust Ganesh Sittampalam **20200715230357 Ignore-this: d30993977b9d546b6066a9921549c982f80cc313bc0dbd2967995e89ba252e648ae0ce0a942594bc ] [Colours 1.4.0 alex.sittampalam@gmail.com**20210103131539 Ignore-this: 90076999bfd02c8c583a9c793ebc21d2 Adjusted structure and added a redirect to aid with structure and adjustments for 'Colours 2.0.0'. Requires 'Colours 1.4.1' to work! ] [Colours 1.4.2 alex.sittampalam@gmail.com**20210103140602 Ignore-this: 3fc269cd70c0d7fd9a0a7076a67b3074 Updates the redirect to allow for a nicer page! ] > hunk ./static/timerblue.html 18 +
+ +
hunk ./static/timerblue.html 136 + hunk ./static/timerplain.html 18 +
+ +
hunk ./static/timerplain.html 136 + hunk ./static/timerred.html 18 +
+ +
hunk ./static/timerred.html 136 + hunk ./static/timerstyle.css 9 +.plainpageselect { + font-size: 80px; +} + +.bluepageselect { + font-size: 80px; +} + +.redpageselect { + font-size: 80px; +} + +.plainpage { + font-size: 72px; + padding: 2px 6px 2px 6px; +} + +.bluepage { + font-size: 72px; + background-color: #00e1ff; + color: #0000ff; + padding: 2px 6px 2px 6px; +} + +.redpage { + font-size: 72px; + background-color: #ff0000; + color: #fac635; + padding: 2px 6px 2px 6px; +} +