Advertisement
rasperries

tk double 2

Nov 14th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5.  
  6. [ T O M K I R K ]
  7.  
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Link Hover" content="#e8e8e8"/>
  18. <meta name="color:Border" content="#000000"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:Ask Background" content="#000000"/>
  21. <meta name="color:Ask Text" content="#ffffff"/>
  22. <meta name="color:Tool Tip" content="#000000"/>
  23. <meta name="color:Tool Tip Text" content="#ffffff"/>
  24. <meta name="color:Permalink" content="#ffffff"/>
  25. <meta name="color:Permalink Text" content="#000000"/>
  26. <meta name="color:Menu Bars" content="#ffffff"/>
  27. <meta name="color:Menu Links" content="#000000"/>
  28. <meta name="color:Menu Text" content="#000000"/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scroll" content="1"/>
  32. <meta name="if:Captions" content=""/>
  33. <meta name="if:Faded Images" content=""/>
  34. <meta name="if:Inverted Images" content=""/>
  35. <meta name="if:Full Bkg Img" content="1" />
  36.  
  37. <!--Images-->
  38. <meta name="image:Background" content""/>
  39.  
  40. <!--Links-->
  41. <meta name="text:Link 1 URL" content="/"/>
  42. <meta name="text:Link 1 Name" content=""/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 2 Name" content=""/>
  45. <meta name="text:Link 3 URL" content="/"/>
  46. <meta name="text:Link 3 Name" content=""/>
  47. <meta name="text:Link 4 URL" content="/"/>
  48. <meta name="text:Link 4 Name" content=""/>
  49. <meta name="text:Link 5 URL" content="/"/>
  50. <meta name="text:Link 5 Name" content=""/>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  53.  
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57. <meta charset="utf-8">
  58. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  59. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  63. <style type="text/css">
  64.  
  65.  
  66. {block:ifInvertedImages}img{
  67. opacity: 1;
  68. filter:alpha(opacity=10);
  69. -moz-opacity: 0.1;
  70. -moz-transition: all .9s ease;
  71. -o-transition: all .9s ease;
  72. transition: all .9s ease;
  73. -webkit-transition: all .9s ease;}
  74. {/block:ifInvertedImages}
  75.  
  76.  
  77. {block:ifInvertedImages} img:hover{
  78. opacity: .8;
  79. filter:alpha(opacity=100);
  80. -moz-opacity: 1;
  81. -moz-transition: all .9s ease;
  82. -o-transition: all .9s ease;
  83. transition: all .9s ease;
  84. -webkit-transition: all .9s ease;}
  85. {/block:ifInvertedImages}
  86.  
  87. {block:ifFadedImages}img{
  88. opacity: .8;
  89. filter:alpha(opacity=10);
  90. -moz-opacity: 0.1;
  91. -moz-transition: all .9s ease;
  92. -o-transition: all .9s ease;
  93. transition: all .9s ease;
  94. -webkit-transition: all .9s ease;}
  95. {/block:ifFadedImages}
  96.  
  97.  
  98. {block:ifFadedImages} img:hover{
  99. opacity: 1;
  100. filter:alpha(opacity=100);
  101. -moz-opacity: 1;
  102. -moz-transition: all .9s ease;
  103. -o-transition: all .9s ease;
  104. transition: all .9s ease;
  105. -webkit-transition: all .9s ease;}
  106. {/block:ifFadedImages}
  107.  
  108. {block:ifInvertedImages}.photo {
  109. opacity: 1;
  110. filter:alpha(opacity=10);
  111. -moz-opacity: 0.1;
  112. -moz-transition: all .9s ease;
  113. -o-transition: all .9s ease;
  114. transition: all .9s ease;
  115. -webkit-transition: all .9s ease;}
  116. {/block:ifInvertedImages}
  117.  
  118.  
  119. {block:ifInvertedImages}.photo:hover{
  120. opacity: .8;
  121. filter:alpha(opacity=100);
  122. -moz-opacity: 1;
  123. -moz-transition: all .9s ease;
  124. -o-transition: all .9s ease;
  125. transition: all .9s ease;
  126. -webkit-transition: all .9s ease;}
  127. {/block:ifInvertedImages}
  128.  
  129. {block:ifFadedImages}.photo {
  130. opacity: .8;
  131. filter:alpha(opacity=10);
  132. -moz-opacity: 0.1;
  133. -moz-transition: all .9s ease;
  134. -o-transition: all .9s ease;
  135. transition: all .9s ease;
  136. -webkit-transition: all .9s ease;}
  137. {/block:ifFadedImages}
  138.  
  139.  
  140. {block:ifFadedImages}.photo:hover{
  141. opacity: 1;
  142. filter:alpha(opacity=100);
  143. -moz-opacity: 1;
  144. -moz-transition: all .9s ease;
  145. -o-transition: all .9s ease;
  146. transition: all .9s ease;
  147. -webkit-transition: all .9s ease;}
  148. {/block:ifFadedImages}
  149.  
  150. .photo a:hover{background:transparent;}
  151.  
  152. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  153. iframe#tumblr_controls:hover{opacity:1;}
  154. body{background:{color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}color:#606060;
  155. font-size:10px;
  156. font-family:inconsolata, consolas, 'courier new', courier, monospace;line-height:150%;font-weight:lighter;color:{color:Text};}
  157. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  158. a:hover{color:{color:Link Hover};}
  159. #s-m-t-tooltip {max-width:300px;padding:3px 5px 3px 5px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:11px;line-height:12px;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07) 3px 3px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  160. #content{margin:auto;{block:IndexPage}width:750px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  161. #cage {margin:auto;padding:60px 0 40px 0;width:600px;}
  162. article {padding:11px 11px 0 11px;{block:IndexPage}width:250px;margin:40px 80px 40px 0;{/block:IndexPage}{block:PermalinkPage}width:500px;margin:40px 0 100px 0px;{/block:PermalinkPage}overflow:hidden;background:rgba(255,255,255,1);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid {color:Border};}
  163. article img{display:block;max-width:100%;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  164. article .bub {background:{color:Permalink};padding:11px 15px 11px 15px;width:240px;margin:11px 0 0 -11px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:9999;border-top:1px solid {color:Border};color:{color:Permalink Text};text-transform:;letter-spacing:px;}
  165. .bub a{font-size:10px;color:{color:Permalink Text};border-bottom:1px solid transparent;}
  166. .bub a:hover{border-bottom:1px solid {color:Permalink Text};}
  167. .permapg {background:{color:Permalink};padding:11px 15px 11px 15px;width:490px;margin:11px 0 0 -11px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:9999;border-top:1px solid {color:Border};border-bottom:1px solid {color:Border};color:{color:Permalink Text};text-transform:lowercase;letter-spacing:px;}
  168. .permapg a{border-bottom:1px solid transparent;}
  169. .permapg a:hover{border-bottom:1px solid {color:Permalink Text};}
  170. blockquote{padding-left:12px;
  171. margin:0 0 0 0px;
  172. border-left:1px solid {color:border};}
  173. .ol, ul { margin-left: 30px; padding: 5px; }
  174. .ul { list-style-type: square; }
  175. p{margin:5px 0 0 0;}
  176. .pt{font-size:10px;line-height:150%;text-align:justify;}
  177. .audioplayer{background:white;margin:5px 0 0 0;padding:5px;opacity:0.8;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid {color:Border};}
  178. .audioinfo{margin:5px 0 0 0;padding:6px;background:white;border:1px solid {color:Border};border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  179. #ask {background:{color:Ask Background};margin-top:0px;padding:11px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;color:{color:Ask Text};}
  180. #ask #ds{position:absolute;margin-top:7px;margin-left:30px;color:{color:Ask Background};font-size:30px;font-family:arial;font-weight:bold;}
  181. .askername{position:Absolute;margin-top:-24px;margin-left:37px;margin-bottom:1px;}
  182. .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
  183. .askerimg{padding-bottom:4px;margin-bottom:1px;}
  184. .askerimg img{width:30px;}
  185. iframe, img, embed, object, video {max-width: 100%;}
  186. #side {position:fixed;z-index:99999999999;margin:20px 0 0 30px;-webkit-animation:tg 5s;animation:tg 5s;}
  187. @-webkit-keyframes tg {0% {opacity:0;margin:20px 0 0 -70px;}25% {opacity:1;margin:20px 0 0 30px;}}}}
  188. .chat .line{padding: 2px;}
  189. .chat .line .odd{padding:2px;color:{color:Ask Text};background:{color:Ask Background};}
  190. .label {font-weight:bold;}
  191. .notes img{width:11px; position:left;margin-right:5px;top:3px;-webkit-border-radius: 11px;
  192. -moz-border-radius: 11px; border-radius: 11px;display:inline;}
  193. .notes {line-height:31px;}
  194. .pagination{font-size:40px;margin-top:5px;font-weight:bold;font-family:consolas;}
  195. #toggle {width:28px;height:30px;cursor:help;}
  196. #toggle div{width:100%;height:5px;background:{color:Menu Bars};margin:4px auto;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  197. #toggle.ac .t_1{transform:rotate(45deg) translate(5px, 5px);}
  198. #toggle.ac .t_2{opacity:0;}
  199. #toggle.ac .t_3{transform:rotate(-45deg) translate(7px, -8px);}
  200. #m_1{position:fixed;display:none;top:0;left:0;width:100%;height:100%;z-index:99999;background:{color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  201. #m_2{position:fixed;display:none;margin:0 0 0 0;padding:20px;width:100%;z-index:999999;color:{color:Menu Text};}
  202. #navi a{font-family:helvetica;display:inline;font-size:12px;line-height:40px;color:{color:Menu Links};text-transform:uppercase;font-weight:bold;letter-spacing:1px;margin:0 2px 0 2px;border-bottom:1px solid transparent;}
  203. #navi a:hover{border-bottom:1px solid {color:Menu Links};}
  204. .b a{font-family:helvetica;display:inline;font-size:40px;line-height:50px;color:{color:Menu Links};text-transform:lowercase;font-weight:bold;letter-spacing:-1px;margin:0 2px 0 2px;border-bottom:1px solid transparent;}
  205. .b a:hover{border-bottom:1px solid {color:Menu Links};}
  206.  
  207. {CustomCSS}
  208. </style>
  209. </head>
  210.  
  211. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  212.  
  213. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  214.  
  215. <script>
  216. (function($){
  217. $(document).ready(function(){
  218. $("a[title]").style_my_tooltips({
  219. tip_follows_cursor:true,
  220. tip_delay_time:90,
  221. tip_fade_speed:300,
  222. attribute:"title"
  223. });
  224. });
  225. })(jQuery);
  226. </script>
  227. <body>
  228.  
  229.  
  230.  
  231. <div id="m_1"> </div>
  232. <div id="m_2">
  233. <div style="margin:auto;padding-top:220px;width:300px;text-align:center;">
  234. <div class="b"><a href="/">wildest dreams</a></div>
  235. {Description}
  236. <div id="navi">
  237. {block:ifLink1name}
  238. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  239. {/block:ifLink1name}
  240. {block:ifLink2name}
  241. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  242. {/block:ifLink2name}
  243. {block:ifLink3name}
  244. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  245. {/block:ifLink3name}
  246. {block:ifLink4name}
  247. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  248. {/block:ifLink4name}
  249. {block:ifLink5name}
  250. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  251. {/block:ifLink5name}
  252. </div>
  253. </div>
  254. </div>
  255.  
  256. <div id="side">
  257. <div id="toggle">
  258. <div class="t_1"></div>
  259. <div class="t_2"></div>
  260. <div class="t_3"></div>
  261. </div>
  262. </div>
  263. <div id="cage">
  264. <div id="content">
  265. {block:Posts}
  266. <article>
  267.  
  268. {block:Text}
  269. {block:Title}
  270. <div class="pt">{Title}</div>
  271. {/block:Title}
  272. {Body}
  273. {/block:Text}
  274.  
  275. {block:Photo}
  276. <div class="photo">
  277. {LinkOpenTag}
  278. <a href="{permalink}">
  279. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  280. </a>
  281. {LinkCloseTag}
  282. {block:ifCaptions}
  283. {block:Caption}{Caption}{/block:Caption}
  284. {/block:ifCaptions}
  285. {block:ifNotCaptions}
  286. {block:PermalinkPage}
  287. {block:Caption}{Caption}{/block:Caption}
  288. {/block:PermalinkPage}
  289. {/block:ifNotCaptions}
  290. {block:ContentSource}
  291. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  292. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  293. {/block:SourceLogo}
  294. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  295. {/block:ContentSource}
  296. {block:ReblogParentURL}
  297. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  298. {/block:ReblogParentURL}
  299. {/block:Photo}
  300.  
  301. {block:Photoset}
  302. <div class="photoset">
  303. <div class="photo">
  304. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  305. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  306. </div>
  307. </div>
  308. {block:Caption}{Caption}{/block:Caption}
  309. {/block:Photoset}
  310.  
  311. {block:Quote}
  312. <div class="pt">
  313. {Quote}
  314. </div><br>
  315. {block:Source}-{Source}{/block:Source}
  316. {/block:Quote}
  317.  
  318. {block:Link}
  319. <div class="pt">
  320. <a href="{URL}">{Name} »</a>
  321. </div>
  322. {block:Description}{Description}{/block:Description}
  323. {/block:Link}
  324.  
  325. {block:Chat}
  326. <div class="chat">
  327. {block:Lines}
  328. <div class="chat">
  329. <div class="line {Alt}">
  330. <div class="{Alt} user_{UserNumber}">
  331. {block:Label}
  332. <b>{Label} </b>
  333. {/block:Label}
  334. {Line}
  335. </div>
  336. </div>
  337. {/block:Lines}
  338. {/block:Chat}
  339.  
  340. {block:Audio}
  341. {block:AudioPlayer}
  342. <div class="audioplayer">
  343. {AudioPlayerWhite}
  344. </div>
  345. {/block:AudioPlayer}
  346. {block:TrackName}
  347. <div class="audioinfo">
  348. Song : {TrackName}
  349. </div>
  350. {/block:TrackName}
  351. {block:Artist}
  352. <div class="audioinfo">
  353. Artist : {Artist}
  354. </div>
  355. {/block:Artist}
  356. {block:Album}
  357. <div class="audioinfo">
  358. Album : {Album}
  359. </div>
  360. {/block:Album}
  361. {block:Caption}{Caption}{/block:Caption}
  362. {/block:Audio}
  363.  
  364. {block:Video}
  365. <div class="video">
  366. <div class="video-player">{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  367. {block:ifCaptions}
  368. {block:Caption}{Caption}{/block:Caption}
  369. {/block:ifCaptions}
  370. {block:ifNotCaptions}
  371. {block:PermalinkPage}
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:PermalinkPage}
  374. {/block:ifNotCaptions}
  375. {/block:Video}
  376.  
  377. {block:Panorama}
  378. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  379. {block:ifCaptions}
  380. {block:Caption}{Caption}{/block:Caption}
  381. {/block:ifCaptions}
  382. {block:ifNotCaptions}
  383. {block:PermalinkPage}
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:PermalinkPage}
  386. {/block:ifNotCaptions}
  387. {/block:Panorama}
  388.  
  389. {block:Answer}<div id="ask"><div class="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span> <div id="ds">▼</div></div><div style="margin-top:20px;">{Answer}</div>{/block:Answer}
  390.  
  391. {block:IndexPage}
  392. <div class="bub">
  393. <a title="{ShortMonth} {DayofMonth}"href="{Permalink}">{NoteCount} N</a> {block:HasTags} :
  394. <a title="{block:Tags}#{Tag} {/block:Tags}"href="{Permalink}">#</a>
  395. {/block:HasTags}
  396. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ RBLG</a></span>
  397. </div>
  398. {/block:IndexPage}
  399.  
  400. {block:PermalinkPage}
  401. {block:Date}
  402. <div class="permapg"><!--ok-->
  403. <b>Posted:</b>
  404. {ShortMonth} {DayofMonth} at
  405. {12Hour}:{Minutes} {CapitalAmPm}
  406. {block:NoteCount}<br>
  407. <b>Notes:</b>
  408. {NoteCount}
  409. {/block:NoteCount}
  410. {block:HasTags}
  411. <br>
  412. <b>Tags:</b>
  413. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  414. {/block:Tags}
  415. {/block:HasTags}
  416. <br>{block:RebloggedFrom}
  417. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  418. </div>
  419. {/block:Date}
  420. {/block:PermalinkPage}
  421. {block:PostNotes}
  422. {PostNotes}
  423. {/block:PostNotes}
  424. </article>
  425. {/block:Posts}
  426.  
  427. {block:Pagination}
  428. <div class="pagination">
  429. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}previous{/block:ifNotInfiniteScroll}</a><br>{/block:PreviousPage}
  430. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  431. </div>
  432. {/block:Pagination}
  433.  
  434. </div>
  435. </div>
  436.  
  437.  
  438. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  439. <script>
  440. $("#toggle").click(function() {
  441. $(this).toggleClass("ac");
  442. $("#m_1").fadeToggle(500);
  443. $("#m_2").fadeToggle(800);
  444. });
  445. </script>
  446.  
  447. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  448.  
  449. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  450. {block:ifInfiniteScroll}
  451. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  452. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  453. {/block:ifInfiniteScroll}
  454.  
  455.  
  456. <script>
  457. (function() {
  458. var $tumblelog = $('#content');
  459. {block:IfInfiniteScroll}
  460. $tumblelog.infinitescroll({
  461. navSelector : ".pagination",
  462. nextSelector : ".pagination a:first",
  463. itemSelector : "article",
  464. bufferPx : 50,
  465. done : "",
  466. loading: {
  467. finishedMsg: "<p> </p>",
  468. img : " ",
  469. msg: null,
  470. msgText: "<p> </p>"
  471. },
  472. },
  473. function( newElements ) {
  474. var $newElems = $( newElements ).css({ opacity: 0 });
  475. $newElems.imagesLoaded(function(){
  476. $newElems.animate({ opacity: 1 });
  477. $tumblelog.masonry( 'appended', $newElems);
  478. });
  479. }
  480. );
  481. {/block:IfInfiniteScroll}
  482. $tumblelog.imagesLoaded( function(){
  483. $tumblelog.masonry({
  484. columnWidth: function( containerWidth ) {
  485. return containerWidth / 100;
  486. }
  487. });
  488. });
  489. })();
  490. </script>
  491. <!--am-->
  492.  
  493.  
  494.  
  495. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:11px;font-size:8px;font-weight:normal;"><script language="JavaScript">
  496. var ref = (''+document.referrer+'');
  497. var w_h = window.screen.width + " x " + window.screen.height;
  498. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4512198&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  499. </script></div>
  500. </body>
  501. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement