Advertisement
pistachi-o

blogroll1

Jul 14th, 2012
3,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 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. <!--
  4. blogroll theme #1 by pistachi-o.tumblr.com
  5. please don't remove the credit and claim it as your own
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  18. <script type="text/javascript">
  19. WebFontConfig = {
  20. google: { families: [ 'News+Cycle::latin' ] }
  21. };
  22. (function() {
  23. var wf = document.createElement('script');
  24. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  25. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  26. wf.type = 'text/javascript';
  27. wf.async = 'true';
  28. var s = document.getElementsByTagName('script')[0];
  29. s.parentNode.insertBefore(wf, s);
  30. })(); </script>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  33. <script type="text/javascript">
  34. WebFontConfig = {
  35. google: { families: [ 'Oleo+Script::latin' ] }
  36. };
  37. (function() {
  38. var wf = document.createElement('script');
  39. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  40. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  41. wf.type = 'text/javascript';
  42. wf.async = 'true';
  43. var s = document.getElementsByTagName('script')[0];
  44. s.parentNode.insertBefore(wf, s);
  45. })(); </script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {width: 8px; height:auto; background:#FFF;}
  51. ::-webkit-scrollbar-thumb:vertical {background:#E3F1E9;}
  52. ::-webkit-scrollbar-thumb:horizontal {background:transparent}
  53. ::-webkit-scrollbar-thumb {background:{color:border};}
  54. ::-webkit-scrollbar-track-piece {background:#FFF; width:8px;}
  55.  
  56. body {
  57. background-color: #FFF;
  58. background-image: url('http://static.tumblr.com/whx9ghv/QzWm5lzm6/bg.jpg');
  59. background-attachment: fixed;
  60. background-repeat: repeat;
  61. font-family: 'News Cycle', sans-serif;
  62. font-size: 11px;
  63. text-align: justify;
  64. line-height: 95%;
  65. }
  66.  
  67. a:link, a:active, a:visited {
  68. color: #778899;
  69. text-decoration: none;
  70. }
  71.  
  72. a:hover {
  73. color: #E3F1E9;
  74. }
  75.  
  76. #header {
  77. position: absolute;
  78. top: 0;
  79. left: 0;
  80. width: 100%;
  81. height: 110px;
  82. background: rgba(255,255,255,0.4);
  83. }
  84.  
  85. #title {
  86. position: relative;
  87. color: #778899;
  88. font-family: 'Oleo Script', cursive;
  89. font-size: 45px;
  90. font-weight: bold;
  91. line-height: 100%;
  92. text-align: center;
  93. text-shadow: 1px 2px 2px #E3F1E9;
  94. margin-top: 20px;
  95. }
  96.  
  97. .links {
  98. text-transform: uppercase;
  99. font-size: 10px;
  100. text-align: center;
  101. line-height: 100%;
  102. margin-left: 30px;
  103. }
  104.  
  105. .links a {
  106. color: #778899;
  107. }
  108.  
  109. #container {
  110. width: 840px;
  111. height: 100%;
  112. margin: 100px auto;
  113. padding: 10px; 
  114. text-align: center; 
  115. position: relative;
  116. }
  117.  
  118. .source {
  119. margin: 0px auto;
  120. padding: 10px;
  121. text-align: center;
  122. list-style: none;
  123. }
  124.  
  125. .source li {
  126. float: left;
  127. }
  128.  
  129. .source li a {
  130. margin: 5px;
  131. list-style: none;
  132. display: inline-block;
  133. position: relative;
  134. border: 4px solid #E3F1E9;
  135. }
  136.  
  137. .source img {
  138. width: 64px;
  139. height: 64px;
  140. }
  141.  
  142. .source li a span {
  143. width: 90px;
  144. height: 90px;
  145. padding: 4px;
  146. left: 50%;
  147. margin-left: -55px;
  148. font-family: 'PT Sans Narrow', sans-serif;
  149. font-size: 9px;
  150. line-height: 90px;
  151. color: #719DAB;
  152. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  153. text-align: center;
  154. text-transform: uppercase;
  155. border: 5px solid #FFF;
  156. background: #E3F1E9;
  157. text-indent: 0px;
  158. position: absolute;
  159. pointer-events: none;
  160. border-radius: 50%;
  161. bottom: -80px;
  162. opacity: 0;
  163. box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
  164. -webkit-transform: scale(0.2);
  165. -moz-transform: scale(0.2);
  166. -o-transform: scale(0.2);
  167. transform: scale(0.2);
  168. -webkit-transition: all 0.3s ease-in-out;
  169. -moz-transition: all 0.3s ease-in-out;
  170. -o-transition: all 0.3s ease-in-out;
  171. transition: all 0.3s ease-in-out;
  172. overflow: hidden;
  173. z-index: 9999;
  174. }
  175.  
  176. .source li a:hover span {
  177. opacity: 1;
  178. bottom: -20px;
  179. -webkit-transform: scale(1);
  180. -moz-transform: scale(1);
  181. -o-transform: scale(1);
  182. transform: scale(1);
  183. }
  184.  
  185. @import url(http://fonts.googleapis.com/css?family=News+Cycle);
  186. @import url(http://fonts.googleapis.com/css?family=Oleo+Script);
  187.  
  188. </style>
  189. <style type="text/css">{CustomCSS}</style>
  190. </head>
  191.  
  192.  
  193. <body>
  194.  
  195. <div id="header">
  196. <div id="title">blogroll title #1</div>
  197. <div class="links"><a href="/">« BACK</a> ♦ <a href="http://www.tumblr.com/dashboard">DASHBOARD</a> ♦ <a href="http://nutty-themes.tumblr.com/">CREDITS</a>
  198. </div>
  199. </div>
  200.  
  201. <div id="container">
  202.  
  203. <ul class="source">
  204. {block:Following}{block:Followed}
  205. <li><a href="{FollowedURL}"><span>{FollowedName}</span><img src="{FollowedPortraitURL-64}" border="0" /></a></li>
  206. {/block:Followed}{/block:Following}
  207. </ul>
  208.  
  209. </div>
  210.  
  211. </body>
  212. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement