jamidanielle_

ATMOSPHERE

Feb 3rd, 2016
1,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <!--------------------------------->
  8. <!-----------[ATMOSPHERE]---------->
  9. <!-----THEME BY FOLKLORE THEMES---->
  10. <!----------FEBRUARY 2016---------->
  11. <!--DO NOT STEAL OR REMOVE CREDIT-->
  12. <!--------------------------------->
  13. <!--------------------------------->
  14. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  15. rel="stylesheet">
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20.  
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25.  
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27.  
  28.  
  29.  
  30.  
  31. <!--meta stuff here-->
  32. <meta name="description" content="" />
  33. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  34. <meta name="image:Sidebar Image" content=""/>
  35. <meta name="color:Sidebar" content=""/>
  36. <meta name="color:Title" content=""/>
  37. <meta name="color:Nav Bar" content=""/>
  38. <meta name="color:Nav Icons" content=""/>
  39.  
  40.  
  41. <meta name="color:Posts Background" content="#fff"/>
  42. <meta name="color:Border" content="#000"/>
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#313030"/>
  45. <meta name="color:Links" content="#605f5f"/>
  46. <meta name="color:Link Hover" content="#CECECE" />
  47. <meta name="color:Scrollbar" content="#605f5f" />
  48. <meta name="select:Icon 1" content="&#xe55b;" title="map"/>
  49. <meta name="select:Icon 1" content="&#xe55d;" title="nav arrow" />
  50. <meta name="select:Icon 1" content="&#xe569;" title="titled arrow" />
  51. <meta name="select:Icon 1" content="&#xe7fd;" title="person" />
  52. <meta name="select:Icon 1" content="&#xeb40;" title="dice"/>
  53. <meta name="select:Icon 1" content="&#xe2c7;" title="folder" />
  54. <meta name="select:Icon 1" content="&#xe2bc;" title="paperclip" />
  55. <meta name="select:Icon 1" content="&#xe148;" title="plus" />
  56. <meta name="text:Icon 1 Title" content="" />
  57. <meta name="text:Icon 1 URL" content="" />
  58.  
  59. <meta name="select:Icon 2" content="&#xe55b;" title="map"/>
  60. <meta name="select:Icon 2" content="&#xe55d;" title="nav arrow" />
  61. <meta name="select:Icon 2" content="&#xe569;" title="titled arrow" />
  62. <meta name="select:Icon 2" content="&#xe7fd;" title="person" />
  63. <meta name="select:Icon 2" content="&#xeb40;" title="dice"/>
  64. <meta name="select:Icon 2" content="&#xe2c7;" title="folder" />
  65. <meta name="select:Icon 2" content="&#xe2bc;" title="paperclip" />
  66. <meta name="select:Icon 2" content="&#xe148;" title="plus" />
  67. <meta name="text:Icon 2 Title" content="" />
  68. <meta name="text:Icon 2 URL" content="" />
  69.  
  70. <meta name="select:Icon 3" content="&#xe55b;" title="map"/>
  71. <meta name="select:Icon 3" content="&#xe55d;" title="nav arrow" />
  72. <meta name="select:Icon 3" content="&#xe569;" title="titled arrow" />
  73. <meta name="select:Icon 3" content="&#xe7fd;" title="person" />
  74. <meta name="select:Icon 3" content="&#xeb40;" title="dice"/>
  75. <meta name="select:Icon 3" content="&#xe2c7;" title="folder" />
  76. <meta name="select:Icon 3" content="&#xe2bc;" title="paperclip" />
  77. <meta name="select:Icon 3" content="&#xe148;" title="plus" />
  78. <meta name="text:Icon 3 Title" content="" />
  79. <meta name="text:Icon 3 URL" content="" />
  80.  
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82.  
  83. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  84.  
  85. <script>
  86.  
  87. (function($){
  88.  
  89. $(document).ready(function(){
  90.  
  91. $("a[title]").style_my_tooltips({
  92.  
  93. tip_follows_cursor:true,
  94.  
  95. tip_delay_time:65,
  96.  
  97. tip_fade_speed:600,
  98.  
  99. attribute:"title"
  100.  
  101. });
  102.  
  103. });
  104.  
  105. })(jQuery);
  106.  
  107. </script>
  108.  
  109.  
  110. <!--basic tooltip from tutorial-baby! Enjoy-->
  111. <style>
  112. .tooltip{
  113. display: inline;
  114. position: relative;
  115. }
  116. #s-m-t-tooltip {
  117. max-width:300px; /*how big the tooltip can be at most*/
  118. border-radius: 0px; /*change your border radius*/
  119. padding:3px 2px; /*padding inside tooltip*/
  120. margin:20px 7px -2px 20px; /*distance from word*/
  121. background-color:#ffffff; /*background color*/
  122. border:1px solid {color:Border}; /*border info*/
  123. font-family:'Raleway', sans-serif; /*tooltip font*/
  124. font-size:9px; /*tooltip font size*/
  125. letter-spacing:2px; /*tooltip letter spacing*/
  126. text-transform:uppercase; /*makes the tooltip title uppercase*/
  127. color:{color:Text}; /*tooltip font color*/
  128. z-index:999999999999999999999999999999999999;
  129. }
  130. </style>
  131.  
  132.  
  133.  
  134. <style type="text/css">
  135.  
  136.  
  137. /*scrollbar stuff*/
  138.  
  139. ::-webkit-scrollbar-thumb:vertical {
  140. background-color:{color:Scrollbar};
  141. /*scrollbar's slider color*/
  142. height:100px;
  143. padding:2px;
  144. -moz-border-radius: 0px; /*these make bar rounded*/
  145. border-radius: 0px;
  146. }
  147.  
  148. ::-webkit-scrollbar-thumb:horizontal {
  149. background-color:#fff; /*scrollbar's slider color*/
  150. height:100px !important;
  151. }
  152.  
  153. ::-webkit-scrollbar {
  154. height:10px;
  155. padding:2px;
  156. width:7px; /*width of slider*/
  157. background-color:#fff;
  158. /*scrollbar's main color*/
  159. }
  160.  
  161. /**body**/
  162.  
  163. body {
  164. font-size:12px;
  165. font-family:'Open Sans', sans-serif;
  166. color:{color:Text};
  167. margin:0 auto;
  168. background: {color:Background} url('{image:Background}') top left fixed; {block:ifbackgroundcover} background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifbackgroundcover} {block:ifnotbackgroundcover} background-repeat:repeat;{block:ifnotbackgroundcover}
  169. }
  170.  
  171.  
  172. body{
  173. font-family:arial;
  174. }
  175.  
  176.  
  177.  
  178. a {
  179. color:{color:Links};
  180. text-decoration:none;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187. a:hover {
  188. color:{color:Link Hover};
  189. text-decoration:none;
  190. -moz-transition-duration: 0.5s;
  191. -o-transition-duration: 0.5s;
  192. -webkit-transition-duration: 0.5s;
  193. transition-duration: 0.5s;
  194. }
  195.  
  196.  
  197. #sidebar1{
  198. height:100%;
  199. width:200px;
  200. position:fixed;
  201. background-color:{color:Sidebar};
  202. background-image:url('{image:Sidebar Image}');
  203.  
  204. }
  205.  
  206.  
  207.  
  208.  
  209. #title{
  210. margin:300px auto;
  211. width:150px;
  212. height:30px;
  213. line-height:30px;
  214.  
  215. color:{color:Title};
  216. font-size:12pt;
  217. text-align:center;
  218.  
  219. font-family: 'Raleway', sans-serif;
  220. text-transform:uppercase;
  221. font-weight:bold;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228. #sidebar2{
  229. height:100%;
  230. width:55px;
  231. position:fixed;
  232. margin-right:20px;
  233. margin-left:200px;
  234. background-color:{color:Nav Bar};
  235. border:1px solid {color:Border};
  236. border-top:none;
  237. border-bottom:none;
  238. }
  239.  
  240. .icons{
  241. margin:10px auto;
  242. padding:64px 14px;
  243. line-height:100px;
  244. color:{color:Nav Icons};
  245.  
  246.  
  247. }
  248.  
  249. .icons a{
  250. color:{color:Nav Icons};
  251. }
  252.  
  253. .icons a:hover{
  254. color:{color:Link Hover};
  255. }
  256.  
  257. #wrapper{
  258. margin-left:330px;
  259. width:900px;
  260.  
  261.  
  262. }
  263.  
  264.  
  265. #posts {
  266.  
  267. border:1px solid {color:Border};
  268. width:350px;
  269. padding:5px;
  270. float:left;
  271. margin:25px 10px 10px 10px;
  272.  
  273. background-color:{color:Posts Background};
  274.  
  275.  
  276.  
  277.  
  278.  
  279. }
  280.  
  281.  
  282.  
  283. #posts img {
  284.  
  285. margin:0 auto;
  286. width:350px;
  287. }
  288.  
  289.  
  290. #posts .title {
  291. color:{color:Links};
  292. font-size:18px;
  293. font-family:'PT Sans Narrow', sans-serif;
  294. padding:3px 2px 2px 2px;
  295. text-transform:uppercase;
  296.  
  297. }
  298.  
  299. #posts .text {
  300. font-size:11px;
  301. font-family:arial;
  302. }
  303.  
  304. #posts h2 {
  305. font-size:14px;
  306. font-weight:normal;
  307. margin:0px;
  308. font-family:Verdana;
  309. }
  310.  
  311. #posts h2 a {
  312. font-size:12px;
  313. }
  314.  
  315. blockquote {
  316. border-left: solid 1px {color:Text};
  317. margin: 0;
  318. padding-left: 10px;
  319. }
  320.  
  321.  
  322. #posts .photocap {
  323. opacity:1;
  324. font-size:11px;
  325. padding-bottom:2px;
  326.  
  327.  
  328. }
  329.  
  330. #posts:hover .photocap {
  331. opacity:1;
  332. font-size:11px;
  333. padding-bottom:2px;
  334. transition:0.5s ease;
  335. -o-transition:0.5s ease;
  336. -moz-transition:0.5s ease;
  337. -webkit-transition:0.5s ease;
  338.  
  339.  
  340. }
  341.  
  342.  
  343.  
  344. #posts .qut {
  345. font-size:15px;
  346. font-family:'PT Sans Narrow',sans-serif;
  347. text-transform:uppercase;
  348. text-align:center;
  349.  
  350. }
  351.  
  352. #posts .src {
  353. text-align:right;
  354. margin-top:-7px;
  355.  
  356.  
  357. }
  358.  
  359. #posts #qtmrk1 {
  360. font-size:30px;
  361. text-align:center;
  362. font-family:serif;
  363. margin-bottom:6px;
  364. }
  365.  
  366. #posts #qtmrk2 {
  367. font-size:30px;
  368. text-align:center;
  369. font-family:serif;
  370. margin-top:8px;
  371. }
  372.  
  373.  
  374. #posts .photoset {
  375.  
  376. padding-right:10px;
  377. /*edited~*/
  378. margin:0 auto;
  379.  
  380. /*edited~*/
  381. }
  382.  
  383. #posts .label{
  384. font-family:arial;
  385. display:inline;
  386. font-size:11px;
  387. padding-right:2px;
  388.  
  389. }
  390.  
  391. #posts .lines{
  392. font-family:arial;
  393. display:inline;
  394. font-size:11px;
  395.  
  396. }
  397.  
  398. .question {
  399. font-size:13px;
  400. color:{color:Text};
  401. font-family:arial;
  402. text-align:left;
  403.  
  404. }
  405.  
  406. .asker {
  407. font-size:12px;
  408. color:{color:Links};
  409. font-family:arial;
  410. text-align:left;
  411. padding-top:4px;
  412. padding-bottom:10px;
  413. display:inline;
  414. }
  415.  
  416. .answer {
  417. font-size:12px;
  418. color:{color:Text};
  419. font-family:arial;
  420. text-align:left;
  421.  
  422.  
  423. }
  424.  
  425.  
  426. td img{
  427. max-height:64px;
  428. max-width:64px;
  429. }
  430.  
  431. img {
  432. max-width:100%;
  433. }
  434.  
  435. .playerbuttonbg {
  436. position: absolute;
  437. left: 20px;
  438. top: 20px;
  439. width: 19px;
  440. height: 19px;
  441. background-color: #ffffff;
  442. padding: 10px;
  443. -webkit-border-radius: 40px;
  444. -moz-border-radius: 40px;
  445. border-radius: 40px;
  446. opacity: .4;
  447. filter: alpha(opacity=40);
  448. -moz-opacity: 0.4;
  449. -khtml-opacity: 0.4;
  450. transition: opacity .7s ease-in-out;
  451. -moz-transition: opacity .7s ease-in-out;
  452. -webkit-transition: opacity .7s ease-in-out;
  453. }
  454.  
  455. .playerbuttonbg:hover {
  456. opacity: 1;
  457. filter: alpha(opacity=100);
  458. -moz-opacity: 1;
  459. -khtml-opacity: 1;
  460. }
  461.  
  462. .newplayerbutton {
  463. position: relative;
  464. width: 19px;
  465. height: 19px;
  466. overflow: hidden;
  467. }
  468.  
  469. .playerbuttonhug {
  470. position: absolute;
  471. top: -18px;
  472. left: -7px;
  473. }
  474.  
  475. .tumblr_audio_player {
  476. height: 90px;
  477. width: 270px;
  478. -moz-transform: scale(0.60, 0.60);
  479. -webkit-transform: scale(0.60, 0.60);
  480. -o-transform: scale(0.60, 0.60);
  481. -ms-transform: scale(0.60, 0.60);
  482. transform: scale(0.60, 0.60);
  483. -moz-transform-origin: top left;
  484. -webkit-transform-origin: top left;
  485. -o-transform-origin: top left;
  486. -ms-transform-origin: top left;
  487. transform-origin: top left;
  488. }
  489.  
  490. .audioimgwrapper {
  491. position: absolute;
  492. left: 0px;
  493. top: 0px;
  494. -webkit-border-radius: 40px;
  495. -moz-border-radius: 40px;
  496. border-radius: 40px;
  497. overflow: hidden;
  498. width: 79px;
  499. height: 79px;
  500. }
  501.  
  502. .audioimgwrapper img {
  503. width: 100%;
  504. height: auto;
  505. -webkit-border-radius: 40px;
  506. -moz-border-radius: 40px;
  507. border-radius: 40px;
  508. }
  509.  
  510. .trackdetails {
  511. width: auto;
  512.  
  513. display:inline-block;
  514. margin-left: 90px;
  515. min-height: 85px;
  516. font-size:12px;
  517. font-family:sans-serif;
  518. color:{color:Text};
  519. }
  520.  
  521. .audiowrapper {
  522. position: relative;
  523. display:inline-block;
  524. }
  525. /**info & tags**/
  526.  
  527. #posts #info {
  528. opacity:1;
  529. font-size:10px;
  530. font-family:arial;
  531. padding-top:8px;
  532.  
  533. text-align:right;
  534. text-transform:uppercase;
  535. margin:0 auto;
  536. border-top: 1px solid #dccbe7;
  537. }
  538.  
  539.  
  540.  
  541.  
  542. #posts:hover #info {
  543. opacity:1;
  544. font-size:10px;
  545. font-family:arial;
  546. text-transform:uppercase;
  547. padding-top:8px;
  548. text-align:right;
  549. border-top: 1px solid #eee;
  550. text-transform:uppercase;
  551. transition:0.5s ease;
  552. -o-transition:0.5s ease;
  553. -moz-transition:0.5s ease;
  554. -webkit-transition:0.5s ease;
  555. margin:0 auto;
  556. }
  557.  
  558.  
  559. #posts #info .tags{
  560. opacity:0;
  561. font-size:10px;
  562. font-family:'PT Sans Narrow', sans-serif;
  563. text-align:right;
  564. text-transform:none;
  565. font-style:italic;
  566. }
  567.  
  568. #posts:hover #info .tags{
  569. opacity:1;
  570. font-size:10px;
  571. font-family:'PT Sans Narrow', sans-serif;
  572. text-transform:none;
  573. text-align:right;
  574.  
  575. transition:0.5s ease;
  576. -o-transition:0.5s ease;
  577. -moz-transition:0.5s ease;
  578. -webkit-transition:0.5s ease;
  579.  
  580. }
  581.  
  582. #notecontainer {
  583. margin: 20px auto;
  584. width: 100%;
  585. font-size: 11px;
  586. }
  587.  
  588. #notecontainer ol.notes {
  589. list-style-type: none;
  590. margin: 0;
  591. padding: 0;
  592. }
  593.  
  594. #notecontainer img.avatar {
  595. margin-right: 10px;
  596. width: 16px;
  597. height: 16px;
  598. }
  599.  
  600.  
  601.  
  602. /**credit**/
  603.  
  604. #cred {
  605.  
  606. font-family:sans-serif;
  607. font-size:10px;
  608. }
  609.  
  610. #cred a {
  611. position:fixed;
  612. width:20px;
  613. padding-top:3px;
  614. padding-bottom:3px;
  615. bottom:5px;
  616. right:7px;
  617. text-align:center;
  618. box-align:center;
  619. text-transform:none;
  620. color:{color:Links};
  621. background-color:{color:Posts Background};
  622. border:1px solid {color:Border};
  623. }
  624.  
  625. #cred a:hover {
  626. color:{color:Links};
  627. background-color:#dccbe7;
  628. }
  629.  
  630. </style>
  631.  
  632. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  633. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  634. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  635.  
  636. <script type="text/javascript">
  637. $(window).load(function(){
  638. var $wall = $('#wrapper');
  639. $wall.imagesLoaded(function(){
  640. $wall.masonry({
  641. itemSelector: '#posts',
  642. isAnimated : true
  643. });
  644. });
  645. $wall.infinitescroll({
  646. navSelector : "div#navigation",
  647. nextSelector : "div#navigation a#nextPage",
  648. itemSelector : '#posts',
  649. loadingImg : "",
  650. loadingText : " ",
  651. donetext : " ",
  652. extraScrollPx : 0,
  653. bufferPx : 10000,
  654. debug : false,
  655. errorCallback: function() {
  656. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  657. }},
  658. function( newElements ) {
  659. var $newElems = $( newElements );
  660. $newElems.hide();
  661. $newElems.imagesLoaded(function(){
  662. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  663. });
  664. }); $('#wrapper').show(500);
  665. });
  666. </script>
  667.  
  668. <script language="JavaScript">
  669. function function1(){
  670. window.scrollTo(0,5);
  671. }
  672. function function2(){
  673. window.scroll(0,2);
  674. }
  675. </script>
  676.  
  677.  
  678.  
  679.  
  680. </head>
  681.  
  682. <body>
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691. <!--posts & content-->
  692. <div id="sidebar1">
  693.  
  694. <div id="title">{Title}</div>
  695.  
  696. </div>
  697.  
  698.  
  699.  
  700. </div>
  701.  
  702. <div id="sidebar2">
  703. <div class="icons">
  704. <a title="home" href="/"><i class="material-icons">&#xe88a;</i></a>
  705. <a title="inbox" href="/ask"> <i class="material-icons">&#xe0e1;</i></a>
  706. <a title="{text:Icon 1 Title}" href="{text:Icon 1 URL}"><i class="material-icons">{select:Icon 1}</i></a>
  707. <a title="{text:Icon 2 Title}" href="{text:Icon 2 URL}"><i class="material-icons">{select:Icon 2}</i></a>
  708. <a title="{text:Icon 3 Title}" href="{text:Icon 3 URL}"><i class="material-icons">{select:Icon 3}</i></a>
  709.  
  710.  
  711.  
  712.  
  713. </div>
  714.  
  715.  
  716. </div>
  717.  
  718. <div id="wrapper">
  719.  
  720.  
  721. {block:IndexPage}<div class="column navigation" id="navigation">
  722. {block:Pagination}
  723. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  724. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  725. </div>{/block:IndexPage}
  726.  
  727. {block:Posts}
  728. <div id="posts">
  729.  
  730. {block:Photo}
  731. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  732. {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
  733. {/block:Photo}
  734.  
  735. {block:Photoset}<div id="photoset">
  736. {Photoset}<!-- edited~ -->
  737. {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}</div>
  738. {/block:Photoset}
  739.  
  740. {block:Video}
  741. {Video-500}
  742. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  743. {/block:Video}
  744.  
  745. {block:Audio}
  746. {block:AudioPlayer}
  747. <div class="audiowrapper">
  748. {block:AlbumArt}
  749. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  750. {/block:AlbumArt}
  751.  
  752. <div class="playerbuttonbg">
  753. <div class="newplayerbutton">
  754. <div class="playerbuttonhug">
  755.  
  756. {AudioPlayerWhite}
  757.  
  758. </div>
  759. </div>
  760. </div>
  761.  
  762. <div class="trackdetails">
  763.  
  764. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  765. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  766. {block:Album}Album: {Album}{/block:Album}<br/>
  767. {PlayCountWithLabel}
  768.  
  769. </div>
  770. </div>
  771. {/block:AudioPlayer}
  772.  
  773. {block:Caption}{Caption}{/block:Caption}
  774. {/block:Audio}
  775.  
  776. {block:Quote}
  777. <div class="qut"><div id="qtmrk1">“</div>{Quote}<div id="qtmrk2">”</div></div>
  778. {block:Source}<div class="src"><br>&mdash; {Source}</div>{/block:Source}
  779. {/block:Quote}
  780.  
  781. {block:Text}
  782. {block:Title}<div class="title">{Title}</div>{/block:Title}
  783. <div class="text">{Body}</div>
  784. {/block:Text}
  785.  
  786. {block:Answer}
  787. <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;">
  788. <tr>
  789. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-40}"></td>
  790. <td style="vertical-align:top;"><div class="asker">{Asker}</div> asked: <div class="question"><em>{Question}</em></div></td>
  791. </tr>
  792. </table>
  793. <div class="answer">{Answer}</div>
  794. {/block:Answer}
  795.  
  796.  
  797.  
  798. {block:Chat}
  799. {block:Title}<h1>{Title}</h1>{/block:Title}
  800. {block:Lines}{block:Label}<div class="label"><b>{Label}</b></div>{/block:Label}<div class="lines">{Line}</div><br>{/block:Lines}
  801. {/block:Chat}
  802.  
  803. {block:Link}
  804. <div class="title"><a href="{URL}">{Name}</a></div>
  805. {block:Description}
  806. <div class="text">{Description}</div>
  807. {/block:Description}
  808. {/block:Link}
  809.  
  810.  
  811.  
  812. <div id="info">
  813. <a href="{Permalink}">{block:Date}{TimeAgo}&nbsp;/&nbsp;{/block:Date}</a><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a> &nbsp;
  814. {block:PermalinkPage}
  815. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  816. &nbsp; {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  817. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{/block:PermalinkPage}
  818.  
  819. {block:HasTags}<div id="tags">
  820. {block:Tags}
  821. <a href="{TagURL}"> #{Tag}&nbsp;</a>
  822. {/block:Tags}
  823. </div>
  824. {/block:HasTags}
  825.  
  826.  
  827.  
  828. </div>
  829.  
  830. {block:PostNotes}
  831. <div id="notecontainer">{PostNotes}</div>
  832. {/block:PostNotes}
  833. </div>
  834.  
  835.  
  836.  
  837.  
  838. {/block:Posts}
  839.  
  840.  
  841. </div>
  842.  
  843.  
  844.  
  845.  
  846.  
  847. <div id="cred">
  848. <a href="http://folklorethemes.tumblr.com">f</a>
  849.  
  850. </div>
  851.  
  852. </body>
  853.  
  854.  
  855.  
  856.  
  857. </html>
Advertisement
Add Comment
Please, Sign In to add comment