From 188643eccb13452f0e77ccea2a6e1baf6d5320b3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 26 May 2026 03:55:41 -0400 Subject: Big refactor, jam --- assets/css/button.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 assets/css/button.css (limited to 'assets/css/button.css') 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; +} -- cgit v1.2.3