From d3e7b5708deffbed864c916de22663f48333c58b Mon Sep 17 00:00:00 2001 From: yo mama Date: Tue, 22 Sep 2015 00:51:40 -0700 Subject: finishing server --- share/frontend/impattern/css/overlay.css | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 share/frontend/impattern/css/overlay.css (limited to 'share/frontend/impattern/css/overlay.css') diff --git a/share/frontend/impattern/css/overlay.css b/share/frontend/impattern/css/overlay.css new file mode 100644 index 0000000..796ad62 --- /dev/null +++ b/share/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; +} + -- cgit v1.2.3-70-g09d2