Advertisement
Plantopic

try this one too!

Aug 10th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.23 KB | None | 0 0
  1. <!--
  2. + THIS IS A P L A N T O P I C THEME +
  3. ----------------------------------------
  4. PLANTOPIC-THEMES.TUMBLR.COM
  5. .+*DISTANCE*+.
  6. 27/05/2015
  7.  
  8. >>------------------ > THEME NOTES < --------------------<<
  9. PLEASE READ THESE BEFORE USING
  10. >> -------------------------------- <<
  11.  
  12. YOU ARE FREE TO USE THIS AS YOU PLEASE AS LONG AS YOU KEEP THE CREDIT.
  13. REMOVING THE CREDIT FROM THIS THEME WILL NOT CHANGE THE FACT THAT I AM THE ORIGINAL CREATOR AND OWNER. THE CREDIT SHOULD NOT BE A PROBLEM AS IT IS ONLY TINY ON THE BOTTOM RIGHT OF THIS THEME.
  14.  
  15. PLEASE DO NOT USE THIS A BASE CODE, TAKE CODE SNIPPETS OR RE-UPLOAD AS YOUR OWN, YOU CAN TWEAK THIS THEME AS YOU LIKE AS LONG AS YOU KEEP THE ORIGINAL CREDIT.
  16. -->
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  18. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22.  
  23. <link rel="icon" href="{text:favicon url}"/>
  24. <title>{Title}</title>
  25.  
  26. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  27.  
  28. <meta name="image:background" content="" />
  29. <meta name="color:background" content="#fff" />
  30. <meta name="color:colour" content="#000" />
  31. <meta name="color:text" content="#000" />
  32. <meta name="color:link" content="#000" />
  33. <meta name="color:link hover" content="#888" />
  34.  
  35. <meta name="color:photo padding border" content="#000" />
  36. <meta name="color:photo padding" content="#fff" />
  37. <meta name="color:box shadow" content="#dfdfdf" />
  38. <meta name="if:white tumblr controls" content="1"/>
  39. <meta name="if:show blog title" content="1" />
  40. <meta name="if:show photo border" content="1" />
  41. <meta name="if:show photo padding" content="0" />
  42. <meta name="if:show box shadow" content="0" />
  43.  
  44. <meta name="if:sky background" content="1"/>
  45. <meta name="if:mountain background" content="0"/>
  46.  
  47. <meta name="if:one column" content="0"/>
  48. <meta name="if:two column" content="1"/>
  49.  
  50. <meta name="if:sidebar top" content="0"/>
  51. <meta name="if:sidebar middle" content="0"/>
  52. <meta name="if:sidebar bottom" content="1"/>
  53.  
  54. <meta name="if:show link a" content="1"/>
  55. <meta name="if:show link b" content="1"/>
  56. <meta name="if:show link c" content="1"/>
  57. <meta name="if:show link d" content="1"/>
  58. <meta name="if:show online counter" content="0"/>
  59. <meta name="if:show hit counter" content="0"/>
  60.  
  61. <meta name="text:ask link" content="/ask" />
  62. <meta name="text:favicon url" content="" />
  63.  
  64. <meta name="text:blog title" content="DISTANCE" />
  65. <meta name="text:linka url" content="LINK A URL" />
  66. <meta name="text:linka title" content="LINK A" />
  67. <meta name="text:linkb url" content="LINK B URL" />
  68. <meta name="text:linkb title" content="LINK B" />
  69. <meta name="text:linkc url" content="LINK C URL" />
  70. <meta name="text:linkc title" content="LINK C" />
  71. <meta name="text:linkd url" content="LINK D URL" />
  72. <meta name="text:linkd title" content="LINK D" />
  73. <meta name="text:online counter" content="online counter" />
  74. <meta name="text:hit counter" content="hit counter" />
  75.  
  76. <meta name="if:show social icons" content="1"/>
  77. <meta name="if:facebook icon" content="1"/>
  78. <meta name="if:twitter icon" content="1"/>
  79. <meta name="if:instagram icon" content="1"/>
  80. <meta name="if:youtube icon" content="1"/>
  81. <meta name="if:pinterest icon" content="1"/>
  82. <meta name="if:soundcloud icon" content="1"/>
  83. <meta name="text:facebook url" content="http://facebook.com" />
  84. <meta name="text:twitter url" content="http://twitter.com" />
  85. <meta name="text:instagram url" content="http://instagram.com" />
  86. <meta name="text:youtube url" content="http://youtube.com" />
  87. <meta name="text:pinterest url" content="http://pinterest.com" />
  88. <meta name="text:soundcloud url" content="http://soundcloud.com" />
  89.  
  90. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  91.  
  92. {block:indexpage}
  93. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  94. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  95.  
  96. <script type="text/javascript">
  97. $(window).load(function(){
  98. var $wall = $('#posts');
  99. $wall.imagesLoaded(function(){
  100. $wall.masonry({
  101. itemSelector: '.post',
  102. isAnimated : false
  103. });
  104. });
  105.  
  106. $wall.infinitescroll({
  107. navSelector : '#page-nav',
  108. nextSelector : '#page-nav a',
  109. itemSelector : '.post',
  110. bufferPx : 2000,
  111. debug : false,
  112. errorCallback: function() {
  113. $('#infscr-loading').fadeOut('normal');
  114. }},
  115. function( newElements ) {
  116. var $newElems = $( newElements );
  117. $newElems.hide();
  118. $newElems.imagesLoaded(function(){
  119. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  120. });
  121. }); $('#posts').show(500);
  122. });
  123. </script>
  124. {/block:indexpage}
  125.  
  126. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  127. <script>
  128. (function($){
  129. $(document).ready(function(){
  130. $("[title]").style_my_tooltips({
  131. tip_follows_cursor:true,
  132. tip_delay_time:0,
  133. tip_fade_speed:0
  134. }
  135. );
  136. });
  137. })(jQuery);
  138. </script>
  139.  
  140. <style type="text/css">
  141.  
  142. @font-face { font-family: "caviar"; src: url('https://copy.com/gkyB9iWsTiLnEgSK'); }
  143.  
  144. iframe#tumblr_controls {
  145. top: 0% !important;
  146. right:0% !important;
  147. position: fixed !important;
  148. {block:ifwhitetumblrcontrols}
  149. -webkit-filter: invert(100%);
  150. {/block:ifwhitetumblrcontrols}}
  151.  
  152. body{
  153. font-family: Consolas;
  154. font-size: 11px;
  155. color: {color:text};
  156. background-color: {color:background};
  157. background-image:url('{image:background}');
  158. background-attachment: fixed;
  159. {block:ifskybackground}
  160. background-image:url('https://copy.com/K1NobwH7ISREyKIj');
  161. {/block:ifskybackground}
  162. {block:ifmountainbackground}
  163. background-image:url('https://copy.com/wdmIlNcvwklVB1cw');
  164. {/block:ifmountainbackground}}
  165.  
  166. #s-m-t-tooltip {
  167. opacity: 1;
  168. color: black; /* text colour */
  169. text-align: center;
  170. letter-spacing: 1px; /* letter spacing */
  171. min-width: 10px;
  172. max-width: 200px;
  173. overflow: visible;
  174. position: absolute;
  175. z-index: 999999999999;
  176. padding: 3px; /* padding */
  177. padding-left: 4px;
  178. margin: -20px 20px 15px 0px;
  179. border-radius: 0px;
  180. font-family: Calibri;
  181. font-size: 10px;
  182. text-transform: uppercase;
  183. border-radius: 5px;
  184. background-color: white;}
  185.  
  186. #s-m-t-tooltip:after {
  187. content: '';
  188. position: absolute;
  189. border-style: solid;
  190. border-width: 4px 5px 0;
  191. display: block;
  192. width: 0;
  193. z-index: 1;
  194. bottom: -4px;
  195. left: 12px;
  196. border-color: white transparent;}
  197.  
  198. ::-webkit-scrollbar-thumb{
  199. border-radius: 10px;
  200. height: 25px;
  201. width: 11px;
  202. border: 2px solid {color:background};
  203. background: {color:colour};}
  204.  
  205. ::-webkit-scrollbar {
  206. width: 9px;
  207. height: 10px;
  208. border-left: 4px solid {color:background};
  209. border-right: 4px solid {color:background};
  210. background: {color:colour};}
  211.  
  212. a {
  213. color: {color:link};
  214. text-decoration: none;}
  215.  
  216. a:hover {
  217. -webkit-transition-duration: 0.4s;
  218. color: {color:link hover};
  219. font-style: normal;}
  220.  
  221. a:active,a:focus {
  222. outline: 0;}
  223.  
  224. #sidebar {
  225. position: fixed;
  226. height: auto;
  227. text-align: right;
  228. padding: 4px;
  229. width: 190px;
  230. z-index: 9999999999999999999999;
  231. {block:ifsidebartop}
  232. top: 30px;
  233. {/block:ifsidebartop}
  234. {block:ifsidebarmiddle}
  235. top: 40%;
  236. {/block:ifsidebarmiddle}
  237. {block:ifsidebarbottom}
  238. bottom: 20px;
  239. {/block:ifsidebarbottom}
  240. {block:IndexPage}
  241. {block:ifonecolumn}
  242. left: 50%;
  243. margin-left: -370px;
  244. {/block:ifonecolumn}
  245. {block:iftwocolumn}
  246. left: 53%;
  247. margin-left: -520px;
  248. {/block:iftwocolumn}
  249. {/block:IndexPage}
  250. {block:PermalinkPage}
  251. left: 50%;
  252. margin-left: -440px;
  253. {/block:PermalinkPage}}
  254.  
  255. .blogtitle {
  256. font-family: "caviar";
  257. font-size: 30px;
  258. text-align: right:
  259. color: {color:text};}
  260.  
  261. .description {
  262. text-align: right;
  263. color: {color:text};
  264. font-family: Consolas;
  265. position: relative;
  266. right: 0px;
  267. width: 190px;
  268. height: auto;
  269. padding: 5px;
  270. font-size: 10px;}
  271.  
  272. #links {
  273. position: relative;
  274. left: 0px;
  275. width: 190px;
  276. text-align: right;}
  277.  
  278. .links a {
  279. display: inline;
  280. width: 13px;
  281. margin: 1px;
  282. font-family: Consolas;
  283. text-transform: uppercase;
  284. font-size: 11px;
  285. letter-spacing: 3px;
  286. color: {color:text};
  287. opacity: 1;
  288. text-align: center;
  289. z-index: 9999999999999;}
  290.  
  291. .links a:hover{
  292. font-style: italic;}
  293.  
  294. .notes {
  295. text-align: left;
  296. padding-right: 5px;
  297. padding-top: 10px;
  298. margin-top: 0px;
  299. font-family: Calibri;
  300. font-size: 11px;
  301. letter-spacing: 2px;}
  302.  
  303. li.notes {
  304. float: left;
  305. width: 400px;
  306. margin-top: 0px;
  307. list-style-type: none;}
  308.  
  309. li.note {
  310. float: left;
  311. text-align: left;
  312. padding-top: 5px;
  313. opacity: 1;
  314. text-transform: uppercase;}
  315.  
  316. li.note img.avatar {
  317. width: 0px;
  318. height: 0px;
  319. opacity: 0;}
  320.  
  321. .permalink {
  322. margin-top: 2px;
  323. margin-bottom: -10px;
  324. padding: 6px 0px 0px 0px;
  325. text-align: right;
  326. word-spacing: 5px;
  327. font-family: Calibri;
  328. text-transform: uppercase;
  329. font-size: 10px;
  330. line-height: 11px;
  331. color: {color:links};
  332. {block:permalinkpage}
  333. opacity: 0;
  334. height: 1px;
  335. width: 1px;
  336. {/block:permalinkpage}}
  337.  
  338. .permalink a{
  339. color: {color:text};
  340. letter-spacing: 4px;}
  341.  
  342. .permalink a:hover{
  343. font-style: normal;
  344. color: {color:link hover};}
  345.  
  346. .photoperma {
  347. position: absolute;
  348. bottom: -10px;
  349. left: 21px;
  350. padding: 0px;
  351. color: black;
  352. font-size: 10px;
  353. font-family: Calibri;
  354. text-transform: uppercase;
  355. letter-spacing: 4px;
  356. list-style: none;
  357. opacity: 0;
  358. transition: 0.4s 0s ease-in;}
  359.  
  360. .photoperma li {
  361. float: left;
  362. width: 250px;
  363. background-color: white;
  364. text-align: center;
  365. margin-bottom: 5px;
  366. padding-top: 1px;
  367. padding-bottom: 1px;
  368. border-bottom: solid 2px {color:colour};}
  369.  
  370. .photoperma a{
  371. color: black;
  372. text-decoration: none;}
  373.  
  374. .photoperma a:hover{
  375. font-style: normal;
  376. color: {color:links hover};}
  377.  
  378. .post:hover .photoperma{
  379. bottom: 30px;
  380. opacity: 0.8;}
  381.  
  382. #reblog{
  383. bottom: 15px;
  384. right: 20px;
  385. font-size: 20px;
  386. color: {color:colour};
  387. position: fixed;
  388. z-index:999999999999999;}
  389.  
  390. #reblog a{
  391. color: {color:text};}
  392.  
  393. #reblog a:hover{
  394. color: {color:colour};
  395. font-style: normal;}
  396.  
  397. .headings{
  398. font-size: 14px;
  399. text-transform: uppercase;
  400. line-height 14px;
  401. letter-spacing: 2px;
  402. font-family: Calibri;
  403. color: {color:text};}
  404.  
  405. .headings:hover {
  406. font-style: normal;}
  407.  
  408. #posts {
  409. position: absolute;
  410. float: left;
  411. margin-top: 0px;
  412. {block:IndexPage}
  413. height: 100%;
  414. {block:ifonecolumn}
  415. width: 322px;
  416. left: 50%;
  417. margin-left: -161px;
  418. {/block:ifonecolumn}
  419. {block:iftwocolumn}
  420. width: 644px;
  421. left: 53%;
  422. margin-left: -322px;
  423. {/block:iftwocolumn}
  424. {/block:IndexPage}
  425. {block:PermalinkPage}
  426. padding: 15px;
  427. width: 400px;
  428. left: 50%;
  429. margin-left: -213px;
  430. {block:ifshowboxborder}
  431. border: 1px solid {color:photo padding};
  432. background-color: {color:box background};
  433. {/block:ifshowboxborder}
  434. {block:ifnotshowboxborder}
  435. border: 1px solid transparent;
  436. {/block:ifnotshowboxborder}
  437. {block:ifnotshowboxborder}
  438. border: 1px double transparent;
  439. background-color: transparent;
  440. {/block:ifnotshowboxborder}
  441. {block:ifshowboxshadow}
  442. box-shadow: 4px 5px 2px {color:box shadow};
  443. {/block:ifshowboxshadow}
  444. {/block:PermalinkPage}}
  445.  
  446. .post {
  447. {block:indexpage}
  448. float: left;
  449. padding: 20px;
  450. opacity: 1;
  451. font-size: 10px;
  452. padding-bottom: 18px;
  453. width: 250px;
  454. margin: 15px;
  455. position: relative;
  456. font-family: Calibri;
  457. font-size: 10px;
  458. color: {color:text};
  459.  
  460. {block:ifshowphotopadding}
  461. border: 1px solid {color:photo padding border};
  462. background-color: {color:photo padding};
  463. {/block:ifshowphotopadding}
  464. {block:ifnotshowphotopadding}
  465. border: 1px solid transparent;
  466. {/block:ifnotshowphotopadding}
  467. {block:ifnotshowphotopadding}
  468. border: 1px double transparent;
  469. background-color: transparent;
  470. {/block:ifnotshowphotopadding}
  471. {block:ifshowboxshadow}
  472. box-shadow: 4px 5px 2px {color:box shadow};
  473. {/block:ifshowboxshadow}
  474. {/block:indexpage}
  475. {block:permalinkpage}
  476. width: 400px;
  477. {/block:permalinkpage}}
  478.  
  479. .post img{
  480. max-width: 100%;
  481. {block:ifshowphotoborder}
  482. border: solid 1px {color:photo padding border};
  483. {/block:ifshowphotoborder}
  484. {block:ifnotshowphotoborder}
  485. border: solid 1px transparent;
  486. {/block:ifnotshowphotoborder}
  487. opacity: 100;}
  488.  
  489. .quote {
  490. text-align: right;
  491. font-size: 13px;}
  492.  
  493. .quotesource {
  494. text-align: left;}
  495.  
  496. .chat {
  497. text-align: right;
  498. line-height: 11px;}
  499.  
  500. .captions { }
  501.  
  502. .captions img {
  503. {block:IndexPage}
  504. width: 150px;
  505. height: 100%;
  506. {/block:IndexPage}
  507. {block:PermalinkPage}
  508. max-width: 310px;
  509. {/block:PermalinkPage}
  510. }
  511.  
  512. .video embed, .video object, .video iframe {
  513. {block:IndexPage}
  514. width: 250px;
  515. {/block:IndexPage}
  516. {block:PermalinkPage}
  517. width: 400px;
  518. {/block:PermalinkPage}}
  519.  
  520. .audiopost {
  521. height: 50px;
  522. {block:IndexPage}
  523. width: 250px;
  524. {/block:IndexPage}
  525. {block:PermalinkPage}
  526. width: 400px;
  527. {/block:PermalinkPage}}
  528.  
  529. .albumart {
  530. position: absolute;
  531. right: 20px;
  532. top: 20px;
  533. width: 50px;
  534. height: 50px;
  535. {block:PermalinkPage}
  536. top: 15px;
  537. right: 15px;
  538. {/block:PermalinkPage}}
  539.  
  540. .albumart img {
  541. float: right;
  542. position: absolute;
  543. width: 50px;
  544. height: 50px;}
  545.  
  546. .playbox {
  547. width: 26px;
  548. height: 26px;
  549. overflow: hidden;
  550. position: absolute;
  551. opacity: 0.7;
  552. z-index: 99999999999999999999;
  553. right: 32px;
  554. top: 32px;
  555. {block:PermalinkPage}
  556. top: 25px;
  557. right: 25px;
  558. {/block:PermalinkPage}}
  559.  
  560. .info {
  561. padding: 5px;
  562. line-height: 12px;
  563. overflow: hidden;
  564. font-size: 9px;
  565. text-transform: uppercase;
  566. text-align: left;
  567. width: 190px;
  568. height: 40px;
  569. {block:PermalinkPage}
  570. width: 340px;
  571. {/block:PermalinkPage}}
  572.  
  573. .social-icons {
  574. top: 5px;
  575. left: 5px;
  576. width: 43px;
  577. height: auto;
  578. background-color: transparent;
  579. position: fixed;
  580. z-index: 9999999999999999999;}
  581.  
  582. .social-icons a {
  583. display: block;
  584. position: relative;
  585. margin: 5px;
  586. width: 33px;
  587. height: 34px;
  588. opacity: 0.3;
  589. transition: 0.2s 0.1s ease-in;}
  590.  
  591. .social-icons a:hover {
  592. opacity: 1;}
  593.  
  594. </style>
  595. </head>
  596. <body>
  597.  
  598. <div id="sidebar">
  599. {block:ifshowblogtitle}
  600. <div class="blogtitle">{text:blog title}</div>
  601. {/block:ifshowblogtitle}
  602. <div class="description">{description}</div>
  603. <div id="links">
  604. <div class="links">
  605. <a href="/">home</a>
  606. <a href="{text:ask link}">ask</a>
  607. {block:ifshowlinka}
  608. <a href="{text:linka url}">{text:linka title}</a>
  609. {/block:ifshowlinka}
  610. {block:ifshowlinkb}
  611. <a href="{text:linkb url}">{text:linkb title}</a>
  612. {/block:ifshowlinkb}
  613. {block:ifshowlinkc}
  614. <a href="{text:linkc url}">{text:linkc title}</a>
  615. {/block:ifshowlinkc}
  616. {block:ifshowlinkd}
  617. <a href="{text:linkd url}">{text:linkd title}</a>
  618. {/block:ifshowlinkd}
  619. {block:ifshowonlinecounter}
  620. {text:online counter}
  621. {/block:ifshowonlinecounter}
  622. {block:ifshowhitcounter}
  623. {text:hit counter}
  624. {/block:ifshowhitcounter}
  625. </div>
  626. </div>
  627. </div>
  628.  
  629. {block:ifshowsocialicons}
  630. <div class="social-icons">
  631. {block:iffacebookicon}
  632. <a href="{text:facebook url}" title="ADD ME ON FACEBOOK">
  633. <img src="https://copy.com/lFiGpo27hVV9TgmA"></a>
  634. {/block:iffacebookicon}
  635. {block:iftwittericon}
  636. <a href="{text:twitter url}" title="FOLLOW ME ON TWITTER">
  637. <img src="https://copy.com/fwC40ySejuHnleqr"></a>
  638. {/block:iftwittericon}
  639. {block:ifinstagramicon}
  640. <a href="{text:instagram url}" title="FOLLOW ME ON INSTAGRAM">
  641. <img src="https://copy.com/0cWJ2fro8Ogi3Wwo"></a>
  642. {/block:ifinstagramicon}
  643. {block:ifyoutubeicon}
  644. <a href="{text:youtube url}" title="SUBSCRIBE TO ME ON YOUTUBE">
  645. <img src="https://copy.com/K1THkG4VzJ6rKDcY"></a>
  646. {/block:ifyoutubeicon}
  647. {block:ifpinteresticon}
  648. <a href="{text:pinterest url}" title="FOLLOW ME ON PINTEREST">
  649. <img src="https://copy.com/fG1DvRjoYBlEItYb"></a>
  650. {/block:ifpinteresticon}
  651. {block:ifsoundcloudicon}
  652. <a href="{text:soundcloud url}" title="FOLLOW ME ON SOUNDCLOUD">
  653. <img src="https://copy.com/pwktHSLm6WeIAIvR"></a>
  654. {/block:ifsoundcloudicon}
  655. </div>
  656. {/block:ifshowsocialicons}
  657.  
  658. <div id="posts">
  659. {block:Posts}
  660. {block:Text}
  661. <div class="post">
  662. <div class="headings">
  663. {block:Title}{Title}{/block:Title}</div>
  664. <div class="captions">{Body}</div>
  665. <div class="permalink">
  666. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  667. </div>
  668. {/block:Text}
  669.  
  670. {block:Photo}
  671. <div class="post">
  672. {block:IndexPage}
  673. <div class="photoperma">
  674. <li><a href="{Permalink}">{NoteCount} NOTES</a></li>
  675. <br>
  676. <li><a href="{ReblogURL}" target="_blank">REBLOG</a></li>
  677. </div>
  678. <a href="{permalink}"><img src="{PhotoURL-250}" width="250" alt="{PhotoAlt}"/></a>
  679. {/block:IndexPage}
  680.  
  681. {block:PermalinkPage}
  682. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/> <br>
  683. {/block:PermalinkPage}
  684. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  685. {/block:Photo}
  686.  
  687. {block:Photoset}
  688. <div class="post">
  689. {block:Indexpage}
  690. {Photoset}
  691. <div class="permalink">
  692. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  693. {/block:Indexpage}
  694. {block:PermalinkPage}
  695. {Photoset}
  696. {/block:PermalinkPage}
  697. </div>
  698. {/block:Photoset}
  699.  
  700. {block:Quote}
  701. <div class="post">
  702. <div class="quote">'<i>{Quote}</i>'</div>
  703. <div class="quotesource">— {Source}</div>
  704. <div class="permalink"> <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div></div>
  705. {/block:Quote}
  706.  
  707. {block:Link}
  708. <div class="post">
  709. <div class="headings"><a href="{URL}">{Name}</a></div>
  710. {block:Description}{Description}{/block:Description}
  711. <div class="permalink">
  712. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div></div>
  713. {/block:Link}
  714.  
  715. {block:Chat}
  716. <div class="post">
  717. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  718. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  719. {/block:Label}{/block:Lines}</div>
  720. <div class="permalink">
  721. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div></div>
  722. {/block:Chat}
  723.  
  724. {block:Video}
  725. <div class="post">
  726. {block:IndexPage}
  727. <div class="video">{Video-250}</div><div class="permalink">
  728. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  729. {/block:IndexPage}
  730. {block:PermalinkPage}
  731. {Video-400}
  732. {/block:PermalinkPage}</div>
  733. {/block:Video}
  734.  
  735. {block:Answer}
  736. <div class="post">
  737. {Asker}: <br> "{Question}" <br><br>
  738. <div style="text-align: right;">
  739. <i> {Answer} </i>
  740. </div>
  741. <div class="permalink"><a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">REBLOG</a></div></div>
  742. {/block:Answer}
  743.  
  744. {block:Audio}
  745. <div class="post">
  746. <div class="audiopost">{block:AlbumArt}
  747. <div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  748. <div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  749.  
  750. <div class="info"><b>Artist:</b>
  751. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  752. {block:IndexPage}<div class="permalink">
  753. <a href="{Permalink}">{NoteCount} NOTES</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
  754. {/block:Audio}
  755.  
  756. {block:PermalinkPage}
  757. <div class="notes">
  758. <div class="captions">{Caption}</div>
  759. {block:NoteCount} Posted {TimeAgo} with {NoteCount} notes{/block:NoteCount}
  760. {block:RebloggedFrom}<br>
  761. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  762. {/block:RebloggedFrom}
  763. <br>
  764. {block:ContentSource}
  765. Source: <a href="{SourceURL}">{SourceTitle} </a>
  766. {/block:ContentSource}
  767. {PostNotes}
  768. {/block:PermalinkPage}
  769.  
  770. {/block:posts}
  771. </div></div>
  772. <div id="reblog">
  773. <a href="http://plantopic-themes.tumblr.com" title="theme credit">+</a>
  774. </div>
  775.  
  776. </body>
  777. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement