diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
| commit | 236fd1d9f2009083fbbfce7190c27fbf1d7c88b8 (patch) | |
| tree | 6077ff15b4b770b4b292aaa14d9cbfff1ba82fae /frontend/impattern/css/overlay.css | |
| parent | c89619f1b1f908d0f330c468866cea669ce8bf6c (diff) | |
getting ready
Diffstat (limited to 'frontend/impattern/css/overlay.css')
| -rw-r--r-- | frontend/impattern/css/overlay.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/frontend/impattern/css/overlay.css b/frontend/impattern/css/overlay.css new file mode 100644 index 0000000..796ad62 --- /dev/null +++ b/frontend/impattern/css/overlay.css @@ -0,0 +1,43 @@ +#draw_protector{ + height: 100%; + width: 100%; + position:absolute; + top: 0; + left: 0; + z-index:101; + display: none; +} +#overlay{ + position:absolute; + height:100%; + width:100%; + top:0; + left:0; + background: rgba(245,245,245,0.8); + z-index: 100; + display: none; +} +#overlay > .close{ + position: absolute; + padding: 10px; + top: 10px; + left: 10px; + border: 1px solid gray; + background: white; + cursor: pointer; + z-index: 102; +} +#final-image > img{ + max-width:550px; + max-height:550px; +} +#overlay > .content{ + top: 10px; + left: 150px; + padding: 10px; + border: 1px solid gray; + background: white; + position: absolute; + z-index: 102; +} + |
