summaryrefslogtreecommitdiff
path: root/haunt/static/css/style.css
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-21 18:13:58 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-28 11:43:06 -0400
commit7162f4ec20a8280d34f18108cc4f4714e4911a7f (patch)
treeac5556bdb87b5b33679b158971cfe62822aff03c /haunt/static/css/style.css
parent3749069cadd5479a75f41e8e90d726aca03048c2 (diff)
Add `section-folds.js'
Diffstat (limited to 'haunt/static/css/style.css')
-rw-r--r--haunt/static/css/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css
index 58db3a9..930ef02 100644
--- a/haunt/static/css/style.css
+++ b/haunt/static/css/style.css
@@ -308,8 +308,24 @@ button {
background-color: #f6f5f4;
}
+/* Folded sections. */
+.fold-hidden {
+ height: 45px;
+ overflow: hidden;
+ mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
+}
+
/* Styles specific to the "about" page. */
+.portrait {
+ max-width: 30%;
+ float: right;
+}
+
+.portrait > img {
+ max-width: 100%;
+}
+
.project-section td:nth-child(1) {
width: 15%;
}
@@ -409,6 +425,14 @@ button {
padding: 0.25em 1em 0.25em 7em;
}
+.article-future-interjection {
+ background-image: url('/static/image/clock.png');
+ background-repeat: no-repeat;
+ background-size: 4em 4em;
+ background-position: 1.5em 50%;
+ padding: 0.25em 1em 0.25em 7em;
+}
+
#loading {
border: 1px solid;
width: fit-content;