diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 15:33:32 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 15:33:32 -0400 |
| commit | c4041b4766f8afa0c462fbea2963b61bc43f0e08 (patch) | |
| tree | 406a8971cd214abb4e817dd60c7c7217e91c1efb /template/slothgoth.st | |
| parent | a0ff1251ce9fc1452fcd8c92737897f414f365c0 (diff) | |
sostler prod commit
Diffstat (limited to 'template/slothgoth.st')
| -rw-r--r-- | template/slothgoth.st | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/template/slothgoth.st b/template/slothgoth.st index 7bfbd5b..127fcd2 100644 --- a/template/slothgoth.st +++ b/template/slothgoth.st @@ -8,9 +8,12 @@ + + body{margin:0px; background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-attachment:fixed; } .memes{overflow:auto;} #rapper{ @@ -38,10 +41,11 @@ color:#000; font-size:11px; word-spacing:30px; margin: 0 auto 0 auto; -background-color:#eff5fb; -margin-top:250px; width:798px; } +#footer a{ +text-decoration:none; +} #infotxt{ font-family: 'courier new', typewriter, matrix, monospace; line-height:15px; @@ -77,10 +81,32 @@ text-decoration:none; } + </style> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> + + + <script src="http://dump.fm/static/js/jquery.lazyload.js" type="text/javascript"></script> + <script> + jQuery(function() { + jQuery("img").lazyload({ + placeholder : "static/img/grey.gif", + effect : "fadeIn", + threshold : 200 + }); + }); + + </script> </head> <body class="memes"> -<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="http://dump.fm" class="returnlink"> Return Home</a><br></div> +<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="http://dump.fm" class="returnlink"> Return Home</a><br><br> + <div id="likebutton"> + <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/m/slothgoth" + scrolling="no" frameborder="0" + style="border:none; width:120px; height:90px"></iframe> + </div> + +</div> <div id="rapper"><center> <img src="http://dump.fm/images/20100622/1277220621487-dumpfm-ryder-slothgothbanner.png" class="slothbanner"> <img src="http://dump.fm/images/20100609/1276071913564-dumpfm-erikhaspresence-slothgoth.gif"><br> @@ -142,7 +168,7 @@ text-decoration:none; </center> </div> - <div id="footer" style="display:none;"> + <div id="footer"> $footer()$ </div> |
