diff options
Diffstat (limited to 'frontend/site/projects/museum/views/_subtitles.css')
| -rw-r--r-- | frontend/site/projects/museum/views/_subtitles.css | 25 |
1 files changed, 25 insertions, 0 deletions
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; +} |
