Advertisement
wallflwers

Blogroll Theme Pg 04 JD

Jan 25th, 2013
2,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <!--BLOGROLL PAGE BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY! BUT ENJOY BITCHES!-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>Blogroll</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  11.  
  12. <meta name="color:blah" content=""/>
  13.  
  14. <style type="text/css">
  15.  
  16. ::-webkit-scrollbar { width: 5px; background-color: #fff; }
  17.  
  18. ::-webkit-scrollbar-track { background-color: #fff; }
  19.  
  20. ::-webkit-scrollbar-thumb { background-color: #eee; }
  21.  
  22. ::-webkit-scrollbar-corner { background: #transparent ; }
  23.  
  24.  
  25. body
  26. {font-family:calibri;
  27. font-size:10px;
  28. }
  29.  
  30. a
  31. {text-decoration:none;
  32. color:#bababb;}
  33.  
  34. a:hover
  35. {text-decoration:none;
  36. color:#eee;
  37. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  38. }
  39.  
  40. #container {
  41. width:480px;
  42. height:350px;
  43. overflow:auto;
  44. padding:10px;
  45. padding-right:0px;
  46. border:1px solid #eee;
  47. margin-top:100px;
  48. margin-left:440px;
  49. }
  50.  
  51. #icon {
  52. width:30px;
  53. height:30px;
  54. padding:1px;
  55. float:left;
  56. overflow:hidden;
  57. }
  58.  
  59. #icon:hover {
  60. opacity:0.8;
  61. }
  62.  
  63. #sbarimg {
  64. width:48px;
  65. padding:10px;
  66. position:fixed;
  67. margin-top:70px;
  68. margin-left:340px;
  69.  
  70. }
  71.  
  72. #desc {
  73. font-family:arial;
  74. letter-spacing:1px;
  75. font-size:9px;
  76. color:#bababb;
  77. width:50px;
  78. padding:10px;
  79. padding-left:0px;
  80. }
  81.  
  82.  
  83.  
  84.  
  85. </style>
  86. </head>
  87. <body>
  88. <div id="sbarimg"><a href="/"><img src="{PortraitURL-48}"></a>
  89. <div id="desc">These are the blogs I follow!<a href="/"> Back to my main blog</a>.
  90. </div>
  91. </div>
  92.  
  93.  
  94. <div id="container">
  95. {block:Following}{block:Followed}
  96. <a href="{FollowedURL}"><div id="icon"><img src="{FollowedPortraitURL-30}">
  97. </a>
  98. </div>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement