diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
| commit | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (patch) | |
| tree | 9dfb8d4fa53d3fa8a4cc4bbe54b690f6822f2d49 | |
| parent | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (diff) | |
Refactor: reduce inline styles (profile + meme pages)
| -rwxr-xr-x | static/css/dump.css | 30 | ||||
| -rw-r--r-- | static/css/fullscreen_box.css | 4 | ||||
| -rw-r--r-- | static/css/meme_pages.css | 15 | ||||
| -rwxr-xr-x | template/about_us.st | 12 | ||||
| -rwxr-xr-x | template/dealwithit.st | 4 | ||||
| -rwxr-xr-x | template/doublerainbow.st | 4 | ||||
| -rwxr-xr-x | template/fullscreen.st | 10 | ||||
| -rwxr-xr-x | template/head.st | 2 | ||||
| -rwxr-xr-x | template/head_edge.st | 2 | ||||
| -rwxr-xr-x | template/help.st | 8 | ||||
| -rwxr-xr-x | template/him.st | 4 | ||||
| -rwxr-xr-x | template/perezhilton.st | 4 | ||||
| -rwxr-xr-x | template/pogs.st | 4 | ||||
| -rwxr-xr-x | template/rooms/butt.st | 2 | ||||
| -rwxr-xr-x | template/slimer.st | 4 | ||||
| -rwxr-xr-x | template/slothgoth.st | 5 | ||||
| -rwxr-xr-x | template/spaceboys.st | 5 | ||||
| -rwxr-xr-x | template/spinningkid.st | 4 | ||||
| -rwxr-xr-x | template/terms8.st | 8 | ||||
| -rwxr-xr-x | template/thisguy.st | 4 | ||||
| -rwxr-xr-x | template/weedpile.st | 4 |
21 files changed, 93 insertions, 46 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index c7d2217..0a5ced2 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1051,6 +1051,36 @@ a:active { position: relative; } +.content-no-padding { + padding: 0; +} + +.p-2 { + padding: 2px; +} + +.bg-white { + background-color: #fff; +} + +.bg-hearts { + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.hearts-frame { + overflow-x: hidden; + padding: 5px; + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.dropdown-window { + overflow: hidden; + height: 600px; + position: absolute; +} + .loading-bar { position: absolute; left: 50%; diff --git a/static/css/fullscreen_box.css b/static/css/fullscreen_box.css index 11c7d10..6c91aa8 100644 --- a/static/css/fullscreen_box.css +++ b/static/css/fullscreen_box.css @@ -140,6 +140,10 @@ label { width: 90px; display: inline-block; } +#registerbox label { + text-align: left; + margin-bottom: -8px; +} #remembermeInput { margin-top: 0; margin-left: 0; diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css index 22d5a2a..9d7028f 100644 --- a/static/css/meme_pages.css +++ b/static/css/meme_pages.css @@ -65,6 +65,21 @@ body { margin: -1; } +#likebutton iframe { + border: none; + overflow: hidden; +} + +.fb-like-small { + width: 50px; + height: 21px; +} + +.fb-like-large { + width: 120px; + height: 90px; +} + #registertxt { border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; diff --git a/template/about_us.st b/template/about_us.st index 3c02a98..1659f4f 100755 --- a/template/about_us.st +++ b/template/about_us.st @@ -24,10 +24,10 @@ jQuery(function() - <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> - <div style="padding:0px" id="content" name="content"> <div style="background-color:#fff"><center> + <div id="news" class="is-hidden dropdown-window"> + <div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center> <img src="/static/img/dumpclouds.png"><br><br> -<h5 style="padding:2px;"> +<h5 class="p-2"> DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. </center><br></div></h5> </div></div> @@ -35,7 +35,7 @@ DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; <div id="link" class="is-hidden"> - <div id="content" name="content"style="background-image:url(/static/img/hearts.gif);background-repeat:repeat;"> + <div id="content" name="content" class="bg-hearts"> <img src="/static/img/dumpteam.gif"><br><br> <div id="abouttxt"><h1><br> <a href="/ryder">Ryder Ripps</a> - screams, rapping<br></h1> @@ -53,10 +53,10 @@ DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; </div> - <div id="contact" class="is-hidden" style="background-color:#fff;"> + <div id="contact" class="is-hidden bg-white"> <div id="content" name="content"> - <center><div style="background-color:#fff"><br><br><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><br><br> + <center><div class="bg-white"><br><br><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><br><br> <h5><br> diff --git a/template/dealwithit.st b/template/dealwithit.st index a7a0119..8a053c6 100755 --- a/template/dealwithit.st +++ b/template/dealwithit.st @@ -4,7 +4,7 @@ <title>dump.fm - deal with it</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fdealwithit&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fdealwithit&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/doublerainbow.st b/template/doublerainbow.st index 9409066..e5b662c 100755 --- a/template/doublerainbow.st +++ b/template/doublerainbow.st @@ -4,7 +4,7 @@ <title>dump.fm - double rainbow</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fdoublerainbow&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fdoublerainbow&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/fullscreen.st b/template/fullscreen.st index 030ea17..5879804 100755 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -18,7 +18,7 @@ } </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260131"> <script>jQuery(initLogin)</script> </head> <body> @@ -57,16 +57,16 @@ </p> </span> <span class="regopen"> - <label style="text-align:left;margin-bottom:-8px;">username</label> + <label>username</label> <input type="text" class="field" id="regNickInput" tabindex="5" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">password</label> + <label>password</label> <input type="password" class="field" id="regPasswordInput" tabindex="6" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">password2x</label> + <label>password2x</label> <input type="password" class="field" id="regPasswordInput2" tabindex="7" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">email</label> + <label>email</label> <input type="text" class="field" id="regEmailInput" tabindex="8" /> </p><p> <input type="submit" class="submit" id="submit" value="Register!" tabindex="9" /> diff --git a/template/head.st b/template/head.st index cdd853f..8eaaedf 100755 --- a/template/head.st +++ b/template/head.st @@ -6,7 +6,7 @@ <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?v=20260130.2"> +<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.1"> <script> Domain = "/"; Nick = $if(user_nick)$"$user_nick$"$else$null$endif$; diff --git a/template/head_edge.st b/template/head_edge.st index cdd853f..8eaaedf 100755 --- a/template/head_edge.st +++ b/template/head_edge.st @@ -6,7 +6,7 @@ <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?v=20260130.2"> +<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.1"> <script> Domain = "/"; Nick = $if(user_nick)$"$user_nick$"$else$null$endif$; diff --git a/template/help.st b/template/help.st index f94c536..196a6ae 100755 --- a/template/help.st +++ b/template/help.st @@ -30,8 +30,8 @@ jQuery(function() - <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> - <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> + <div id="news" class="is-hidden dropdown-window"> + <div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5> ©2010 All Rights Reserved<br><br> @@ -40,10 +40,10 @@ jQuery(function() </div></div> <div id="archive" class="is-hidden"> - <div style="padding:0px" id="content" name="content"> + <div id="content" name="content" class="content-no-padding"> - <iframe src="/static/html/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"name="iframe"></iframe> + <iframe src="/static/html/help.html" class="hearts-frame" width="510px" height="500px" name="iframe"></iframe> </div> </div> <div id="link" class="is-hidden"> diff --git a/template/him.st b/template/him.st index 999a916..62fb120 100755 --- a/template/him.st +++ b/template/him.st @@ -4,7 +4,7 @@ <title>dump.fm - him</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fhim&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fhim&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/perezhilton.st b/template/perezhilton.st index 356cc83..b11af19 100755 --- a/template/perezhilton.st +++ b/template/perezhilton.st @@ -4,7 +4,7 @@ <title>dump.fm - Perez Hilton</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fperezhilton&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fperezhilton&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/pogs.st b/template/pogs.st index a096531..2108693 100755 --- a/template/pogs.st +++ b/template/pogs.st @@ -4,7 +4,7 @@ <title>dump.fm - pogs</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fpogs&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fpogs&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/rooms/butt.st b/template/rooms/butt.st index 403df38..317483e 100755 --- a/template/rooms/butt.st +++ b/template/rooms/butt.st @@ -25,7 +25,7 @@ $endif$ $if(!user_avatar)$ <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?v=20260130.2"> + <link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.1"> <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/slimer.st b/template/slimer.st index 1c9109f..9266e2c 100755 --- a/template/slimer.st +++ b/template/slimer.st @@ -4,7 +4,7 @@ <title>dump.fm - Slimer</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fslimer&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fslimer&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/slothgoth.st b/template/slothgoth.st index f61433d..3f90081 100755 --- a/template/slothgoth.st +++ b/template/slothgoth.st @@ -3,7 +3,7 @@ <title>dump.fm - sloth goth</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <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"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -25,8 +25,7 @@ <div id="infotxt">Sloth Goth on dump.fm<br><br>A Collection of Sloth Goth Related images made by users of dump.fm<br><br><a href="/" class="returnlink"> Return Home</a><br><br> <div id="likebutton"> <iframe src="https://www.facebook.com/widgets/like.php?href=/m/slothgoth" - scrolling="no" frameborder="0" - style="border:none; width:120px; height:90px"></iframe> + scrolling="no" frameborder="0" class="fb-like-large"></iframe> </div> </div> diff --git a/template/spaceboys.st b/template/spaceboys.st index c5ae71d..c4a5de0 100755 --- a/template/spaceboys.st +++ b/template/spaceboys.st @@ -4,7 +4,7 @@ <title>dump.fm - homeboys in space</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <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"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -28,8 +28,7 @@ <div id="likebutton"> <iframe src="https://www.facebook.com/widgets/like.php?href=/chat/spaceboys" - scrolling="no" frameborder="0" - style="border:none; width:120px; height:90px"></iframe> + scrolling="no" frameborder="0" class="fb-like-large"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/spinningkid.st b/template/spinningkid.st index 64ae9c7..b5fdcd0 100755 --- a/template/spinningkid.st +++ b/template/spinningkid.st @@ -4,7 +4,7 @@ <title>dump.fm - Spinning Kid</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fspinningkid&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fspinningkid&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/terms8.st b/template/terms8.st index 0cc0505..9202aea 100755 --- a/template/terms8.st +++ b/template/terms8.st @@ -28,8 +28,8 @@ jQuery(function() - <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> - <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> + <div id="news" class="is-hidden dropdown-window"> + <div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5> ©2010 All Rights Reserved<br><br> @@ -38,10 +38,10 @@ jQuery(function() </div></div> <div id="archive" class="is-hidden"> - <div style="padding:0px" id="content" name="content"> + <div id="content" name="content" class="content-no-padding"> - <iframe src="/static/html/terms.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="550px" height="500px"></iframe> + <iframe src="/static/html/terms.html" class="hearts-frame" width="550px" height="500px"></iframe> </div> </div> <div id="link" class="is-hidden"> diff --git a/template/thisguy.st b/template/thisguy.st index 3234a88..2d89b35 100755 --- a/template/thisguy.st +++ b/template/thisguy.st @@ -4,7 +4,7 @@ <title>dump.fm - this guy</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -27,7 +27,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fpogs&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fpogs&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> diff --git a/template/weedpile.st b/template/weedpile.st index 1de0ca0..a576e3e 100755 --- a/template/weedpile.st +++ b/template/weedpile.st @@ -4,7 +4,7 @@ <title>dump.fm - weed pile</title> - <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129"> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> @@ -28,7 +28,7 @@ $if(!user_nick)$<a href="/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fweedpile&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fweedpile&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" class="fb-like-small" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> |
