1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<html>
<head>
<title>DUMPFM//IRL</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body { margin:0; padding:0px;overflow: hidden; width:100%;height:100%;}
#pyramid1{ -webkit-animation-name: rotateThis;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear; }
@-webkit-keyframes rotateThis {
from {-webkit-transform:scale(0.5) rotate(0deg);}
to {-webkit-transform:scale(0.5) rotate(360deg);}
}
#flyer img{width:100%;height100%;}
#flyer{position:absolute;}
#maintxt{position:absolute;margin-top:20px;left:20px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 3000;color:#fff;width:300px;
font-size:32px;text-shadow:-1px 1px 0px #000;}
#total{position:absolute;width:100%;height:100%;}
#gamma{position:absolute;top:15%;right:7%;z-index:2;}
#printer{position:absolute;bottom:20%;right:-8%;z-index:2;opacity:0.8;}
#lucy{position:absolute;bottom:13%;left:18%;z-index:1;}
#dylan{position:absolute;bottom:33%;right:-8%;z-index:-1;}
#moody{position:absolute;top:29%;left:-10%;z-index:-1;}
#ball{position:absolute;top:-29%;left:-10%;opacity:0.7;}
#total img{width:100%;height:100%;opacity:0.8;}
#mainflyer{position:absolute;margin-top:2%;z-index:6666666;left:21%;}
#stars{z-index:-1;}
#yt{margin-left:-500000000px;left:-6666px;position:fixed;}
#fblike{position:fixed;top:0;z-index:88888888;right:0px;height:30px;display:block;}
#fblike img{max-height:30px;}
#logo{positionabsolute;margin-left:-25px;margin-top:-20px;}
#sidetxt{position:fixed;right:2%;top:0;height:100%;width:auto;opacity:0.6;}
#arrow{position:fixed;bottom:0px;right:0px;}
#arrow a{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;color:#000;text-decoration:none;
font-size:60px;text-shadow:-1px 1px 0px #fff,-2px 2px 0px #fff,-3px 3px 0px #fff,-4px 4px 0px #fff,-5px 5px 0px #fff,-6px 6px 0px #fff,-7px 7px 0px #fff,-8px 8px 0px #fff;}
h3{font-size:14px;font-weight: 300;color:white;text-shadow:none;line-height:16px;}
h2{font-size:16px;line-height:24px;}
h2 a{color:white;}
#arrow a:hover{color:blue;}
.lindsay{line-height:100%;font-size:24px;}
.opening{color:red;text-decoration:blink;}
.subtxt{font-size:15px;text-align:justify;}
a{text-decoration:none;color:#ccc;}
a:hover{text-decoration:none;color:blue;}
</style>
</head>
<body>
<div id="total">
<img src="http://dump.fm/avatars/20100525/1274812687472-dumpfm-crunkus-africa.gif" id="flyer">
</div>
<img src="gamma.gif"id="gamma">
<img src="moody.png"id="moody">
<img src="lucy.png"id="lucy">
<img src="dylan.gif"id="dylan">
<img src="printer.gif"id="printer">
<img src="http://dumpfm.s3.amazonaws.com/images/20100331/1270028457312-dumpfm-AGT528-Gode_V_3_1.gif"id="ball">
<div id="fblike">
<!--<img src="http://dump.fm/static/img/dumppixel.png">-->
<iframe src="http://www.facebook.com/plugins/like.php?href=dump.fm%2Firl%2F&layout=button_count&show_faces=false&width=20&action=like&font=trebuchet+ms&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:80px;" allowTransparency="true"></iframe>
</div>
<div id="maintxt">
<img src="logo.png"id="logo"><br>
<span class="subtxt">The exhibition will continue for a week. Artists will be sleep/food deprived, with only computers, paint and some other materials..<br><br>
<span class="lindsay"></span>
<h2><!--<span class="opening"><BLINK>___OPENING___</BLINK></span><br>-->EVERYDAY October 23-29, 1pm - 8pm<br>OPEN 24H. TO MEMBERS OF THE DUMP.FM COMMUNITY! <br><br><a href="http://319scholes.org/"> >>>319 Scholes St. Brooklyn<<< </a><a href="http://maps.google.com/maps?q=map%20319%20scholes&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&ie=UTF-8&sa=N&hl=en&tab=wl#">(map)</a><br><br>This residency/experience/show will end in an epic Halloween party.. click continue to continue..</h2>
<h3>
</h3>
</div>
<div id="arrow">
<a href="http://dump.fm/irhell"> continue>>>>></a>
</div>
</body>
</html>
|