lostmemento

→ Blogroll 01

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