lostmemento

→ Blogroll 01 (Icons Only)

May 2nd, 2013
3,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. FOLLOW FOREVER/BLOG ROLL 01 (Icons Only)
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. --------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  19. <meta name="description" content="" />
  20. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  21.  
  22. <!--------------------------------------------
  23. SCRIPTS
  24. --------------------------------------------->
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/ADrmm6kqe/1.7.1.jquery.min.js"></script>
  27.  
  28. <script>
  29. $().ready(function() {
  30. $("[title]").style_my_tooltips({
  31. tip_follows_cursor: "on", //on/off
  32. tip_delay_time: 200 //milliseconds
  33. });
  34. });
  35. </script>
  36.  
  37. <script type="text/javascript" src="http://static.tumblr.com/whx9ghv/1eGm9d17y/isotope.js"></script>
  38.  
  39. <script>
  40. $(function(){
  41.  
  42. var $container = $('#folling');
  43.  
  44. $container.isotope({
  45. itemSelector: '.foll'
  46. });
  47.  
  48. });
  49. </script>
  50.  
  51. <!--------------------------------------------
  52. CSS
  53. --------------------------------------------->
  54. <style type="text/css">
  55.  
  56. /* --------------------------------------
  57. GENERAL
  58. -------------------------------------- */
  59.  
  60. body {background-color: #fff;
  61. background-attachment: fixed;
  62. font-family: Calibri, helvetica, arial;
  63. margin: 0px;
  64. font-size: 11px;}
  65.  
  66. a img {border: 0px;}
  67.  
  68. a:link, a:visited, a:active {
  69. text-decoration: none;
  70. transition-duration: 0.6s;
  71. -moz-transition-duration: 0.6s;
  72. -webkit-transition-duration: 0.6s;
  73. -o-transition-duration: 0.6s;}
  74.  
  75. a:hover {
  76. transition-duration: 0.6s;
  77. -moz-transition-duration: 0.6s;
  78. -webkit-transition-duration: 0.6s;
  79. -o-transition-duration: 0.6s;}
  80.  
  81. #s-m-t-tooltip{
  82. position:absolute;
  83. z-index:90000;
  84. display:inline-block;
  85. background-color: #111;
  86. color: #fff;
  87. padding: 6px 10px;
  88. font-size: 8px;
  89. text-transform: uppercase;
  90. letter-spacing: 1px;
  91. word-wrap: break-word;
  92. word-break: break-all;
  93. line-height: 120%;}
  94.  
  95. /* --------------------------------------
  96. SCROLLBARS
  97. -------------------------------------- */
  98. ::-webkit-scrollbar-thumb:vertical {background-color: #E4045A; height: 10px;}
  99. ::-webkit-scrollbar-thumb:horizontal {background-color: #E4045A; height:10px!important;}
  100. ::-webkit-scrollbar {background-color: #222; height:8px; width:5px;}
  101.  
  102.  
  103. /* --------------------------------------
  104. ISOTOPE
  105. -------------------------------------- */
  106.  
  107. /**** Isotope Filtering ****/
  108.  
  109. .isotope-item {
  110. z-index: 2;
  111. }
  112.  
  113. .isotope-hidden.isotope-item {
  114. pointer-events: none;
  115. z-index: 1;
  116. }
  117.  
  118. /**** Isotope CSS3 transitions ****/
  119.  
  120. .isotope,
  121. .isotope .isotope-item {
  122. -webkit-transition-duration: 0.8s;
  123. -moz-transition-duration: 0.8s;
  124. -ms-transition-duration: 0.8s;
  125. -o-transition-duration: 0.8s;
  126. transition-duration: 0.8s;
  127. }
  128.  
  129. .isotope {
  130. -webkit-transition-property: height, width;
  131. -moz-transition-property: height, width;
  132. -ms-transition-property: height, width;
  133. -o-transition-property: height, width;
  134. transition-property: height, width;
  135. }
  136.  
  137. .isotope .isotope-item {
  138. -webkit-transition-property: -webkit-transform, opacity;
  139. -moz-transition-property: -moz-transform, opacity;
  140. -ms-transition-property: -ms-transform, opacity;
  141. -o-transition-property: -o-transform, opacity;
  142. transition-property: transform, opacity;
  143. }
  144.  
  145. /**** disabling Isotope CSS3 transitions ****/
  146.  
  147. .isotope.no-transition,
  148. .isotope.no-transition .isotope-item,
  149. .isotope .isotope-item.no-transition {
  150. -webkit-transition-duration: 0s;
  151. -moz-transition-duration: 0s;
  152. -ms-transition-duration: 0s;
  153. -o-transition-duration: 0s;
  154. transition-duration: 0s;
  155. }
  156.  
  157. /* --------------------------------------
  158. SIDEBAR
  159. -------------------------------------- */
  160. #sb {background-color: #111; color: #fff; border: 1px solid #111; padding: 5px;}
  161. #sb:hover {background-color: #fff; border: 1px solid #111; color: #111;}
  162.  
  163. .side {
  164. height: 100%;
  165. position: fixed;
  166. width: 200px;
  167. background-color: #222;
  168. text-align: center;
  169. padding: 20px 0px;
  170. display: table;
  171. top: 0px;}
  172.  
  173. .side img {
  174. padding: 5px;
  175. border: 1px solid #333;
  176. margin-bottom: 5px;}
  177.  
  178. .si {display: table-cell; vertical-align: middle;}
  179.  
  180. .t {
  181. color: #999;
  182. margin-bottom: 10px;
  183. font-style: italic;
  184. letter-spacing: 2px;}
  185.  
  186. .side:hover .t {color: #d42070;}
  187.  
  188. .side a {
  189. width: 55px;
  190. display: inline-block;
  191. padding: 15px 0px;
  192. color: #999;
  193. letter-spacing: 1px;
  194. min-height: 10px;
  195. font-size: 8px;
  196. background-color: #272727;
  197. margin-bottom: 2px;}
  198.  
  199. .side a:hover {background-color: #fff; color: #000;}
  200.  
  201.  
  202. /* --------------------------------------
  203. CONTAINER
  204. -------------------------------------- */
  205.  
  206. #container {margin: 80px auto; margin-left: 280px; max-width: 702px;}
  207.  
  208. #folling {margin-top: 10px;}
  209.  
  210. /* --------------------------------------
  211. THEMES
  212. -------------------------------------- */
  213.  
  214. .foll {
  215. color: #212121;
  216. float: left;
  217. width: 71px;
  218. margin: 2px;
  219. position: relative;
  220. overflow: hidden;}
  221.  
  222. .per {
  223. display: table;
  224. height: 62px;
  225. padding: 0px;
  226. float: left;
  227. max-width: 65px;
  228. width: 62px;}
  229.  
  230. .per img {
  231. display: inline-block;
  232. vertical-align: top;
  233. padding: 5px;
  234. border: 1px solid #f9f9f9;
  235. background-color: #fff;
  236. height: 50px;
  237. margin: 3px;}
  238.  
  239. .per:hover {background-color: #f9f9f9;}
  240. </style>
  241. </head>
  242.  
  243. <body>
  244. <div class="side">
  245. <div class="si">
  246. <div class="t">change your title here</div>
  247. <img src="{PortraitURL-40}"><br>
  248. <a href="/">BACK</a><br>
  249. <a href="http://www.tumblr.com/dashboard"><span style="letter-spacing: 2px">DASH</span><br>BOARD</a></div>
  250. </div>
  251.  
  252. {block:Following}
  253. <div id="container">
  254. <div id="folling">
  255. {block:Followed}
  256. <div class="foll">
  257. <a href="{FollowedURL}" title="{FollowedName}"><div class="per"><img src="{FollowedPortraitURL-64}"></div></a>
  258. </div>
  259. {/block:Followed}
  260. </div></div>
  261. {/block:Following}
  262.  
  263. <div style="clear:both"></div>
  264. <div style="display: block; height: 20px; width: 800px; margin: auto;"></div>
  265.  
  266. </body>
  267. </html>
Advertisement
Add Comment
Please, Sign In to add comment