From 333ab8cb4de5161cca5c42b9ccb28198708850be Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 18 Nov 2015 19:06:03 -0800 Subject: still cleaning --- share/frontend/imgrid/index.html | 62 +++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 13 deletions(-) (limited to 'share/frontend/imgrid/index.html') diff --git a/share/frontend/imgrid/index.html b/share/frontend/imgrid/index.html index 96813c2..81c1d40 100755 --- a/share/frontend/imgrid/index.html +++ b/share/frontend/imgrid/index.html @@ -31,17 +31,17 @@ - + - + IMGRID - stretch images from the web in 3 dimensions, draw lines and make drop shadows - + @@ -193,15 +193,51 @@ table -webkit-box-shadow: 0px 0px 9px 3px pink; box-shadow: 0px 0px 9px 3px pink; } +#intro + { + position:absolute; + top:0px; + left:0px; + width:100%; + height:100%; + background-image:url(img/background.gif); + } +#intro-inner + { + background-image:url(img/background.gif); + z-index:1000; + height:inherit; + width:inherit; + position:fixed; + left:50%; + top:20px; + } +#bros-pic-wrapper + { + cursor: pointer; + } +#bros-pic + { + position:fixed; + top:-200px; + z-index:-100; + } -
- -
+
+
+ +
+
+ + + +
+ +
+
- -
IMGRID - stretch images from the web in 3 dimensions, draw lines and make drop shadows
hit enter or click GENERATE to get your perspective-plane @@ -367,9 +403,9 @@ hit enter or click GENERATE to get your perspective-plane -COPYRIGHT 2011 PEPPER - - +COPYRIGHT 2011 PEPPER + + @@ -383,8 +419,8 @@ $(document).ready(function() }) }); - - + +