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.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/titles.css b/frontend/site/projects/museum/views/titles.css
index a02ab26..dfa11f2 100644
--- a/frontend/site/projects/museum/views/titles.css
+++ b/frontend/site/projects/museum/views/titles.css
@@ -10,3 +10,22 @@
transition: opacity 0.5s;
opacity: 0;
}
+
+.charles-text {
+ position: absolute;
+ top: 12vh;
+ left: 50%;
+ transform: translateX(-50%);
+ width: 65vw;
+ font-size: 3.2vh;
+ font-weight: bold;
+ font-family: 'Helvetica', sans-serif;
+ color: #fff;
+ text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
+ opacity: 0;
+ pointer-events: none;
+}
+.charles-text.visible {
+ opacity: 1;
+ pointer-events: auto;
+} \ No newline at end of file