summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/text.overlay.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/text.overlay.css')
-rw-r--r--frontend/site/projects/museum/views/text.overlay.css20
1 files changed, 12 insertions, 8 deletions
diff --git a/frontend/site/projects/museum/views/text.overlay.css b/frontend/site/projects/museum/views/text.overlay.css
index 4c67361..3c4c43b 100644
--- a/frontend/site/projects/museum/views/text.overlay.css
+++ b/frontend/site/projects/museum/views/text.overlay.css
@@ -4,19 +4,22 @@
top: 1rem;
right: 2rem;
transform: scale(0.7);
- cursor: pointer;
+ cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
}
.text-overlay {
position: fixed;
- top: 0;
+ top: 50%;
left: 0;
+ transform: translateY(-50%);
width: 100vw;
- height: 100vh;
- color: #FF790D;
+ max-height: 100vh;
+ /*color: #FF790D;*/
+ color: #fff;
+ text-align: justify;
font-family: "Druk Wide", sans-serif;
- font-size: 1.3vw;
- padding: 1rem 10vw 1rem 1rem;
- cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
+ font-size: 1.6vw;
+ padding: 1rem 10vw 1rem 10rem;
+ cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png) 50 50, pointer;
overflow: auto;
}
.text-overlay::-webkit-scrollbar {
@@ -35,7 +38,8 @@
}
.text-overlay h2 {
font-family: 'Druk Wide', sans-serif;
- font-size: 1.7vw;
+ font-size: 1.9vw;
margin-bottom: 1rem;
margin-top: 2rem;
+ color: #FF790D;
}