diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/dump.css | 2 | ||||
| -rwxr-xr-x | static/css/header.css | 6 | ||||
| -rw-r--r-- | static/css/index.css | 11 | ||||
| -rw-r--r-- | static/css/pages.css | 2 | ||||
| -rw-r--r-- | static/form_login/front.css | 30 | ||||
| -rw-r--r-- | static/form_login/images/toggle_down_light.png | bin | 277 -> 1178 bytes | |||
| -rw-r--r-- | static/img/calm.gif | bin | 1304 -> 1414 bytes | |||
| -rwxr-xr-x | static/index.html | 3 | ||||
| -rw-r--r-- | static/index2.html | 539 | ||||
| -rw-r--r-- | static/js/invalid_domains.js | 5 |
10 files changed, 505 insertions, 93 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index c61c4fa..0d3538e 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -396,7 +396,7 @@ border-bottom:2px solid #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); text-overflow:ellipsis; -opacity:0.87; +/* opacity:0.87; */ z-index:18; text-align: left; } diff --git a/static/css/header.css b/static/css/header.css index d6134b3..7729cf2 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -31,7 +31,7 @@ left:-1px;background-image:url(/static/img/blgrad.png); word-spacing:-1; font-size: 16px; height:22; -width:455px; + text-indent:14px; line-height:1.9; left: 150px; @@ -117,7 +117,7 @@ text-shadow: -0.5px -0.5px 0px #f0e; top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:right; -padding-right:90px;line-height:1.1; +padding-right:70px;line-height:1.1; /*margin-left:40%; border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; @@ -142,10 +142,8 @@ width:auto; } #registerlink{ top:-5px; - position:absolute; font-size: 16px; height:22; -left:5px; word-spacing:2; color:#fff; diff --git a/static/css/index.css b/static/css/index.css index 9210f8f..05a4545 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -187,7 +187,9 @@ cursor:pointer; text-shadow:1px 1px 3px #000; z-index:20; - -moz-border-radius: 5px;*/ +border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; } input { height:40px; @@ -261,7 +263,7 @@ margin-bottom:7px; #furie3 { position: absolute; left:294px; - top:260px; + margin-top:250px; z-index: 10; } @@ -280,15 +282,14 @@ padding-top:20px;margin: 0 auto 0 auto; */ #talkaboutus{ position:relative; -z-index:20; -top:-30px; +z-index:-10; height:0px; margin: 0 auto 0 auto; } #slider { position:relative; -z-index:20; +z-index:-1; //See the "style-pack" below for image background:url(images/loading.gif) no-repeat 50% 50%; } diff --git a/static/css/pages.css b/static/css/pages.css index 875a9c3..8a050b9 100644 --- a/static/css/pages.css +++ b/static/css/pages.css @@ -36,7 +36,7 @@ height:28px; } #footer a { - font-size: 11px; + font-size: 11px; text-decoration: none; color: #000; } #footer a:link { diff --git a/static/form_login/front.css b/static/form_login/front.css index 8973e90..7b662d6 100644 --- a/static/form_login/front.css +++ b/static/form_login/front.css @@ -29,7 +29,7 @@ filter:alpha(opacity=90); text-shadow: #000 0px 0px 0px; padding:5px 5px 5px 5px; text-decoration:none; - background-color:#ddeef6; + background-color:#eee; -webkit-border-radius:4px;font-size:11px; -moz-border-radius:4px; border-radius:4px; @@ -120,7 +120,35 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, #signin_menu p a { color:#27B!important; } +#signin-submitform { + display:inline-block; + width:90px; + height:30px; + font-size:20px; +border:1px solid #999; + background-image:url(/static/img/btngrad1.png); + font-weight:bold; + word-spacing:7; + margin-top:-5px; +cursor:pointer; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + text-shadow:1px 1px 3px #000; +z-index:20; +} +#furie3 { + position: absolute; + left:294px; + margin-top:250px; + z-index: 10; + +} #loginSubmit::-moz-focus-inner { padding:0; border:0; diff --git a/static/form_login/images/toggle_down_light.png b/static/form_login/images/toggle_down_light.png Binary files differindex d354161..882f3c4 100644 --- a/static/form_login/images/toggle_down_light.png +++ b/static/form_login/images/toggle_down_light.png diff --git a/static/img/calm.gif b/static/img/calm.gif Binary files differindex c7cc71f..b237915 100644 --- a/static/img/calm.gif +++ b/static/img/calm.gif diff --git a/static/index.html b/static/index.html index 62f00e2..bcf44c9 100755 --- a/static/index.html +++ b/static/index.html @@ -25,7 +25,6 @@ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/home.js"></script> - <script type="text/javascript" src="/static/js/cookie.js"></script> <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script> <script> $(document).ready(initLoginForm); @@ -92,7 +91,7 @@ $(document).ready(function() { </div> </div> </div> - <input type="text" id="nickInput" size="17" /> + <input type="text" id="nickInput" size="17" /><br> <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> <input type="password" id="passwordInput" size="17" /><br /> diff --git a/static/index2.html b/static/index2.html index b9cc23f..1d05caf 100644 --- a/static/index2.html +++ b/static/index2.html @@ -23,10 +23,8 @@ <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> <META NAME="description" CONTENT="Talk with pictures!"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> - <script type="text/javascript" src="/static/js/underscore-min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> - <script type="text/javascript" src="/static/js/register.js"></script> - <script type="text/javascript" src="/static/js/cookie.js"></script> + <script type="text/javascript" src="/static/js/home.js"></script> <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script> <script> $(document).ready(initLoginForm); @@ -55,100 +53,487 @@ jQuery(window).load(function() { }); }); </script> - +<script type="text/javascript"> +$(document).ready(function() { + jQuery(".btn-slide").click(function() { + jQuery("#panel").slideToggle("slow"); + jQuery(this).toggleClass("active"); return false; + }); +}); +</script> <link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/reset.css"> -<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/index.css"> -<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/header.css"> -<link rel="stylesheet" href="http://dump.fm/static/css/nivo-slider.css" type="text/css" media="screen" /> -<link rel="shortcut icon" href="static/favicon.ico"> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>dump.fm</title></head> -</head> -<body> +<link rel="stylesheet" href="static/css/nivo-slider.css" type="text/css" media="screen" /> +<style> -<div id="rapper7"> - <div id="header7"> - <div id="logoicons"> - <div id="logo7"> - <div align="center"><a href="http://dump.fm"><img src="/static/img/calm.gif">dump.fm</a></div> - </div> - <div class="white"> - - <div id="bar7"> - <div style="float: left;"> - <div align="center"> +body { + background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-repeat:repeat-x; + background-position:top; +} +#rightstuff { +float:left; +height:180px; +margin-bottom:0; +margin-left:10px; +margin-right:0; +margin-top:25px; +padding:10px; +width:380px; + border-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; +} +#leftstuff{ +float:left; +height:200px; + border-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; +margin-bottom:0; +margin-left:15px; background-color:#f0f9ff; +margin-right:0; +margin-top:25px; +padding-bottom:0; +padding-left:0; +padding-right:0; +padding-top:0; +width:270px; +} +#cloud{background-image:url(/static/img/cloud.png);position:absolute;height:320px;left:25%;top:20%;z-index:-1; + background-repeat:no-repeat;background-position:20% 30px;width:100%;} +#wrapper{ +margin-bottom:0; +margin-left:5%; +margin-right:10%; +margin-top:20; +padding-bottom:0px; +min-width:850px; +overflow-x:hidden; +overflow-y:hidden; +position:relative; +text-align:left; +} +#divide{width: 900px;margin: 0pt 12px 0pt 16px; padding: 0pt; no-repeat scroll 0% 0% transparent;} +#signin{ +text-align: left;text-indent:6px;}#signinrapper{float: left; padding: 0pt; margin: 20px 0pt 0pt 10px; width: 450px; height: 220px;} +#aboutdump{ +background-attachment:scroll; +background-color:transparent; +background-image:url("/static/grgrad.png"); +background-position:0 0; +background-repeat:repeat-y; +margin-bottom:0; +margin-left:16px; +margin-right:12px; +margin-top:0; +padding-bottom:0; +padding-left:0; +padding-right:0; +padding-top:0; +width:800px;height:520px; +} +#aboutl{ +float:left; +margin-bottom:0; +margin-left:-2; +margin-right:0; +margin-top:10px; +padding-bottom:10px; +padding-left:15px; +padding-right:15px; +padding-top:15px; +width:290px; +height:158px; + border-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; +border:1px solid #ccc; box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; +} +#aboutr{ +float: left; width: 290px;margin-top:10px;padding:10px;margin-left:10px; - <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px">♣ Log</a> - <a href="http://dump.fm/$user_nick$"><img src="$user_avatar$" width="19px" height="19px" /><img src="/static/img/profile.gif"width="22px" height="22px" />♥ Profile</a> - <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" />♠ Directory</a> - <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/>♦ Image Search</a> - +} +#aboutcenter{float: left; width: 160px; margin: 0pt; padding: 2px 24px 2px 8px; border: 0px solid rgb(161, 191, 225);} +#footerspace +{ +padding-bottom:15px; +padding-left:15px; +padding-right:15px; +padding-top:15px; +} +#footeri{ +bottom:0; +left:-5; +font-size:12px; +padding:10px; +padding-left:3%; +font-weight:bold; +color:#999; +border-top:1px solid #999; +position:fixed; +word-spacing:15px; +background-image:url(/static/img/blgrad.png); +text-align:left; + box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #999; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #999; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #999; +width:100%; +} +#footeri a{color:#999;text-decoration:none;} +.heading1{color: rgb(0, 179, 216); font-size: 20px;} +.body1{color: rgb(0, 179, 216); font-size: 12px; margin: 0pt; padding: 5px 10px 5px 0pt; line-height: 15px;} - </div> - </div> - </div> - </div> - </div> +#video{ +display:none; +} +#rapper{ +margin-top:6%; +} +#content{ + background:url(/static/img/cloudbg.png); +background-position:top center; + background-repeat:no-repeat; +} +#preload { + position: absolute; + left: 0px; + top: 0px; +} +#bigbow{ +display:none; +} +#panel { + padding: 10px 10px 10px 10px; + height: 600; + margin: 0 auto 0 auto; + display: none; +} +.slide { margin: 0 auto 0 auto; + margin: 0; + padding: 0; +border-top:1px solid #ccc; +color:black; +} +.btn-slide { + text-align: center; + width: 144px; margin: 0 auto 0 auto; + height: 0px; + padding: 5px 10px 0 0; + margin: 0 auto; + display: block; +font-size:42%; + text-decoration: none; + text-align: center; - - <div id="topic"></div> -<div id="dumplist"> - <a href="http://news.dump.fm">news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a> +width:150; +} - -<a href="http://vip.dump.fm/"> VIP </a> +.active { + background-position: right 12px; +} +#main { + width:460px; + margin: 0 auto 0 auto; + padding: 19px 0; +z-index:2; + position: relative; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; +} +} +.menu2 li { + padding: 0; + margin: 0 2px; + float: left; + position: relative; + text-align: center; +} +.menu2 a { + padding: 14px 10px; + display: block; + color: #000000; + width: 144px; + text-decoration: none; + font-weight: bold; + background: url(images/button.gif) no-repeat center center; +} +.menu2 li em { + font-weight: normal; + background: url(images/hover.png) no-repeat; + width: 180px; + height: 45px; + position: absolute; + top: -85px; + left: -15px; + text-align: center; + padding: 20px 12px 10px; + font-style: normal; + z-index: 2; + display: none; +} +#logo-and-text { + position: relative; + z-index: 20; + padding-bottom: 20px; +} - </div> +#horse { + position: absolute; + z-index: 10; + top:-39px; + left: 140px; +} +#remember{ + +} +#furie1 { + position: absolute; + left: -250px; + top: 130px; + z-index:-1;display:block; + +} +#furie2 { + position: absolute; + left:330px; + top: 185px; + z-index:-1; +display:block; + +} +#info { + width:420px; + margin:30px auto -1px auto; +opacity:0.9; +z-index:4500; + vertical-align: bottom; + text-align:center; + width:100%; + bottom:0px; +margin-left:-9px; + font-size:11px; +word-spacing:6px; +line-height:2; color: #666; +} + +#info a{ +color:#666; +text-decoration:none; +} +#info a:hover{ +color:#f0e; +text-decoration:none; +} +#dumpednow{ +position:absolute; +height:50px; +width:420px; +top:0px; +} + +p { + font-family: Arial, Helvetica, sans-serif; + font-size: 24px; +} + +.btnav { border: 0px #000 solid;} + +.submit { + + text-shadow: -1px 1px 1px #ccc; + font-size:15px; + z-index: 11; +} +#submit{ +cursor:pointer; + display:inline-block; + width:300px; + height:33px; + font-size:20px; + background-image:url(/static/img/btngrad1.png); + font-weight:bold; + word-spacing:7; + margin-top:12px; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + text-shadow:1px 1px 3px #000; - <div id="logout7" class="white"> - <div align="center"> <a href="/logout"> Logout</a> </div> +z-index:20; + -moz-border-radius: 5px;*/ +} +input { + height:40px; + width:240px; + border:0px; + background:#e9e9e9; + margin:5px; + color:#000;z-index:20; + font-size:30px; + +} - - </div> - <div align="center"><br /></div> - - </div> +.txt { + font-family:Arial, Helvetica, sans-serif; + font-size:14px; +line-height:1.2;z-index:20; + word-spacing: 3px; +} + .line { + font-family:Arial, Helvetica, sans-serif; + letter-spacing:0px; +line-height:-1; + color:#000;z-index:20; + font-size:17px; +} + +.no-cursor { cursor: none; } +.invisible { display: none !important; } +#cursor-big { position: absolute; z-index: 1000; } + +#signin-submit { + display:inline-block; + width:135px; + height:33px;float:left; + font-size:20px; + background-image:url(/static/img/btngrad1.png); + font-weight:bold; + word-spacing:7; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + text-shadow:1px 1px 3px #000; +z-index:20;border:1px solid #999; +} + +#register-submit { + display:inline-block; + width:130px;float:right; + height:33px; + font-size:20px; + background-image:url(/static/img/ylgrad.png); + font-weight:bold; + word-spacing:7; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + text-shadow:1px 1px 3px #000; +z-index:20;border:1px solid #999; +} +#remembermeInput { + width: 15px; + height: 15px; + margin: 1px; +} + +label { + display:inline-block; + font-size: 11px; + color: #222; +margin-bottom:4px; +} +#remember{margin-top:4px;z-index:30;text-align: right;float:left;} +#remember a{text-decoration:none;font-size:11px;z-index:30;} +#furie3 { + position: absolute; + left:294px; + top:260px; + z-index: 10; + +} +#adsense{ +padding-top:20px;margin: 0 auto 0 auto; +} +/* + * jQuery Nivo Slider v1.9 + * http://nivo.dev7studios.com + * + * Copyright 2010, Gilbert Pellegrom + * Free to use and abuse under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + * + * March 2010 + */ +#talkaboutus{ +position:relative; +z-index:20; +top:-30px; +height:0px; + margin: 0 auto 0 auto; +} + +#slider { + position:relative; +z-index:20; + //See the "style-pack" below for image + background:url(images/loading.gif) no-repeat 50% 50%; +} +#slider img { + position:absolute; + top:0px; + left:0px; + display:none; +} +</style> +<link rel="shortcut icon" href="static/favicon.ico"> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>dump.fm</title></head> +</head> +<body> + +<div id="panel"> +<center><object width="460" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&autoplay=1&show_portrait=0&color=ffffff&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&autoplay=1&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="460" height="345"></embed></object></center> </div> +<p class="slide"><a href="#" class="btn-slide">watch a lil movie</a> <div id="rapper"></div><div id="idgi"></div> <div id="content" style="z-index:77;"> <div id="main" align="center"> <img src="/static/img/flyhorse.gif" id="horse" /> - - <div id="passwordreset"> - <div align="center"> - <label style="text-align:left;margin-bottom:-8px;">username</label> - <input type="text" class="field"id="nickInput" /> - <br> - - <label style="text-align:left;margin-bottom:-8px;">password</label> - <input type="password" class="field" id="passwordInput" /> - <br> - <label style="text-align:left;margin-bottom:-8px;">password2x</label> - <input type="password" class="field" id="passwordInput2" /> - - <label style="text-align:left;margin-bottom:-8px;">email</label> - <input type="text" class="field"id="emailInput" /> - </h1> - - </form> - - <br> - - - <div align="center"> - <input type="submit" class="submit" id="submit" value="Register!" /> - </div> + <div id="registerbox"> + <div id="logo-and-text"> + <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> + </div> - </div> - <img src="/static/img/furie1.png" id="furie1" /> - <img src="/static/img/furie2.png" id="furie2" /> - </div> + <div id="leftstuff"><div id="signinrapper"><div id="signin"><p class="memebertxt">Already a member?</p></div> + <input type="text" id="nickInput" size="17" /><br> + <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> + <input type="password" id="passwordInput" size="17" /><br /> + <input id="signin-submit" value="Sign In!" /> + <div id="remember"><label> + <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" /> + Remember Me + </label> + <br> + <a href="/reset-request">Lost password?</a><br> +</div> +</div></div> </div> <div id="info"> @@ -159,16 +544,16 @@ jQuery(window).load(function() { <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> + <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> <a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> </div> - +<br><br> </div> </div> - <div id="preload"> <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> </div> diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js index b2c703c..313b2c7 100644 --- a/static/js/invalid_domains.js +++ b/static/js/invalid_domains.js @@ -12,7 +12,6 @@ var InvalidDomains = [ "http://images.nintendolife.com", "http://img.bettersoft.de", "http://izismile.com", - "http://izismile.com", "http://izismile.com/img", "http://mytextgraphics.com", "http://nexus404.com", @@ -66,8 +65,10 @@ var InvalidDomains = [ "http://www.geneology2.com", "http://www.onemetal.com", "http://static.funnyjunk.com", + "http://www.whimsical-wits.com", "http://www.kaitaia.com", "http://carsdriveingallery.com", "http://xxxspacegirls.us", - "http://www.newlog.com.ar" + "http://www.newlog.com.ar", + "http://www.lift-4-life.com" ];
\ No newline at end of file |
