aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2025-12-14 15:57:36 -0500
committerAndrew Lee <[email protected]>2025-12-14 15:57:36 -0500
commit8b680990b0bb4fe3212a4f632519320191065f67 (patch)
tree79720858bfae86e041f2c8d3b3cc168e6e8730e5 /src/styles
parenta906252380a9c041a4c2b78790506412ffd40f75 (diff)
downloadshiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.gz
shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.bz2
shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.zip
init shifter + slideshow
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/shifter.css36
-rw-r--r--src/styles/style.css1
-rw-r--r--src/styles/window.css7
3 files changed, 41 insertions, 3 deletions
diff --git a/src/styles/shifter.css b/src/styles/shifter.css
new file mode 100644
index 0000000..a37b6bf
--- /dev/null
+++ b/src/styles/shifter.css
@@ -0,0 +1,36 @@
+.draggable {
+ position: absolute;
+ top: 50px;
+ left: 50px;
+ width: fit-content;
+}
+
+
+.content {
+ padding: 10px;
+ display: flex;
+ flex-direction: row;
+}
+
+.sidebar {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+}
+
+.sidebar-content {
+ display: flex;
+ flex-direction: column;
+ padding: 0 20px;
+ border: 1px solid;
+}
+
+.shifter-body {
+ margin: 1em;
+}
+
+.shifter-button {
+ font-weight: bold;
+ font-style: italic;
+ border: 1px solid;
+}
diff --git a/src/styles/style.css b/src/styles/style.css
index 80f49c5..5946f95 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -61,7 +61,6 @@ p {
}
footer {
- position: fixed;
left: 0;
bottom: 0;
text-align: center;
diff --git a/src/styles/window.css b/src/styles/window.css
index 77c917a..8718330 100644
--- a/src/styles/window.css
+++ b/src/styles/window.css
@@ -107,9 +107,12 @@
background-color: var(--titlebar-control-link);
}
+.window-container {
+ margin: 1em 2%;
+}
+
.window {
font-family: var(--window-font);
- margin: 1em 2%;
box-shadow:
inset -2px -2px var(--titlebar-colour),
inset 2px 2px var(--titlebar-colour);
@@ -134,7 +137,7 @@
flex-direction: row;
}
- .window {
+ .window-container {
margin: 1em 20%;
}
}