Mercurial > code > home > repos > front-door-display
annotate src/scheduleLcd.css @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | affb3c8f3f58 |
children |
rev | line source |
---|---|
3 | 1 html, |
2 body { | |
11 | 3 width: 480px; |
3 | 4 height: 320px; |
11 | 5 font-size: 25px; |
5 | 6 position: relative; |
11 | 7 background: url(check.png); |
3 | 8 } |
9 .area { | |
5 | 10 border: 1px solid gray; |
8
47795c3121f1
bufferless updates! mqtt message is sent over SPI and everything works
drewp@bigasterisk.com
parents:
5
diff
changeset
|
11 background: rgb(39, 45, 103, .9); |
5 | 12 position: absolute; |
8
47795c3121f1
bufferless updates! mqtt message is sent over SPI and everything works
drewp@bigasterisk.com
parents:
5
diff
changeset
|
13 box-shadow: 5px 5px 20px black; |
5 | 14 } |