summaryrefslogtreecommitdiff
path: root/assets/css/throwshade.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/throwshade.css
parentf776dc83178d1606b80f068e1e49fb9e53f62365 (diff)
Big refactor, jam
Diffstat (limited to 'assets/css/throwshade.css')
-rw-r--r--assets/css/throwshade.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/assets/css/throwshade.css b/assets/css/throwshade.css
new file mode 100644
index 0000000..d49b3b4
--- /dev/null
+++ b/assets/css/throwshade.css
@@ -0,0 +1,69 @@
+/* throwshade */
+#lcolonq-throwshade-body {
+ overflow-y: scroll;
+}
+#lcolonq-throwshade {
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-evenly;
+ /* background-image: url("./assets/rectangular.jpg"); */
+ background-color: darkgray;
+ background-size: 100% 100%;
+}
+.lcolonq-throwshade-canvas {
+ width: 100%;
+ height: 60%;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-evenly;
+}
+.lcolonq-throwshade-canvas canvas {
+ margin: auto;
+ display: block;
+ width: auto;
+ height: 100%;
+ image-rendering: pixelated;
+}
+#lcolonq-throwshade-bottom {
+ flex-grow: 1;
+ height: 40%;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ padding-top: 0.6rem;
+}
+#lcolonq-throwshade-bottom-left {
+ flex-grow: 1;
+ padding-bottom: 1rem;
+ padding-left: 0.7rem;
+ padding-right: 1rem;
+}
+#lcolonq-throwshade-textarea {
+ width: 100%;
+ height: 100%;
+ resize: none;
+ border: none;
+ overflow: auto;
+ outline: none;
+ box-shadow: none;
+ color: white;
+ background-color: rgb(0 0 0 / 0.8);
+}
+#lcolonq-throwshade-bottom-right {
+ flex-grow: 1;
+ padding-bottom: 1rem;
+ padding-left: 0.7rem;
+ padding-right: 1rem;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-evenly;
+ max-width: 40%;
+}
+#lcolonq-throwshade-bottom-right img {
+ cursor: pointer;
+ height: 40%;
+}
+#lcolonq-throwshade-current {
+ margin: 0.5rem;
+}