« get me outta code hell

ancestral, etc! - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/site.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-06-04 15:12:18 -0300
committerFlorrie <towerofnix@gmail.com>2020-06-04 15:12:18 -0300
commit875bab24546ede8781e03557e51481e2405162a9 (patch)
tree2187aa62bc3c3f5c7ce15d0ccb7275e88c94477a /site.css
parentb21e5b5521cad7f38b93e2f41bf5d3c30eb8298c (diff)
ancestral, etc!
Diffstat (limited to 'site.css')
-rw-r--r--site.css54
1 files changed, 50 insertions, 4 deletions
diff --git a/site.css b/site.css
index ae4cbc0f..addc8598 100644
--- a/site.css
+++ b/site.css
@@ -22,7 +22,6 @@ body {
 
     color: rgb(var(--fg-shade), var(--fg-shade), var(--fg-shade));
 
-    display: flex;
     padding: 15px;
 }
 
@@ -35,7 +34,50 @@ a:hover {
     text-decoration: underline;
 }
 
-#sidebar, #content {
+.columns {
+    display: flex;
+}
+
+#header {
+    margin-bottom: 10px;
+    padding: 5px;
+    font-size: 0.85em;
+    display: flex;
+}
+
+#header > h2 {
+    font-size: 1em;
+    margin: 0 20px 0 0;
+    font-weight: normal;
+}
+
+#header > h2 > a:last-of-type {
+    font-weight: 800;
+}
+
+#header > h2 > span {
+    white-space: nowrap;
+}
+
+#header > div {
+    flex-grow: 1;
+}
+
+#header > div > * {
+    margin-right: 1px;
+}
+
+#header > div > *:not(:last-child):after {
+    content: "•";
+    margin-left: 1px;
+}
+
+#header .chronology {
+    display: inline;
+    white-space: nowrap;
+}
+
+#sidebar, #content, #header {
     background-color: rgba(var(--bg-shade), var(--bg-shade), var(--bg-shade), 0.6);
     border: 1px dotted var(--fg-color);
     border-radius: 3px;
@@ -46,7 +88,7 @@ a:hover {
     min-width: 200px;
     max-width: 250px;
     float: left;
-    padding: 20px 5px;
+    padding: 5px;
     margin-right: 10px;
     font-size: 0.85em;
     height: 100%;
@@ -140,7 +182,6 @@ a:hover {
     max-width: 400px;
     margin: 0 0 10px 10px;
     background-color: #181818;
-    border: 2px solid var(--fg-color);
 }
 
 #cover-art img {
@@ -148,6 +189,11 @@ a:hover {
     display: block;
 }
 
+img {
+    border: 2px solid var(--fg-color);
+    box-sizing: border-box;
+}
+
 h1 {
     font-size: 1.5em;
 }