Advertisement
kathisneckdeep

[OLD] theme 6: follow you

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