summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/overlay.css
blob: 48e8480d475de1cac747b14baab648b1d50a62e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.text-overlay-icon {
  position: fixed;
  cursor: pointer;
}
.text-overlay {
  position: fixed;
  padding: 1rem;
  font-size: 1rem;
  font-family: 'Helvetica', sans-serif;
  cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
  color: #000;
}
.text-overlay::-webkit-scrollbar {
  background: transparent;
  width: 3px;
}
.text-overlay::-webkit-scrollbar-thumb {
  background: #ff790d;
}
.text-overlay p {
  margin: 0 0 1rem 0;
  line-height: 1.7;
}
.text-overlay h2 {
  font-family: 'Druk Wide', sans-serif;
  font-size: 22px;
}