Advertisement
Guest User

For Morgan xx

a guest
Nov 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel=”shortcut icon” href=”{Favicon}”/>
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  11.  
  12. {block:IndexPage}
  13. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  14. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  15.  
  16. <script type="text/javascript">
  17. $(window).load(function () {
  18. $('#posts').masonry(),
  19. $('.masonryWrap').infinitescroll({
  20. navSelector : "div.navigation",
  21. // selector for the paged navigation (it will be hidden)
  22. nextSelector : ".navigation a#next",
  23. // selector for the NEXT link (to page 2)
  24. itemSelector : ".post",
  25. // selector for all items you'll retrieve
  26. bufferPx : 10000,
  27. extraScrollPx: 10000,
  28. loadingImg : "",
  29. loadingText : "<em></em>",
  30. },
  31. // call masonry as a callback.
  32. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  33. );
  34. });
  35. </script>
  36. {/block:IndexPage}
  37.  
  38.  
  39. <div class="navigation">
  40. {block:Pagination}
  41. {block:NextPage}
  42. <span id="page_nav">
  43. <span onclick='return false;'>
  44. <a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>
  45. {/block:NextPage}
  46. {block:PreviousPage}
  47. <a style="float:right;opacity:0;" href="{PreviousPage}"></a>
  48. </span></span>
  49. {/block:PreviousPage}
  50. {/block:Pagination}
  51. </div>
  52.  
  53. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:0,
  60. tip_fade_speed:0
  61. }
  62. );
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <meta name="text:link1 title" content="" />
  68. <meta name="text:link1" content="" />
  69. <meta name="text:link2 title" content="" />
  70. <meta name="text:link2" content="" />
  71. <meta name="text:link3 title" content="" />
  72. <meta name="text:link3" content="" />
  73. <meta name="text:link4 title" content="" />
  74. <meta name="text:link4" content="" />
  75.  
  76. <style type="text/css">
  77. ::-webkit-scrollbar-thumb:vertical{
  78. width:5px;
  79. background:#eee;
  80. border-radius:5px;
  81. }
  82.  
  83. ::-webkit-scrollbar{
  84. width:5px;
  85. background:#f8f6f6;
  86. z-index:9;
  87. }
  88.  
  89. iframe#tumblr_controls {
  90. top:0px !important;
  91. position: fixed !important;
  92. -webkit-filter: invert(100%) ;important;
  93. }
  94.  
  95. body{
  96. color:black;
  97. font-family:verdana;
  98. font-size:10px;
  99. background-color:#fff;
  100. }
  101.  
  102.  
  103. #posts{
  104. width:900px;
  105. margin-left:25em;
  106. background-color:transparent;
  107. position:absolute;
  108. padding:5px;
  109. margin-top:25px;
  110. }
  111.  
  112. .post{
  113. padding:2.5px;
  114. background-color:transparent;
  115. width:250px;
  116. float:left;
  117. }
  118.  
  119. #description{
  120. background-color:#fff;
  121. bottom:0px;
  122. margin-left:25.5em;
  123. position:absolute;
  124. padding:10px;
  125. z-index:9999;
  126. text-align:center;
  127. text-transform:uppercase;
  128. opacity:0.7;
  129. width:750px;
  130. font-family: georgia;
  131. -webkit-transition: all 0.2s linear;
  132. -webkit-transition: all 0.2s linear;
  133. -moz-transition: all 0.2s linear;
  134. transition: all 0.2s linear;
  135. }
  136.  
  137. #description:hover {
  138. opacity:1;
  139. -webkit-transition: all 0.2s linear;
  140. -webkit-transition: all 0.2s linear;
  141. -moz-transition: all 0.2s linear;
  142. transition: all 0.2s linear;
  143. }
  144.  
  145. a:link, a:visited, a:active {
  146. color:#000;
  147. text-decoration:none;
  148. -webkit-transition: all 0.2s linear;
  149. -webkit-transition: all 0.2s linear;
  150. -moz-transition: all 0.2s linear;
  151. transition: all 0.2s linear;
  152. }
  153.  
  154. a:hover {
  155. -webkit-transition: all 0.2s linear;
  156. -webkit-transition: all 0.2s linear;
  157. -moz-transition: all 0.2s linear;
  158. transition: all 0.2s linear;
  159. }
  160.  
  161.  
  162. #s-m-t-tooltip {
  163. z-index: 9999;
  164. overflow: auto;
  165. display: none;
  166. position: absolute;
  167. }
  168.  
  169. #thetitle {
  170. font-family:'kg overthinking mh';
  171. font-size:95px;
  172. line-height:30px;
  173. text-transform:lowercase;
  174. }
  175.  
  176. #info {
  177. background-color:#fff;
  178. width:254px;
  179. padding:5px;
  180. padding-left:0px;
  181. padding-right:0px;
  182. text-align:center;
  183. text-transform:uppercase;
  184. font-size:8px;
  185. font-family: tinytots;
  186. position:absolute;
  187. opacity: 0;
  188. display:block;
  189. margin-top:6px;
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -webkit-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. transition: all 0.5s ease-in-out;
  194. }
  195.  
  196. .post:hover #info {
  197. opacity: 0.6;
  198. display:block;
  199. -webkit-transition: all 0.5s ease-in-out;
  200. -webkit-transition: all 0.5s ease-in-out;
  201. -moz-transition: all 0.5s ease-in-out;
  202. transition: all 0.5s ease-in-out;
  203. }
  204. @font-face{font-family:'kg overthinking mh';src:url('http://static.tumblr.com/hcocigh/1wBm85vn6/sweetly_broken.ttf');}
  205.  
  206. {CustomCSS]</style>
  207.  
  208. </head>
  209. <body>
  210.  
  211. <div id="description">
  212.  
  213. <div id="thetitle">{Title}</div>
  214. <br><br>
  215. <div style="text-align: center;font-size: 15px;text-transform: uppercase;font-family: 'Courier', sans-serif;">
  216. <a href="{text:link1}">{text:link1 title}</a> ❖
  217. <a href="{text:link2}">{text:link2 title}</a> ❖
  218. <a href="{text:link3}">{text:link3 title}</a> ❖
  219. <a href="{text:link4}">{text:link4 title}</a>
  220. </div>
  221. <br>
  222. {description}
  223. </div>
  224.  
  225. <div id="posts">
  226.  
  227. {block:Posts}
  228.  
  229. <div class="post">
  230.  
  231. <div id="info">posted {TimeAgo} with {NoteCount} notes -
  232. <a href="{ReblogUrl}">Reblog</a></div>
  233. {block:Title}{Title}{/block:Title}
  234.  
  235. {block:Text}{Body}{/block:Text}
  236.  
  237. {block:Photo}
  238. <a href="{permalink}"><img src="{PhotoURL-250}" width="250"/></a>
  239. {/block:Photo}
  240.  
  241. {block:Photoset}
  242. {Photoset-250}
  243. {/block:Photoset}
  244.  
  245.  
  246. {block:Quote}
  247. {Quote}
  248. <div align="right">
  249. {block:Source}-{Source}{/block:Source}
  250. </div>
  251. {/block:Quote}
  252.  
  253.  
  254. {block:Video}
  255. {Video-250}<br>
  256. {PlayCountWithLabel}
  257. {/block:Video}
  258.  
  259.  
  260. {block:Link}
  261. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  262. {block:Description}{Description}{/block:Description}
  263. {/block:Link}
  264.  
  265. {block:Chat}
  266. {block:Lines}
  267. {block:Label}
  268. <br>{Label}
  269. {/block:Label}
  270. &nbsp;{Line}
  271. {/block:Lines}
  272. {/block:Chat}
  273.  
  274. {block:Audio}
  275. {AudioPlayerGrey}
  276. <br><div align="right">{block:Artist}
  277. Artist: {Artist}</div>
  278. {/block:Artist}<br>
  279. {block:Caption}{Caption}{/block:Caption}
  280. {/block:Audio}
  281.  
  282.  
  283. {block:Answer}
  284. {Asker} asked <b>{Question}</b><Br>
  285. {Answer}
  286. {/block:Answer}
  287.  
  288. {block:PermalinkPage}
  289. {block:Caption}
  290. {Caption}
  291. {/block:Caption}
  292. <br>
  293. {block:NoteCount}
  294. {NoteCount} notes
  295. {/block:NoteCount}
  296. <Br>
  297. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  298. {/block:PermalinkPage}
  299. </div>
  300.  
  301. {/block:Posts}
  302.  
  303. </div>
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement