Advertisement
fawkess

blogroll1

Sep 9th, 2012
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--                                                           
  4. BLOGROLL by helenes {FAWKESS.TUMBLR}
  5. please don't steal this shit
  6. -->
  7.  
  8. <head><title>{Title}</title><link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}</head>
  11.  
  12.  
  13. <style type="text/css">
  14.  
  15. body{color:#dfdddd;background-color:#ffffff;font-family:verdana;font-size:9px;line-height: 120%;text-align:justify;}
  16.  
  17. a:link, a:active, a:visited{color: white;}
  18. a:hover{color:white;}
  19.  
  20. #content {margin:auto;width:700px;top:40px;background-color:;}
  21.  
  22. #entries {width:680px;height:400px;margin-bottom:50px;padding:0px;margin-top:170px;overflow-y:scroll;over-flow-x:hidden;}
  23.  
  24. ::-webkit-scrollbar {height: 12px;width: 8px;}
  25. ::-webkit-scrollbar-thumb {background-color:#efefef;}
  26. ::-webkit-scrollbar-track{background-color:#ffffff;}
  27. ::-webkit-scrollbar-buttom{background-color:#000000;}
  28.  
  29. #entries img{opacity:.8;-webkit-transition-duration:.7s;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomright: 10px;border-radius: 10px;width:40px;height:40px;}
  30. #entries img:hover{opacity:1;-webkit-transition: 0.2s ease-in;-webkit-border-bottom-right-radius: 20px;border-radius: 15px;width:40px;height:40px;}
  31.  
  32. #title {font-size:25px;font-family:georgia;font-style:italic;text-align:center;background-color:#efefef;color:#777777;width:680px;height:25px;margin-top:-50px;position:fixed;padding-top:10px;
  33. letter-spacing:1px;}
  34.  
  35. #home{text-align:left;margin-top:-20px;}
  36. #home a{color:#777777;text-decoration:none;font-style:normal;padding-right:20px;-webkit-transition-duration: 0.4s}
  37. #home a:hover{color:#000000;}
  38.  
  39. </style></div>
  40.  
  41. <div id="content">
  42. <div id="entries" >
  43.  
  44. <center><div id="title">blogroll</div>
  45. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  46. <img border='0' style="padding:0px;" src='{FollowedPortraitURL-48}' />
  47. {/block:Followed}{/block:Following}</center></div>
  48.  
  49. <div id="home"><a href="/" title="home" >GO BACK</a></br><div style="float:right;"><a href="http://fawkess.tumblr.com/theme">THEME</a></div>
  50.  
  51. </div>
  52. </div>
  53.  
  54. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement