summaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-13 12:32:15 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-13 12:32:15 +0500
commitae11ed555cb350ea4c11fc1625f4a56229969ddd (patch)
tree1d02b84131b713a2eed9a332ffac51997b0ec285 /static/index.css
parent4b8ef84059e772ef7636c451356680ec5b0983c4 (diff)
Tracks meta
Diffstat (limited to 'static/index.css')
-rw-r--r--static/index.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css
new file mode 100644
index 0000000..7748957
--- /dev/null
+++ b/static/index.css
@@ -0,0 +1,46 @@
+body {
+ background-color: wheat;
+ height: 100%;
+ overflow: hidden;
+ margin: 0px;
+ padding: 0px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+}
+
+.controls > * {
+ padding: 0px;
+ margin: 0px;
+}
+
+.controls {
+ background-color: rgb(0%, 0%, 0%, 0.5);
+ height: 5%;
+ padding: 0px;
+ padding-top: 3px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border-radius: 10px 10px 0px 0px;
+ margin: 0px;
+ display: flex;
+ flex-direction: row;
+ gap: 5px;
+
+ border-radius: 10px 10px 0px 0px;
+}
+
+.controlBtn {
+ background-color: rgb(0%, 0%, 0%, 0);
+ border: 1px solid black;
+ border-radius: 5px;
+ background-color: lightgray;
+ padding-left: 5px;
+ padding-right: 5px;
+ margin: 0px;
+}
+
+.controlElem {
+ margin: 0px;
+ padding: 0px;
+}