diff options
Diffstat (limited to 'frontend/site/projects/museum/views/overlay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/overlay.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/overlay.css b/frontend/site/projects/museum/views/overlay.css new file mode 100644 index 0000000..1a00b95 --- /dev/null +++ b/frontend/site/projects/museum/views/overlay.css @@ -0,0 +1,29 @@ + +.text-overlay-icon { + position: fixed; + cursor: pointer; +} +.text-overlay { + position: fixed; + background: black; + border: 2px solid; + padding: 1rem; + font-size: 1rem; + font-family: 'Helvetica', sans-serif; + cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-33.png) 50 50, pointer; + color: #FF790D; + max-width: 400px; + max-height: 400px; + overflow: auto; +} +.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.3; +} |
