summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rwxr-xr-xstatic/7777889.html50
-rwxr-xr-xstatic/css/ChatBubble-simple.css7
-rwxr-xr-xstatic/css/browser.css26
-rw-r--r--static/css/chat_down.css4
-rw-r--r--static/css/chat_wrapper.css10
-rwxr-xr-xstatic/css/dump.css55
-rw-r--r--static/css/error_ie.css6
-rw-r--r--static/css/fame.css9
-rw-r--r--static/css/fullscreen2.css5
-rw-r--r--static/css/fullscreen_base.css4
-rw-r--r--static/css/fullscreen_box.css4
-rwxr-xr-xstatic/css/index.css49
-rw-r--r--static/css/meme_pages.css15
-rw-r--r--static/css/password_reset.css12
-rw-r--r--static/css/profile_dashboard.css5
-rw-r--r--static/css/reset.css49
-rw-r--r--static/css/rooms_vortex.css7
-rw-r--r--static/css/terms.css9
-rwxr-xr-xstatic/css/top.css17
-rwxr-xr-xstatic/furieindex.html10
-rwxr-xr-xstatic/html/help.html2
-rwxr-xr-xstatic/html/help2.html2
-rwxr-xr-xstatic/html/search.test.html25
-rwxr-xr-xstatic/html/terms.html7
-rwxr-xr-xstatic/idgi/index.html16
-rwxr-xr-xstatic/index.html22
-rwxr-xr-xstatic/index2.html36
-rwxr-xr-xstatic/index7.html22
-rwxr-xr-xstatic/register-closed.html4
-rwxr-xr-xstatic/register-on1.html10
-rwxr-xr-xstatic/register-open.html10
-rwxr-xr-xstatic/register.html4
-rwxr-xr-xstatic/register777.html10
-rwxr-xr-xstatic/registerr.html6
-rwxr-xr-xstatic/search/browser.css21
-rwxr-xr-xstatic/search/browser.html41
-rwxr-xr-xstatic/search/imagesearch.html26
-rwxr-xr-xstatic/shinobi/index.html10
-rwxr-xr-xstatic/testindex.html10
-rwxr-xr-xstatic/tribe/index.html50
40 files changed, 481 insertions, 206 deletions
diff --git a/static/7777889.html b/static/7777889.html
index 0687ac6..3938519 100755
--- a/static/7777889.html
+++ b/static/7777889.html
@@ -12,32 +12,32 @@
input{width:600px;height:70px;margin-bottom:20px;}
body{min-width:600px;font-size:10px;font-family: Comic Sans MS,Verdana,Helvetica,sans-serif; background-image:url('https://archive.hump.fm/images/20101229/1293613078541-dumpfm-adultbraces-vipnotdiy.gif');padding:20px;border:40px ridge yellow;color:blue;}
html{background-image:url('https://archive.hump.fm/images/20101130/1291165289435-dumpfm-smokecrack-vip.gif');background-position:center;}
- </style>
- <link rel="stylesheet" type="text/css" href="static/css/index.css">
- <link rel="shortcut icon" href="static/favicon.ico">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <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!">
- <title>dump.fm - register</title></head>
- <body style="width:250px;margin:30 auto;background:yellow;>
+ </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/index.css">
+ <link rel="shortcut icon" href="/static/favicon.ico">
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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!">
+ <title>dump.fm - register</title></head>
+ <body>
-
- <div align="center"><h1><b>dump.fm like lol invite thing</b></h1><br>
- <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" />
- <br>
- <label style="text-align:left;margin-bottom:-8px;">email</label>
- <input type="text" class="field" id="emailInput" />
- <br>
-
- <div align="right">
+
+ <div align="center"><h1><b>dump.fm like lol invite thing</b></h1><br>
+ <label class="form-label-left-tight">username</label>
+ <input type="text" class="field" id="nickInput" />
+ <br>
+
+ <label class="form-label-left-tight">password</label>
+ <input type="password" class="field" id="passwordInput" />
+ <br>
+ <label class="form-label-left-tight">password2x</label>
+ <input type="password" class="field" id="passwordInput2" />
+ <br>
+ <label class="form-label-left-tight">email</label>
+ <input type="text" class="field" id="emailInput" />
+ <br>
+
+ <div align="right">
<input type="submit" class="submit" id="submit" value="Register!" />
diff --git a/static/css/ChatBubble-simple.css b/static/css/ChatBubble-simple.css
index 0e3c319..67f29d1 100755
--- a/static/css/ChatBubble-simple.css
+++ b/static/css/ChatBubble-simple.css
@@ -14,6 +14,11 @@ position:fixed;
top:20;
left:20;
}
+
+.help-body {
+ width: 475px;
+ font-family: Arial, Helvetica, sans-serif;
+}
div.CBmsg {
display: table;
margin-bottom: 0.5em;
@@ -149,4 +154,4 @@ div.CBiconL > img {
width:12px; /* bottom corner width */
margin-left:-12px;
background-position:bottom left;
-} \ No newline at end of file
+}
diff --git a/static/css/browser.css b/static/css/browser.css
index e0d6c19..4c115e6 100755
--- a/static/css/browser.css
+++ b/static/css/browser.css
@@ -1,13 +1,23 @@
/* pichat.css */
body {
- font-size:13;
- font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
- margin:2%;
- background-repeat:repeat-x;
- background-position:top;
-
-}
+ font-size:13;
+ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
+ margin:2%;
+ background-repeat:repeat-x;
+ background-position:top;
+
+ }
+
+ .is-hidden {
+ display: none;
+ }
+
+ #content.content-hearts {
+ background-image: url(/static/hearts.gif);
+ background-repeat: repeat;
+ height: 800px;
+ }
#rapper{
}
#container {
@@ -84,7 +94,7 @@ border:1px solid #f0e0d6;
text-align:center;
position:fixed;
width:100%;
- bottom:0px;
+ bottom:3px;
line-height:3.1;
font-size:11px;
word-spacing:8px;
diff --git a/static/css/chat_down.css b/static/css/chat_down.css
index 155cc8d..75a6367 100644
--- a/static/css/chat_down.css
+++ b/static/css/chat_down.css
@@ -4,3 +4,7 @@ body{
background-image:url('https://i.imgur.com/JR7Ge.gif');
overflow:hidden;
}
+
+.chat-down-image {
+ margin-top: 15%;
+}
diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css
index 6d9a832..c7989ca 100644
--- a/static/css/chat_wrapper.css
+++ b/static/css/chat_wrapper.css
@@ -17,3 +17,13 @@
left: 50% !important;
margin-left: -250px !important;
}
+
+#vipinfo {
+ position: absolute;
+ z-index: 100000;
+ right: 50px;
+ bottom: 125px;
+ background: #fff;
+ padding: 10px;
+ opacity: 0.75;
+}
diff --git a/static/css/dump.css b/static/css/dump.css
index c7d2217..cab2bfe 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1051,6 +1051,54 @@ a:active {
position: relative;
}
+.float-left {
+ float: left;
+}
+
+.content-no-padding {
+ padding: 0;
+}
+
+.p-2 {
+ padding: 2px;
+}
+
+.dash-total {
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+}
+
+.dash-total--avatar {
+ opacity: 0.1;
+}
+
+.dash-total--stripes {
+ background-image: url(/static/img/thumbs/stripes.gif);
+}
+
+.bg-white {
+ background-color: #fff;
+}
+
+.bg-hearts {
+ background-image: url(/static/img/hearts.gif);
+ background-repeat: repeat;
+}
+
+.hearts-frame {
+ overflow-x: hidden;
+ padding: 5px;
+ background-image: url(/static/img/hearts.gif);
+ background-repeat: repeat;
+}
+
+.dropdown-window {
+ overflow: hidden;
+ height: 600px;
+ position: absolute;
+}
+
.loading-bar {
position: absolute;
left: 50%;
@@ -2110,6 +2158,13 @@ a.msgbtn:active {
width: 100px;
height: 21px;
}
+
+.fb-like-wide {
+ border: none;
+ overflow: hidden;
+ width: 500px;
+ height: 26px;
+}
#logo {
float: left;
margin: 1px;
diff --git a/static/css/error_ie.css b/static/css/error_ie.css
new file mode 100644
index 0000000..cfdeabb
--- /dev/null
+++ b/static/css/error_ie.css
@@ -0,0 +1,6 @@
+#iesucks {
+ margin: 10%;
+ font-size: 15px;
+ font-family: Arial, sans serif;
+ color: black;
+}
diff --git a/static/css/fame.css b/static/css/fame.css
new file mode 100644
index 0000000..cf969ab
--- /dev/null
+++ b/static/css/fame.css
@@ -0,0 +1,9 @@
+.hall-of-fame-title { font-size: 150%; }
+
+.hall-of-fame-select {
+ font-size: 14px;
+ color: #000;
+ font-family: verdana, sans-serif;
+ background-color: #fff;
+ font-weight: bold;
+}
diff --git a/static/css/fullscreen2.css b/static/css/fullscreen2.css
index dfd3436..77ced2d 100644
--- a/static/css/fullscreen2.css
+++ b/static/css/fullscreen2.css
@@ -40,3 +40,8 @@ body {
#supersize .activeslide img {
display: inline;
}
+
+#supersize {
+ width: 1224px;
+ height: 918px;
+}
diff --git a/static/css/fullscreen_base.css b/static/css/fullscreen_base.css
index 4543044..22aed3a 100644
--- a/static/css/fullscreen_base.css
+++ b/static/css/fullscreen_base.css
@@ -65,6 +65,10 @@ input {
display: none;
}
+.rememberme-row {
+ font-size: 80%;
+}
+
#forgetpw {
position: absolute;
left: 5px;
diff --git a/static/css/fullscreen_box.css b/static/css/fullscreen_box.css
index 11c7d10..6c91aa8 100644
--- a/static/css/fullscreen_box.css
+++ b/static/css/fullscreen_box.css
@@ -140,6 +140,10 @@ label {
width: 90px;
display: inline-block;
}
+#registerbox label {
+ text-align: left;
+ margin-bottom: -8px;
+}
#remembermeInput {
margin-top: 0;
margin-left: 0;
diff --git a/static/css/index.css b/static/css/index.css
index 01bce1d..8141ef9 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -64,6 +64,21 @@ body {
background-position:top;
}
+.no-underline {
+ text-decoration: none;
+}
+.no-underline:hover {
+ text-decoration: none;
+}
+
+.text-center {
+ text-align: center;
+}
+
+.is-hidden {
+ display: none;
+}
+
#video{
display:none;
}
@@ -75,6 +90,15 @@ margin-top:2%;
background-position:top center;
background-repeat:repeat-x;
}
+
+#content.content-z77 {
+ position: relative;
+ z-index: 77;
+}
+
+#content.content-fullheight {
+ height: 100%;
+}
#preload {
position: absolute;
left: 0px;
@@ -124,12 +148,11 @@ padding-bottom:15px;
box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-}
-}
-.menu2 li {
- padding: 0;
- margin: 0 2px;
- float: left;
+ }
+ .menu2 li {
+ padding: 0;
+ margin: 0 2px;
+ float: left;
position: relative;
text-align: center;
}
@@ -315,6 +338,18 @@ z-index:30;
margin-top:-3px;
margin-bottom:7px;
}
+
+.form-label-left-tight {
+ text-align: left;
+ margin-bottom: -8px;
+}
+
+.register-message {
+ display: block;
+ width: auto;
+ text-align: center;
+ margin-bottom: 10px;
+}
#remember{margin-top:-4px;z-index:30; margin-right:50px;text-align: right;display:inline-block;line-height:0.5;}
#remember a{text-decoration:none;font-size:11px;display:block;z-index:30;}
#furie3 {
@@ -436,4 +471,4 @@ z-index:-1;
#register-spinner {
display: none;
-} \ No newline at end of file
+}
diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css
index 22d5a2a..9d7028f 100644
--- a/static/css/meme_pages.css
+++ b/static/css/meme_pages.css
@@ -65,6 +65,21 @@ body {
margin: -1;
}
+#likebutton iframe {
+ border: none;
+ overflow: hidden;
+}
+
+.fb-like-small {
+ width: 50px;
+ height: 21px;
+}
+
+.fb-like-large {
+ width: 120px;
+ height: 90px;
+}
+
#registertxt {
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
diff --git a/static/css/password_reset.css b/static/css/password_reset.css
new file mode 100644
index 0000000..7dc2171
--- /dev/null
+++ b/static/css/password_reset.css
@@ -0,0 +1,12 @@
+#content.reset-content { z-index: 77; }
+
+#passwordreset #feedback {
+ color: red;
+ margin-bottom: 2em;
+}
+
+#passwordreset label {
+ display: block;
+ text-align: left;
+ margin-bottom: -8px;
+}
diff --git a/static/css/profile_dashboard.css b/static/css/profile_dashboard.css
index 4790ccb..03bc3c7 100644
--- a/static/css/profile_dashboard.css
+++ b/static/css/profile_dashboard.css
@@ -91,6 +91,11 @@ margin-top:50px;
}
+.dashavatar-bg{
+height:100px;
+width:100%;
+}
+
#dashpix{
top:0px;
float:right;
diff --git a/static/css/reset.css b/static/css/reset.css
new file mode 100644
index 0000000..f1af743
--- /dev/null
+++ b/static/css/reset.css
@@ -0,0 +1,49 @@
+/* reset.css
+ From http://meyerweb.com/eric/tools/css/reset/
+ v1.0 | 20080212 */
+* {
+ padding: 0;
+ margin: 0;
+}
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+body { line-height: 1; }
+
+ol, ul { list-style: none; }
+
+blockquote, q { quotes: none; }
+
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+
+:focus { outline: 0; }
+
+ins { text-decoration: none; }
+
+del { text-decoration: line-through; }
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
diff --git a/static/css/rooms_vortex.css b/static/css/rooms_vortex.css
index f13c797..7bb2754 100644
--- a/static/css/rooms_vortex.css
+++ b/static/css/rooms_vortex.css
@@ -94,3 +94,10 @@ text-decoration:none;
height: 10px;
background: #eee;
}
+
+#likebutton iframe {
+ border: none;
+ overflow: hidden;
+ width: 170px;
+ height: 80px;
+}
diff --git a/static/css/terms.css b/static/css/terms.css
new file mode 100644
index 0000000..350e7c6
--- /dev/null
+++ b/static/css/terms.css
@@ -0,0 +1,9 @@
+.terms-body {
+ margin: 0;
+ width: 500px;
+}
+
+.terms-container {
+ height: 600px;
+ width: 500px;
+}
diff --git a/static/css/top.css b/static/css/top.css
index afc2f0b..d6a9b49 100755
--- a/static/css/top.css
+++ b/static/css/top.css
@@ -151,9 +151,19 @@ border:1px solid #000;
font-size:20px;
}
-.no-cursor { cursor: none; }
-.invisible { display: none !important; }
-#cursor-big { position: absolute; z-index: 1000; }
+ .no-cursor { cursor: none; }
+ .invisible { display: none !important; }
+ #cursor-big { position: absolute; z-index: 1000; }
+
+ .preload-pixel {
+ visibility: hidden;
+ width: 0;
+ height: 0;
+ }
+
+ .word-spacing-normal {
+ word-spacing: normal;
+ }
label {
display:inline-block;
@@ -278,4 +288,3 @@ a.img_roll:hover{
ul.pagination li { float:left; margin:0 5px;display:none; }
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;}
-
diff --git a/static/furieindex.html b/static/furieindex.html
index b639d1e..e7b025f 100755
--- a/static/furieindex.html
+++ b/static/furieindex.html
@@ -77,7 +77,7 @@ $(document).ready(function() {
<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="content" class="content-z77">
<div id="main" align="center">
@@ -87,7 +87,7 @@ $(document).ready(function() {
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumpclearlogo2.png"></a>
<div align="center">
- <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br>
+ <a href="/register" class="no-underline">Click here to Register!</a> <br>
</div>
</div>
</div>
@@ -113,14 +113,14 @@ $(document).ready(function() {
<br>
<div id="talkaboutus">
-<div id="slider" style="display:none;">
+<div id="slider" class="is-hidden">
<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">
+ <div id="footer" class="text-center">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us">About Us</a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
diff --git a/static/html/help.html b/static/html/help.html
index b0947b9..6f5eaa7 100755
--- a/static/html/help.html
+++ b/static/html/help.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="/static/css/ChatBubble-simple.css" media="screen" />
</head>
-<body style="width:475px; font-family: Arial, Helvetica, sans-serif;">
+<body class="help-body">
<span id="howtopostimage">
<div class="CBmsg CBmsgR CBblueR">
<div class="CBtxt">
diff --git a/static/html/help2.html b/static/html/help2.html
index 6dcf0c4..61c07d4 100755
--- a/static/html/help2.html
+++ b/static/html/help2.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="/static/css/ChatBubble-simple.css" media="screen" />
</head>
-<body style="width:475px; font-family: Arial, Helvetica, sans-serif;">
+<body class="help-body">
<div id="table">
tablez
diff --git a/static/html/search.test.html b/static/html/search.test.html
index 96769c4..50bb259 100755
--- a/static/html/search.test.html
+++ b/static/html/search.test.html
@@ -27,18 +27,18 @@
window.location = "/error/ie";
</script>
<![endif]-->
- <style>
- body{margin:6%;}
- img { max-width: 400px; max-height: 400px;}
- h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;}
- #content { overflow: visible}
- #content a { position: relative; display:inline-block; }
- #content a canvas { position:absolute; z-index: 0; top: 0; left: 0; }
- #content a img { position:absolute; z-index: 1; top:0; left: 0; }
- #content a.animating canvas { display: none }
- </style>
- </head>
- <body class="profile" style="margin:1%;">
+ <style>
+ body { margin: 1%; }
+ img { max-width: 400px; max-height: 400px;}
+ h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;}
+ #content { overflow: visible}
+ #content a { position: relative; display:inline-block; }
+ #content a canvas { position:absolute; z-index: 0; top: 0; left: 0; }
+ #content a img { position:absolute; z-index: 1; top:0; left: 0; }
+ #content a.animating canvas { display: none }
+ </style>
+ </head>
+ <body class="profile">
<center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br>
<center><div id="message"></div><br><br></center>
@@ -213,4 +213,3 @@
</script>
</html>
-
diff --git a/static/html/terms.html b/static/html/terms.html
index 5eb2bba..026b22b 100755
--- a/static/html/terms.html
+++ b/static/html/terms.html
@@ -3,13 +3,14 @@
<title>terms</title>
+<link rel="stylesheet" href="/static/css/terms.css" type="text/css" media="all" />
-
+
</head>
-<body style="margin:0; width:500px;">
+<body class="terms-body">
-<div style="height:600px;width:500px;">
+<div class="terms-container">
<DIV class="Part"
><H1
diff --git a/static/idgi/index.html b/static/idgi/index.html
index 479f4b9..1f6d6a2 100755
--- a/static/idgi/index.html
+++ b/static/idgi/index.html
@@ -12,14 +12,14 @@
input{width:600px;height:70px;margin-bottom:20px;}
body{min-width:600px;font-size:10px;font-family: Comic Sans MS,Verdana,Helvetica,sans-serif; background-image:url('https://archive.hump.fm/images/20101229/1293613078541-dumpfm-adultbraces-vipnotdiy.gif');padding:20px;border:40px ridge yellow;color:blue;}
html{background-image:url('https://archive.hump.fm/images/20101130/1291165289435-dumpfm-smokecrack-vip.gif');background-position:center;}
- </style>
- <link rel="stylesheet" type="text/css" href="static/css/index.css">
- <link rel="shortcut icon" href="static/favicon.ico">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <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!">
- <title>dump.fm - register</title></head>
- <body style="width:250px;margin:30 auto;background:yellow;>
+ </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/index.css">
+ <link rel="shortcut icon" href="/static/favicon.ico">
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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!">
+ <title>dump.fm - register</title></head>
+ <body>
<div align="center"><h1><b>CLOSED FOR NOW LOL...</b></h1><br>
diff --git a/static/index.html b/static/index.html
index fd6afe7..c532355 100755
--- a/static/index.html
+++ b/static/index.html
@@ -272,9 +272,9 @@ margin-left:-42px;text-decoration:none;
text-decoration:none;
}
#footer{
-padding-bottom:5px;
-
-text-align: center;
+ padding-bottom:5px;
+
+ text-align: center;
color:#000;
font-size:11px;
word-spacing:30px;
@@ -282,16 +282,20 @@ word-spacing:30px;
background-color:#eff5fb;
margin-top:240px;
width:798px;
-}
-#bottomrow img{
-background-image:url(/static/img/grgrad.png);
+ }
+ #bottomrow img{
+ background-image:url(/static/img/grgrad.png);
border-radius: 15px;
border:5px solid #ccc;
padding:5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-}
-#footer a{color:#000;text-decoration:none;}
+ }
+ #footer a{color:#000;text-decoration:none;}
+
+ .word-spacing-normal {
+ word-spacing: normal;
+ }
@@ -391,7 +395,7 @@ height="205"></div>
\
<div id="footer">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us"><span class="word-spacing-normal">About Us</span></a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
diff --git a/static/index2.html b/static/index2.html
index 8f4e654..fcd2315 100755
--- a/static/index2.html
+++ b/static/index2.html
@@ -199,15 +199,23 @@ 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;
+ #content{
+ background:url(/static/img/cloudbg.png);
+ background-position:top center;
+ background-repeat:no-repeat;
+ position: relative;
+ z-index: 77;
+ }
+ #slider {
+ display: none;
+ }
+ #footer {
+ text-align: center;
+ }
+ #preload {
+ position: absolute;
+ left: 0px;
+ top: 0px;
}
#bigbow{
display:none;
@@ -510,7 +518,7 @@ z-index:20;
<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="content">
<div id="main" align="center">
@@ -540,17 +548,17 @@ z-index:20;
<br>
<div id="talkaboutus">
-<div id="slider" style="display:none;">
+<div id="slider">
<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">
+ <div id="footer">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us"><span>About Us</span></a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
-</div>
+ </div>
<br><br>
</div>
</div>
diff --git a/static/index7.html b/static/index7.html
index 7a3f121..2e95cff 100755
--- a/static/index7.html
+++ b/static/index7.html
@@ -238,9 +238,9 @@ margin-left:-42px;text-decoration:none;
text-decoration:none;
}
#footer{
-padding-bottom:5px;
-padding-top:15px;
-text-align: center;
+ padding-bottom:5px;
+ padding-top:15px;
+ text-align: center;
color:#000;
font-size:11px;
word-spacing:30px;
@@ -248,16 +248,20 @@ word-spacing:30px;
background-color:#eff5fb;
margin-top:250px;
width:798px;
-}
-#bottomrow img{
-background-image:url(/static/img/grgrad.png);
+ }
+ #bottomrow img{
+ background-image:url(/static/img/grgrad.png);
border-radius: 15px;
border:5px solid #ccc;
padding:5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-}
-#footer a{color:#000;text-decoration:none;}
+ }
+ #footer a{color:#000;text-decoration:none;}
+
+ .word-spacing-normal {
+ word-spacing: normal;
+ }
@@ -375,7 +379,7 @@ height="205"></div>
<div id="footer">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us"><span class="word-spacing-normal">About Us</span></a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
diff --git a/static/register-closed.html b/static/register-closed.html
index 2b41769..20d64a1 100755
--- a/static/register-closed.html
+++ b/static/register-closed.html
@@ -15,7 +15,7 @@
<body>
<div id="rapper"></div>
- <div id="content" style="z-index:77;height:100%;">
+ <div id="content" class="content-z77 content-fullheight">
<div id="main" align="center">
@@ -24,7 +24,7 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:center;margin-bottom:10px;">Registration is currently closed.
+ <label class="register-message">Registration is currently closed.
<br><br>
Maybe ask a friend?</label>
diff --git a/static/register-on1.html b/static/register-on1.html
index d803646..9bfa9ee 100755
--- a/static/register-on1.html
+++ b/static/register-on1.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/register-open.html b/static/register-open.html
index d803646..9bfa9ee 100755
--- a/static/register-open.html
+++ b/static/register-open.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/register.html b/static/register.html
index 2b41769..20d64a1 100755
--- a/static/register.html
+++ b/static/register.html
@@ -15,7 +15,7 @@
<body>
<div id="rapper"></div>
- <div id="content" style="z-index:77;height:100%;">
+ <div id="content" class="content-z77 content-fullheight">
<div id="main" align="center">
@@ -24,7 +24,7 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:center;margin-bottom:10px;">Registration is currently closed.
+ <label class="register-message">Registration is currently closed.
<br><br>
Maybe ask a friend?</label>
diff --git a/static/register777.html b/static/register777.html
index d803646..9bfa9ee 100755
--- a/static/register777.html
+++ b/static/register777.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/registerr.html b/static/registerr.html
index 06ee69d..f7a3071 100755
--- a/static/registerr.html
+++ b/static/registerr.html
@@ -42,9 +42,7 @@ jQuery(window).load(function() {
<div id="rapper">
<div id="toplogo">
-<img style="visibility:hidden;width:0px;height:0px;"/><style type='text/css'>
-
-</style>
+<img class="preload-pixel" alt="" />
<a class="img_roll" href="/register"></a>
<div id="lilflag">
HOME OF THE SLOTHGOTH!!!!!
@@ -88,7 +86,7 @@ preview dump.fm!
</div>
<div id="footer">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us"><span class="word-spacing-normal">About Us</span></a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
diff --git a/static/search/browser.css b/static/search/browser.css
index 44355a6..2383142 100755
--- a/static/search/browser.css
+++ b/static/search/browser.css
@@ -1,11 +1,22 @@
/* pichat.css */
body {
- font-size:13;
- font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
- margin:2%;
-
-}
+ font-size:13;
+ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
+ margin:2%;
+
+ }
+
+ .is-hidden {
+ display: none;
+ }
+
+ .browser-heading {
+ font-size: 30px;
+ text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e;
+ color: #fff;
+ font-weight: bold;
+ }
#rapper{
}
#container {
diff --git a/static/search/browser.html b/static/search/browser.html
index 358a07f..ea499ba 100755
--- a/static/search/browser.html
+++ b/static/search/browser.html
@@ -13,17 +13,14 @@
</head>
<body>
-<div id="ish">
-<form onSubmit="searchImages(); return false;" >
-<div align="left">
-<div style=" font-size:30;
- text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e;
-color:#fff;
-font-weight:bold;">image search</div>
- <tr>
- <td colspan="2"><br>
- <input name="q" type="text" id="q" onChange="searchImages();" size="10%">
- <input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images">
+ <div id="ish">
+ <form onSubmit="searchImages(); return false;" >
+ <div align="left">
+ <div class="browser-heading">image search</div>
+ <tr>
+ <td colspan="2"><br>
+ <input name="q" type="text" id="q" onChange="searchImages();" size="10%">
+ <input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images">
<label>
</label>
@@ -74,16 +71,16 @@ font-weight:bold;">image search</div>
<option value="corbis.com">corbis</option>
<option value="made-in-china.com">made in china</option>
<option value="0" selected>EVERYWHERE</option>
- </select>
- </label>
- <label>
- <input name="showFaces" type="checkbox" onClick="searchImages();">
- Only Faces</label>
- <div style="display:none;">&#x2605;<label> hot shit</label>&#x2605;
- <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
- Always ON</div>
- </td>
- </tr>
+ </select>
+ </label>
+ <label>
+ <input name="showFaces" type="checkbox" onClick="searchImages();">
+ Only Faces</label>
+ <div class="is-hidden">&#x2605;<label> hot shit</label>&#x2605;
+ <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
+ Always ON</div>
+ </td>
+ </tr>
@@ -264,4 +261,4 @@ font-weight:bold;">image search</div>
}
</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/static/search/imagesearch.html b/static/search/imagesearch.html
index 53bb42f..0d14429 100755
--- a/static/search/imagesearch.html
+++ b/static/search/imagesearch.html
@@ -16,8 +16,8 @@
javascript:CreateDropdownWindow('image search', '680px', true, 'search', 50, 60);" >
- <div style="display:none;"id="search">
- <div id="content" name="content"style="background-image:url(/static/hearts.gif);background-repeat:repeat;height:800;">
+ <div id="search" class="is-hidden">
+ <div id="content" name="content" class="content-hearts">
<form onSubmit="searchImages(); return false;" >
@@ -77,16 +77,16 @@
<option value="corbis.com">corbis</option>
<option value="made-in-china.com">made in china</option>
<option value="0" selected>EVERYWHERE</option>
- </select>
- </label>
- <label>
- <input name="showFaces" type="checkbox" onClick="searchImages();">
- Only Faces</label>
- <div style="display:none;">&#x2605;<label> hot shit</label>&#x2605;
- <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
- Always ON</div>
- </td>
- </tr>
+ </select>
+ </label>
+ <label>
+ <input name="showFaces" type="checkbox" onClick="searchImages();">
+ Only Faces</label>
+ <div class="is-hidden">&#x2605;<label> hot shit</label>&#x2605;
+ <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
+ Always ON</div>
+ </td>
+ </tr>
<tr>
@@ -267,4 +267,4 @@
}
</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/static/shinobi/index.html b/static/shinobi/index.html
index 4010061..0cdefab 100755
--- a/static/shinobi/index.html
+++ b/static/shinobi/index.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="regNickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="regPasswordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="regPasswordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="regEmailInput" />
</h1>
diff --git a/static/testindex.html b/static/testindex.html
index 0f4eba5..c698d11 100755
--- a/static/testindex.html
+++ b/static/testindex.html
@@ -71,14 +71,14 @@ $(document).ready(function() {
</head>
<body>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
<div id="registerbox">
<div id="logo-and-text">
<div align="center">
- <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br>
+ <a href="/register" class="no-underline">Click here to Register!</a> <br>
</div>
</div>
</div>
@@ -102,14 +102,14 @@ $(document).ready(function() {
<br>
<div id="talkaboutus">
-<div id="slider" style="display:none;">
+<div id="slider" class="is-hidden">
<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">
+ <div id="footer" class="text-center">
@2010 <a href="/">dump.fm</a>
-<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
+<a href="/about_us">About Us</a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
diff --git a/static/tribe/index.html b/static/tribe/index.html
index 0687ac6..3938519 100755
--- a/static/tribe/index.html
+++ b/static/tribe/index.html
@@ -12,32 +12,32 @@
input{width:600px;height:70px;margin-bottom:20px;}
body{min-width:600px;font-size:10px;font-family: Comic Sans MS,Verdana,Helvetica,sans-serif; background-image:url('https://archive.hump.fm/images/20101229/1293613078541-dumpfm-adultbraces-vipnotdiy.gif');padding:20px;border:40px ridge yellow;color:blue;}
html{background-image:url('https://archive.hump.fm/images/20101130/1291165289435-dumpfm-smokecrack-vip.gif');background-position:center;}
- </style>
- <link rel="stylesheet" type="text/css" href="static/css/index.css">
- <link rel="shortcut icon" href="static/favicon.ico">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <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!">
- <title>dump.fm - register</title></head>
- <body style="width:250px;margin:30 auto;background:yellow;>
+ </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/index.css">
+ <link rel="shortcut icon" href="/static/favicon.ico">
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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!">
+ <title>dump.fm - register</title></head>
+ <body>
-
- <div align="center"><h1><b>dump.fm like lol invite thing</b></h1><br>
- <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" />
- <br>
- <label style="text-align:left;margin-bottom:-8px;">email</label>
- <input type="text" class="field" id="emailInput" />
- <br>
-
- <div align="right">
+
+ <div align="center"><h1><b>dump.fm like lol invite thing</b></h1><br>
+ <label class="form-label-left-tight">username</label>
+ <input type="text" class="field" id="nickInput" />
+ <br>
+
+ <label class="form-label-left-tight">password</label>
+ <input type="password" class="field" id="passwordInput" />
+ <br>
+ <label class="form-label-left-tight">password2x</label>
+ <input type="password" class="field" id="passwordInput2" />
+ <br>
+ <label class="form-label-left-tight">email</label>
+ <input type="text" class="field" id="emailInput" />
+ <br>
+
+ <div align="right">
<input type="submit" class="submit" id="submit" value="Register!" />