summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/subtitles.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/subtitles.css')
-rw-r--r--frontend/site/projects/museum/views/subtitles.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/site/projects/museum/views/subtitles.css b/frontend/site/projects/museum/views/subtitles.css
deleted file mode 100644
index 059acec..0000000
--- a/frontend/site/projects/museum/views/subtitles.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.chapter-title {
- position: absolute;
- top: 2vh;
- left: 50%;
- transform: translateX(-50%);
- white-space: nowrap;
- color: rgba(255, 121, 13, 1.0);
- font-family: "Druk Wide";
- font-size: 1.66vw;
- transition: opacity 0.5s;
- opacity: 0;
-}
-
-.subtitles {
- position: absolute;
- bottom: 4rem;
- left: 50%;
- transform: translateX(-50%);
- white-space: nowrap;
- color: white;
- text-shadow: 0 0 6px #000;
- /*color: rgba(255, 121, 13, 1.0);*/
- font-family: "Druk Wide";
- font-size: 1.66vw;
-}