From 1246a277c17d8b600f9c9b1de7a12ae6fb6da962 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 24 Jun 2026 03:22:20 -0400 Subject: init --- static/style.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..b2584d7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,55 @@ +body { + font-family: "Arial", sans-serif; +} + +#drop-zone { + display: flex; + align-items: center; + justify-content: center; + width: 500px; + max-width: 100%; + height: 200px; + padding: 1em; + border: 1px solid #cccccc; + border-radius: 4px; + color: slategray; + cursor: pointer; +} + +#file-input { + display: none; +} + +#preview { + display: flex; + flex-direction: column; + gap: 0.5em; + list-style: none; + padding: 0; +} + +#preview li { + display: flex; + align-items: center; + gap: 0.5em; + margin: 0; + width: 100%; + height: 100px; +} + +#preview img { + width: 100px; + height: 100px; + object-fit: cover; +} + +.upload-progress { + border: 1px solid black; +} + +.expander-hidden { + display: none; +} +.expander-toggle { + cursor: pointer; +} -- cgit v1.3.1-10-gc9f91