Advertisement
Guest User

you owe me your first born

a guest
Aug 30th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  5. <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  6.  
  7. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  8.  
  9.  
  10.  
  11.  
  12. <title>{title}</title>
  13.  
  14. <!--Fonts-->
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  18. <link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
  19.  
  20. <script>
  21. function fadeLinks() {
  22. $('#linkcontainersb').fadeIn(200);
  23. $('.imagecontainer').animate({opacity: 0}, 100);
  24. }
  25.  
  26. function fadeOutLinks() {
  27. $('#linkcontainersb').fadeOut(200);
  28. $('.imagecontainer').delay(100).animate({opacity: 1}, 100);
  29. }
  30. </script>
  31.  
  32.  
  33. <script>
  34.  
  35. $(document).ready(function(){
  36. $("#sidebarNav2").mouseover(function(){
  37. document.getElementById('sidebarNav').innerHTML = ' <img src="http://i.imgur.com/CtiiwcV.png">';
  38. });
  39. $('#sidebarNav2').mouseleave(function(){
  40. document.getElementById('sidebarNav').innerHTML = '<p>NAVIGATION<p> ';
  41. });
  42. });
  43. </script>
  44.  
  45.  
  46.  
  47.  
  48.  
  49. <style>
  50.  
  51. body {
  52. padding:0;
  53. margin:0;
  54. overflow: auto;
  55.  
  56. }
  57.  
  58. /* sidebar */
  59.  
  60. .sidebarcontainer{
  61. position:absolute;
  62. height:850px;
  63. width:180px;
  64.  
  65. margin-left:-350px;
  66. margin-top:25px;
  67.  
  68. }
  69.  
  70.  
  71. .title a{
  72. position:absolute;
  73. height:60px;
  74. width:250px;
  75. text-decoration:none;
  76. position:fixed;
  77. font-family:'Lato', sans-serif;
  78. margin-top:445px;
  79. margin-left:-131px;
  80. letter-spacing:0.25px;
  81. z-index:1;
  82. font-size:58.5px;
  83. color:#34495e;
  84.  
  85. }
  86.  
  87. .desc{
  88. width:150px;
  89. height:auto;
  90. margin-top:-160px;
  91.  
  92. font-family:'Lato', sans-serif;
  93. color:white;
  94. letter-spacing:3px;
  95. font-size:8px;
  96. text-align:center;
  97. margin-left:-35px;
  98. line-height:15px;
  99.  
  100.  
  101.  
  102.  
  103.  
  104. }
  105.  
  106. #sidebar {
  107. position:fixed;
  108. height:300px;
  109. width:170px;
  110.  
  111. max-width:250px;
  112. margin-left:0px;
  113. margin-top:135px;
  114. background:#34495e;
  115.  
  116.  
  117. }
  118.  
  119. #sidebar.sbtwo {
  120. height:45px;
  121. margin-top:65px;
  122.  
  123. }
  124.  
  125. #sidebarNav {
  126. position:fixed;
  127. width:170px;
  128.  
  129. max-width:250px;
  130. margin-left:0px;
  131. margin-top:135px;
  132. background:#34495e;
  133.  
  134. height:45px;
  135. margin-top:65px;
  136.  
  137. cursor: pointer;
  138.  
  139. }
  140.  
  141. #sidebarNav2 {
  142. position:fixed;
  143. width:170px;
  144.  
  145. max-width:250px;
  146. margin-left:0px;
  147. margin-top:135px;
  148.  
  149. height:45px;
  150. margin-top:65px;
  151.  
  152. cursor: pointer;
  153.  
  154. }
  155.  
  156. #sidebarNav img {
  157. position:relative;
  158. width:45px;
  159. margin:auto;
  160. -webkit-filter: invert(100%);
  161. transform:rotate(180deg);
  162. -ms-transform:rotate(180deg); /* IE 9 */
  163. -webkit-transform:rotate(180deg);
  164. }
  165.  
  166.  
  167. #sidebarNav p {
  168. font-family:'Lato', sans-serif;
  169. color:white;
  170. letter-spacing:6px;
  171. font-size:12px;
  172. text-align:center;
  173. z-index:;
  174. padding-top:4px;
  175. }
  176.  
  177. #navarrow{
  178. width:30px;
  179. height:30px;
  180. margin-left:55px;
  181. margin-top:55px;
  182.  
  183.  
  184. }
  185.  
  186. #navarrow img{
  187. height:55px;
  188. width:auto;
  189. -webkit-filter: invert(100%);
  190. transform:rotate(180deg);
  191. -ms-transform:rotate(180deg); /* IE 9 */
  192. -webkit-transform:rotate(180deg);
  193. display:none;
  194.  
  195.  
  196. }
  197.  
  198.  
  199.  
  200. #sidebar.sbtwo p {
  201. font-family:'Lato', sans-serif;
  202. color:white;
  203. letter-spacing:4px;
  204. font-size:13px;
  205. text-align:center;
  206.  
  207.  
  208.  
  209.  
  210. }
  211.  
  212. #sidebar.sbfour {
  213. height:130px;
  214. margin-top:532px;
  215.  
  216.  
  217. }
  218.  
  219. .imagecontainer{
  220. height:400px;
  221. width:250px;
  222. max-height:400px;
  223. max-width:250px;
  224. margin-left:-70px;
  225.  
  226. }
  227.  
  228. .imagecontainer img{
  229. height:300px;
  230. width:auto;
  231. -moz-transform: scaleX(-1);
  232. -o-transform: scaleX(-1);
  233. -webkit-transform: scaleX(-1);
  234. transform: scaleX(-1);
  235. filter: FlipH;
  236. -ms-filter: "FlipH";
  237.  
  238.  
  239. }
  240.  
  241. .sidebarsep{
  242. position:fixed;
  243. height:80px;
  244. width:248px;
  245.  
  246. margin-top:65px;
  247.  
  248.  
  249.  
  250. }
  251.  
  252. .info{
  253. position:fixed;
  254. height:auto;
  255. width:95px;
  256. margin-top:720px;
  257. margin-left:45px;
  258. z-index:2;
  259.  
  260.  
  261.  
  262. }
  263.  
  264. .info p{
  265. font-family:'Lato', sans-serif;
  266. color:white;
  267. margin:auto;
  268. letter-spacing:10px;
  269. font-size:13px;
  270.  
  271.  
  272. }
  273.  
  274.  
  275. /* links */
  276.  
  277. .exit{
  278. height:25px;
  279. width:100px;
  280.  
  281. margin-top:10px;
  282. margin-left:33px;
  283.  
  284.  
  285.  
  286.  
  287. }
  288.  
  289. .exit img{
  290. height:25px;
  291. width:auto;
  292. -webkit-filter: invert(100%);
  293.  
  294. }
  295.  
  296.  
  297. #linkcontainersb {
  298. position:fixed;
  299. height:300px;
  300. width:170px;
  301.  
  302. max-width:250px;
  303. margin-left:0px;
  304. margin-top:70px;
  305. background:#34495e;
  306. opacity:1;
  307. display:none;
  308. }
  309.  
  310. #linkone {
  311. position:absolute;
  312. width:170px;
  313. height:35px;
  314. background-color:#34495e;
  315. margin-top:40px;
  316. margin-left:px;
  317. cursor:pointer;
  318.  
  319.  
  320.  
  321.  
  322. }
  323.  
  324. #linkonea a {
  325. position:relative;
  326. font-family:'Lato', sans-serif;
  327. color:white;
  328. letter-spacing:6px;
  329. font-size:12px;
  330. text-align:center;
  331. top:7px;
  332. text-decoration:none;
  333.  
  334. }
  335.  
  336. #linkone a:hover #linkone{
  337. color:white;
  338.  
  339.  
  340. }
  341.  
  342.  
  343.  
  344.  
  345. #linktwo {
  346. position:absolute;
  347. width:170px;
  348. height:35px;
  349. background-color:#34495e;
  350. margin-top:90px;
  351. cursor:pointer;
  352.  
  353.  
  354. }
  355.  
  356. #linktwo a {
  357. position:relative;
  358. font-family:'Lato', sans-serif;
  359. color:white;
  360. letter-spacing:6px;
  361. font-size:12px;
  362. text-align:center;
  363. top:7px;
  364. text-decoration:none;
  365. }
  366.  
  367. #linkthree{
  368. position:absolute;
  369. width:170px;
  370. height:35px;
  371. background-color:#34495e;
  372. margin-top:140px;
  373. cursor:pointer;
  374.  
  375.  
  376.  
  377. }
  378.  
  379. #linkthree a{
  380. position:relative;
  381. font-family:'Lato', sans-serif;
  382. color:white;
  383. letter-spacing:6px;
  384. font-size:12px;
  385. text-align:center;
  386. top:7px;
  387. text-decoration:none;
  388. }
  389.  
  390.  
  391.  
  392. #linkfour{
  393. position:absolute;
  394. width:170px;
  395. height:35px;
  396. background-color:#34495e;
  397. margin-top:190px;
  398. cursor:pointer;
  399.  
  400.  
  401. }
  402.  
  403. #linkfour a{
  404. position:relative;
  405. font-family:'Lato', sans-serif;
  406. color:white;
  407. letter-spacing:6px;
  408. font-size:12px;
  409. text-align:center;
  410. text-decoration:none;
  411. top:7px;
  412. }
  413.  
  414. #linkfive {
  415. position:absolute;
  416. width:170px;
  417. height:35px;
  418. background-color:#34495e;
  419. margin-top:240px;
  420. cursor:pointer;
  421.  
  422. }
  423.  
  424. #linkfive a{
  425. position:relative;
  426. font-family:'Lato', sans-serif;
  427. color:white;
  428. letter-spacing:6px;
  429. font-size:12px;
  430. text-align:center;
  431. top:7px;
  432. text-decoration:none;
  433. }
  434.  
  435. #linksix{
  436. position:absolute;
  437. width:170px;
  438. height:35px;
  439. background-color:#34495e ;
  440. margin-top:255px;
  441. cursor:pointer;
  442.  
  443. }
  444.  
  445.  
  446. #links {
  447. display:inline-block;
  448. border:1px solid white;
  449. padding:3px 8px 3px 8px;
  450. font-family: 'Lato', sans-serif;
  451. font-weight:100;
  452. background-color:#34495e;
  453. color:#34495E ;
  454. margin-right:14px;
  455. margin-top:25px;
  456. }
  457.  
  458. #links a {
  459. font-family: 'Lato', sans-serif;
  460. font-weight:100;
  461. color:#34495e;
  462. text-decoration:none;
  463. transition:all 0.3s;
  464. -webkit-transition:all 0.3s;
  465. -moz-transition:all 0.3s;
  466. -o-transition:all 0.3s; /* end of sidebar */
  467. }
  468.  
  469. /* Posts */
  470.  
  471. .postcontainer {
  472. position:relative;
  473. padding:5px;
  474. top:5px;
  475. width:510px;
  476. margin:auto;
  477. text-align:center;
  478. }
  479.  
  480. .divideone {
  481. position:fixed;
  482. margin-top:-5px;
  483. margin-left:-20px;
  484. height:100%;
  485. width:5px;
  486. border: solid 1px #34495e;
  487. background-color:#34495e;
  488. }
  489.  
  490. .dividetwo {
  491. position:fixed;
  492. margin-top:-5px;
  493. margin-left:525px;
  494. height:100%;
  495. width:5px;
  496. border: solid 1px #34495e;
  497. background-color:#34495e ;
  498. }
  499.  
  500. #post {
  501. width:400px;
  502. height:auto;
  503. margin:0px auto 100px auto;
  504. max-width:400px;
  505. padding-bottom: -40px;
  506. border:solid 5px #34495e;
  507. border-bottom: none;
  508. background-color: #34495e;
  509. }
  510.  
  511. #post img {
  512. text-align: center;
  513. text-align: center;
  514. opacity:0.8;
  515. transition: 1s ease-in-out;
  516. padding-bottom:-10px;
  517.  
  518.  
  519. }
  520.  
  521. #post img:hover {
  522. opacity:1;
  523.  
  524.  
  525. }
  526.  
  527. .html_photoset {
  528. padding-bottom: 0px;
  529. }
  530.  
  531. .notes {
  532. font-family:'Lato', sans-serif;
  533. opacity:0;
  534. width:0px;
  535. height:50px;
  536. border: 5px solid #34495e;
  537. background-color:#34495e;
  538.  
  539. position:absolute;
  540. left:530px;
  541.  
  542. text-align:center;
  543. line-height:15px;
  544. font-size:9px;
  545. letter-spacing:2px;
  546. color:white;
  547. transition:0.4s ease-in-out;
  548.  
  549. }
  550.  
  551. .notes p{
  552. margin-top:10px;
  553.  
  554. }
  555.  
  556. #post:hover .notes {
  557. opacity:1;
  558. width:70px;
  559. }
  560.  
  561. .perma {
  562. position:absolute;
  563. opacity:0;
  564. width:0px;
  565. height:25px;
  566. left:530px;
  567. margin-top:65px;
  568. border: 5px solid #34495e ;
  569. background-color:#34495e ;
  570. text-align:center;
  571. transition:0.4s ease-in-out;
  572. font-family:'Lato', sans-serif;
  573. color:white;
  574. }
  575.  
  576. .perma a {
  577. position:absolute;
  578. text-decoration:none;
  579. color:white;
  580. margin-left:-8px;
  581. margin-bottom:0px;
  582. font-size:20px;
  583. }
  584.  
  585. #post:hover .perma {
  586.  
  587. opacity:1;
  588. width:70px;
  589. }
  590.  
  591. .reblog{
  592. position:absolute;
  593. opacity:0;
  594. width:0px;
  595. height:25px;
  596. left:530px;
  597. margin-top:105px;
  598. border: 5px solid #34495e;
  599. background-color:#34495e ;
  600. text-align:center;
  601. transition:0.4s ease-in-out;
  602. font-family:'Lato', sans-serif;
  603. color:white;
  604.  
  605. }
  606.  
  607. .reblog a{
  608. position:absolute;
  609. text-decoration:none;
  610. color:white;
  611. margin-left:-8px;
  612. margin-bottom:-px;
  613. font-size:20px;
  614.  
  615. }
  616.  
  617. #post:hover .reblog {
  618.  
  619. opacity:1;
  620. width:70px;
  621. }
  622.  
  623.  
  624.  
  625.  
  626.  
  627. /* permalink page */
  628.  
  629. .details {
  630. padding:0px 10px 5px 10px;
  631. height:auto;
  632. width:525px;
  633. margin-left:-18px;
  634. margin-top:25px;
  635. background-color:#34495e;
  636. border-top:1px solid #34495e;
  637. border-top:1px solid #34495e;
  638.  
  639.  
  640. }
  641.  
  642. .details p {
  643. font-family:'Lato', sans-serif;
  644. color:white;
  645. letter-spacing:3px;
  646. font-size:9px;
  647. text-align:center;
  648. text-transform:uppercase;
  649.  
  650. }
  651.  
  652. .details a {
  653. text-decoration:none;
  654. color:white;
  655. }
  656.  
  657. .permanotes {
  658. display:none;
  659. }
  660.  
  661. .notes {
  662. }
  663.  
  664. .notes ol {
  665. list-style: none;
  666. font-family: 'Lato', sans-serif;
  667.  
  668. }
  669.  
  670. .notes ol a {
  671. text-decoration:none;
  672. color:#bad5ff;
  673. }
  674.  
  675. .notes ol img {
  676. opacity:0;
  677. }
  678.  
  679. #text{ /* text posts */
  680. width:400px;
  681. height:auto;
  682.  
  683. background-color:#34495e;
  684. display:inline-block;
  685.  
  686.  
  687. }
  688.  
  689.  
  690. .textp {
  691.  
  692.  
  693. font-family:'Lato', sans-serif;
  694. color:white;
  695. letter-spacing:3px;
  696. font-size:9px;
  697. text-align:center;
  698. line-height:15px;
  699. text-transform:uppercase;
  700. margin-left:20px;
  701. margin-right:20px;
  702. padding-bottom:7px;
  703. padding-top:7px;
  704.  
  705.  
  706. }
  707.  
  708. .textp p{
  709. font-family:'Lato', sans-serif;
  710. color:white;
  711. letter-spacing:3px;
  712. font-size:9px;
  713. text-align:center;
  714. line-height:15px;
  715. text-transform:uppercase;
  716.  
  717.  
  718.  
  719.  
  720. }
  721.  
  722.  
  723. .texthead{
  724.  
  725.  
  726. }
  727.  
  728. .texthead p{
  729. font-family:'Lato', sans-serif;
  730. color:white;
  731. letter-spacing:3px;
  732. font-size:13px;
  733. text-align:center;
  734. line-height:15px;
  735. text-transform:uppercase;
  736. padding-top:0px;
  737.  
  738.  
  739.  
  740. }
  741.  
  742. a{
  743. color:white;
  744.  
  745. }
  746.  
  747. #text:hover.perma{
  748. opacity:1;
  749.  
  750. }
  751.  
  752.  
  753.  
  754.  
  755. #quote{
  756. max-height:500px;
  757. width:400px;
  758. background-color:#34495e;
  759. font-family:'Lato', sans-serif;
  760. color:white;
  761. letter-spacing:3px;
  762. font-size:9px;
  763. text-align:center;
  764. line-height:15px;
  765. display:inline-block;
  766. margin-top:-4px;
  767.  
  768. }
  769.  
  770. #quote p{
  771. position:relative;
  772. font-family:'Lato', sans-serif;
  773. color:white;
  774. letter-spacing:3px;
  775. font-size:9px;
  776. text-align:center;
  777. line-height:15px;
  778. text-transform:uppercase;
  779. padding-bottom:10px;
  780. margin-top:15px;
  781.  
  782.  
  783.  
  784.  
  785. }
  786.  
  787. #quote a{
  788. color:white;
  789.  
  790. }
  791.  
  792. .quotehead{
  793. font-family:'Lato', sans-serif;
  794. color:white;
  795. letter-spacing:3px;
  796. font-size:15px;
  797. text-align:center;
  798. line-height:22px;
  799. text-transform:uppercase;
  800. padding-top:18px;
  801. margin-left:20px;
  802. margin-right:20px;
  803.  
  804.  
  805. }
  806.  
  807. .blockquote{
  808. max-height:500px;
  809. width:400px;
  810. background-color:#34495e;
  811. font-family:'Lato', sans-serif;
  812. color:white;
  813. letter-spacing:3px;
  814. font-size:9px;
  815. text-align:center;
  816. line-height:15px;
  817. display:inline-block;
  818. margin-top:-4px;
  819.  
  820.  
  821. }
  822.  
  823. .blockquote {
  824. color:white;
  825.  
  826.  
  827.  
  828. }
  829.  
  830. p {
  831. position:relative;
  832. font-family:'Lato', sans-serif;
  833. color:white;
  834. letter-spacing:3px;
  835. text-transform:uppercase;
  836. font-size:9px;
  837.  
  838. }
  839.  
  840. #qa{
  841. height:auto;
  842. width:400px;
  843. background-color:#34495e;
  844. display:inline-block;
  845.  
  846.  
  847. }
  848.  
  849. .question{
  850.  
  851. margin-top:20px;
  852.  
  853. }
  854.  
  855. .question p{
  856.  
  857. font-family:'Lato', sans-serif;
  858. color:white;
  859. letter-spacing:3px;
  860. font-size:9px;
  861.  
  862.  
  863. }
  864.  
  865. #line{
  866. position:relative;
  867. height:3px;
  868. width:250px;
  869. background-color:white;
  870. margin-left:125px;
  871. margin-top:20px;
  872.  
  873. }
  874.  
  875. #answer{
  876. margin-top:20px;
  877. padding-bottom:10px;
  878.  
  879. }
  880.  
  881. #answer p{
  882. font-family:'Lato', sans-serif;
  883. color:white;
  884. letter-spacing:3px;
  885. font-size:11px;
  886.  
  887. }
  888.  
  889.  
  890. </style>
  891. </head>
  892.  
  893. <body>
  894.  
  895. <div class="postcontainer">
  896. <div class="divideone"></div>
  897. <div class="dividetwo"></div>
  898.  
  899. <div class="sidebarcontainer">
  900.  
  901. <div id="sidebar">
  902.  
  903. <div class="imagecontainer">
  904. <img src="http://i.imgur.com/MqyeNQZ.png">
  905. </div>
  906.  
  907. </div>
  908.  
  909.  
  910.  
  911. <div class="info">
  912. <div class="desc">A BLOG I USE <BR>FOR ANIME, MANGA <br>& OTAKU STUFF<br><br><b>I POST SPOILERS</b></div>
  913.  
  914.  
  915. </div>
  916.  
  917.  
  918. <div class="sidebarsep">
  919. <div id="linkcontainersb">
  920. <a href="http://b-i-k-oabout.tumblr.com/" ><div id="linkone"><div id="linkonea">ABOUT</a></div></div>
  921. <div id="linktwo"><a href="http://b-i-k-o.tumblr.com/ask">ASK</a></div>
  922. <div id="linkthree"><a href="http://b-i-k-o.tumblr.com/tags">TAGS</font></a></div>
  923. <div id="linkfour"><a href="link" >ARCHIVE</font></a></div>
  924. <div id="linkfive"><a href="http://anilist.co/user/Beluga" >ANILIST</font></a></div>
  925.  
  926. <div class="exit" onclick="fadeOutLinks()"><a><img src="http://i.imgur.com/CtiiwcV.png"></a></div>
  927.  
  928.  
  929. </div>
  930.  
  931. </div>
  932.  
  933. <div id="sidebarNav" onclick="fadeLinks()"><p onclick="fadeLinks()">NAVIGATION</p></div>
  934. <div id="sidebarNav2" onclick="fadeLinks()"></div>
  935.  
  936. <div id="sidebar" class="sbfour"></div>
  937.  
  938.  
  939.  
  940. <div class="title"><a href="http://b-i-k-o.tumblr.com/">B I K O</a></div>
  941. <div id="navarrow"><img src="http://i.imgur.com/CtiiwcV.png"></div>
  942.  
  943. </div><!-- end of sidebar container -->
  944.  
  945.  
  946. <div class = "autopagerize_page_element" >
  947.  
  948.  
  949. {block:Posts}
  950.  
  951. <div id="post">
  952.  
  953.  
  954. {block:IndexPage}
  955.  
  956. <!-- Notes -->
  957.  
  958.  
  959. <div class="container">
  960.  
  961. <div class="notes"><p>{block:NoteCount}{NoteCount}<br>NOTES
  962. {/block:NoteCount}</p></div>
  963.  
  964. <div class="perma">
  965. <a href="{ReblogURL}"> &#8633; </a>
  966. </div>
  967.  
  968. <div class="reblog">
  969. <a href="{Permalink}"> &#8734; </a>
  970. </div>
  971. <!-- End of Notes -->
  972.  
  973. {block:Photo}
  974. {LinkOpenTag}<img src="{photourl-400}" style=" min-width:400px">{LinkCloseTag}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  975. {/block:Photo}
  976.  
  977. {block:Photoset}
  978. {photoset-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  979. {/block:Photoset}
  980.  
  981. {/block:IndexPage}
  982.  
  983. {block:PermalinkPage}
  984.  
  985. {block:Photo}
  986. {LinkOpenTag}<img src="{photourl-400}" style=cursor:url(http://static.tumblr.com/qikcq4o/Kgrmul1dm/tiny_cursor_pic.png)>{LinkCloseTag}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  987. {/block:Photo}
  988.  
  989. {block:Photoset}
  990. {photoset-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  991.  
  992. {/block:Photoset}
  993.  
  994. {/block:PermalinkPage}
  995.  
  996. {block:Text}
  997. <div id="text">{block:Title}<div class="texthead"><p>{Title}</p></div>{/block:Title}<div class="textp"><p>{Body}</p></div></div>
  998. {/block:Text}
  999.  
  1000. {block:Link}
  1001. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  1002. {/block:Link}
  1003.  
  1004. {block:Quote}<div id="quote"><div class="quotehead">"{Quote}"</div><p>{block:Source}- {Source}{/block:Source}</p></div>
  1005. {/block:Quote}
  1006.  
  1007. {block:Audio}
  1008. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  1009. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1010. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1011. {/block:ExternalAudio}
  1012. {/block:Audio}
  1013.  
  1014. {block:Video}
  1015. {Video-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  1016. {/block:Video}
  1017.  
  1018. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  1019. {/block:Chat}
  1020.  
  1021. {block:Answer}<div id="qa"><div class="question"><p>— {Asker} said: </span><br><br><p style="font-size:11px;">{Question}</p></div><div id="line"></div><div id="answer"><div id="answertext"><p>{Answer}{block:Answerer}— {Answerer}{/block:Answerer}</p></div></div></div>
  1022. {/block:Answer}
  1023. </div>
  1024.  
  1025.  
  1026. {block:permalinkpage}
  1027.  
  1028. {block:PostNotes}<div class="details">
  1029.  
  1030. {block:NoteCount}<p>Reblogged from: <a href="{Permalink}"></a><a href="{ReblogParentURL}">{ReblogParentName}</a></p>{/block:RebloggedFrom}
  1031.  
  1032. <p>{block:ContentSource}Source: <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}
  1033.  
  1034. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</p>
  1035.  
  1036. <p><b>Notes:</b> {notecount}</p>
  1037.  
  1038. {/block:NoteCount}
  1039.  
  1040. <p><b>Reblogged on:</b> {block:Date}{DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}</p>{/block:Date}
  1041.  
  1042. <p><b>Tags:</b>{block:HasTags}Tags:{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}</p>{/block:HasTags}
  1043.  
  1044. </div>{/block:PostNotes}
  1045.  
  1046. {block:PostNotes}<div class="permanotes">{PostNotes}</div>{/block:PostNotes}
  1047.  
  1048.  
  1049. {/block:permalinkpage}
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. </div> <!-- End of Post -->
  1056. {/block:Posts}
  1057.  
  1058. </div> <!-- End of Post Container -->
  1059.  
  1060. </div>
  1061.  
  1062.  
  1063.  
  1064. </div> <!-- end of container -->
  1065.  
  1066. </body>
  1067. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement