kathisneckdeep

[OLD] theme 13: basket case

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