diff options
Diffstat (limited to 'src/www/translator/overlay.css')
| -rw-r--r-- | src/www/translator/overlay.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/www/translator/overlay.css b/src/www/translator/overlay.css new file mode 100644 index 000000000..6d4c70b59 --- /dev/null +++ b/src/www/translator/overlay.css @@ -0,0 +1,20 @@ + +div.overlay { + display: none; + position: absolute; + z-index: 1; + top: 0; + left: 0; + width: 100%; height: 100%; + background: white; /* fallback */ + background: rgba(0,0,0,0.3); +} + +div.overlay > div { + margin: 5em 3em; + background: white; /* fallback */ + background: rgba(255,255,255,0.95); + padding: 1em; + box-shadow: 4px 4px 12px rgba(0,0,0,0.33); + /*border-radius: 5px;*/ +} |
