summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/banner.old.st4
-rwxr-xr-xtemplate/banner.st4
-rwxr-xr-xtemplate/banner_dis.st15
-rwxr-xr-xtemplate/browser.st6
-rwxr-xr-xtemplate/dealwithit.st3
-rwxr-xr-xtemplate/debug.st3
-rwxr-xr-xtemplate/doublerainbow.st3
-rwxr-xr-xtemplate/frontpage copy.st11
-rwxr-xr-xtemplate/frontpage.st11
-rwxr-xr-xtemplate/frontpagePROFILE.st5
-rwxr-xr-xtemplate/frontpage_halloffame.st11
-rwxr-xr-xtemplate/fullscreen.ryder.st22
-rwxr-xr-xtemplate/fullscreen.st140
-rwxr-xr-xtemplate/fullscreen2.st41
-rwxr-xr-xtemplate/fullscreen4.st92
-rwxr-xr-xtemplate/fullscreen5.st80
-rwxr-xr-xtemplate/fullscreen_front.st41
-rwxr-xr-xtemplate/fullscreenphotobooth.st79
-rwxr-xr-xtemplate/him.st3
-rwxr-xr-xtemplate/ie_fullscreen.st79
-rwxr-xr-xtemplate/imagelayering.st3
-rwxr-xr-xtemplate/meme.st10
-rwxr-xr-xtemplate/mgmtfull.st79
-rwxr-xr-xtemplate/mutes.st3
-rwxr-xr-xtemplate/newlog.st3
-rwxr-xr-xtemplate/nigga.st5
-rwxr-xr-xtemplate/perezhilton.st3
-rwxr-xr-xtemplate/picnic.st11
-rwxr-xr-xtemplate/pogs.st3
-rwxr-xr-xtemplate/req_reset.st3
-rwxr-xr-xtemplate/roomlist.st5
-rwxr-xr-xtemplate/rooms/VIP.st30
-rwxr-xr-xtemplate/rooms/artornot.st30
-rwxr-xr-xtemplate/rooms/atrium.st27
-rwxr-xr-xtemplate/rooms/butt.st5
-rwxr-xr-xtemplate/rooms/chat.down.st10
-rwxr-xr-xtemplate/rooms/chat.st23
-rwxr-xr-xtemplate/rooms/dump2.st58
-rwxr-xr-xtemplate/rooms/dumptest.st10
-rwxr-xr-xtemplate/rooms/frontpage.st30
-rwxr-xr-xtemplate/rooms/fullscreen.st9
-rwxr-xr-xtemplate/rooms/fullscreen2.st9
-rwxr-xr-xtemplate/rooms/mgmt.st11
-rwxr-xr-xtemplate/rooms/nocss.st23
-rwxr-xr-xtemplate/rooms/vortex.st5
-rwxr-xr-xtemplate/search_files.st3
-rwxr-xr-xtemplate/simplerlog.st3
-rwxr-xr-xtemplate/slimer.st3
-rwxr-xr-xtemplate/slothgoth.st5
-rwxr-xr-xtemplate/spaceboys.st5
-rwxr-xr-xtemplate/spinningkid.st3
-rwxr-xr-xtemplate/thisguy.st3
-rwxr-xr-xtemplate/topic_list.st3
-rwxr-xr-xtemplate/users.st3
-rwxr-xr-xtemplate/weedpile.st4
55 files changed, 189 insertions, 907 deletions
diff --git a/template/banner.old.st b/template/banner.old.st
index 0727505..c28c56a 100755
--- a/template/banner.old.st
+++ b/template/banner.old.st
@@ -83,10 +83,10 @@
$endif$
<div id="topic"></div>
- <div id="dumplist">
+ <div id="dumplist"$if(!user_nick)$ class="dumplist-hidden"$endif$>
$if(user_nick)$
- <a href="/fullscreen">checkout dump.fm in full-screen - </a><a href="/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a>$else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
+ <a href="/fullscreen">checkout dump.fm in full-screen - </a><a href="/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a>$endif$
$if(isadmin)$ -<a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a>
$endif$
</div>
diff --git a/template/banner.st b/template/banner.st
index c09c4d3..c329149 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -73,7 +73,7 @@
- <div id="dumplist">
+ <div id="dumplist"$if(!user_nick)$ class="dumplist-hidden"$endif$>
$if(user_nick)$
<a href="/fullscreen">checkout dump.fm in full-screen </a>
@@ -82,7 +82,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>
- $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
+ $endif$
$if(isadmin)$ - <a href="http://vip.dump.fm/">NAUGHTY GIRLS/AND-OR/BOYS DELIGHT </a>
$endif$
</div>
diff --git a/template/banner_dis.st b/template/banner_dis.st
index 1f65d7e..bdee21e 100755
--- a/template/banner_dis.st
+++ b/template/banner_dis.st
@@ -1,14 +1,11 @@
-<style type="text/css">
$if(!user_nick)$
- @import url('/static/css/pages.css'); @import url('http://dismagazine.com/css/dump.css?3');
-$else$
- @import url('http://dismagazine.com/css/dump.css?3');
- $endif$
-</style>
+<link rel="stylesheet" type="text/css" href="/static/css/pages.css">
+$endif$
+<link rel="stylesheet" type="text/css" href="https://dismagazine.com/css/dump.css?3">
-<link rel="image_src" href="http://dismagazine.com/uploads/2010/08/idgi-arrow-glasses-dis-dump.png" />
+<link rel="image_src" href="https://dismagazine.com/uploads/2010/08/idgi-arrow-glasses-dis-dump.png" />
<div id="rapper7">
<div id="header7">
<div id="logoicons">
@@ -16,7 +13,7 @@ $else$
<div id="dislogo">
<div align="center">
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 />
- <a href="http://dismagazine.com"><img src="$domain$/static/img/dis.png" class="dislogo"><a class="img_rolldis" href="$domain$"></a>
+ <a href="https://dismagazine.com"><img src="$domain$/static/img/dis.png" class="dislogo"><a class="img_rolldis" href="$domain$"></a>
</div>
</div>
@@ -131,4 +128,4 @@ $if(!user_nick)$
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 80);
</script>
-$endif$ \ No newline at end of file
+$endif$
diff --git a/template/browser.st b/template/browser.st
index 14797cf..9590efc 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -20,7 +20,8 @@ $endif$
var growlize = true;
</script>
- <style>
+ <!--
+ <style>
iframe {
z-index: 50000;
position: fixed;
@@ -35,7 +36,8 @@ $endif$
top:0px; left:0px;
border:none;
}
- </style>
+ </style>
+ -->
</head>
<body>
diff --git a/template/dealwithit.st b/template/dealwithit.st
index 39adfe4..0c91ca9 100755
--- a/template/dealwithit.st
+++ b/template/dealwithit.st
@@ -4,6 +4,8 @@
<title>dump.fm - deal with it</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -111,6 +113,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/debug.st b/template/debug.st
index bba203f..97d4562 100755
--- a/template/debug.st
+++ b/template/debug.st
@@ -1,6 +1,8 @@
<html>
<title>dump.fm DEBUG</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/debug.css?v=20260129">
+ <!--
<style>
#main {
padding: 100px 2em 0px 2em;
@@ -16,6 +18,7 @@
width: 100px;
}
</style>
+ -->
<body>
$banner()$
<div id="main">
diff --git a/template/doublerainbow.st b/template/doublerainbow.st
index b07bef0..8921b9d 100755
--- a/template/doublerainbow.st
+++ b/template/doublerainbow.st
@@ -4,6 +4,8 @@
<title>dump.fm - double rainbow</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/frontpage copy.st b/template/frontpage copy.st
index 7fb5c3b..2928530 100755
--- a/template/frontpage copy.st
+++ b/template/frontpage copy.st
@@ -24,7 +24,8 @@ 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=20260128" 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)$
<script type="text/javascript" src="$domain$/static/js/popup.js"></script>
@@ -33,7 +34,8 @@ setTimeout("refreshing()",300000);
<link rel="shortcut icon" href="$domain$/static/favicon.ico">
<!--END HEAD-->
- <style>
+ <!--
+ <style>
body{margin:0px; background-image:url($domain$/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
@@ -205,7 +207,8 @@ margin:7px;
background: url(/images/spinner.gif) no-repeat center center;
}
-</style>
+ </style>
+ -->
<script>
@@ -232,7 +235,7 @@ jQuery(window).load(function(){
</head>
- <body onload="refreshing()">
+ <body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$">
<!--
<iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe>
diff --git a/template/frontpage.st b/template/frontpage.st
index 8ea6e44..15f758e 100755
--- a/template/frontpage.st
+++ b/template/frontpage.st
@@ -24,7 +24,8 @@ 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=20260128" 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)$
<script type="text/javascript" src="$domain$/static/js/popup.js"></script>
@@ -33,7 +34,8 @@ setTimeout("refreshing()",300000);
<link rel="shortcut icon" href="$domain$/static/favicon.ico">
<!--END HEAD-->
- <style>
+ <!--
+ <style>
body{margin:0px; background-image:url($domain$/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
@@ -205,7 +207,8 @@ margin:7px;
background: url(/images/spinner.gif) no-repeat center center;
}
-</style>
+ </style>
+ -->
<script>
@@ -232,7 +235,7 @@ jQuery(window).load(function(){
</head>
- <body onload="refreshing()">
+ <body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$">
<!--
<iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe>
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st
index 308717b..b303e5e 100755
--- a/template/frontpagePROFILE.st
+++ b/template/frontpagePROFILE.st
@@ -15,6 +15,7 @@
<link rel="image_src" href="$domain$/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
<link href="/static/css/front.css?v=20260128" 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="$domain$/static/js/jquery.masonry.min.js"type="text/javascript"></script>
<script src="$domain$/static/js/jquery.isotope.min.js"></script>
<!-- <link rel="stylesheet" href="$domain$/static/css/isostyle.css" type="text/css" media="screen" />-->
@@ -38,6 +39,7 @@ $endif$
<!--END HEAD-->
+<!--
<style>
@@ -186,7 +188,8 @@ margin:7px;
padding: 4px;
}
-</style>
+ </style>
+-->
<script>
diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st
index 3717500..7876ead 100755
--- a/template/frontpage_halloffame.st
+++ b/template/frontpage_halloffame.st
@@ -24,7 +24,8 @@ 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=20260128" 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)$
<script type="text/javascript" src="$domain$/static/js/popup.js"></script>
@@ -33,7 +34,8 @@ setTimeout("refreshing()",300000);
<link rel="shortcut icon" href="$domain$/static/favicon.ico">
<!--END HEAD-->
- <style>
+ <!--
+ <style>
body{margin:0px; background-image:url($domain$/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
@@ -205,7 +207,8 @@ margin:7px;
background: url(/images/spinner.gif) no-repeat center center;
}
-</style>
+ </style>
+ -->
<script>
@@ -232,7 +235,7 @@ jQuery(window).load(function(){
</head>
- <body onload="refreshing()">
+ <body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$">
<!--
<iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe>
diff --git a/template/fullscreen.ryder.st b/template/fullscreen.ryder.st
index 83d5ae0..9fbce5f 100755
--- a/template/fullscreen.ryder.st
+++ b/template/fullscreen.ryder.st
@@ -14,25 +14,7 @@
</script>
- <style type="text/css">
- *{
- margin:0;
- padding:0;
- font:60px "Gotham Black", Arial, sans-serif;
- color:#FFF;
- }
- #full img{
-width:100%;height:100%;
- }
- .content{
- width:100%;height:100%;
-
- }
- .content img{
- width:100%;height:100%;
-
- }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_ryder.css?v=20260129">
</head><body>
$messages: { m |
@@ -43,4 +25,4 @@ $messages: { m |
}$
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/fullscreen.st b/template/fullscreen.st
index 0370176..44db7ef 100755
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -18,145 +18,7 @@
}
</script>
- <style>
- @-webkit-keyframes b {
- from {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);}
- to {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);}
- }
- @-webkit-keyframes z {
- from {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);}
- to {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);}
- }
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: helvetica, arial, sans-serif; line-height: 1.5em; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- a {
- color: black;
- text-decoration: none;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- .box {
- background: rgba(255,255,255,0.8);
- z-index: 999;
- position: absolute;
- width: 400px;
- margin-left: -200px;
- left: 50%;
- padding: 10px 10px 20px 10px;
- top: 20%;
- text-align: justify;
- font-size:12px;
- }
- .box.b {
- -webkit-animation: b 1s ease-out;
- }
- .box.z {
- -webkit-animation z 1s ease-out;
- }
- #registerbox {
- display: none;
- }
- #loginbox img{
- max-width:100%;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- width: 80%;
- position: relative;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw a{
- font-size: 9px;
- margin-top: -20px;
- position: absolute;
- }
- #forgetpw a:hover {
- color: #00f;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #loginbox a.bluelink{
- color:#00F;
- cursor: pointer;
- }
- #loginbox p.block1{
- margin:7px 0;
- width:347px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- }
- input {
- max-width: 100px;
- -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
- -webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
- box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
- border: 1px solid;
- margin-left:10px;
- }
- #regEmailInput {
- max-width: 200px;
- width: 200px;
- }
- label {
- width: 90px;
- display: inline-block;
- }
- #remembermeInput {
- margin-top: 0; margin-left: 0;
- }
- #loginbox form p{
- margin-top:0;
- margin-bottom:5px;
- }
- #loginbox form p:nth-child(2){
- margin-top:5px;
- }
- #loginbox .close {
- float:right;
- }
-
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- #toplogo{position: fixed;display:none;
- top: 0;
- left: 0;}
- #big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/fullscreen2.st b/template/fullscreen2.st
index 2927f47..38a5e2b 100755
--- a/template/fullscreen2.st
+++ b/template/fullscreen2.st
@@ -28,44 +28,7 @@
</script>
- <style type="text/css">
- *{
- margin:0;
- padding:0;
- font:60px "Gotham Black", Arial, sans-serif;
- color:#FFF;
- }
- img{
- border:none;
- }
- body {
- overflow:hidden;/*Needed to eliminate scrollbars*/
- }
- #content{
- margin:0px auto;
- height:100px;
- width:100%;
- bottom:5%;
- background-color:#262626;
- border-top:3px solid #4F4F4F;
- border-bottom:3px solid #4F4F4F;
- position:absolute;
- }
- #contentframe{
- text-align:center;
- }
-
- /*Supersize Plugin Styles*/
- #supersize img, #supersize a{
- height:100%;
- width:100%;
- display:none;
- }
- #supersize .activeslide, #supersize .activeslide img{
- display:inline;
- }
-
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen2.css?v=20260129">
</head><body>
$messages: { m |
<div style="width: 1224px; height: 918px;" id="supersize">
@@ -76,4 +39,4 @@ $messages: { m |
}$
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/fullscreen4.st b/template/fullscreen4.st
index 781faf7..2dbb3d4 100755
--- a/template/fullscreen4.st
+++ b/template/fullscreen4.st
@@ -14,95 +14,9 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
-
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- @font-face {
- font-family: 'PixelComicSans-Regular';
- src: url('$domain$/static
- /fonts/PixelComicSans-Regular.eot');
- }
-
- @font-face {
- font-family: 'PixelComicSans-Regular';
- src: url('$domain$/static/fonts/PixelComicSans-Regular.woff') format('woff'),
- url('$domain$/static/fonts/PixelComicSans-Regular.svg#PixelComicSans-Regular') format('svg');
- }
- #toptxt{font-family: "PixelComicSans-Regular", serif ;font-size:50px;text-align: left; text-justify: newspaper;width:100%;z-index:2; position:absolute;color:black;text-transform:;}
-
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_smalltext.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen4_extra.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/fullscreen5.st b/template/fullscreen5.st
index 1f47a5a..c7c4a0e 100755
--- a/template/fullscreen5.st
+++ b/template/fullscreen5.st
@@ -14,84 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #loginbox div{border:0}
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_smalltext.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/fullscreen_front.st b/template/fullscreen_front.st
index 1c591d2..0e2d732 100755
--- a/template/fullscreen_front.st
+++ b/template/fullscreen_front.st
@@ -14,45 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
-
- #spinner { display: none; }
- #forgetpw {
- position: absolute;display:none;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 150px;
- width: 150px;
- left: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
</head>
<body>
<script>
diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st
index 3975553..232d6c0 100755
--- a/template/fullscreenphotobooth.st
+++ b/template/fullscreenphotobooth.st
@@ -14,83 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 150px;
- width: 150px;
- left: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/him.st b/template/him.st
index 6d79d32..c687334 100755
--- a/template/him.st
+++ b/template/him.st
@@ -4,6 +4,8 @@
<title>dump.fm - him</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/ie_fullscreen.st b/template/ie_fullscreen.st
index c0a712d..a03df7d 100755
--- a/template/ie_fullscreen.st
+++ b/template/ie_fullscreen.st
@@ -15,83 +15,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 150px;
- width: 150px;
- left: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/imagelayering.st b/template/imagelayering.st
index 91e7693..9b880cc 100755
--- a/template/imagelayering.st
+++ b/template/imagelayering.st
@@ -17,6 +17,7 @@
<html>
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
@@ -54,6 +55,7 @@ $endif$
$endif$
</script>
+ <!--
<style>
#chat-wrapper {
position: absolute;
@@ -64,6 +66,7 @@ $endif$
width: 300px;
};
</style>
+ -->
</head>
<body>
$banner()$
diff --git a/template/meme.st b/template/meme.st
index c71f93d..fd820c2 100755
--- a/template/meme.st
+++ b/template/meme.st
@@ -2,7 +2,8 @@
<head>
<title>dump.fm - sloth goth</title>
-
+ <link rel="stylesheet" type="text/css" href="/static/css/meme.css?v=20260129">
+ <!--
<style>
body{margin:0px;
background-color:#fff;
@@ -18,8 +19,9 @@ background-position:top center;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
}
-
- </style>
+
+ </style>
+ -->
</head>
<body class="memes">
@@ -69,4 +71,4 @@ background-position:top center;
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/template/mgmtfull.st b/template/mgmtfull.st
index 1efbce2..ca9920a 100755
--- a/template/mgmtfull.st
+++ b/template/mgmtfull.st
@@ -14,83 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 150px;
- width: 150px;
- left: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/mutes.st b/template/mutes.st
index e03987d..57f249c 100755
--- a/template/mutes.st
+++ b/template/mutes.st
@@ -10,6 +10,8 @@
<script src="/static/js/admin.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/static/tsort/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/admin_tables.css?v=20260129">
+ <!--
<style>
body { font-family: Monaco, "Courier New", Courier, monospace; }
input[type=button] {
@@ -23,6 +25,7 @@
width: 15%;
}
</style>
+ -->
<script>
jQuery(document).ready(function() {
diff --git a/template/newlog.st b/template/newlog.st
index 2694cec..434e301 100755
--- a/template/newlog.st
+++ b/template/newlog.st
@@ -15,6 +15,7 @@
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
<link href="/static/css/front.css?v=20260128" 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 = "$domain$"</script>
$if(!user_nick)$
@@ -40,6 +41,7 @@ window.location = "/error/ie";
<!--END HEAD-->
+<!--
<style>
@@ -120,6 +122,7 @@ a#disregister {
}
</style>
+-->
<script>
diff --git a/template/nigga.st b/template/nigga.st
index fd28efb..ba01313 100755
--- a/template/nigga.st
+++ b/template/nigga.st
@@ -2,11 +2,13 @@
<head>
<title>$nick$'s dump.fm</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/profile_dashboard.css?v=20260129">
<script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script>
<script src="/static/js/ajaxupload.js"></script>
<script>
jQuery(document).ready(initProfile);
</script>
+<!--
<style>
@@ -156,7 +158,8 @@ border:1px solid black;
-moz-border-radius:5px;
}
-</style>
+ </style>
+-->
</head>
<body>
diff --git a/template/perezhilton.st b/template/perezhilton.st
index 23e30de..bda9557 100755
--- a/template/perezhilton.st
+++ b/template/perezhilton.st
@@ -4,6 +4,8 @@
<title>dump.fm - Perez Hilton</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/picnic.st b/template/picnic.st
index 63a2524..a6c9655 100755
--- a/template/picnic.st
+++ b/template/picnic.st
@@ -1,10 +1,13 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DIS/dump - 8/14/10 PICNIC</title>
- $head()$
-<style>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/picnic.css?v=20260129">
+ <!--
+ <style>
#picnic{position:fixed;height:100%;width:100%}
#picnic img{position:fixed;height:100%;width:100%}
-</style>
+ </style>
+ -->
</head>
<body>
@@ -13,4 +16,4 @@
</div>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/template/pogs.st b/template/pogs.st
index e744f25..a2f24ee 100755
--- a/template/pogs.st
+++ b/template/pogs.st
@@ -4,6 +4,8 @@
<title>dump.fm - pogs</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/req_reset.st b/template/req_reset.st
index 7386c26..8c416f4 100755
--- a/template/req_reset.st
+++ b/template/req_reset.st
@@ -3,7 +3,9 @@
<title>dump.fm Password Reset</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/req_reset.css?v=20260129">
+ <!--
<style>
#main {
padding: 10px 2em 0px 2em;
@@ -16,6 +18,7 @@ $head()$
border: 1px solid red;
}
</style>
+ -->
<script>
jQuery(function() {
jQuery("#submit").click(function() {
diff --git a/template/roomlist.st b/template/roomlist.st
index a7f5d07..e25e2a1 100755
--- a/template/roomlist.st
+++ b/template/roomlist.st
@@ -6,12 +6,15 @@
type="text/javascript"></script>
<script src="/static/js/jquery.tablesorter.min.js"
type="text/javascript"></script>
- <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
+ <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css">
<script src="/static/js/admin.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/static/tsort/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/roomlist.css?v=20260129">
+ <!--
<style>
body { font-family: Monaco, "Courier New", Courier, monospace; }
</style>
+ -->
<script>
jQuery(function() { jQuery('.tablesorter').tablesorter({
sortList: [[4, 1]]
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 51febca..19d08a2 100755
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -15,9 +15,10 @@
(c)2010 dump.fm -->
<html>
- <head>
- $head()$
- <title>$roomname$ dump.fm</title>
+ <head>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
+ <title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script>
@@ -54,16 +55,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -90,18 +81,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
@@ -152,4 +131,3 @@
</body>
</html>
-
diff --git a/template/rooms/artornot.st b/template/rooms/artornot.st
index 8a313d2..bab68cf 100755
--- a/template/rooms/artornot.st
+++ b/template/rooms/artornot.st
@@ -15,9 +15,10 @@
(c)2010 dump.fm -->
<html>
- <head>
- $head()$
- <title>$roomname$ dump.fm</title>
+ <head>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
+ <title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script>
@@ -54,16 +55,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -90,18 +81,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
@@ -143,4 +122,3 @@
</body>
</html>
-
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st
index edd83cb..550e815 100755
--- a/template/rooms/atrium.st
+++ b/template/rooms/atrium.st
@@ -16,8 +16,9 @@
<html>
<head>
- $head_edge()$
- <title>$roomname$ dump.fm</title>
+ $head_edge()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
+ <title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script>
@@ -54,16 +55,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -90,18 +81,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
diff --git a/template/rooms/butt.st b/template/rooms/butt.st
index dcb9baf..1094ef4 100755
--- a/template/rooms/butt.st
+++ b/template/rooms/butt.st
@@ -26,6 +26,7 @@ $if(!user_avatar)$
<link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css">
$endif$
<link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+ <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>
<script type="text/javascript" src="/static/js/away.js"></script>
@@ -54,7 +55,7 @@ $endif$
}
</script>
-<style type="text/css">
+<!--<style type="text/css">
html {
overflow: hidden;
}
@@ -99,7 +100,7 @@ $endif$
filter: alpha(opacity=90);
opacity: 0.9;
}
-</style>
+</style>-->
<script type="text/javascript">
// ==================================================
// script realized by G�rard Ferrandez - June 2006
diff --git a/template/rooms/chat.down.st b/template/rooms/chat.down.st
index ef1b267..93d106f 100755
--- a/template/rooms/chat.down.st
+++ b/template/rooms/chat.down.st
@@ -16,17 +16,15 @@
<html>
<head>
-<link rel="shortcut icon" href="$domain$/static/favicon.ico">
+<link rel="shortcut icon" href="/static/favicon.ico">
<title>dump.fm</title>
- <style>
- body{width:100%;height:100%;background-image:url('http://i.imgur.com/JR7Ge.gif');overflow:hidden;}
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_down.css?v=20260129">
</head>
<body>
<center>
- <img src="http://i.imgur.com/BNeoy.png"style="margin-top:15%;">
+ <img src="https://i.imgur.com/BNeoy.png" style="margin-top:15%;">
</center>
</body></html>
- \ No newline at end of file
+
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index d1152e8..8c41806 100755
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -17,6 +17,7 @@
<html>
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
@@ -55,16 +56,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -92,18 +83,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
diff --git a/template/rooms/dump2.st b/template/rooms/dump2.st
index 35a61a2..200250b 100755
--- a/template/rooms/dump2.st
+++ b/template/rooms/dump2.st
@@ -17,6 +17,8 @@
<html>
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_dump2.css?v=20260129">
<title>no $roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
@@ -54,51 +56,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 2;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- }
- #welcome-rapper{
- position:fixed;
- width:100%;
- height:100%;
- display:table;
- z-index:10;
- }
- #welcome-rapper span{
- width:50%;
- height:50%;
- display:table-cell;
- float:left;
- }
- #welcome-rapper span h1{
- display:table-cell;
- vertical-align:middle;
- }
-
- #welcome-rapper span:nth-child(5){
- background:url(https://archive.hump.fm/images/20121011/1349988916417-dumpfm-natasaurus-goes8_hg.gif)no-repeat center;
- background-size:cover;
- }
- #welcome-rapper span:nth-child(2){
- background:url(https://archive.hump.fm/images/20121001/1349067392929-dumpfm-kiptok-fuckyousmall.png)no-repeat center;
- background-size:cover;
- }
- #welcome-rapper span:nth-child(4){
- background:url(http://logo.ec/wp-content/uploads/2012/10/4.jpg)no-repeat center;
- background-size:cover;
- }
- #welcome-rapper span iframe {
- width: 100%;
- background:white;
- height: 100%;
- }
- </style>
</head>
<body>
$if(dis)$
@@ -149,17 +106,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
- }
- </style>
$endif$
$endif$
diff --git a/template/rooms/dumptest.st b/template/rooms/dumptest.st
index c1860c4..e167c70 100755
--- a/template/rooms/dumptest.st
+++ b/template/rooms/dumptest.st
@@ -18,6 +18,7 @@ _____ ___ ___ ___ ___ ___
$if(user_nick)$
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
@@ -56,7 +57,7 @@ _____ ___ ___ ___ ___ ___
$endif$
</script>
- <style>
+ <!--<style>
#chat-wrapper {
position: absolute;
z-index: 1000000;
@@ -65,12 +66,13 @@ _____ ___ ___ ___ ___ ___
height: 40px;
width: 300px;
};
- </style>
+ </style>-->
</head>
$else$
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_dumptest_fullscreen.css?v=20260129">
<title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script src="$domain$/static/js/fullscreen.js"></script>
@@ -105,7 +107,7 @@ _____ ___ ___ ___ ___ ___
</script>
<script>jQuery(initLogin)</script>
<script>initFullscreen()</script>
- <style>
+ <!--<style>
@-webkit-keyframes b {
from {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);}
to {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);}
@@ -214,7 +216,7 @@ _____ ___ ___ ___ ___ ___
top: 0;
left: 0;}
#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>
+ </style>-->
</head>
<body>
<div class="notloggedin">
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st
index 927cbec..6761a4d 100755
--- a/template/rooms/frontpage.st
+++ b/template/rooms/frontpage.st
@@ -15,9 +15,10 @@
(c)2011 dump.fm -->
<html>
- <head>
- $head()$
- <title>$roomname$ dump.fm</title>
+ <head>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
+ <title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script>
@@ -54,16 +55,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -90,18 +81,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
@@ -133,4 +112,3 @@
</div>
</body>
</html>
-
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st
index 199727d..41f2f88 100755
--- a/template/rooms/fullscreen.st
+++ b/template/rooms/fullscreen.st
@@ -14,7 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_fullscreen.css?v=20260129">
+ <!--<style>
html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
input {
font-family: Monaco, "Courier New", Courier, monospace;
@@ -113,10 +114,10 @@ input:hover {
.sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
a { color:#000 }
#toplogo{position: fixed;display:none;
-top: 0;
-left: 0;}
+ top: 0;
+ left: 0;}
#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>
+ </style>-->
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index 199727d..41f2f88 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -14,7 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_fullscreen.css?v=20260129">
+ <!--<style>
html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
input {
font-family: Monaco, "Courier New", Courier, monospace;
@@ -113,10 +114,10 @@ input:hover {
.sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
a { color:#000 }
#toplogo{position: fixed;display:none;
-top: 0;
-left: 0;}
+ top: 0;
+ left: 0;}
#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>
+ </style>-->
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st
index 793cb7e..984ee99 100755
--- a/template/rooms/mgmt.st
+++ b/template/rooms/mgmt.st
@@ -23,6 +23,7 @@
<script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script>
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
<link rel="stylesheet" type="text/css" href="$domain$/static/css/mgmt.css">
+<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<script>Domain = "$domain$"</script>
$if(isadmin)$
@@ -56,16 +57,6 @@ window.location = "/error/ie";
jQuery(Away.startTitleUpdater);
jQuery(initChatMsgs);
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st
index 9d79b7a..6bb661e 100755
--- a/template/rooms/nocss.st
+++ b/template/rooms/nocss.st
@@ -24,6 +24,7 @@
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
+<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<script>Domain = "$domain$"</script>
$if(!user_nick)$
@@ -85,16 +86,6 @@ window.location = "/error/ie";
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -121,18 +112,6 @@ window.location = "/error/ie";
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st
index 64474b8..6f3a4ca 100755
--- a/template/rooms/vortex.st
+++ b/template/rooms/vortex.st
@@ -2,6 +2,7 @@
<html>
<head>
<title>dump.fm image vortex</title>
+<link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260129">
@@ -15,7 +16,7 @@
</script>
-<style type="text/css">
+<!--<style type="text/css">
@@ -86,7 +87,7 @@ text-decoration:none;
color:blue;
}
-</style>
+</style>-->
<script type="text/javascript">
id = function(o) { return document.getElementById(o); }
px = function (x) { return ''.concat(Math.round(x), 'px'); }
diff --git a/template/search_files.st b/template/search_files.st
index 4ef0118..637142a 100755
--- a/template/search_files.st
+++ b/template/search_files.st
@@ -3,6 +3,8 @@
<head>
<title>dump.fm image search</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/search_files.css?v=20260129">
+ <!--
<style>
img { max-width: 400px; max-height: 400px;} /* FIX THIS */
html,body,img,div{margin:0; border:0; padding:0}
@@ -11,6 +13,7 @@
fieldset { display: inline }
p { margin-left: 20px; display: inline-block; }
</style>
+ -->
<script>
diff --git a/template/simplerlog.st b/template/simplerlog.st
index f0fb1e4..ed9527c 100755
--- a/template/simplerlog.st
+++ b/template/simplerlog.st
@@ -15,6 +15,7 @@
<link rel="image_src" href="$domain$/static/img/thumbs/heartover.gif" >
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
<link href="/static/css/front.css?v=20260128" 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="$domain$/static/js/jquery.masonry.min.js"type="text/javascript"></script>
<script src="$domain$/static/js/jquery.isotope.min.js"></script>
<!-- <link rel="stylesheet" href="$domain$/static/css/isostyle.css" type="text/css" media="screen" />-->
@@ -38,6 +39,7 @@ $endif$
<!--END HEAD-->
+<!--
<style>
@@ -212,6 +214,7 @@ a#disregister {
</style>
+-->
<script>
diff --git a/template/slimer.st b/template/slimer.st
index 6066bd9..260834a 100755
--- a/template/slimer.st
+++ b/template/slimer.st
@@ -4,6 +4,8 @@
<title>dump.fm - Slimer</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/slothgoth.st b/template/slothgoth.st
index f0cab35..11483fa 100755
--- a/template/slothgoth.st
+++ b/template/slothgoth.st
@@ -3,6 +3,10 @@
<title>dump.fm - sloth goth</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_rightinfo.css?v=20260129">
+ <!--
<style>
@@ -83,6 +87,7 @@ text-decoration:none;
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/spaceboys.st b/template/spaceboys.st
index a746343..d0f0541 100755
--- a/template/spaceboys.st
+++ b/template/spaceboys.st
@@ -4,6 +4,10 @@
<title>dump.fm - homeboys in space</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_rightinfo.css?v=20260129">
+ <!--
<style>
@@ -81,6 +85,7 @@ text-decoration:none;
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/spinningkid.st b/template/spinningkid.st
index 7bb6140..4645159 100755
--- a/template/spinningkid.st
+++ b/template/spinningkid.st
@@ -4,6 +4,8 @@
<title>dump.fm - Spinning Kid</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/thisguy.st b/template/thisguy.st
index 2b00849..e6828f5 100755
--- a/template/thisguy.st
+++ b/template/thisguy.st
@@ -4,6 +4,8 @@
<title>dump.fm - this guy</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <!--
<style>
@@ -125,6 +127,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>
diff --git a/template/topic_list.st b/template/topic_list.st
index dc7199e..2fa1f2d 100755
--- a/template/topic_list.st
+++ b/template/topic_list.st
@@ -2,7 +2,9 @@
<head>
<title>Topic List</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/topic_list.css?v=20260129">
<script src="/static/js/topiclist.js"></script>
+ <!--
<style>
#main {
margin: 75px 2em 0 2em;
@@ -16,6 +18,7 @@
width: 100px;
}
</style>
+ -->
</head>
<body>
$banner()$
diff --git a/template/users.st b/template/users.st
index 764da54..6fc01a1 100755
--- a/template/users.st
+++ b/template/users.st
@@ -10,6 +10,8 @@
<script src="/static/js/admin.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/static/tsort/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/admin_tables.css?v=20260129">
+ <!--
<style>
body { font-family: Monaco, "Courier New", Courier, monospace; }
input[type=button] {
@@ -23,6 +25,7 @@
width: 15%;
}
</style>
+ -->
<script>
jQuery(document).ready(function() {
diff --git a/template/weedpile.st b/template/weedpile.st
index 5966933..a0b5976 100755
--- a/template/weedpile.st
+++ b/template/weedpile.st
@@ -4,6 +4,9 @@
<title>dump.fm - weed pile</title>
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129">
+ <!--
<style>
@@ -119,6 +122,7 @@ font-size:100%;}
</style>
+ -->
<script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script>