Advertisement
kathisneckdeep

[OLD] theme 15: mirrors

May 3rd, 2016
1,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. *.。.☆ mirrors theme (theme 15) by distance-themes or fleaur ☆.。.*
  8. don't repost as your own + pls pls keep the credit
  9. hope you like this! enjoy x
  10. -->
  11.  
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  15.  
  16. <link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  17.  
  18.  
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#4d4d4d"/>
  21. <meta name="color:link" content="#4d4d4d"/>
  22. <meta name="color:post bg" content="#ffffff"/>
  23. <meta name="color:border" content="#eeeeee"/>
  24. <meta name="color:bar" content="#f2eadb"/>
  25. <meta name="color:barh" content="#e5d5b6"/>
  26.  
  27. <meta name="image:background" content=""/>
  28.  
  29. <meta name="text:link 1 url" content="/"/>
  30. <meta name="text:link 1 name" content="home"/>
  31. <meta name="text:link 2 url" content="/ask"/>
  32. <meta name="text:link 2 name" content="mssg me"/>
  33. <meta name="text:link 3 url" content="/submit"/>
  34. <meta name="text:link 3 name" content="submit"/>
  35. <meta name="text:link 4 url" content="/archive"/>
  36. <meta name="text:link 4 name" content="past"/>
  37.  
  38. <meta name="select:link icon 1" content="circle-o-notch fa-spin fa-fw" title="Spinning Circle"/>
  39. <meta name="select:link icon 1" content="home" title="House"/>
  40. <meta name="select:link icon 1" content="envelope-o" title="Envelope"/>
  41. <meta name="select:link icon 1" content="heart-o" title="Heart"/>
  42. <meta name="select:link icon 1" content="archive" title="Archive"/>
  43. <meta name="select:link icon 1" content="bookmark-o" title="Bookmark"/>
  44. <meta name="select:link icon 1" content="commenting-o" title="Speech Bubble"/>
  45.  
  46. <meta name="select:link icon 2" content="envelope-o" title="Envelope"/>
  47. <meta name="select:link icon 2" content="circle-o-notch fa-spin fa-fw" title="Spinning Circle"/>
  48. <meta name="select:link icon 2" content="home" title="House"/>
  49. <meta name="select:link icon 2" content="heart-o" title="Heart"/>
  50. <meta name="select:link icon 2" content="archive" title="Archive"/>
  51. <meta name="select:link icon 2" content="bookmark-o" title="Bookmark"/>
  52. <meta name="select:link icon 2" content="commenting-o" title="Speech Bubble"/>
  53.  
  54. <meta name="select:link icon 3" content="commenting-o" title="Speech Bubble"/>
  55. <meta name="select:link icon 3" content="home" title="House"/>
  56. <meta name="select:link icon 3" content="envelope-o" title="Envelope"/>
  57. <meta name="select:link icon 3" content="heart-o" title="Heart"/>
  58. <meta name="select:link icon 3" content="archive" title="Archive"/>
  59. <meta name="select:link icon 3" content="bookmark-o" title="Bookmark"/>
  60.  
  61. <meta name="select:link icon 4" content="bookmark-o" title="Bookmark"/>
  62. <meta name="select:link icon 4" content="archive" title="Archive"/>
  63. <meta name="select:link icon 4" content="home" title="House"/>
  64. <meta name="select:link icon 4" content="envelope-o" title="Envelope"/>
  65. <meta name="select:link icon 4" content="heart-o" title="Heart"/>
  66. <meta name="select:link icon 4" content="archive" title="Archive"/>
  67. <meta name="select:link icon 4" content="commenting-o" title="Speech Bubble"/>
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script type="text/javascript">
  71. $(document).ready(function () {
  72. $("#clk").toggle(function() {
  73. $("#upd").show();
  74. }, function() {
  75. $("#upd").hide();
  76. });
  77. });
  78. </script>
  79.  
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar {
  88. width: 9px;
  89. height: 4px;
  90. background: {color:background};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. border:3px solid {color:background};
  95. background-color: {color:bar};
  96. }
  97.  
  98. #s-m-t-tooltip {
  99. max-width:300px;
  100. margin:10px 0px 0px 10px;
  101. padding:3px 3px 3px 3px;
  102. background: #fff;
  103. border:0px solid {color:borderr};
  104. font-family: 'Raleway', sans-serif;:courier new;
  105. font-size:10px;
  106. letter-spacing:0px;
  107. text-transform:lowercase;
  108. color:#000;
  109. z-index:999999999999999999999999999999999999;
  110. }
  111.  
  112. #topbar{
  113. top:0;
  114. right:0;
  115. left:0;
  116. width:100%;
  117. z-index:20000;
  118. height:30px;
  119. background-color:{color:bar};
  120. position:fixed;
  121. }
  122.  
  123. #leftbar{
  124. top:0;
  125. left:0;
  126. height:100%;
  127. z-index:10000;
  128. width:60px;
  129. background:{color:bar};
  130. position:fixed;
  131. }
  132.  
  133. #leftbar2{
  134. top:0;
  135. left:65px;
  136. height:100%;
  137. z-index:10000;
  138. width:2px;
  139. background:{color:bar};
  140. position:fixed;
  141. }
  142.  
  143. #rightbar{
  144. top:0;
  145. right:0;
  146. height:100%;
  147. z-index:10000;
  148. width:30px;
  149. background:{color:bar};
  150. position:fixed;
  151. }
  152.  
  153. .tbtitle{
  154. font-size:22px;
  155. margin-top:4px;
  156. padding:5px;
  157. text-transform:uppercase;
  158. margin-top:-25px;
  159. letter-spacing:3px;
  160. }
  161.  
  162. .tbtitle a{
  163. background:{color:background};
  164. padding:3px;
  165. }
  166.  
  167.  
  168. #bsbaryo{
  169. width:250px;
  170. height:auto;
  171. padding:5px;
  172. font-style:bold;
  173. background:transparent;
  174. top:45%;
  175. left:110px;
  176. border-top:3px solid {color:bar};
  177. border-bottom:3px solid {color:bar};
  178. font-family: 'Raleway', sans-serif;
  179. text-align:center;
  180. position:fixed;
  181. }
  182.  
  183. .desc{
  184. padding:5px;
  185. margin-top:3px;
  186. letter-spacing:1px;
  187. }
  188.  
  189. .linkiees{
  190. position:absolute;
  191. margin-top:8px;
  192. margin-left:-5px;
  193. background:{color:background};
  194. width:250px;
  195. padding:5px;
  196. font-size:10px;
  197. text-align:center;
  198. }
  199.  
  200. .linkiees a{
  201. -webkit-transition: all 1s ease-in-out;
  202. -moz-transition: all 1s ease-in-out;
  203. -ms-transition: all 1s ease-in-out;
  204. -o-transition: all 1s ease-in-out;
  205. transition: all 1s ease-in-out;
  206. font-size:10px;
  207. line-height:20px;
  208. letter-spacing:1px;
  209. text-transform:uppercase;
  210. }
  211.  
  212. .linkiees a{
  213. -webkit-transition:all 0.7s ease-in-out;
  214. -moz-transition:all 0.7s ease-in-out;
  215. transition:all 0.7s ease-in-out;
  216. margin-left:4px;
  217. margin-right:4px;
  218. }
  219.  
  220. .linkiees a:hover{
  221. font-size:8px;
  222. }
  223.  
  224. #navlinks {
  225. font-size:5px;
  226. position: fixed;
  227. background-color:{color:barh};
  228. width:10px;
  229. height:10px;
  230. bottom: 10px;
  231. padding:2px;
  232. right: 40px;
  233. z-index:999999999999;
  234. text-align:center;
  235. overflow:hidden;
  236. -webkit-transition:all 0.7s ease-in-out;
  237. -moz-transition:all 0.7s ease-in-out;
  238. transition:all 0.7s ease-in-out;
  239. }
  240.  
  241. #navlinks a {
  242. color:{color:barh};
  243. font-size:8px;
  244. letter-spacing:1px;
  245. font-weight:bold;
  246. text-decoration: none;
  247. }
  248.  
  249. #navlinks:hover {
  250. width:50px;
  251. -webkit-transition:all 0.7s ease-in-out;
  252. -moz-transition:all 0.7s ease-in-out;
  253. transition:all 0.7s ease-in-out;
  254. }
  255.  
  256. #navlinks:hover a {
  257. color:{color:text};
  258. }
  259.  
  260. #content {
  261. padding-top:40px;
  262. margin-left:29%;
  263. padding-right:20px;
  264. width:720px;
  265. float: left;
  266. }
  267.  
  268.  
  269. body {
  270. background-color: {color:background};
  271. background-image: url({image:background});
  272. background-attachment:fixed;background-repeat:repeat;
  273. background-position:center;
  274. font-family: 'Raleway', sans-serif;
  275. letter-spacing:1px;
  276. font-size: 11px;
  277. color: {color:text};
  278. }
  279.  
  280. a {
  281. color: {color:link};
  282. text-decoration:none;
  283. }
  284.  
  285. blockquote {
  286. padding-left:5px;
  287. border-left:2px solid;
  288. color: {color:text};
  289. margin-left:3px;
  290. margin-bottom:5px;
  291. }
  292.  
  293. img, iframe, embed, object, video {
  294. max-width: 100%;
  295. }
  296.  
  297. #tumblr_controls, .tmblr-iframe{
  298. z-index:999999999999999999!important;
  299. -webkit-filter:invert(100%);
  300. -moz-filter:invert(100%);
  301. -o-filter:invert(100%);
  302. -ms-filter:invert(100%);
  303. filter:invert(100%);
  304. position:fixed!important;
  305. top:5px!important;
  306. right:35px!important;
  307. opacity:.4;
  308. }
  309.  
  310. /*post stuff*/
  311.  
  312. article {
  313. -webkit-transition: all .7s ease-in-out;
  314. -moz-transition: all .7s ease-in-out;
  315. -ms-transition: all .7s ease-in-out;
  316. -o-transition: all .7s ease-in-out;
  317. transition: all .7s ease-in-out;
  318. background: {color:post bg};
  319. margin: 20px;
  320. margin-left:40px;
  321. margin-bottom:40px;
  322. padding:16px;
  323. width: 250px;
  324. border:4px double {color:border};
  325. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  326. }
  327.  
  328. #note{
  329. max-height:250px;
  330. overflow:auto;
  331. }
  332.  
  333.  
  334. .title{
  335. font-family: 'Raleway', sans-serif;
  336. font-size:20px;
  337. text-transform:uppercase;
  338. letter-spacing:1px;
  339. margin-bottom:1px;
  340. }
  341.  
  342. .ans{
  343. font-family: 'Raleway', sans-serif;
  344. }
  345. .qtext{
  346. font-family: 'Raleway', sans-serif;
  347. }
  348.  
  349. .wteveridk{
  350. font-family: 'Raleway', sans-serif;
  351. margin-left:5px;
  352. margin-bottom:-3px;
  353. }
  354.  
  355. .chat span {
  356. float: left;
  357. margin-right: 10px;
  358. }
  359.  
  360. .blur {
  361. position:absolute;
  362. top:0;
  363. left:0;
  364. width:100%;
  365. height:calc(100% + 1px);
  366. opacity:0;
  367. visibility:hidden;
  368. z-index:1;
  369. -webkit-transition: all .7s ease-in-out;
  370. -moz-transition: all .7s ease-in-out;
  371. -ms-transition: all .7s ease-in-out;
  372. -o-transition: all .7s ease-in-out;
  373. transition: all .7s ease-in-out;
  374. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  375. }
  376. .blur:before {
  377. content:'';
  378. position:absolute;
  379. width:100%;
  380. height:100%;
  381. top: 0px;
  382. right: 0px;
  383. bottom: 0px;
  384. left: 0px;
  385. background:#fff;
  386. -webkit-transform: scale(1,0);
  387. transform: scale(1,0);
  388. -webkit-transform-origin: 0 0;
  389. transform-origin: 0 0;
  390. -webkit-transition: all .7s ease-in-out;
  391. -moz-transition: all .7s ease-in-out;
  392. -ms-transition: all .7s ease-in-out;
  393. -o-transition: all .7s ease-in-out;
  394. transition: all .7s ease-in-out;
  395. }
  396.  
  397.  
  398. article:hover .blur {
  399. opacity:.5;
  400. visibility:visible;
  401. -webkit-transform: scale(1);
  402. transform: scale(1);
  403. transform: scale(1);
  404. -webkit-transition-delay: 0.15s;
  405. -moz-transition-delay: 0.15s;
  406. -o-transition-delay: 0.15s;
  407. transition-delay: 0.15s;
  408. }
  409.  
  410. article:hover .blur:before, article:hover .blur:after {
  411. opacity: 1;
  412. -webkit-transform: scale(1);
  413. -moz-transition: scale(1);
  414. -o-transition: scale(1);
  415. transform: scale(1);
  416. -webkit-transition-delay: 0.15s;
  417. -moz-transition-delay: 0.15s;
  418. -o-transition-delay: 0.15s;
  419. transition-delay: 0.15s;
  420. }
  421.  
  422. #perma1{
  423. -webkit-transition: all .3s ease-in-out;
  424. -moz-transition: all .3s ease-in-out;
  425. -ms-transition: all .3s ease-in-out;
  426. -o-transition: all .3s ease-in-out;
  427. transition: all .3s ease-in-out;
  428. -webkit-transform: scale(1,0);
  429. transform: scale(1,0);
  430. -webkit-transform-origin: 0 0;
  431. transform-origin: 0 0;
  432. opacity:0;
  433. background:{color:bar};
  434. text-align: center;
  435. position: absolute;
  436. height:auto;
  437. width:230px;
  438. bottom:18px;
  439. left:16px;
  440. font-family: 'Raleway', sans-serif;
  441. padding:10px;
  442. font-size: 10px;
  443. text-transform:uppercase;
  444. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  445. }
  446.  
  447. article:hover #perma1{
  448. z-index:200;
  449. -webkit-transition-delay: .5s;
  450. -moz-transition-delay: .5s;
  451. -ms-transition-delay: .5s;
  452. -o-transition-delay: .5s;
  453. transition-delay: .5s;
  454. opacity:.8;
  455. -webkit-transform: scale(1);
  456. -moz-transition: scale(1);
  457. -o-transition: scale(1);
  458. transform: scale(1);
  459. }
  460.  
  461. #perma1 a{
  462. padding:5px;
  463. line-height:12px;
  464. }
  465.  
  466. #perma2{
  467. border-top:1px solid{color:bar};
  468. font-size:8px;
  469. text-transform:uppercase;
  470. letter-spacing:2px;
  471. text-align:right;
  472. padding:5px;
  473. padding-bottom:0px;
  474. }
  475.  
  476. .answer{
  477. padding:7px;
  478. line-height:12px;
  479. }
  480.  
  481. .question{
  482. background:{color:bar};
  483. padding:5px;
  484. }
  485.  
  486. .answerr{
  487. text-align:center;
  488. margin-bottom:8px;
  489. border:1px solid {color:bar};
  490. padding-top:1px;
  491. padding-bottom:3px;
  492. padding-right:6px;
  493. padding-left:6px;
  494. }
  495.  
  496. .tumblr_audio_player {
  497. width: 400px;
  498. height: 100px;
  499. overflow: hidden;
  500. position: relative;
  501. z-index: 1000;
  502. }
  503.  
  504. .pagi { /*pagi stuff*/
  505. font-size:15px;
  506. font: {select:font};
  507. color: {color:link};
  508. text-align:center;
  509. padding:2px;
  510. padding-top:5px;
  511. display:none;
  512. }
  513.  
  514. .kathrynisfab{
  515. background:{color:barh};
  516. border-radius:50% 50% 50% 50%;
  517. color:#ccc;
  518. font-family: 'Raleway', sans-serif;
  519. padding:5px;
  520. position:fixed;
  521. bottom:35px;
  522. right:35px;
  523. font-size:10px;
  524. }
  525.  
  526. .kathrynisfab:hover{
  527. -webkit-transition: all 1s ease-in-out;
  528. -moz-transition: all 1s ease-in-out;
  529. -ms-transition: all 1s ease-in-out;
  530. -o-transition: all 1s ease-in-out;
  531. transition: all 1s ease-in-out;
  532. transform: rotate(180deg);
  533. -ms-transform: rotate(180deg);
  534. -webkit-transform: rotate(180deg);
  535. -o-transform: rotate(180deg);
  536. -moz-transform: rotate(180deg);
  537. }
  538.  
  539. </style>
  540. </head>
  541. <body>
  542.  
  543. <title>{Title}</title>
  544.  
  545. <div id="leftbar"></div>
  546. <div id="leftbar2"></div>
  547. <div id="rightbar"></div>
  548.  
  549. <div id="bsbaryo">
  550. <div class="tbtitle">
  551. <a href="/">{Title}</a> </div>
  552. <div class="desc">
  553. {Description}</div>
  554.  
  555. <div class="linkiees">
  556. <a href="{text:link 1 url}" title="{text:link 1 name}"><i class="fa fa-{select:link icon 1}"></i></a>
  557. <a href="{text:link 2 url}" title="{text:link 2 name}"><i class="fa fa-{select:link icon 2}"></i></a>
  558. <a href="{text:link 3 url}" title="{text:link 3 name}"><i class="fa fa-{select:link icon 3}"></i></a>
  559. <a href="{text:link 4 url}" title="{text:link 4 name}"><i class="fa fa-{select:link icon 4}"></i></a>
  560. <a href="http://maoli.co.vu/" title="credits"><i class="fa fa-code"></i></a>
  561. </div></div>
  562.  
  563. {block:Pagination}
  564. <div class="pagination">
  565. <div class="pagi">
  566. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}
  567. {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  568. </div></div>
  569. {/block:Pagination}
  570. </div>
  571. <nav>
  572. <ul>
  573. {block:HasPages}
  574. {block:Pages}
  575. <li> <a href="{URL}">{Label}</a></li>
  576. {/block:Pages}
  577. {/block:HasPages}
  578. </ul>
  579. </nav>
  580.  
  581. <div id="content">
  582. {block:Posts}
  583. <article>
  584. {block:Text}
  585. <div class="text">
  586. {block:Title}<h1 class="title">
  587. <a href="{Permalink}">{Title}</a>
  588. </h1>{/block:Title}
  589. {Body}
  590. {block:IndexPage}
  591. <div id="perma2">
  592. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>{/block:IndexPage}
  593. </div>
  594. {/block:Text}
  595.  
  596. {block:Photo}
  597. <div class="photo">
  598. {LinkOpenTag}<a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" /></a>{LinkCloseTag}
  599. <div class="blur"></div>
  600. <div id="perma1">
  601. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"><i class="fa fa-paper-plane-o" aria-hidden="true"></i> Reblog</a>
  602. <a href="{Permalink}" title="post info"><i class="fa fa-copy"></i> {NoteCount} notes</a>
  603. </div>
  604. {/block:Photo}
  605.  
  606. {block:Photoset}
  607. <div class="photoset">
  608. {block:IndexPage}
  609. {Photoset-250}
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. {Photoset-400}
  613. {/block:PermalinkPage}
  614. <div id="perma2">
  615. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  616. </div>
  617. {/block:Photoset}
  618.  
  619. {block:Quote}
  620. <div class="quote">
  621. {Quote}
  622. {block:Source}<cite>{Source}</cite>{/block:Source}
  623. <div id="perma2">
  624. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  625. </div>
  626. {/block:Quote}
  627.  
  628. {block:Link}
  629. <div class="link">
  630. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  631. {block:Description}{Description}{/block:Description}
  632. <div id="perma2">
  633. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  634. </div>
  635. {/block:Link}
  636.  
  637. {block:Chat}
  638. <div class="chat">
  639. <ul>
  640. {block:Lines}
  641. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  642. {/block:Lines}
  643. </ul>
  644. <div id="perma2">
  645. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  646. </div>
  647. {/block:Chat}
  648.  
  649. {block:Audio}
  650. <div class="audio">
  651. {block:AlbumArt}
  652. <img src="{AlbumArtURL}" width="100px" height="100px"/>
  653. {/block:AlbumArt}
  654. {AudioPlayerWhite}
  655. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  656. {block:TrackName}<b>track:</b> {TrackName}{/block:TrackName}</span><br>
  657. {block:Artist}<b>artist:</b> {Artist}{/block:Artist}
  658. <div id="perma2">
  659. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  660. </div>
  661. {/block:Audio}
  662.  
  663. {block:Video}
  664. <div class="video">
  665. <div class="video-player">{Video-400}</div>
  666. <div id="perma2">
  667. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  668. </div>
  669. {/block:Video}
  670.  
  671. {block:Answer}
  672. <div class="answer">
  673. {Asker} asked:
  674. <div class="question">
  675. {Question}</div>
  676. <div style="text-align:right">
  677. <br>{name} answered:</div>
  678. <div class="answerr">{Answer}</div>
  679. <div id="perma2">
  680. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}"> REBLOG</a> | <a href="{Permalink}">{NoteCount} NOTES</a>
  681. </div>
  682. {/block:Answer}
  683. </div>
  684.  
  685. <div id="perma">
  686. {block:PermalinkPage}
  687. {Caption}<br>
  688. {block:HasTags}</br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  689. {block:RebloggedFrom}</br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a> / via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  690. <div id="note">
  691. {block:PostNotes}{PostNotes}{/block:PostNotes}
  692. </div></div>
  693. {/block:PermalinkPage}
  694. </footer>
  695. </article>
  696. {/block:Posts}
  697. </div>
  698.  
  699. <!-- don't touch it lol -->
  700.  
  701. <div style="display:none">
  702. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5263526";
  703. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  704. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  705. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  706. </script>
  707. </div>
  708.  
  709. <div id="navlinks"><a href="http://j.gs/12878167/theme-credit" title="theme credit" target="_blank">DISTANCE</a></div>
  710.  
  711. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  712. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  713. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  714. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  715.  
  716. <script>
  717. (function() {
  718. var $tumblelog = $('#content');
  719. $tumblelog.infinitescroll({
  720. navSelector : ".pagination",
  721. nextSelector : ".pagination a:first",
  722. itemSelector : "article",
  723. bufferPx : 50,
  724. done : "",
  725. loading: {
  726. img : "",
  727. msgText: ""
  728. },
  729. },
  730. function( newElements ) {
  731. var $newElems = $( newElements ).css({ opacity: 0 });
  732. $newElems.imagesLoaded(function(){
  733. $newElems.animate({ opacity: 1 });
  734. $tumblelog.masonry( 'appended', $newElems);
  735. });
  736. }
  737. );
  738. $tumblelog.imagesLoaded( function(){
  739. $tumblelog.masonry({
  740. columnWidth: function( containerWidth ) {
  741. return containerWidth / 100;
  742. }
  743. });
  744. });
  745. })();
  746. </script>
  747. </body>
  748. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement