diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
| commit | bb6c557b0ec2c154d4da7aa3b291eebe942b9046 (patch) | |
| tree | 06be29104d80a5533ec76eb9693ce52cae802438 /static/trash/starts | |
| parent | a136333cfc240a9fa7a76e44344dd6dd6eaade96 (diff) | |
Deleted static files, updated css
Diffstat (limited to 'static/trash/starts')
| -rwxr-xr-x | static/trash/starts/bg4.png | bin | 5469 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/bottoml.png | bin | 660 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/bottomr.png | bin | 649 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/cloudbg.png | bin | 8386 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/cloudbg1.png | bin | 8386 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/getstarted.gif | bin | 6297 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/index.html | 71 | ||||
| -rwxr-xr-x | static/trash/starts/logbg.png | bin | 820 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/main.css | 182 | ||||
| -rwxr-xr-x | static/trash/starts/mark1.png | bin | 3956 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/startpage1.html | 96 | ||||
| -rwxr-xr-x | static/trash/starts/topl.png | bin | 679 -> 0 bytes | |||
| -rwxr-xr-x | static/trash/starts/topr.png | bin | 651 -> 0 bytes |
13 files changed, 0 insertions, 349 deletions
diff --git a/static/trash/starts/bg4.png b/static/trash/starts/bg4.png Binary files differdeleted file mode 100755 index e20fda8..0000000 --- a/static/trash/starts/bg4.png +++ /dev/null diff --git a/static/trash/starts/bottoml.png b/static/trash/starts/bottoml.png Binary files differdeleted file mode 100755 index 0f52893..0000000 --- a/static/trash/starts/bottoml.png +++ /dev/null diff --git a/static/trash/starts/bottomr.png b/static/trash/starts/bottomr.png Binary files differdeleted file mode 100755 index 5904272..0000000 --- a/static/trash/starts/bottomr.png +++ /dev/null diff --git a/static/trash/starts/cloudbg.png b/static/trash/starts/cloudbg.png Binary files differdeleted file mode 100755 index f397899..0000000 --- a/static/trash/starts/cloudbg.png +++ /dev/null diff --git a/static/trash/starts/cloudbg1.png b/static/trash/starts/cloudbg1.png Binary files differdeleted file mode 100755 index f397899..0000000 --- a/static/trash/starts/cloudbg1.png +++ /dev/null diff --git a/static/trash/starts/getstarted.gif b/static/trash/starts/getstarted.gif Binary files differdeleted file mode 100755 index b581589..0000000 --- a/static/trash/starts/getstarted.gif +++ /dev/null diff --git a/static/trash/starts/index.html b/static/trash/starts/index.html deleted file mode 100755 index b309f74..0000000 --- a/static/trash/starts/index.html +++ /dev/null @@ -1,71 +0,0 @@ -<html> - <head> - <title>dump.fm</title> - <link rel="stylesheet" type="text/css" href="static/reset.css"> - <link rel="stylesheet" type="text/css" href="static/pichat.css"> - <link rel="stylesheet" type="text/css" href="static/style.css"> - <link rel="shortcut icon" href="static/favicon.ico"> - - - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> - <script type="text/javascript" src="static/pichat.js"></script> - <script> - $(document).ready(function() { - init(); - }); - </script> - - <script type="text/javascript"> -function showPopup(url) { -newwindow=window.open(url,'name','height=600,width=820,top=30,left=10,resizable'); -if (window.focus) {newwindow.focus()} -} -</script> - </head> - <body> - - <div id="content"> - <div id="logo"><img src="static/bubley.png" width="332" height="113"></div> - - <div id="chatbox"> - <div id="welcomebar" style="display: none"> - <span>Welcome, </span> - <span id="nickspan"></span> - </div> - <div id="messagetabs"> - <div align="right"><a href="log.h"><img src="static/log4.png" width="97" height="39"></a></div> - </div> - <div id="rapper"> - <div id="userListicon"> - - <div align="left"> - <p>UsrLst</p> -</div> - </div> - <div id="popout"> - <div align="right"><a href="http://dump.fm"onClick='showPopup(this.href);return(false);'>popout room</a></div> - </div> - <div id="userList"></div> - - <div id="messagePane"> - - <div id="messageList"></div> - <div id="msgInputDiv"> - <input id="msgInput" type="input" disabled="disabled" /> - <input id="msgSubmit" type="submit" value="Send Image URL" - disabled="disabled" /> - </div> - </div> - </div> - </div> - </div> - <div id="lillogo" align="center"> - <div align="center"> - <div id="binfo"> - <p>dump.fm lets you talk with pictures. beta 0.0127! <img src="static/lillogo.png" width="16" height="16"></p> - </div> - </div> - <div id="plane"></div> - </div> - </body> -</html> diff --git a/static/trash/starts/logbg.png b/static/trash/starts/logbg.png Binary files differdeleted file mode 100755 index 0e41857..0000000 --- a/static/trash/starts/logbg.png +++ /dev/null diff --git a/static/trash/starts/main.css b/static/trash/starts/main.css deleted file mode 100755 index 8503c50..0000000 --- a/static/trash/starts/main.css +++ /dev/null @@ -1,182 +0,0 @@ -@charset "UTF-8"; -/* CSS Document */ - -#apDiv2 { - position:relative; - top:150px; - width:700px; - margin: 0px auto -1px auto; - height: 300px; - z-index: 3; -} -#info { - position:relative; - top:285px; - width:700px; - margin: 0px auto -1px auto; - height: 14px; - color: #999; - bottom:0px; - z-index: 3; - -} -#front { - position:fixed; - top:150px; -} -#infopage { - - - margin: 0px auto -1px auto; - height: 14px; - color: #999; - bottom:0px; - z-index: 3; - font-size: 10px; - - font-size: 12px; - letter-spacing: 1px; - bottom: 0px; -} -#signin { - position:absolute; - left:0px; - width:410px; - height:281px; - - z-index:3; - -} -#signinbg { - position:absolute; - left:0px; - width:410px; - height:281px; - background-image: url(static/starts/logbg.png); - z-index:1; - - -} -#about { - position:absolute; - width:300px; - height: 281px; - left:410px; - line-height: 18px; - padding-left: 20px; - ; - font-weight: bold; - color: #333; - z-index:2; -} -#input { - padding-right:15px; - line-height:22px; - font-size: 12px; -} -body,td,th { - font-family: Arial, Helvetica, sans-serif; - font-size: 16px; - line-height: 40px; -} -#apDiv1 div #input #form1 label { - font-size: 12px; - color: #333; -} -.re { - font-size: 10px; -} -#apDiv2 #about div { - font-size: 10px; - color: #424143; -} -#top { - position:absolute; - left:0px; - top:0px; - width:100%; - height:32px; - z-index:2; - background-color: #CCC; -} -#apDiv3 { - position:fixed; - left:0px; - top:0px; - width:68px; - height:68px; - background-image: url(topl.png); -} -#apDiv4 { - position:fixed; - top:0px; - width:68px; - height:68px; - - right: 0px; - background-image: url(topr.png); -} -#bottom { - position:absolute; - left:0px; - bottom:0px; - width:100%; - height:10px; - z-index:1; - font-size: 10px; - line-height: 5px; -} -#apDiv5 { - position:fixed; - bottom:0px; - width:60px; - height:68px; - - left: 0px; - background-image: url(bottoml.png); -} -#apDiv6 { - position:fixed; - bottom:0px; - width:60px; - height:68px; - - right: 0px; - background-image: url(bottomr.png); -} -#bg { - position:absolute; - left:0px; - top:0px; - width:100%; - height:100%; - z-index:2; - background-image:url(grad2.jpg); -} -body { - background-image: url(bg4.png); - background-repeat: repeat-x; - background-attachment:fixed; -} -#plane { - position:fixed; - top:9px; - right:0px; - width:100%; - height:100%; - z-index:1; - background-image: url(cloudbg1.png); - background-repeat: no-repeat; - background-position:center; - -} -.form { font-size: 14px; color="#990000"; } -.info { - font-size: 10px; -} -.info { - font-size: 12px; - letter-spacing: 1px; - bottom: 0px; - color: #999; -} diff --git a/static/trash/starts/mark1.png b/static/trash/starts/mark1.png Binary files differdeleted file mode 100755 index 50566ba..0000000 --- a/static/trash/starts/mark1.png +++ /dev/null diff --git a/static/trash/starts/startpage1.html b/static/trash/starts/startpage1.html deleted file mode 100755 index b938eb5..0000000 --- a/static/trash/starts/startpage1.html +++ /dev/null @@ -1,96 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>dump.fm</title> -<link rel="stylesheet" type="text/css" href="static/starts/main.css"> -<style type="text/css"> -<!-- -a:link { - text-decoration: none; - -} -a:visited { - text-decoration: none; - border: 0px; -} -a:hover { - text-decoration: none; - border: 0px; -} -a:active { - text-decoration: none; - border: 0px; -} -img{border: 0px;} ---> -</style> -</head> -<body> - -<div id="apDiv2"> - - <div id="about"> - <p> </p> - <p>dump.fm lets you talk with pictures.<br /> - </p> - <p><br /> - share images from anywhere on the web or ones stored on your computer, in real time.<br /> - <br /> - </p> - <p align="center"><a href="index.html"><img src="static/starts/getstarted.gif" width="262" height="94" /></a></p> - <div align="right"></div> - </div> - <div id="signinbg"></div> - <div id="signin"> - <div align="right"> - <p align="center"><img src="static/starts/mark1.png" width="329" height="96" /></p> - <div id="input"> - <form id="form1" name="form1" method="post" action="" > - <label>username - <input type="text" name="textfield" id="textfield" class="form"/> - <br /> - </label> - </form> - <form id="form1" name="form1" method="post" action=""> - <label>password - <input type="text" name="textfield" id="textfield"class="form" /> - </label> - <br /> - <label> <span class="re">remember me </span> - <input type="checkbox" name="remember" id="remember" /> - </label> - </form> - <form id="form2" name="form2" method="post" action=""> - <label> - <input type="submit" name="Signin" id="Signin" value="Sign In" /> - </label> - </form> - </div> - </div> - </div> - <div class="info" id="info"> - <div align="center" class="info">* © 2009 dump.fm - * About Us - * Contact - * Blog - * Goodies - - * Help - * Terms - * Privacy</div> - </div> -</div> - -</div> -<div id="apDiv3"></div> -<div id="apDiv4"></div> -<div id="bottom"> - <div align="center"></div> -</div> -<div id="apDiv5"></div> -<div id="apDiv6"></div> -<div id="plane"></div> -<br /> -</body> -</html> diff --git a/static/trash/starts/topl.png b/static/trash/starts/topl.png Binary files differdeleted file mode 100755 index dcfe5b9..0000000 --- a/static/trash/starts/topl.png +++ /dev/null diff --git a/static/trash/starts/topr.png b/static/trash/starts/topr.png Binary files differdeleted file mode 100755 index 9cfab08..0000000 --- a/static/trash/starts/topr.png +++ /dev/null |
