summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 17:58:22 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 17:58:22 +0000
commit11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch)
tree882637de03f45e4845032acf158f406c580beb25
parent5bcf2586305bb9f246497558f46f2fa15f686364 (diff)
Refactor: cache-bust CSS + remove inline helpers
-rwxr-xr-xstatic/css/dump.css17
-rwxr-xr-xstatic/css/dumpnewuser.css3
-rwxr-xr-xstatic/css/front.css4
-rwxr-xr-xstatic/css/mgmt.css2
-rwxr-xr-xtemplate/20years.st6
-rwxr-xr-xtemplate/3frames.st6
-rwxr-xr-xtemplate/about_us.st11
-rwxr-xr-xtemplate/arcade.st6
-rwxr-xr-xtemplate/banner.st2
-rwxr-xr-xtemplate/banner_dis.st6
-rwxr-xr-xtemplate/boobsigns.st6
-rwxr-xr-xtemplate/browser.st4
-rwxr-xr-xtemplate/cal.st6
-rwxr-xr-xtemplate/celeb.st6
-rwxr-xr-xtemplate/directory.st2
-rwxr-xr-xtemplate/dwi.st6
-rwxr-xr-xtemplate/flag.st6
-rwxr-xr-xtemplate/flamingtxt.st6
-rwxr-xr-xtemplate/frontpage copy.st2
-rwxr-xr-xtemplate/frontpage.st2
-rwxr-xr-xtemplate/frontpagePROFILE.st2
-rwxr-xr-xtemplate/frontpage_halloffame.st2
-rwxr-xr-xtemplate/frontpage_share_buttons.st2
-rwxr-xr-xtemplate/glitter.st6
-rwxr-xr-xtemplate/glitter2.st6
-rwxr-xr-xtemplate/hall_share_buttons.st2
-rwxr-xr-xtemplate/head.st6
-rwxr-xr-xtemplate/head_edge.st6
-rwxr-xr-xtemplate/help.st11
-rwxr-xr-xtemplate/newlog.st2
-rwxr-xr-xtemplate/oie.st6
-rwxr-xr-xtemplate/pixlr.st6
-rwxr-xr-xtemplate/rooms/VIP.st4
-rwxr-xr-xtemplate/rooms/artornot.st4
-rwxr-xr-xtemplate/rooms/atrium.st4
-rwxr-xr-xtemplate/rooms/butt.st12
-rwxr-xr-xtemplate/rooms/chat.st4
-rwxr-xr-xtemplate/rooms/dump2.st4
-rwxr-xr-xtemplate/rooms/frontpage.st4
-rwxr-xr-xtemplate/rooms/mgmt.st4
-rwxr-xr-xtemplate/rooms/nocss.st10
-rwxr-xr-xtemplate/share_buttons.st2
-rwxr-xr-xtemplate/signgenerator.st6
-rwxr-xr-xtemplate/simplerlog.st2
-rwxr-xr-xtemplate/single_message_share_buttons.st2
-rwxr-xr-xtemplate/tagged_dumps.st1
-rwxr-xr-xtemplate/terms8.st11
47 files changed, 119 insertions, 121 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index f8cfbe2..1b8c9c6 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -106,7 +106,7 @@ a.img_rolldis:hover {
}
#dumplist {
- top: 0px:padding:0px;
+ padding: 0px;
font-size: 88%;
text-transform: uppercase;
text-decoration: none;
@@ -1031,7 +1031,6 @@ a:active {
#binfo {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
- bottom
}
#preload {
@@ -1044,6 +1043,15 @@ a:active {
display: none !important;
}
+.is-relative {
+ position: relative;
+}
+
+.embed-frame {
+ border: 7px inset #ccc;
+ margin: 0;
+}
+
/* profile shit */
@@ -2512,6 +2520,11 @@ a#disregister:hover {
-webkit-background-clip: text;
}
+.rainbow-link {
+ border-bottom: 1px solid rgba(0, 255, 255, 0.3);
+ font-weight: bold;
+}
+
.nick_aids_enoch a:link, .nick_aids_enoch .content, .nick_aids_enoch .msg-hover { color: transparent; text-shadow: 0 0 5px #857E96; }
.nick_aids_enoch { opacity: 0.3; }
.nick_aids_enoch img { -webkit-filter: blur(4px); }
diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css
index 1c92e62..9a6ff6c 100755
--- a/static/css/dumpnewuser.css
+++ b/static/css/dumpnewuser.css
@@ -498,7 +498,6 @@ left:0;
#binfo {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
- bottom
}
#preload {
@@ -507,4 +506,4 @@ left:0;
top: 0px;
}
-.invisible { display: none !important; } \ No newline at end of file
+.invisible { display: none !important; }
diff --git a/static/css/front.css b/static/css/front.css
index ef0ee70..c7f42bc 100755
--- a/static/css/front.css
+++ b/static/css/front.css
@@ -119,6 +119,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4,
#signin_menu p a {
color:#27B!important;
}
+
+.is-relative {
+ position: relative;
+}
#signin-submit {
display:inline-block;
width:90px;
diff --git a/static/css/mgmt.css b/static/css/mgmt.css
index 2ff6d8e..d2cc150 100755
--- a/static/css/mgmt.css
+++ b/static/css/mgmt.css
@@ -1186,7 +1186,6 @@ left:0;
#binfo {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
- bottom
}
#preload {
@@ -1683,4 +1682,3 @@ top:50px;
display: none;
}
-
diff --git a/template/20years.st b/template/20years.st
index 7099404..10b2787 100755
--- a/template/20years.st
+++ b/template/20years.st
@@ -4,12 +4,12 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://in20years.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://in20years.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/3frames.st b/template/3frames.st
index 3fd00a8..ca8b8c3 100755
--- a/template/3frames.st
+++ b/template/3frames.st
@@ -4,12 +4,12 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://3fram.es/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://3fram.es/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/about_us.st b/template/about_us.st
index 6415004..b8aacdc 100755
--- a/template/about_us.st
+++ b/template/about_us.st
@@ -1,7 +1,7 @@
<html>
<head>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
@@ -13,12 +13,7 @@ jQuery(function()
<title>dump.fm: about us</title>
$head()$
</head>
- <body style=" font-family: Arial, Helvetica, sans-serif;
- background-color:#f0f9ff;
- background-image:url(/static/img/fade-blue.png)!important;
- background-repeat:repeat-x;
- background-position:top;
-background-attachment:fixed;" onload="
+ <body class="profile" onload="
javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75);
javascript:CreateDropdownWindow('about the team', '380px', true, 'link', 500, 60);
javascript:CreateDropdownWindow('contact us', '360px', true, 'contact', 70, 385);
diff --git a/template/arcade.st b/template/arcade.st
index 16b53c9..733ec6e 100755
--- a/template/arcade.st
+++ b/template/arcade.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://nfggames.com/games/fontmaker" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://nfggames.com/games/fontmaker" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/banner.st b/template/banner.st
index 303aec0..ba8bc55 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -81,7 +81,7 @@
<!--
- <a href="http://www.zazzle.com/ppshoppe/gifts">CHECK OUT THE PP SHOPPE!!!!!</a>
-->
- <a href="https://docs.google.com/forms/d/1b8eHSuRMhTRb58sct0a_C6AdqU3yydE24GBfOelXz5Y/viewform" class='rainbow' style="color: transparent; border-bottom: 1px solid rgba(0,255,255,0.3); font-weight: bold; ">DUMP.FM 5 YEAR PARTY - RSVP TODAY!!!!!</a>
+ <a href="https://docs.google.com/forms/d/1b8eHSuRMhTRb58sct0a_C6AdqU3yydE24GBfOelXz5Y/viewform" class="rainbow rainbow-link">DUMP.FM 5 YEAR PARTY - RSVP TODAY!!!!!</a>
$endif$
$if(isadmin)$ - <a href="http://vip.dump.fm/">NAUGHTY GIRLS/AND-OR/BOYS DELIGHT </a>
$endif$
diff --git a/template/banner_dis.st b/template/banner_dis.st
index 6ab0ac7..f55fbbe 100755
--- a/template/banner_dis.st
+++ b/template/banner_dis.st
@@ -1,7 +1,7 @@
$if(!user_nick)$
-<link rel="stylesheet" type="text/css" href="/static/css/pages.css">
+<link rel="stylesheet" type="text/css" href="/static/css/pages.css?v=20260130">
$endif$
<link rel="stylesheet" type="text/css" href="https://dismagazine.com/css/dump.css?3">
@@ -121,8 +121,8 @@ $if(!user_nick)$
<div id="dis_welcome">
<iframe src="http://dismagazine.com/html/dis-dump.html" id="dis_frame" frameborder="0"></iframe>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/boobsigns.st b/template/boobsigns.st
index 8c61a61..61a720b 100755
--- a/template/boobsigns.st
+++ b/template/boobsigns.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.boobsigns.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.boobsigns.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/browser.st b/template/browser.st
index 61c05c3..79308e1 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -2,8 +2,8 @@
<head>
<title>dump.fm | Image Search Beta</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/css/browser.css">
- <link rel="stylesheet" type="text/css" href="/static/css/header.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/browser.css?v=20260130">
+ <link rel="stylesheet" type="text/css" href="/static/css/header.css?v=20260130">
<script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script>
<link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" />
diff --git a/template/cal.st b/template/cal.st
index 89dad33..491b271 100755
--- a/template/cal.st
+++ b/template/cal.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="/static/cal.html" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="/static/cal.html" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/celeb.st b/template/celeb.st
index 1441d7c..214b6e7 100755
--- a/template/celeb.st
+++ b/template/celeb.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.photowithme.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.photowithme.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/directory.st b/template/directory.st
index e3b3df0..149f284 100755
--- a/template/directory.st
+++ b/template/directory.st
@@ -24,7 +24,7 @@
$if(users)$
$users:{ dump |
- <div class="dlogged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" style="position: relative">
+ <div class="dlogged-dump dump is-relative $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$">
<div id="usernicks"> <a href="/$dump.nick$"> <b>$dump.nick$'s</b>
$if(dump.score_ent)$
fav score: $dump.score$
diff --git a/template/dwi.st b/template/dwi.st
index 6e8c512..c1722f9 100755
--- a/template/dwi.st
+++ b/template/dwi.st
@@ -4,12 +4,12 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://dwigif.appspot.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://dwigif.appspot.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/flag.st b/template/flag.st
index 0280fbe..dbeed34 100755
--- a/template/flag.st
+++ b/template/flag.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.makesweet.com/mixer/my-flag" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.makesweet.com/mixer/my-flag" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/flamingtxt.st b/template/flamingtxt.st
index 962eaa8..a151deb 100755
--- a/template/flamingtxt.st
+++ b/template/flamingtxt.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.flamingtext.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.flamingtext.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/frontpage copy.st b/template/frontpage copy.st
index 582f3e2..038b8ad 100755
--- a/template/frontpage copy.st
+++ b/template/frontpage copy.st
@@ -24,7 +24,7 @@ setTimeout("refreshing()",300000);
Nick = $if(logged_in)$"$user_nick$"$else$null$endif$;
</script>
- <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+ <link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/frontpage_legacy.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
$if(!logged_in)$
diff --git a/template/frontpage.st b/template/frontpage.st
index 552ef35..fe48402 100755
--- a/template/frontpage.st
+++ b/template/frontpage.st
@@ -24,7 +24,7 @@ setTimeout("refreshing()",300000);
Nick = $if(logged_in)$"$user_nick$"$else$null$endif$;
</script>
- <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+ <link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/frontpage_legacy.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
$if(!logged_in)$
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st
index 004a790..afc4481 100755
--- a/template/frontpagePROFILE.st
+++ b/template/frontpagePROFILE.st
@@ -14,7 +14,7 @@
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+<link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/frontpage_profile.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/static/js/jquery.masonry.min.js"type="text/javascript"></script>
<script src="/static/js/jquery.isotope.min.js"></script>
diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st
index 5de88b1..71e9191 100755
--- a/template/frontpage_halloffame.st
+++ b/template/frontpage_halloffame.st
@@ -24,7 +24,7 @@ setTimeout("refreshing()",300000);
Nick = $if(logged_in)$"$user_nick$"$else$null$endif$;
</script>
- <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+ <link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/frontpage_legacy.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
$if(!logged_in)$
diff --git a/template/frontpage_share_buttons.st b/template/frontpage_share_buttons.st
index 1ee07d6..d5bdb01 100755
--- a/template/frontpage_share_buttons.st
+++ b/template/frontpage_share_buttons.st
@@ -3,7 +3,7 @@
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">
</div>
$endif$
diff --git a/template/glitter.st b/template/glitter.st
index 7e82bb7..64cbb2f 100755
--- a/template/glitter.st
+++ b/template/glitter.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://textanim.com" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://textanim.com" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/glitter2.st b/template/glitter2.st
index 8b775d1..1303c97 100755
--- a/template/glitter2.st
+++ b/template/glitter2.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.familylobby.com/create-glitter-text-graphics.asp" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.familylobby.com/create-glitter-text-graphics.asp" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/hall_share_buttons.st b/template/hall_share_buttons.st
index a058f4a..eb5dd64 100755
--- a/template/hall_share_buttons.st
+++ b/template/hall_share_buttons.st
@@ -8,7 +8,7 @@ $if(logged_in)$
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.scorecount', '18px', '12px')">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.scorecount', '24px', '12px')">
</div>
$endif$
diff --git a/template/head.st b/template/head.st
index d0fad8c..c74e1e1 100755
--- a/template/head.st
+++ b/template/head.st
@@ -1,12 +1,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps">
<meta name="description" content="dump.fm - Talk with pictures!" />
-<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
+<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260130">
<script>
Domain = "/";
Nick = $if(user_nick)$"$user_nick$"$else$null$endif$;
@@ -17,7 +17,7 @@ $endif$
$if(isadmin)$
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
type="text/css" media="all" />
-<link rel="stylesheet" href="/static/css/admin.css"
+<link rel="stylesheet" href="/static/css/admin.css?v=20260130"
type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
type="text/javascript"></script>
diff --git a/template/head_edge.st b/template/head_edge.st
index d0fad8c..c74e1e1 100755
--- a/template/head_edge.st
+++ b/template/head_edge.st
@@ -1,12 +1,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps">
<meta name="description" content="dump.fm - Talk with pictures!" />
-<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
+<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260130">
<script>
Domain = "/";
Nick = $if(user_nick)$"$user_nick$"$else$null$endif$;
@@ -17,7 +17,7 @@ $endif$
$if(isadmin)$
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
type="text/css" media="all" />
-<link rel="stylesheet" href="/static/css/admin.css"
+<link rel="stylesheet" href="/static/css/admin.css?v=20260130"
type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
type="text/javascript"></script>
diff --git a/template/help.st b/template/help.st
index e38bab7..52b216b 100755
--- a/template/help.st
+++ b/template/help.st
@@ -1,7 +1,7 @@
<html>
<head>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/>
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
@@ -17,12 +17,7 @@ jQuery(function()
<title>dump.fm</title>
$head()$
</head>
- <body style=" font-family: Arial, Helvetica, sans-serif;
- background-color:#f0f9ff;
- background-image:url(/static/img/fade-blue.png)!important;
- background-repeat:repeat-x;
- background-position:top;
-background-attachment:fixed;" onload="
+ <body class="profile" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115);
javascript:CreateDropdownWindow('frequently asked questions', '520px', true, 'archive', 440, 60);
diff --git a/template/newlog.st b/template/newlog.st
index 52a8c8c..da9741f 100755
--- a/template/newlog.st
+++ b/template/newlog.st
@@ -14,7 +14,7 @@
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+<link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/newlog.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
<script>Domain = "/"</script>
diff --git a/template/oie.st b/template/oie.st
index 6f6b0f2..e1d505a 100755
--- a/template/oie.st
+++ b/template/oie.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.online-image-editor.com/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.online-image-editor.com/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/pixlr.st b/template/pixlr.st
index 59b2eec..5fd4a8b 100755
--- a/template/pixlr.st
+++ b/template/pixlr.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.pixlr.com/editor/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.pixlr.com/editor/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 5b5ebf5..64511da 100755
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -56,8 +56,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/artornot.st b/template/rooms/artornot.st
index 54a1a73..180ff85 100755
--- a/template/rooms/artornot.st
+++ b/template/rooms/artornot.st
@@ -56,8 +56,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st
index f6e91f6..1464398 100755
--- a/template/rooms/atrium.st
+++ b/template/rooms/atrium.st
@@ -56,8 +56,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/butt.st b/template/rooms/butt.st
index dc20e33..ba68497 100755
--- a/template/rooms/butt.st
+++ b/template/rooms/butt.st
@@ -2,12 +2,12 @@
<html>
<head>
<title>dump.fm image vortex</title>
-<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
+<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<script type="text/javascript" src="/static/js/pichat.butt.js"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script>
<script type="text/javascript" src="/static/js/sha1.js"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/reset.css">
-<link rel="stylesheet" type="text/css" href="/static/css/header.css">
+<link rel="stylesheet" type="text/css" href="/static/css/reset.css?v=20260130">
+<link rel="stylesheet" type="text/css" href="/static/css/header.css?v=20260130">
$if(!user_nick)$
<link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
$endif$
@@ -15,7 +15,7 @@ $endif$
$if(isadmin)$
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
type="text/css" media="all" />
-<link rel="stylesheet" href="/static/css/admin.css"
+<link rel="stylesheet" href="/static/css/admin.css?v=20260130"
type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
type="text/javascript"></script>
@@ -23,9 +23,9 @@ $if(isadmin)$
type="text/javascript"></script>
$endif$
$if(!user_avatar)$
- <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css?v=20260130">
$endif$
- <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260130">
<link rel="stylesheet" type="text/css" href="/static/css/rooms_butt.css?v=20260129">
<script type="text/javascript" src="/static/webcam/webcam.js"></script>
<script type="text/javascript" src="/static/js/tooltip.js"></script>
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index 96dcb97..38a2ee2 100755
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -58,8 +58,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/dump2.st b/template/rooms/dump2.st
index ab8ef55..a4140af 100755
--- a/template/rooms/dump2.st
+++ b/template/rooms/dump2.st
@@ -81,8 +81,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st
index a310da2..606d51f 100755
--- a/template/rooms/frontpage.st
+++ b/template/rooms/frontpage.st
@@ -56,8 +56,8 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st
index c020d89..53de42c 100755
--- a/template/rooms/mgmt.st
+++ b/template/rooms/mgmt.st
@@ -22,14 +22,14 @@
<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script>
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/mgmt.css">
+<link rel="stylesheet" type="text/css" href="/static/css/mgmt.css?v=20260130">
<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<script>Domain = "/"</script>
$if(isadmin)$
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
type="text/css" media="all" />
-<link rel="stylesheet" href="/static/css/admin.css"
+<link rel="stylesheet" href="/static/css/admin.css?v=20260130"
type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
type="text/javascript"></script>
diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st
index 527a306..cd08097 100755
--- a/template/rooms/nocss.st
+++ b/template/rooms/nocss.st
@@ -19,7 +19,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps">
<meta name="description" content="dump.fm - Talk with pictures!" />
-<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
+ <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
@@ -34,8 +34,8 @@ $endif$
$if(isadmin)$
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
type="text/css" media="all" />
-<link rel="stylesheet" href="/static/css/admin.css"
- type="text/css" media="all" />
+ <link rel="stylesheet" href="/static/css/admin.css?v=20260130"
+ type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
type="text/javascript"></script>
<script src="/static/js/admin.js" type="text/javascript"></script>
@@ -87,8 +87,8 @@ window.location = "/error/ie";
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
diff --git a/template/share_buttons.st b/template/share_buttons.st
index ac41191..f10a29e 100755
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -8,7 +8,7 @@ $if(logged_in)$
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
</div>
$endif$
diff --git a/template/signgenerator.st b/template/signgenerator.st
index 59c15ee..601f613 100755
--- a/template/signgenerator.st
+++ b/template/signgenerator.st
@@ -4,11 +4,11 @@
</head>
-<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$
+<body onload='window.focus();' class="profile"> $banner()$
<div id="chatrap"><div id="dcontent"><div id="messagePane">
-<iframe src="http://www.signgenerator.org/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div>
+<iframe src="http://www.signgenerator.org/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div>
<div id="footerc">
$footer()$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/simplerlog.st b/template/simplerlog.st
index df9f03b..d473738 100755
--- a/template/simplerlog.st
+++ b/template/simplerlog.st
@@ -14,7 +14,7 @@
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+<link href="/static/css/front.css?v=20260130" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/static/css/simplerlog.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/static/js/jquery.masonry.min.js"type="text/javascript"></script>
<script src="/static/js/jquery.isotope.min.js"></script>
diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st
index c00a16b..2781199 100755
--- a/template/single_message_share_buttons.st
+++ b/template/single_message_share_buttons.st
@@ -8,7 +8,7 @@ $if(user_nick)$
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
</div>
$endif$
diff --git a/template/tagged_dumps.st b/template/tagged_dumps.st
index 0cffc0b..f169aab 100755
--- a/template/tagged_dumps.st
+++ b/template/tagged_dumps.st
@@ -2,7 +2,6 @@
<head>
<title>dump.fm - $page_title$</title>
$head()$
- <link rel="stylesheet" media="screen" type="text/css" href="/static/css/dump.css">
<script>
jQuery(function() {
initLog($recips$);
diff --git a/template/terms8.st b/template/terms8.st
index d37a28c..a1a2a22 100755
--- a/template/terms8.st
+++ b/template/terms8.st
@@ -1,7 +1,7 @@
<html>
<head>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/>
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
@@ -16,12 +16,7 @@ jQuery(function()
<title>dump.fm</title>
$head()$
</head>
- <body style=" font-family: Arial, Helvetica, sans-serif;
- background-color:#f0f9ff;
- background-image:url(/static/img/fade-blue.png)!important;
- background-repeat:repeat-x;
- background-position:top;
-background-attachment:fixed;" onload="
+ <body class="profile" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115);
javascript:CreateDropdownWindow('terms of service', '560px', true, 'archive', 420, 60);