summaryrefslogtreecommitdiff
path: root/assets/css/button.css
diff options
context:
space:
mode:
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;
+}