Advertisement
unzothemes

Blogroll Page Theme

Jan 13th, 2014
2,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5.  
  6. <!-- --------------------------------------------------------------------
  7.  
  8. Blogroll Page Theme
  9. Made by Unzo
  10. http://unzo.tumblr.com/
  11.  
  12. -------------------------------------------------------------------- -->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  21.  
  22.  
  23. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  24.  
  25. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  26.  
  27.  
  28. <script src="http://static.tumblr.com/kjtbii3/y9Wmz7ys3/basics.js">
  29. </script>
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34.  
  35. #tumblr_controls{
  36. display:none !important;
  37. }
  38.  
  39.  
  40. ::-webkit-scrollbar-thumb:vertical{
  41. width:10px;
  42. background:#8394a5;
  43. border-radius:5px;
  44. border:2px solid white;
  45. }
  46.  
  47. ::-webkit-scrollbar{
  48. width:11px;
  49. height:11px;
  50. background:white;
  51. }
  52.  
  53.  
  54. body{
  55. background:#fdfdfd;
  56. color:#9c9c9c;
  57.  
  58. font-family:'Georgia', sans-serif;
  59. font-size:11px;
  60. line-height:150%;
  61.  
  62. cursor:default;
  63. }
  64.  
  65. a{
  66. color:#8394a5;
  67.  
  68. text-decoration:none;
  69.  
  70. -webkit-transition: all 0.5s ease;
  71. -moz-transition: all 0.5s ease;
  72. transition: all 0.5s ease;
  73. }
  74.  
  75. a:hover{
  76. color:#eee;
  77.  
  78. font-style:none;
  79. text-decoration:none;
  80. }
  81.  
  82.  
  83. #container{
  84. position:relative;
  85.  
  86. top:49px;
  87. left:50%;
  88.  
  89. width:500px;
  90. min-height:100%;
  91.  
  92. margin:0 0 50px -271px;
  93. padding:20px 20px 30px;
  94.  
  95. background:white;
  96.  
  97. border:1px solid #eee;
  98. }
  99.  
  100.  
  101. .title{
  102. padding:10px;
  103.  
  104. color:#8394a5;
  105.  
  106. font-size:23px;
  107. letter-spacing:1px;
  108. text-align:center;
  109. }
  110.  
  111.  
  112. .nav{
  113. margin:0 0 15px 0;
  114. padding:5px 0 6px;
  115.  
  116. text-align:center;
  117.  
  118. border-bottom:1px solid #eee;;
  119. }
  120.  
  121. .nav a{
  122. margin:0 8px;
  123.  
  124. font-family:'Calibri', sans-serif;
  125. font-style:normal;
  126. text-transform:uppercase;
  127. letter-spacing:1px;
  128. }
  129.  
  130.  
  131. #content{
  132. position:relative;
  133.  
  134. height:100%;
  135. }
  136.  
  137.  
  138. .blog{
  139. display:inline-block;
  140.  
  141. width:60px;
  142. height:60px;
  143.  
  144. margin:1%;
  145.  
  146. background:white;
  147.  
  148. -webkit-transition: all 0.7s ease;
  149. -moz-transition: all 0.7s ease;
  150. transition: all 0.7s ease;
  151. }
  152.  
  153. .blog img{
  154. width:60px;
  155.  
  156. -webkit-transition: all 0.7s ease;
  157. -moz-transition: all 0.7s ease;
  158. transition: all 0.7s ease;
  159.  
  160. -webkit-filter:grayscale(30%);
  161. -moz-filter:grayscale(30%);
  162. filter:grayscale(30%);
  163. }
  164.  
  165. .blog:hover img{
  166. opacity:0;
  167. }
  168.  
  169.  
  170. .name{
  171. overflow:hidden;
  172. position:absolute;
  173. opacity:0;
  174.  
  175. width:60px;
  176. height:60px;
  177.  
  178. color:#8394a5;
  179.  
  180. font-family:'Calibri', sans-serif;
  181. font-size:9px;
  182. line-height:62px;
  183. text-transform:uppercase;
  184. letter-spacing:1px;
  185.  
  186. -webkit-transition: all 0.8s ease;
  187. -moz-transition: all 0.8s ease;
  188. transition: all 0.8s ease;
  189. }
  190.  
  191. .blog:hover .name{
  192. opacity:1;
  193. }
  194.  
  195.  
  196. .spacer{
  197. position:relative;
  198.  
  199. height:50px;
  200. }
  201.  
  202.  
  203. {CustomCss}
  204.  
  205. </style>
  206. </head>
  207.  
  208. <body>
  209.  
  210. <div id="container">
  211.  
  212. <div class="title">
  213. Blogroll
  214. </div>
  215.  
  216. <div class="nav">
  217. <em>
  218. <a href="/">← Return</a>
  219. <a href="/">Link 1</a>
  220. <a href="/">Link 2</a>
  221. <a href="/">Link 3</a>
  222. <a href="/">Link 4</a>
  223. <a href="/">Link 5</a>
  224. </em>
  225. </div>
  226.  
  227. <div id="content" align="center">
  228.  
  229. {block:Following}
  230. {block:Followed}
  231.  
  232. <div class="blog">
  233.  
  234. <div class="name">{FollowedName}</div>
  235.  
  236. <a target="_blank" href="{FollowedUrl}">
  237. <img src="{FollowedPortraitURL-128}">
  238. </a>
  239.  
  240. </div>
  241.  
  242. {/block:Followed}
  243. {/block:Following}
  244.  
  245. </div>
  246.  
  247. </div>
  248.  
  249. <div class="spacer">
  250. </div>
  251.  
  252. </body>
  253. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement