diff options
| author | root <root@lalalizard.com> | 2012-11-26 12:05:40 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-11-26 12:05:40 -0500 |
| commit | ef51b60c6481254d88c5fc3c34f4127b7f881a58 (patch) | |
| tree | 42a9596a7d53951d2a10f60fea4c2854fc9348af /frontend/static/other_rooms/embed-test2.html | |
| parent | ddc5b25b4a47ef8175aced9c06fc1767d004e826 (diff) | |
Frontend static/ folder
Diffstat (limited to 'frontend/static/other_rooms/embed-test2.html')
| -rw-r--r-- | frontend/static/other_rooms/embed-test2.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/frontend/static/other_rooms/embed-test2.html b/frontend/static/other_rooms/embed-test2.html new file mode 100644 index 0000000..3e7bb5d --- /dev/null +++ b/frontend/static/other_rooms/embed-test2.html @@ -0,0 +1,48 @@ +<!doctype html> +<html> +<head> +<title>SJ EMBED TEST</title> +<style type="text/css"> +html + { + height: 100%; + margin: 0; padding: 0; + } +body + { + margin: 0; padding: 0; + height: 100%; + width: 100%; + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.18, rgb(219,107,172)), + color-stop(0.59, rgb(255,186,238)), + color-stop(0.89, rgb(255,224,255)) +); +background-image: -moz-linear-gradient( + center bottom, + rgb(219,107,172) 18%, + rgb(255,186,238) 59%, + rgb(255,224,255) 89% +); + + } +#embedded + { + box-shadow: 0px 5px 10px #000; + position: fixed; + top: 100px; + right: 100px; + width: 250px; + height: 360px; + border: 0; + background-color: #000; + } +</style> +<body> +<iframe src="http://scannerjammer.com/main/embed/" id="embedded"></iframe> +</body> +</html> + |
