Advertisement
kalder

Theme #14 - As If

Aug 28th, 2014
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <!---- theme #14 - as if by stlles, don't copy, repost or claim it as yours. --->
  16.  
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  21.  
  22. <meta name="image:Background" content=""/>
  23.  
  24. <meta name="color:Text" content="#838282"/>
  25.  
  26. <meta name="color:Link" content="#b8b8b8"/>
  27.  
  28. <meta name="color:Link hover" content="#b8b8b8"/>
  29.  
  30. <meta name="text:Sidebar Title" content="as if"/>
  31.  
  32.  
  33.  
  34. <meta name="text:linkA" content="">
  35.  
  36. <meta name="text:linkA url" content="/">
  37.  
  38. <meta name="text:linkB" content="">
  39.  
  40. <meta name="text:linkB url" content="/">
  41.  
  42. <meta name="text:linkC" content="">
  43.  
  44. <meta name="text:linkC url" content="/">
  45.  
  46. <meta name="text:linkD" content="">
  47.  
  48. <meta name="text:linkD url" content="/">
  49.  
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  53. <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56.  
  57. <script type="text/javascript">
  58. jQuery(document).ready(function() {
  59. jQuery(".links").hide();
  60. //toggle the componenet with class msg_body
  61. jQuery(".cthrough").click(function()
  62. {
  63. jQuery(this).next(".links").slideToggle(500);
  64. });});
  65. </script>
  66.  
  67.  
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("[title],a[title],img[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:100,
  75. tip_fade_speed:300,
  76. attribute:"title"
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82.  
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90.  
  91.  
  92.  
  93.  
  94. body {
  95. font-family:inconsolata;
  96.  
  97.  
  98.  
  99. background: url({image:Background}) no-repeat center center fixed;
  100. -webkit-background-size: cover;
  101. -moz-background-size: cover;
  102. -o-background-size: cover;
  103. background-size: cover;
  104.  
  105. margin:0px;
  106.  
  107. color:{color:text};
  108.  
  109. font-size:10px;
  110.  
  111. line-height:100%;
  112.  
  113. }
  114.  
  115.  
  116.  
  117.  
  118. a {
  119.  
  120. text-decoration:none;
  121.  
  122. outline:none;
  123.  
  124. -moz-outline-style:none;
  125.  
  126. color:{color:link};
  127. -moz-transition-duration:0.3s;
  128. -webkit-transition-duration:0.3s;
  129. -o-transition-duration:0.3s;
  130.  
  131. }
  132.  
  133.  
  134.  
  135. a:hover{
  136.  
  137. color:{color:link hover};
  138. -moz-transition-duration:0.3s;
  139. -webkit-transition-duration:0.3s;
  140. -o-transition-duration:0.3s;
  141. }
  142.  
  143.  
  144.  
  145. img {
  146.  
  147. border:none;
  148.  
  149. }
  150.  
  151.  
  152.  
  153. blockquote {
  154. font-size: 12px;
  155.  
  156. padding-left:5px;
  157. margin-bottom:-30px;
  158. border-left:2px solid;
  159. line-height: 12px;
  160.  
  161. }
  162.  
  163.  
  164.  
  165. blockquote blockquote {
  166.  
  167. padding-left:5px;
  168.  
  169. border-left:2px solid;
  170.  
  171. }
  172.  
  173.  
  174. h1 {
  175.  
  176. font-size:10px;
  177.  
  178. }
  179.  
  180.  
  181.  
  182.  
  183.  
  184. #entries {
  185.  
  186. padding:10px;
  187.  
  188. width:400px;
  189.  
  190. margin-left:500px;
  191.  
  192. margin-top:0px;
  193.  
  194. padding:0px;
  195.  
  196. }
  197.  
  198.  
  199.  
  200.  
  201. #post {
  202.  
  203. width:400px;
  204. margin-top: 73px ;
  205. background: #fff;
  206. padding: 10px;
  207. border:1px solid #777;
  208.  
  209.  
  210. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  211.  
  212. border-radius: 5px;
  213. max-width:100%;
  214.  
  215.  
  216. }
  217.  
  218.  
  219.  
  220. #sidebar {
  221. width:186px;
  222.  
  223.  
  224. position:fixed;
  225. margin-left:200px;
  226. margin-top:300px;
  227. background: #fff;
  228. padding: 10px;
  229. padding-bottom:5px;
  230. padding-top:5px;
  231.  
  232. border:1px solid #777;
  233.  
  234.  
  235. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  236.  
  237. border-radius: 5px;
  238.  
  239.  
  240. }
  241.  
  242.  
  243.  
  244. #sidebarimage {
  245. width:157px;
  246. position:fixed;
  247. margin-top:5px;
  248. margin-left:-180px;
  249.  
  250.  
  251. }
  252.  
  253. #sidebarimage img {
  254.  
  255. width:157px;
  256.  
  257. }
  258.  
  259.  
  260. #pagbox{
  261.  
  262. width: 148px;
  263.  
  264.  
  265. top: 20px;
  266. margin-left: 155px;
  267. position: static;
  268. padding: 5px;
  269. z-index: 999999999999999999999999999999999999;
  270. }
  271.  
  272.  
  273.  
  274.  
  275. .jumppage {
  276. padding:4px 8px;
  277.  
  278. color:#000;
  279. font-family:inconsolata;
  280. font-size:11px;
  281. text-decoration:none;
  282. }
  283.  
  284. .current_page, .jumppage:hover {
  285. padding: 4px 8px;
  286.  
  287.  
  288. color: #000;
  289. font-family:inconsolata;
  290. font-size:11px;
  291. text-decoration:underline;
  292. }
  293.  
  294.  
  295.  
  296.  
  297. #description {
  298.  
  299.  
  300.  
  301.  
  302. font-family:inconsolata;
  303. width:190px;
  304. margin-top:-3px;
  305. margin-left:-10px;
  306. font-size:11px;
  307. position:relative;
  308. line-height: 14px;
  309. padding:10px;
  310. letter-spacing:1px;
  311. color:#000;
  312.  
  313.  
  314. word-spacing:0px;
  315.  
  316.  
  317.  
  318. }
  319.  
  320.  
  321. #ari{
  322. font-size:12px;
  323. font-weight:bold;
  324. display:inline;
  325. }
  326.  
  327. #ari a{
  328. color: #e46c91;
  329. }
  330.  
  331.  
  332. .links{
  333. font-family:inconsolata;
  334. font-size:11px;
  335. letter-spacing:1px;
  336.  
  337. color: {color:sidebar links};
  338.  
  339. position: relative;
  340. margin-top: 3px;
  341.  
  342. text-align:center;
  343. margin-bottom:0px;
  344. border-bottom:1px dotted #777;
  345.  
  346. padding-bottom:5px;
  347. padding-top:7px;
  348. line-height:20px;
  349.  
  350.  
  351. }
  352. .links a{-webkit-transition: all 0.s ease;-moz-transition: all 0.s ease;transition: all 0.s ease; background:#f7f7f7;padding:1px;padding-left:3px;padding-right:3px;border:1px outset #ffffff;font-size:11px;line-height:12px;margin-right:5px;color:#000000;text-decoration:none;display:inline-block;margin-bottom:8px;}
  353. .links a:hover{ background:#f7f7f7;border:1px inset #ffffff;}
  354.  
  355.  
  356.  
  357. #s-m-t-tooltip {
  358. z-index:999999999999999999999999;
  359. padding:3px 4px 4px 5px;
  360. line-heigt:80%;
  361. margin: 1px 0px 0px 20px;
  362. bo-shadow:1px 1px 3px rgba(0,0,0, .1);
  363. border-radius:2px;
  364.  
  365. display: none;
  366. font: 8px calibri;
  367. text-align: center;
  368. position: absolute;
  369. letter-spacing: 1px;
  370. background: rgba(0,0,0,.4);
  371. color: white;
  372. text-transform: uppercase;
  373. font-styl:italic;
  374. }
  375. #s-m-t-tooltip:after {
  376. content: "";
  377. position: absolute;
  378. width: 0;
  379. height: 0;
  380. border-width: 5px;
  381. border-style: solid;
  382. border-color:transparent rgba(0,0,0,.4) transparent transparent;
  383. top: 3px;
  384. left: -10px;
  385. }
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393. .caption {
  394.  
  395. width:400px;
  396.  
  397. text-align:justify;
  398.  
  399. line-height:120%;
  400.  
  401. }
  402.  
  403.  
  404.  
  405. .ask {
  406.  
  407. padding:10px;
  408.  
  409. text-align:left;
  410.  
  411. color:{color:text};
  412.  
  413. background-color:#eee;
  414.  
  415. border-bottom:1px solid #eee;
  416.  
  417. }
  418.  
  419.  
  420.  
  421. .ans {
  422.  
  423. text-align:left;
  424.  
  425. padding:10px;
  426.  
  427. color:{color:text};
  428.  
  429. }
  430.  
  431.  
  432. .newplayerbutton {
  433. position: relative;
  434. width: 14px;
  435. height: 15px;
  436. overflow: hidden;
  437. }
  438.  
  439. .playerbuttonhug {
  440. position: absolute;
  441. top: -6px;
  442. left: -6px;
  443. }
  444.  
  445.  
  446. .tumblr_audio_player {
  447. border: none;
  448. padding: 0px;
  449. margin: 0px;
  450. height: 30px;
  451. width: 500px;
  452. }
  453.  
  454. .playerbuttonbg {
  455. position: absolute;
  456. left: 27px;
  457. top: 19px;
  458. width: 15px;
  459. height: 15px;
  460. background-color: #ffffff;
  461. padding: 5px;
  462.  
  463.  
  464. }
  465.  
  466. .playerbuttonbg:hover {
  467. opacity: 1;
  468.  
  469. }
  470.  
  471. .audioimgwrapper {
  472. position: absolute;
  473. left: 15px;
  474. top: 5px;
  475. opacity:0.8;
  476. overflow: hidden;
  477. width: 50px;
  478. height: 50px;
  479. }
  480.  
  481. .audioimgwrapper img {
  482. width: 50px;
  483. height:50px;
  484.  
  485. }
  486.  
  487. .trackdetails {
  488. width: 370px;
  489. display:inline-block;
  490. margin-left: 70px;
  491. min-height: 45px;
  492. margin-top: 10px;
  493. line-height: 10px;
  494. color:#414141;
  495. font-size:8px;
  496. margin-bottom:-20px;
  497. text-transform: uppercase;
  498. font-family: calibri;
  499.  
  500. padding: 5px;
  501. }
  502.  
  503. .audiowrapper {
  504. position: relative;
  505. display:inline-block;
  506.  
  507. width: 480px;
  508. padding: 5px;
  509.  
  510. }
  511.  
  512.  
  513.  
  514. #info {
  515. width:400px;
  516.  
  517.  
  518. margin-top:20px;
  519. margin-left:-10px;
  520.  
  521. color:#000;
  522.  
  523. padding-top:10px;
  524. padding-left:10px;
  525.  
  526. padding-right:10px;
  527. letter-spacing:1px;
  528. border-top:1px solid #e1e1e1;
  529. font-family:inconsolata; text-transform:lowercase;
  530. font-size:11px;
  531.  
  532.  
  533. }
  534.  
  535. #info a {
  536. text-align:center;
  537. color:#000;
  538. }
  539.  
  540. #info a:hover {
  541. -moz-transition-duration:0.3s;
  542. -webkit-transition-duration:0.3s;
  543. -o-transition-duration:0.3s;
  544. color: {color:link hover};
  545. }
  546.  
  547. #date{
  548. font-family:inconsolata;
  549. text-transform:lowercase;
  550. font-size:11px; letter-spacing:1px;
  551.  
  552. color: #000;
  553. display: inline;
  554. }
  555. #date a {
  556. color:#000;
  557.  
  558.  
  559. -moz-transition-duration:0.3s;
  560. -webkit-transition-duration:0.3s;
  561. -o-transition-duration:0.3s;
  562. }
  563.  
  564. #date a:hover {
  565. color: #000;
  566. text-decoration:underline;
  567. -moz-transition-duration:0.3s;
  568. -webkit-transition-duration:0.3s;
  569. -o-transition-duration:0.3s;
  570. }
  571.  
  572.  
  573. #tags{
  574. margin-top:4px;
  575.  
  576. width:350px;
  577. font-family:inconsolata;
  578. font-size:11px; letter-spacing:1px;
  579.  
  580. }
  581.  
  582. #tags a:hover{
  583.  
  584. color:#000;
  585. text-decoration:underline;
  586. }
  587.  
  588. .note {
  589.  
  590. text-transform:lowercase;
  591.  
  592. font-style:normal;
  593.  
  594. letter-spacing:0px;
  595.  
  596. font-size: 9px;
  597.  
  598. text-align:left;
  599.  
  600. line-height:90%;
  601.  
  602. margin-left:-40px;
  603.  
  604. }
  605.  
  606.  
  607.  
  608. .note li {
  609.  
  610. list-style-type:none;
  611.  
  612. border-bottom:1px solid {color:border};
  613.  
  614. padding:10px 25px 10px 25px;
  615.  
  616. text-align:left;
  617.  
  618. margin:0px;
  619.  
  620. -moz-transition-duration:0.5s;
  621.  
  622. -webkit-transition-duration:0.5s;
  623.  
  624. -o-transition-duration:0.5s;
  625.  
  626. }
  627.  
  628.  
  629.  
  630. .tags {
  631.  
  632. font-style:normal;
  633.  
  634. width:400px;
  635.  
  636. text-transform:uppercase;
  637.  
  638. font-style:normal;
  639.  
  640. color:{color:tags};
  641.  
  642. letter-spacing:2px;
  643.  
  644. line-height:120%;
  645.  
  646. font-size:8px;
  647.  
  648. text-align:left;
  649.  
  650. padding:2px;
  651.  
  652. -moz-transition-duration:0.5s;
  653.  
  654. -webkit-transition-duration:0.5s;
  655.  
  656. -o-transition-duration:0.5s;
  657.  
  658. }
  659.  
  660.  
  661.  
  662. .tags a {
  663.  
  664. color:{color:tags};
  665.  
  666. letter-spacing:1px;
  667.  
  668. padding:1px;
  669.  
  670. }
  671.  
  672.  
  673.  
  674. .tags a:hover {
  675.  
  676. color:{color:link};
  677.  
  678. }
  679.  
  680.  
  681. ul.chat, .chat ol, .chat li {
  682.  
  683. list-style:none;
  684.  
  685. margin:0px;
  686.  
  687. padding:2px;
  688.  
  689. }
  690.  
  691.  
  692.  
  693. .label {
  694.  
  695. text-decoration:underline;
  696.  
  697. font-weight:300;
  698.  
  699. background-color:{color:infobg};
  700.  
  701. margin-right:5px;
  702.  
  703. }
  704.  
  705.  
  706.  
  707.  
  708. .user_1 .label {color:{color:text}; font-weight:bold}
  709.  
  710. .user_2 .label {color:{color:link}; font-weight:bold}
  711.  
  712. .user_3 .label {color:{color:text}; font-weight:bold}
  713.  
  714. .user_4 .label {color:{color:link}; font-weight:bold}
  715.  
  716. .user_5 .label {color:{color:text}; font-weight:bold}
  717.  
  718. .user_6 .label {color:{color:link}; font-weight:bold}
  719.  
  720. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  721.  
  722. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  723.  
  724.  
  725. ol.notes {list-style-type:none;}
  726.  
  727. ol.notes li.note {padding-bottom:2px; margin-bottom:2px;}
  728.  
  729. ol.notes li.note img.avatar {border-radius:100%; vertical-align:-5px;}
  730.  
  731. ol.notes li.note img {padding:2px;}
  732.  
  733. ol.notes li.note blockquote {padding-left:5px; margin-left:20px;}
  734.  
  735.  
  736.  
  737. .one {
  738. background-color:#000000;
  739. width:1px;
  740. height:20px;
  741. border-radius:0px;
  742. margin-top:-15px;
  743. margin-left:53px;
  744. position:absolute;
  745. -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  746. -moz-transition-duration:0.4s;
  747. -webkit-transition-duration:0.4s;
  748. -o-transition-duration:0.4s;
  749. }
  750.  
  751. #credits:hover .one {
  752. transform:rotate(0deg);
  753. margin-left:62px;
  754. -ms-transform:rotate(0deg);
  755. -webkit-transform:rotate(0deg);
  756. -moz-transition-duration:0.4s;
  757. -webkit-transition-duration:0.4s;
  758. -o-transition-duration:0.4s;
  759. }
  760.  
  761. .two {
  762. background-color:#000000;
  763. width:1px;
  764. height:20px;
  765. border-radius:3px;
  766. margin-top:-15px;
  767. margin-left:53px;
  768. position:absolute;
  769. -webkit-transform:rotate(-45deg);
  770. -moz-transition-duration:0.4s;
  771. -webkit-transition-duration:0.4s;
  772. -o-transition-duration:0.4s;
  773. }
  774.  
  775. #credits:hover .two {
  776. transform:rotate(0deg);
  777. margin-left:-6px;
  778. -ms-transform:rotate(0deg);
  779. -webkit-transform:rotate(0deg);
  780. -moz-transition-duration:0.4s;
  781. -webkit-transition-duration:0.4s;
  782. -o-transition-duration:0.4s;
  783. }
  784.  
  785.  
  786. .text{
  787. opacity:0;
  788. -moz-transition-duration:0.4s;
  789. -webkit-transition-duration:0.4s;
  790. -o-transition-duration:0.4s;
  791. }
  792.  
  793. #credits:hover .text{
  794. opacity:1;
  795. -moz-transition-duration:0.4s;
  796. -webkit-transition-duration:0.4s;
  797. -o-transition-duration:0.4s;
  798.  
  799. }
  800.  
  801.  
  802.  
  803. #credits{ position:fixed; bottom:10px; right:10px; padding:5px;
  804. font-size:8px;
  805. text-transform: uppercase;
  806. font-family: calibri;
  807.  
  808. color: #000000;
  809.  
  810.  
  811. text-align:center;}
  812.  
  813. #credits a{ color: #000000;}
  814. #credits a:hover{ color: #000000; text-transform: uppercase;}
  815.  
  816.  
  817.  
  818. .heart{
  819. display: inline;
  820. color: #fff;
  821. font-size:8px;
  822. }
  823.  
  824. .dot {
  825. display: inline;
  826. color: {color:sidebar links background};
  827. }
  828.  
  829.  
  830.  
  831. #quest{
  832.  
  833.  
  834. padding: 10px;
  835. width:380px;
  836. color:#000;
  837. font-family:inconsolata;
  838. font-size:11px;
  839. text-align: center;
  840.  
  841. line-height: 10px;
  842.  
  843. letter-spacing:2px;
  844. background-color:#F4F4F4;
  845.  
  846.  
  847. }
  848.  
  849. #pic{
  850. width:20px;
  851. position:absolute;
  852. margin-top: -10px;
  853. margin-left:-10px;
  854.  
  855. }
  856.  
  857. #name{
  858. display:inline;
  859. line-height:10px;
  860. border-bottom: 2px solid ;
  861. border-color:#ddd;
  862.  
  863. }
  864. #name a{
  865. color:#000;
  866. }
  867.  
  868.  
  869.  
  870. #title{
  871. margin-top:0px;
  872. margin-right:4px;
  873. background:#fff;
  874. font-family:courier new;
  875. text-align:right;
  876. font-size:40px;
  877. color:#414141;
  878. border-bottom:1px dotted #777;
  879. line-height:40px;
  880. font-size:20px; font-weight:bold; letter-spacing:-1px;
  881. cursor:help;
  882. }
  883.  
  884.  
  885.  
  886. {CustomCSS}</style></head><body>
  887.  
  888.  
  889.  
  890.  
  891.  
  892. <div id="sidebar">
  893. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901. <a href="#" class="cthrough"><div id="title">{text:Sidebar Title}</div></a>
  902.  
  903.  
  904. <div class="links">
  905.  
  906.  
  907. <a href="{text:LinkA url}">{text:LinkA}</a>
  908. <a href="{text:LinkB url}">{text:LinkB}</a>
  909. <a href="{text:LinkC url}">{text:LinkC}</a>
  910. <a href="{text:LinkD url}">{text:LinkD}</a>
  911.  
  912.  
  913.  
  914. </div>
  915.  
  916. <div id="description">{Description}
  917.  
  918. </div>
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. </div>
  926.  
  927.  
  928.  
  929.  
  930.  
  931. <div id="entries">
  932. {block:Posts}
  933. <div id="post">
  934.  
  935. {block:Text}
  936. <div id="topinho">{block:Title}{Title}{/block:Title}</div>
  937. {Body}{/block:Text}
  938.  
  939. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  940. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  941.  
  942. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  943. {/block:Caption}{/block:Photoset}
  944.  
  945. {block:Quote}<h2>"{Quote}"</h2>
  946. {block:Source}<div class="qsource"> —{Source}</div>
  947. {/block:Source}{/block:Quote}
  948.  
  949. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  950.  
  951. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  952.  
  953. {block:Audio}{block:AudioPlayer}
  954. <div class="audiowrapper">
  955. {block:AlbumArt}
  956. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  957. {/block:AlbumArt}
  958.  
  959. <div class="playerbuttonbg">
  960. <div class="newplayerbutton">
  961. <div class="playerbuttonhug">
  962.  
  963. {AudioPlayerWhite}
  964.  
  965. </div>
  966. </div>
  967. </div>
  968.  
  969. <div class="trackdetails">
  970.  
  971. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  972. {PlayCountWithLabel}
  973.  
  974. </div>
  975. </div>
  976. {/block:AudioPlayer}
  977.  
  978. {block:Caption}{Caption}{/block:Caption}
  979. {/block:Audio}<br>
  980.  
  981. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  982.  
  983. {block:Answer}
  984.  
  985. <div id="quest"><div id="name">{Asker}</div>: {Question}</div>
  986. <br>
  987. {Answer}
  988. {/block:Answer}
  989.  
  990. <div id="info">
  991. <div id="date"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  992. {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> / {/block:RebloggedFrom}
  993. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  994. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<div style="display:inline;
  995. position:relative;
  996. text-align:right; width:200px; float:right; color:#000; font-family:inconsolata; text-transform:lowercase;
  997. font-size:11px; letter-spacing:1px;">
  998. <div class="heart">♡</div> {NoteCountWithLabel}</div>
  999.  
  1000. {block:HasTags}
  1001. <br>
  1002. <div id="tags">tagged as:
  1003.  
  1004. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}</div>{block:HasTags}
  1005. </div>
  1006. </div>
  1007. {/block:Posts}
  1008. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  1009.  
  1010. <div id="pagbox">
  1011.  
  1012.  
  1013. {block:Pagination}
  1014. {block:PreviousPage}<a href="{PreviousPage}" class="jumppage">&laquo;</a>{/block:PreviousPage}
  1015. {block:JumpPagination length="3"}
  1016. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  1017. {block:JumpPage}<a class="jumppage" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  1018. {block:NextPage}<a href="{NextPage}" class="jumppage">&raquo;</a>{/block:NextPage}
  1019. {/block:Pagination}
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. </div>
  1026.  
  1027. {/block:Posts}</div></div></div>
  1028. <br><br><br><br>
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. </div>
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041. </div>
  1042.  
  1043. </div>
  1044.  
  1045. </div>
  1046.  
  1047.  
  1048.  
  1049. </body>
  1050.  
  1051.  
  1052.  
  1053. <div id="credits">
  1054.  
  1055. <div class="text"><a href="http://stlles.tumblr.com">theme by stlles</a></div>
  1056.  
  1057. <div class="one"></div>
  1058. <div class="two"></div>
  1059.  
  1060. </div>
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement