Advertisement
getnakedmiley

Blogroll Theme #1

Oct 5th, 2012
4,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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">
  2.  
  3. <!-- BLOGROLL THEME 1 by SUNSGODOWN -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <style type="text/css">
  17.  
  18.  
  19. a {
  20. color:#929292;
  21. text-decoration:none;
  22. -moz-transition-duration:0.5s;
  23. -webkit-transition-duration:0.5s;
  24. -o-transition-duration:0.5s;
  25. }
  26.  
  27. a:hover {
  28. color:#9A9A9A;
  29. }
  30.  
  31. ::-webkit-scrollbar {width: 7px; height:auto; background:#FFFFFF;}
  32.  
  33. ::-webkit-scrollbar-corner {background:#FFFFFF;}
  34.  
  35. ::-webkit-scrollbar-button:vertical {height:2px; display: block; background:#D6D5D5;}
  36.  
  37. ::-webkit-scrollbar-button:horizontal {width: 2px; height: 2px; display: block; background:#D6D5D5;}
  38.  
  39. ::-webkit-scrollbar-thumb:vertical {background:#D6D5D5; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
  40.  
  41. ::-webkit-scrollbar-thumb:horizontal {background:#D6D5D5; border: 0px solid #FFFFFF;}
  42.  
  43. body {
  44. background-color:#FFFFFF;
  45. }
  46.  
  47. h1 {
  48. font-family:cambria;
  49. text-transform:lowercase;
  50. font-size:15px;
  51. font-style:italic;
  52. font-weight:normal;
  53. line-height:50%;
  54. letter-spacing:-1px;
  55. }
  56.  
  57. #theme {
  58. background-color:#FFFFFF;
  59. width:600px;
  60. text-align: center;
  61. margin: 100px auto -12px auto;
  62. }
  63.  
  64. #box {
  65. position:fixed;
  66. color:#d9d9d9;
  67. width:500px;
  68. padding:10px 50px 30px;
  69. background-color:#FCFCFC;
  70. border-bottom:1px solid #F2F2F2;
  71. border-top:1px solid #F2F2F2;
  72. font-family:cambria;
  73. font-size:10px;
  74. text-align:center;
  75. font-weight:normal;
  76. font-style:italic;
  77. line-height:80%;
  78. letter-spacing:2px;
  79. text-transform:lowercase;
  80. }
  81.  
  82. #ppl {
  83. position:fixed;
  84. width:580px;
  85. height:300px;
  86. overflow:auto;
  87. padding:25px 10px 25px 10px;
  88. margin-top:100px;
  89. color:#9A9A9A;
  90. font-family:cambria;
  91. text-transform:lowercase;
  92. font-size:9px;
  93. line-height:100%;
  94. text-align:justify;
  95. letter-spacing:0px;
  96. }
  97.  
  98. #photos {
  99. width:64px;
  100. text-align:center;
  101. padding:3px;
  102. float:left;
  103. }
  104.  
  105. #photos img {
  106. opacity:1;
  107. border-radius:5px;
  108. -moz-transition-duration:.3s;
  109. -webkit-transition-duration:.3s;
  110. -o-transition-duration:.3s;
  111. }
  112.  
  113. #photos img:hover {
  114. opacity:0.5;
  115. border-radius:25px;
  116. -moz-transition-duration:.3s;
  117. -webkit-transition-duration:.3s;
  118. -o-transition-duration:.3s;
  119. }
  120.  
  121. .links {
  122. margin-top:-8px;
  123. }
  124.  
  125. </style>
  126.  
  127. </head>
  128. <body>
  129.  
  130. <div id="theme">
  131.  
  132. <div id="box">
  133. <h1><a href="/">{Name}'s Blogroll</a></h1>
  134. <div class="links"><a href="/ask">ask</a>&nbsp;&nbsp;<a href="http://www.tumblr.com/dashboard">dashboard</a>&nbsp;&nbsp;<a href="http://sunsgodownthemes.tumblr.com/">credit</a></div>
  135. </div>
  136. <div id="ppl">{block:Following}{block:Followed}<div id="photos"><a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}"></a></div>{/block:Followed}{/block:Following}</div>
  137.  
  138.  
  139. </div>
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement