summaryrefslogtreecommitdiff
path: root/src/styles/geshem.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 09:12:44 +0200
committerYuval Adam <_@yuv.al>2025-09-24 09:12:44 +0200
commit4c5be8cf8d942743398581b46ac2c76d0ff273d8 (patch)
treeb182383a63302f24910c5534953d3624cb24f00d /src/styles/geshem.css
parent490214f0a9be03130cf535bc5ae0b8aa3c6c16db (diff)
Initial migration
Diffstat (limited to 'src/styles/geshem.css')
-rw-r--r--src/styles/geshem.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/styles/geshem.css b/src/styles/geshem.css
new file mode 100644
index 0000000..2dba79f
--- /dev/null
+++ b/src/styles/geshem.css
@@ -0,0 +1,45 @@
+#datetime {
+ position: absolute;
+ top: 20px;
+ left: 20px;
+ color: white;
+ font-family: monospace;
+}
+
+#date {
+ font-size: 1.4em;
+}
+
+#time {
+ font-size: 2.8em;
+}
+
+#slider {
+ position: fixed;
+ bottom: 8vh;
+ width: 30vw;
+ margin-left: 35vw;
+}
+
+@media only screen and (max-device-width: 812px) {
+ #slider {
+ width: 80vw;
+ margin-left: 8vw;
+ z-index: 10;
+ }
+}
+
+body {
+ margin: 0;
+ padding: 0;
+ position: fixed;
+ overflow: hidden;
+ width: 100vw;
+ height: 100vh;
+ user-select: none;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
+ "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+} \ No newline at end of file