summaryrefslogtreecommitdiff
path: root/src/Geshem.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-11-02 22:58:53 +0200
committerYuval Adam <_@yuv.al>2019-11-02 22:58:53 +0200
commit53611b9fff09992e73755112492f699ae19a8805 (patch)
tree4d502c969283b343ba8a225607bfd853b0395147 /src/Geshem.css
parent0f22bb416d1885d8e7344f21107bc24cb9aa013e (diff)
Info modal skeleton
Diffstat (limited to 'src/Geshem.css')
-rw-r--r--src/Geshem.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/Geshem.css b/src/Geshem.css
index b99a95c..0a719d7 100644
--- a/src/Geshem.css
+++ b/src/Geshem.css
@@ -6,6 +6,31 @@
font-family: monospace;
}
+#info {
+ position: absolute;
+ top: 20px;
+ right: 20px;
+ color: white;
+ font-family: monospace;
+}
+
+#info-button {
+ font-size: 2em;
+ background: #777;
+ padding: 10px 14px;
+ border-radius: 7px;
+}
+
+#info-modal {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ /* bring your own prefixes */
+ transform: translate(-50%, -50%);
+ padding: 30px;
+ background: #777;
+}
+
#date {
font-size: 1.4em;
}