summaryrefslogtreecommitdiff
path: root/assets/css/gizmo.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/gizmo.css')
-rw-r--r--assets/css/gizmo.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/css/gizmo.css b/assets/css/gizmo.css
new file mode 100644
index 0000000..91c6188
--- /dev/null
+++ b/assets/css/gizmo.css
@@ -0,0 +1,35 @@
+/* gizmo */
+#lcolonq-gizmo-body {
+ width: 100vw;
+ height: 100vh;
+}
+#lcolonq-gizmo {
+ width: 100%;
+ height: 100%;
+}
+#lcolonq-gizmo-top {
+ position: absolute;
+ opacity: 0;
+ transition: opacity 0.2s ease-in-out;
+ right: 0px;
+ top: 0px;
+ color: white;
+ background-color: black;
+ padding-top: 1rem;
+ padding-left: 1rem;
+ padding-right: 1rem;
+ padding-bottom: 1rem;
+}
+#lcolonq-gizmo-top:hover {
+ opacity: 1;
+}
+#lcolonq-gizmo-bottom {
+ background-color: white;
+ width: 100%;
+ height: 100%;
+}
+#lcolonq-gizmo-contents {
+ border: none;
+ width: 100%;
+ height: 100%;
+}