summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/titles.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/titles.css')
-rw-r--r--frontend/site/projects/museum/views/titles.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/titles.css b/frontend/site/projects/museum/views/titles.css
index 802dab7..6bfc8b3 100644
--- a/frontend/site/projects/museum/views/titles.css
+++ b/frontend/site/projects/museum/views/titles.css
@@ -11,6 +11,24 @@
opacity: 0;
}
+.chapter-headphones {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ transform: translateX(-50%);
+ white-space: nowrap;
+ color: #fff;
+
+ padding: 1rem;
+ font-family: 'Helvetica', sans-serif;
+ font-size: 1.2rem;
+ pointer-events: none;
+ user-select: none;
+
+ transition: opacity 0.5s;
+ opacity: 0;
+}
+
.charles-text {
position: absolute;
top: 12vh;