summaryrefslogtreecommitdiff
path: root/assets/css/button.css
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-26 03:55:41 -0400
committerLLLL Colonq <llll@colonq>2026-05-26 03:55:41 -0400
commit188643eccb13452f0e77ccea2a6e1baf6d5320b3 (patch)
tree468ce87ba5a8357f7293741c827a7a4e5ced7059 /assets/css/button.css
parentf776dc83178d1606b80f068e1e49fb9e53f62365 (diff)
Big refactor, jam
Diffstat (limited to 'assets/css/button.css')
-rw-r--r--assets/css/button.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/css/button.css b/assets/css/button.css
new file mode 100644
index 0000000..2a918fd
--- /dev/null
+++ b/assets/css/button.css
@@ -0,0 +1,34 @@
+/* button */
+body.lcolonq-button-body {
+ background-color: #eeeeee;
+ user-select: none;
+}
+
+.lcolonq-button {
+ position: absolute;
+ height: 90vh;
+ width: 40vw;
+ object-fit: fill;
+ image-rendering: pixelated;
+ border: dotted #888888;
+ margin-top: 5vh;
+ margin-bottom: 5vh;
+ margin-left: 5vw;
+ margin-right: 5vw;
+}
+
+a.lcolonq-button-link :hover {
+ background-color: #cccccc;
+}
+
+a.lcolonq-button-link :active {
+ background-color: #aaaaaa;
+}
+
+#lcolonq-button-green {
+ left: 0px;
+}
+
+#lcolonq-button-red {
+ right: 0px;
+}