Advertisement
rasperries

tk double

Nov 12th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 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}font-family:helvetica;font-size:11px;font-weight:lighter;line-height:150%;color:{color:Text};}
  155. 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;}
  156. a:hover{color:{color:Link Hover};}
  157. #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;}
  158. #content{margin:auto;{block:IndexPage}width:750px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  159. #cage {margin:auto;padding:60px 0 40px 0;width:600px;}
  160. 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};}
  161. article img{display:block;max-width:100%;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  162. 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;}
  163. .bub a{font-size:10px;color:{color:Permalink Text};border-bottom:1px solid transparent;}
  164. .bub a:hover{border-bottom:1px solid {color:Permalink Text};}
  165. .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;}
  166. .permapg a{border-bottom:1px solid transparent;}
  167. .permapg a:hover{border-bottom:1px solid {color:Permalink Text};}
  168. blockquote{padding-left:12px;
  169. margin:0 0 0 0px;
  170. border-left:1px solid {color:border};}
  171. .ol, ul { margin-left: 30px; padding: 5px; }
  172. .ul { list-style-type: square; }
  173. p{margin:5px 0 0 0;}
  174. .pt{font-size:11px;line-height:150%;text-align:justify;}
  175. .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};}
  176. .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;}
  177. #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};}
  178. #ask #ds{position:absolute;margin-top:7px;margin-left:30px;color:{color:Ask Background};font-size:30px;font-family:arial;font-weight:bold;}
  179. .askername{position:Absolute;margin-top:-24px;margin-left:37px;margin-bottom:1px;}
  180. .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
  181. .askerimg{padding-bottom:4px;margin-bottom:1px;}
  182. .askerimg img{width:30px;}
  183. iframe, img, embed, object, video {max-width: 100%;}
  184. #side {position:fixed;z-index:99999999999;margin:20px 0 0 30px;-webkit-animation:tg 5s;animation:tg 5s;}
  185. @-webkit-keyframes tg {0% {opacity:0;margin:20px 0 0 -70px;}25% {opacity:1;margin:20px 0 0 30px;}}}}
  186. .chat .line{padding: 2px;}
  187. .chat .line .odd{padding:2px;color:{color:Ask Text};background:{color:Ask Background};}
  188. .label {font-weight:bold;}
  189. .notes img{width:11px; position:left;margin-right:5px;top:3px;-webkit-border-radius: 11px;
  190. -moz-border-radius: 11px; border-radius: 11px;display:inline;}
  191. .notes {line-height:31px;}
  192. .pagination{font-size:40px;margin-top:5px;font-weight:bold;font-family:consolas;}
  193. #toggle {width:28px;height:30px;cursor:help;}
  194. #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;}
  195. #toggle.ac .t_1{transform:rotate(45deg) translate(5px, 5px);}
  196. #toggle.ac .t_2{opacity:0;}
  197. #toggle.ac .t_3{transform:rotate(-45deg) translate(7px, -8px);}
  198. #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}}
  199. #m_2{position:fixed;display:none;margin:0 0 0 0;padding:20px;width:100%;z-index:999999;color:{color:Menu Text};}
  200. #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;}
  201. #navi a:hover{border-bottom:1px solid {color:Menu Links};}
  202. .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;}
  203. .b a:hover{border-bottom:1px solid {color:Menu Links};}
  204.  
  205. {CustomCSS}
  206. </style>
  207. </head>
  208.  
  209. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  210.  
  211. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  212.  
  213. <script>
  214. (function($){
  215. $(document).ready(function(){
  216. $("a[title]").style_my_tooltips({
  217. tip_follows_cursor:true,
  218. tip_delay_time:90,
  219. tip_fade_speed:300,
  220. attribute:"title"
  221. });
  222. });
  223. })(jQuery);
  224. </script>
  225. <body>
  226.  
  227.  
  228.  
  229. <div id="m_1"> </div>
  230. <div id="m_2">
  231. <div style="margin:auto;padding-top:220px;width:300px;text-align:center;">
  232. <div class="b"><a href="/">wildest dreams</a></div>
  233. {Description}
  234. <div id="navi">
  235. {block:ifLink1name}
  236. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  237. {/block:ifLink1name}
  238. {block:ifLink2name}
  239. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  240. {/block:ifLink2name}
  241. {block:ifLink3name}
  242. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  243. {/block:ifLink3name}
  244. {block:ifLink4name}
  245. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  246. {/block:ifLink4name}
  247. {block:ifLink5name}
  248. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  249. {/block:ifLink5name}
  250. </div>
  251. </div>
  252. </div>
  253.  
  254. <div id="side">
  255. <div id="toggle">
  256. <div class="t_1"></div>
  257. <div class="t_2"></div>
  258. <div class="t_3"></div>
  259. </div>
  260. </div>
  261. <div id="cage">
  262. <div id="content">
  263. {block:Posts}
  264. <article>
  265.  
  266. {block:Text}
  267. {block:Title}
  268. <div class="pt">{Title}</div>
  269. {/block:Title}
  270. {Body}
  271. {/block:Text}
  272.  
  273. {block:Photo}
  274. <div class="photo">
  275. {LinkOpenTag}
  276. <a href="{permalink}">
  277. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  278. </a>
  279. {LinkCloseTag}
  280. {block:ifCaptions}
  281. {block:Caption}{Caption}{/block:Caption}
  282. {/block:ifCaptions}
  283. {block:ifNotCaptions}
  284. {block:PermalinkPage}
  285. {block:Caption}{Caption}{/block:Caption}
  286. {/block:PermalinkPage}
  287. {/block:ifNotCaptions}
  288. {block:ContentSource}
  289. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  290. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  291. {/block:SourceLogo}
  292. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  293. {/block:ContentSource}
  294. {block:ReblogParentURL}
  295. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  296. {/block:ReblogParentURL}
  297. {/block:Photo}
  298.  
  299. {block:Photoset}
  300. <div class="photoset">
  301. <div class="photo">
  302. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  303. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  304. </div>
  305. </div>
  306. {block:Caption}{Caption}{/block:Caption}
  307. {/block:Photoset}
  308.  
  309. {block:Quote}
  310. <div class="pt">
  311. {Quote}
  312. </div><br>
  313. {block:Source}-{Source}{/block:Source}
  314. {/block:Quote}
  315.  
  316. {block:Link}
  317. <div class="pt">
  318. <a href="{URL}">{Name} »</a>
  319. </div>
  320. {block:Description}{Description}{/block:Description}
  321. {/block:Link}
  322.  
  323. {block:Chat}
  324. <div class="chat">
  325. {block:Lines}
  326. <div class="chat">
  327. <div class="line {Alt}">
  328. <div class="{Alt} user_{UserNumber}">
  329. {block:Label}
  330. <b>{Label} </b>
  331. {/block:Label}
  332. {Line}
  333. </div>
  334. </div>
  335. {/block:Lines}
  336. {/block:Chat}
  337.  
  338. {block:Audio}
  339. {block:AudioPlayer}
  340. <div class="audioplayer">
  341. {AudioPlayerWhite}
  342. </div>
  343. {/block:AudioPlayer}
  344. {block:TrackName}
  345. <div class="audioinfo">
  346. Song : {TrackName}
  347. </div>
  348. {/block:TrackName}
  349. {block:Artist}
  350. <div class="audioinfo">
  351. Artist : {Artist}
  352. </div>
  353. {/block:Artist}
  354. {block:Album}
  355. <div class="audioinfo">
  356. Album : {Album}
  357. </div>
  358. {/block:Album}
  359. {block:Caption}{Caption}{/block:Caption}
  360. {/block:Audio}
  361.  
  362. {block:Video}
  363. <div class="video">
  364. <div class="video-player">{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  365. {block:ifCaptions}
  366. {block:Caption}{Caption}{/block:Caption}
  367. {/block:ifCaptions}
  368. {block:ifNotCaptions}
  369. {block:PermalinkPage}
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:PermalinkPage}
  372. {/block:ifNotCaptions}
  373. {/block:Video}
  374.  
  375. {block:Panorama}
  376. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  377. {block:ifCaptions}
  378. {block:Caption}{Caption}{/block:Caption}
  379. {/block:ifCaptions}
  380. {block:ifNotCaptions}
  381. {block:PermalinkPage}
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:PermalinkPage}
  384. {/block:ifNotCaptions}
  385. {/block:Panorama}
  386.  
  387. {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}
  388.  
  389. {block:IndexPage}
  390. <div class="bub">
  391. <a title="{ShortMonth} {DayofMonth}"href="{Permalink}">{NoteCount} N</a> {block:HasTags} :
  392. <a title="{block:Tags}#{Tag} {/block:Tags}"href="{Permalink}">#</a>
  393. {/block:HasTags}
  394. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ RBLG</a></span>
  395. </div>
  396. {/block:IndexPage}
  397.  
  398. {block:PermalinkPage}
  399. {block:Date}
  400. <div class="permapg"><!--ok-->
  401. <b>Posted:</b>
  402. {ShortMonth} {DayofMonth} at
  403. {12Hour}:{Minutes} {CapitalAmPm}
  404. {block:NoteCount}<br>
  405. <b>Notes:</b>
  406. {NoteCount}
  407. {/block:NoteCount}
  408. {block:HasTags}
  409. <br>
  410. <b>Tags:</b>
  411. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  412. {/block:Tags}
  413. {/block:HasTags}
  414. <br>{block:RebloggedFrom}
  415. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  416. </div>
  417. {/block:Date}
  418. {/block:PermalinkPage}
  419. {block:PostNotes}
  420. {PostNotes}
  421. {/block:PostNotes}
  422. </article>
  423. {/block:Posts}
  424.  
  425. {block:Pagination}
  426. <div class="pagination">
  427. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}previous{/block:ifNotInfiniteScroll}</a><br>{/block:PreviousPage}
  428. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  429. </div>
  430. {/block:Pagination}
  431.  
  432. </div>
  433. </div>
  434.  
  435.  
  436. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  437. <script>
  438. $("#toggle").click(function() {
  439. $(this).toggleClass("ac");
  440. $("#m_1").fadeToggle(500);
  441. $("#m_2").fadeToggle(800);
  442. });
  443. </script>
  444.  
  445. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  446.  
  447. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  448. {block:ifInfiniteScroll}
  449. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  450. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  451. {/block:ifInfiniteScroll}
  452.  
  453.  
  454. <script>
  455. (function() {
  456. var $tumblelog = $('#content');
  457. {block:IfInfiniteScroll}
  458. $tumblelog.infinitescroll({
  459. navSelector : ".pagination",
  460. nextSelector : ".pagination a:first",
  461. itemSelector : "article",
  462. bufferPx : 50,
  463. done : "",
  464. loading: {
  465. finishedMsg: "<p> </p>",
  466. img : " ",
  467. msg: null,
  468. msgText: "<p> </p>"
  469. },
  470. },
  471. function( newElements ) {
  472. var $newElems = $( newElements ).css({ opacity: 0 });
  473. $newElems.imagesLoaded(function(){
  474. $newElems.animate({ opacity: 1 });
  475. $tumblelog.masonry( 'appended', $newElems);
  476. });
  477. }
  478. );
  479. {/block:IfInfiniteScroll}
  480. $tumblelog.imagesLoaded( function(){
  481. $tumblelog.masonry({
  482. columnWidth: function( containerWidth ) {
  483. return containerWidth / 100;
  484. }
  485. });
  486. });
  487. })();
  488. </script>
  489. <!--am-->
  490.  
  491.  
  492.  
  493. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:11px;font-size:8px;font-weight:normal;"><script language="JavaScript">
  494. var ref = (''+document.referrer+'');
  495. var w_h = window.screen.width + " x " + window.screen.height;
  496. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4512198&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  497. </script></div>
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement