From a20da98081b91bcdb8d02c68edf6fcccf8fb046a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 16 Apr 2021 21:33:09 +0200 Subject: basic jakrawal --- frontend/site/projects/museum/views/_subtitles.css | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 frontend/site/projects/museum/views/_subtitles.css (limited to 'frontend/site/projects/museum/views/_subtitles.css') diff --git a/frontend/site/projects/museum/views/_subtitles.css b/frontend/site/projects/museum/views/_subtitles.css new file mode 100644 index 0000000..059acec --- /dev/null +++ b/frontend/site/projects/museum/views/_subtitles.css @@ -0,0 +1,25 @@ +.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; +} -- cgit v1.2.3-70-g09d2