Advertisement
itsniall

Blogroll Theme 003

Oct 5th, 2012
5,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.42 KB | None | 0 0
  1. <html>
  2. <!-- Blogroll theme 003 by Camille
  3. itsniall.tumblr.com
  4. Don't steal
  5. or else -->
  6.  
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13. <style type="text/css">
  14.  
  15. ::-webkit-scrollbar {
  16. width: 3px;
  17. height: 3px;
  18. }
  19.  
  20. ::-webkit-scrollbar-button:start:decrement,
  21. ::-webkit-scrollbar-button:end:increment {
  22. height: 2px;
  23. display: block;
  24. background-color:#dedada;
  25. }
  26.  
  27. ::-webkit-scrollbar-track-piece {
  28. background-color:#ffffff;
  29. }
  30.  
  31. ::-webkit-scrollbar-thumb:vertical {
  32. height: 9px;
  33. background-color:#dedada;
  34. border-top:1px solid #ffffff;
  35. border-bottom:1px solid #ffffff;}
  36.  
  37. ::-moz-selection {background-color:#dedada;
  38. color:#ffffff;}
  39.  
  40. ::selection {background-color:#dedada;
  41. color:#ffffff;}
  42.  
  43. @font-face {
  44. font-family: "Fix You";
  45. src: url('http://static.tumblr.com/v8dmb1r/4j5mbfv9y/fix_you.otf');}
  46.  
  47. @font-face {
  48. font-family: "Reprise Script";
  49. src: url('http://static.tumblr.com/v8dmb1r/I7ombfvqt/reprise_script.otf');}
  50.  
  51. body {color:#e6ceae;
  52. background-color:#ffffff;
  53. font-size:10px;
  54. font-family:Trebuchet MS;
  55. line-height:100%;
  56. text-align:center;}
  57.  
  58. a:link, a:active, a:visited {color:#e6ceae;
  59. text-decoration:none;
  60. -webkit-transition:all 0.5s ease-out;
  61. -moz-transition:all 0.5s ease-out;
  62. transition:all 0.5s ease-out;}
  63.  
  64. a:hover {color:#ffffff;
  65. -webkit-transition-duration:0.5s;
  66. -moz-transition-duration:0.5s;}
  67.  
  68. #tops {margin-top:3%;
  69. width:100%;
  70. height:auto;
  71. background-color:transparent;
  72. text-align:center;}
  73.  
  74. #lets {margin-top:0;
  75. display:inline-block;
  76. background-color:transparent;}
  77. #lets a {text-align:center;
  78. display:inline-block;
  79. text-transform:lowercase;
  80. font-family:"Reprise Script";
  81. font-size:14px;
  82. color:#e6ceae;
  83. -webkit-transition:all 0.5s ease-out;
  84. -moz-transition:all 0.5s ease-out;
  85. transition:all 0.5s ease-out;}
  86. #lets a:hover {color:#ffffff;
  87. -webkit-transition-duration:0.5s;
  88. -moz-transition-duration:0.5s;}
  89.  
  90. #blog {margin-top:0px;
  91. font-family:"Fix You";
  92. font-size:55px;
  93. text-transform:lowercase;
  94. text-align:center;
  95. line-height:100%;
  96. color:#000000;
  97. background-color:transparent;}
  98.  
  99. #box {margin-top:0px;
  100. width:500px;
  101. height:500px;
  102. overflow-x:hidden;
  103. overflow-y:scroll;
  104. padding:5px;
  105. background-color:transparent;
  106. border:1px solid #dedada;}
  107.  
  108. #pics {border:1px solid #dedada;
  109. opacity:1;}
  110.  
  111. #box img {width:64px;
  112. height:64px;
  113. margin-right:6px;
  114. margin-bottom:6px;
  115. border:1px solid #7c7c7c;
  116. padding:5px;
  117. opacity:0.3;
  118. -webkit-transition:all 0.5s ease-out;
  119. -moz-transition:all 0.5s ease-out;
  120. transition:all 0.5s ease-out;}
  121.  
  122. #box img:hover {opacity:0.8;
  123. border:1px solid #dedada;
  124. -webkit-transition-duration:0.5s;
  125. -moz-transition-duration:0.5s;}
  126.  
  127. </style>
  128. </head>
  129.  
  130. <body>
  131.  
  132. <div id="tops">
  133.  
  134. <div id="lets">
  135. <a href="/">home</a> -
  136. <a href="/ask">ask</a> -
  137. <a href="http://itsniall.tumblr.com">theme</a>
  138.  
  139.  
  140. <div id="blog">blogroll
  141.  
  142. <div id="box">
  143. {block:Following}{block:Followed}
  144.  
  145. <a target="_blank" href="{FollowedURL}"><img border: "10" src="{FollowedPortraitURL-64}" title="{FollowedName}"/>
  146.  
  147. {/block:Followed}{/block:Following}</a>
  148.  
  149. </div></div></div></div>
  150.  
  151.  
  152. </div>
  153. </body>
  154. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement