Advertisement
ipads

Tessa Theme

Mar 31st, 2013
2,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.44 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">
  4.  
  5. <head>
  6.  
  7. <script>
  8.   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  9.   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  10.   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  11.   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  12.  
  13.   ga('create', 'UA-39548171-1', 'tumblr.com');
  14.   ga('send', 'pageview');
  15.  
  16. </script>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  19.  
  20. </script>
  21.  
  22. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  23.  
  24. </script>
  25.  
  26. <title>
  27.  
  28. {title}
  29.  
  30. </title>
  31.  
  32. <link rel="shortcut icon" href="{Favicon}"/>
  33.  
  34. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  35.  
  36. {block:Description}
  37.  
  38. <meta name="description" content="{MetaDescription}" />
  39.  
  40. {/block:Description}
  41.  
  42. <meta name="image:Sidebar Background" content=""/>
  43.  
  44. <meta name="if:Invert" content="1"/>
  45.  
  46. <meta name ="color:Sidebar Background" content="#ffffff"/>
  47.  
  48. <meta name="if:Faded Posts" content="0"/>
  49.  
  50. <meta name="color:Background" content="#ffffff"/>
  51.  
  52. <meta name="color:Text" content="#000000"/>
  53.  
  54. <meta name="color:Link" content="#000000"/>
  55.  
  56. <meta name="color:Hover" content="#000000"/>
  57.  
  58. <meta name="image:Background" content="0"/>
  59.  
  60. <meta name="image:Sidebar" content="0"/>
  61.  
  62. <meta name="text:Reblog" content="&#x21bb;"/>
  63.  
  64. <meta name="text:Link 1" content="/"/>
  65.  
  66. <meta name="text:Link 1 Title" content="Link"/>
  67.  
  68. <meta name="text:Link 2" content="/"/>
  69.  
  70. <meta name="text:Link 2 Title" content="Link"/>
  71.  
  72. <meta name="text:Link 3" content="/"/>
  73.  
  74. <meta name="text:Link 3 Title" content="Link"/>
  75.  
  76. <meta name="text:Link 4" content="/"/>
  77.  
  78. <meta name="text:Link 4 Title" content="Link"/>
  79.  
  80. <meta name="if:Title Font 1" content="0"/>
  81.  
  82. <meta name="if:Title Font 2" content="0"/>
  83.  
  84. <meta name="if:Title Font 3" content="0"/>
  85.  
  86. <meta name="if:Title Font 4" content="0"/>
  87.  
  88. <meta name="if:Title Font 5" content="0"/>
  89.  
  90. <meta name="if:Title Font 6" content="0"/>
  91.  
  92. <meta name="if:Title Font 7" content="0"/>
  93.  
  94. <meta name="if:Title Font 8" content="0"/>
  95.  
  96. <meta name="if:Title Font 9" content="0"/>
  97.  
  98. <link href='http://fonts.googleapis.com/css?family=Crafty+Girls|Fredoka+One|Dancing+Script|Pacifico|Luckiest+Guy|Chewy|Rock+Salt|Lato:300|Leckerli+One' rel='stylesheet' type='text/css'>
  99.  
  100. <style type="text/css">
  101.  
  102. /*--FOLLOW BUTTONS--*/
  103.  
  104. #tumblr_controls{
  105.     position:fixed !important;
  106.     z-index: 999;
  107.     {Block:ifInvert}
  108.     -webkit-filter: invert(100%);
  109.     -moz-filter: invert(100%);
  110.     -o-filter:invert(100%);
  111.     {/Block:ifInvert}
  112.     }
  113.  
  114. /*--FONTS--*/
  115.  
  116. @font-face { font-family: "Typewriter"; src: url("http://static.tumblr.com/npajswt/5Thmk3u8n/mom__t___.ttf") format("truetype"); }
  117.  
  118. /*--LINKS--*/
  119.  
  120. a:link, a:active, a:visited{
  121.     color:{color:link};
  122.     text-decoration: none;
  123.     -webkit-transition: color 0.4s ease-out;
  124.     -moz-transition: color 0.4s ease-out;
  125.     }
  126.  
  127. a:hover{
  128.     text-decoration:none;
  129.     color:{color:hover};
  130.     }
  131.    
  132. .linkz a{
  133.     border-bottom: 1px solid transparent;
  134.     color: #000;
  135.     margin: 0px;
  136.     text-transform: uppercase;
  137.     font-size: 11px;
  138.     background-color: transparent;
  139.     padding: 2px;
  140.     border-top-color: transparent;
  141.     -webkit-transition: all 0.4s ease-in-out;
  142.     -moz-transition: all 0.4s ease-in-out;
  143.     transition: all 0.4s ease-in-out;
  144.     }
  145.    
  146. .linkz a:hover{
  147.     border-bottom: 2px solid #ccc;
  148.     color: #000;
  149.     -webkit-transition: all 0.4s ease-in-out;
  150.     -moz-transition: all 0.4s ease-in-out;
  151.     transition: all 0.4s ease-in-out;
  152.     }
  153.    
  154. #linksbar{
  155.     position: fixed;
  156.     top: 0px;
  157.     left: 0;
  158.     right: 0;
  159.     width: 100%;
  160.     height: 100px;
  161.     text-align: center;
  162.     padding: 10px;
  163.     z-index: 1;
  164.     border-bottom: 1px solid #aaa;
  165.     background-color: {color:sidebar background};
  166.     background-image: url({image:sidebar background});
  167.     }
  168.    
  169. #blogtitle{
  170.     font-size: 60px;
  171.     {Block:IfTitleFont1}font-family: 'Crafty Girls' !important;{/Block:IfTitleFont1}
  172.     {Block:IfTitleFont2}font-family: 'Fredoka One' !important;{/Block:IfTitleFont2}
  173.     {Block:IfTitleFont3}font-family: 'Dancing Script' !important;{/Block:IfTitleFont3}
  174.     {Block:IfTitleFont4}font-family: 'Pacifico' !important;{/Block:IfTitleFont4}
  175.     {Block:IfTitleFont5}font-family: 'Luckiest Guy' !important;{/Block:IfTitleFont5}
  176.     {Block:IfTitleFont6}font-family: 'Chewy' !important;{/Block:IfTitleFont6}
  177.     {Block:IfTitleFont7}font-family: 'Rock Salt' !important;{/Block:IfTitleFont7}
  178.     {Block:IfTitleFont8}font-family: 'Leckerli One' !important;{/Block:IfTitleFont8}
  179.     {Block:IfTitleFont9}font-family: 'Lato' !important;{/Block:IfTitleFont9}
  180.     }
  181.    
  182. /*--FORMAT--*/
  183.  
  184. body{
  185.     color:#000;
  186.     font-family: lato;
  187.     font-size:13px;
  188.     line-height:100%;
  189.     background-color:{color:background};
  190.     background-image: url({image:background});
  191.     background-attachment: fixed;
  192.     }
  193.    
  194. /*--TITLE--*/
  195.    
  196. #blogtitle{
  197.     font-size:50px;
  198.     line-height:75%;
  199.     text-align:center;
  200.     }
  201.    
  202. #blogtitle a:link, a:active, a:visited{
  203.     color:{color:link};
  204.     text-decoration: none; -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
  205.     }
  206.    
  207. #blogtitle a:hover{
  208.     text-decoration:none;
  209.     color:{color:link};
  210.     }
  211.  
  212. /*--POSTS--*/
  213.  
  214. .entry img{
  215.     max-width: 100%;
  216.     }
  217.    
  218. .title{
  219.     font-size:20px;
  220.     {Block:IfTitleFont1}font-family: 'Crafty Girls' !important;{/Block:IfTitleFont1}
  221.     {Block:IfTitleFont2}font-family: 'Fredoka One' !important;{/Block:IfTitleFont2}
  222.     {Block:IfTitleFont3}font-family: 'Dancing Script' !important;{/Block:IfTitleFont3}
  223.     {Block:IfTitleFont4}font-family: 'Pacifico' !important;{/Block:IfTitleFont4}
  224.     {Block:IfTitleFont5}font-family: 'Luckiest Guy' !important;{/Block:IfTitleFont5}
  225.     {Block:IfTitleFont6}font-family: 'Chewy' !important;{/Block:IfTitleFont6}
  226.     {Block:IfTitleFont7}font-family: 'Rock Salt' !important;{/Block:IfTitleFont7}
  227.     {Block:IfTitleFont8}font-family: 'Leckerli One' !important;{/Block:IfTitleFont8}
  228.     {Block:IfTitleFont9}font-family: 'Lato' !important;{/Block:IfTitleFont9}
  229.     }
  230.    
  231. .title a:link, a:active, a:visited{
  232.     color:{color:link};
  233.     text-decoration: none;
  234.     -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
  235.     }
  236.    
  237. #wrap{
  238.     width:90%;
  239.     float:right;
  240.     {Block:IndexPage}margin: 2%;{/Block:IndexPage}
  241.     {Block:PermalinkPage}margin-left: 22%;{/Block:PermalinkPage}
  242.     top:85px;
  243.     {Block:PermalinkPage}top: 130px;{/Block:PermalinkPage}
  244.     background-color:transparent;
  245.     {Block:IndexPage}position:fixed;{/Block:IndexPage}
  246.     {Block:PermalinkPage}position: absolute;{/Block:PermalinkPage}
  247.     padding:5px;
  248.     }
  249.    
  250. #title {
  251.     text-align:center;
  252.     color: {color:link};
  253.     font-weight:bold;
  254.     {Block:IfTitleFont1}font-family: 'Crafty Girls' !important;{/Block:IfTitleFont1}
  255.     {Block:IfTitleFont2}font-family: 'Fredoka One' !important;{/Block:IfTitleFont2}
  256.     {Block:IfTitleFont3}font-family: 'Dancing Script' !important;{/Block:IfTitleFont3}
  257.     {Block:IfTitleFont4}font-family: 'Pacifico' !important;{/Block:IfTitleFont4}
  258.     {Block:IfTitleFont5}font-family: 'Luckiest Guy' !important;{/Block:IfTitleFont5}
  259.     {Block:IfTitleFont6}font-family: 'Chewy' !important;{/Block:IfTitleFont6}
  260.     {Block:IfTitleFont7}font-family: 'Rock Salt' !important;{/Block:IfTitleFont7}
  261.     {Block:IfTitleFont8}font-family: 'Leckerli One' !important;{/Block:IfTitleFont8}
  262.     {Block:IfTitleFont9}font-family: 'Lato' !important;{/Block:IfTitleFont9}
  263.     padding:0px;
  264.     padding-top: 0px;
  265.     font-size:40px;
  266.     line-height:95%;
  267.     }
  268.    
  269. .entry{
  270.     margin: 5px;
  271.     background-color: #fff;
  272.     {Block:IndexPage}
  273.     width: 17%;
  274.     {/Block:IndexPage}
  275.     {Block:PermalinkPage}
  276.     width: 30%;
  277.     {/Block:PermalinkPage}
  278.     border: 1px solid #aaa;
  279.     padding:5px;
  280.     float:left;
  281.     -webkit-transition: all 0.7s ease-in-out;
  282.     -moz-transition: all 0.7s ease-in-out;
  283.     transition: all 0.7s ease-in-out;
  284.     }
  285.    
  286. .entry:hover{
  287.     opacity: 1;
  288.     -webkit-transition: all 0.7s ease-in-out;
  289.     -moz-transition: all 0.7s ease-in-out;
  290.     transition: all 0.7s ease-in-out;
  291.     }
  292.    
  293. .entry img{
  294.     display: block;
  295.     max-width: 100%;
  296.     }
  297.  
  298. .permas{
  299.     z-index: 999999999999999999999999999999999999999999999999999;
  300.     padding: 4px;
  301.     background-color: #fff;
  302.     position: absolute;
  303.     right: -20px;
  304.     border-radius: 5px;
  305.     border: 1px solid #aaa;
  306.     top: -20px;
  307.     opacity: 0;
  308.     -webkit-transition: all 0.7s ease-in-out;
  309.     -moz-transition: all 0.7s ease-in-out;
  310.     transition: all 0.7s ease-in-out;
  311.     }
  312.    
  313. .entry:hover .permas{
  314.     z-index: 999999999999999999999999999999999999999999999999999;
  315.     background-color: #fff;
  316.     top: 10px;
  317.     right: 10px;
  318.     opacity: 0.7;
  319.     -webkit-transition: all 0.7s ease-in-out;
  320.     -moz-transition: all 0.7s ease-in-out;
  321.     transition: all 0.7s ease-in-out;
  322.     }
  323.    
  324. .perma{
  325.     z-index: 999999999999999999999999999999999999999999999999999;
  326.     padding: 4px;
  327.     background-color: #fff;
  328.     position: absolute;
  329.     left: -20px;
  330.     border-radius: 5px;
  331.     border: 1px solid #aaa;
  332.     bottom: -20px;
  333.     opacity: 0;
  334.     -webkit-transition: all 0.7s ease-in-out;
  335.     -moz-transition: all 0.7s ease-in-out;
  336.     transition: all 0.7s ease-in-out;
  337.     }
  338.    
  339. .entry:hover .perma{
  340.     z-index: 999999999999999999999999999999999999999999999999999;
  341.     background-color: #fff;
  342.     left: 10px;
  343.     bottom: 10px;
  344.     opacity: 0.7;
  345.     -webkit-transition: all 0.7s ease-in-out;
  346.     -moz-transition: all 0.7s ease-in-out;
  347.     transition: all 0.7s ease-in-out;
  348.     }
  349.  
  350. /*--SCROLLBAR--*/
  351.    
  352. ::-webkit-scrollbar {
  353.     width: 5px;
  354.     height: 4px;
  355.     background: white;
  356.     }
  357.    
  358. ::-webkit-scrollbar-thumb {
  359.     background-color:black;
  360.     }
  361.  
  362. #post_load{
  363.     position: absolute;
  364.     bottom: -1px;
  365.     left: 0px;
  366.     opacity: 0;
  367.     }
  368.    
  369. #pagination{
  370.     display:none;
  371.     }
  372.    
  373. .pns{
  374.     position: fixed;
  375.     left: 52%;
  376.     top: 130px;
  377.     height: 75%;
  378.     }
  379.    
  380. .pns li img{
  381.     opacity:0;
  382.     margin-right: -20px
  383.     }
  384.    
  385. {CustomCSS}
  386.  
  387. </style>
  388.    
  389. </head>
  390.  
  391. <!--INFINITE SCROLL-->
  392.  
  393. {block:IndexPage}
  394.  
  395. <div id="post_load"></div>
  396.  
  397. <script type="text/javascript" src="http://static.tumblr.com/npajswt/F9Lmkjz8d/infinitescroll.rtf"></script>
  398.  
  399. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  400.  
  401. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  402.  
  403. <script type="text/javascript">
  404.  
  405. $(window).load(function () {
  406. var $content = $('#wrap');
  407. $content.masonry({itemSelector: '.entry'}),
  408. $content.infinitescroll({
  409. navSelector : 'div#pagination',
  410. nextSelector : 'div#pagination a#nextPage',
  411. itemSelector : '.entry',
  412. loading: {
  413. finishedMsg: '',
  414. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  415. },
  416. bufferPx : 600,
  417. debug : false,
  418. },
  419. // call masonry as a callback.
  420. function( newElements ) {
  421. var $newElems = $( newElements );
  422. $newElems.hide();
  423. // ensure that images load before adding to masonry layout
  424. $newElems.imagesLoaded(function(){
  425. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  426.  
  427.  
  428. });
  429. });
  430. });
  431. </script>
  432.  
  433. {/block:IndexPage}
  434.  
  435. <body>
  436.  
  437. <!--LINKS-->
  438.  
  439. <div id="linksbar">
  440.  
  441. <a href="/" id="blogtitle">
  442.  
  443. {Title}
  444.  
  445. </a><p>
  446.  
  447. {Description}<p>
  448.  
  449. <div class="linkz">
  450.  
  451. <a href="/">
  452.  
  453. home</a>
  454.  
  455. <a href="/ask">
  456.  
  457. ask</a>
  458.  
  459. {Block:ifLink1}
  460.  
  461. <a href="{text:Link 1}">
  462.  
  463. {text:link 1 title}</a>
  464.  
  465. {/Block:ifLink1}
  466.  
  467. {Block:ifLink2}
  468.  
  469. <a href="{text:Link 2}">
  470.  
  471. {text:link 2 title}</a>
  472.  
  473. {/Block:ifLink2}
  474.  
  475. {Block:ifLink3}
  476.  
  477. <a href="{text:Link 3}">
  478.  
  479. {text:link 3 title}</a>
  480.  
  481. {/Block:ifLink3}
  482.  
  483. {Block:ifLink4}
  484.  
  485. <a href="{text:Link 4}">
  486.  
  487. {text:link 4 title}</a>
  488.  
  489. {/Block:ifLink4}
  490.  
  491. <a href="http://unstrong.tumblr.com">
  492.  
  493. theme</a>
  494.  
  495. </div>
  496. <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
  497. </div><div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
  498. var ref = (''+document.referrer+'');
  499. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
  500. </script></div>
  501. </div>
  502.  
  503. <!--POSTS-->
  504.  
  505. <div id="wrap">
  506.  
  507. {block:Posts}
  508.  
  509. <div class="entry">
  510.  
  511. {block:Title}
  512.  
  513. <div class="title">{Title}</div>
  514.  
  515. {/block:Title}
  516.  
  517. {block:Text}
  518.  
  519. {Body}
  520.  
  521. {block:IndexPage}
  522.  
  523. <center>
  524.  
  525. <div style="margin-top: 15px;"></div>
  526.  
  527. <a href="{ReblogURL}">REBLOG</a>
  528.  
  529. //
  530.  
  531. <a href="{Permalink}">{Notecount}</a>
  532.  
  533. </center>
  534.  
  535. {/block:IndexPage}
  536.  
  537. {/block:Text}
  538.  
  539. {block:Photo}
  540.  
  541. {block:IndexPage}
  542.  
  543. <div id="fb-root"></div>
  544. <script>(function(d, s, id) {
  545.   var js, fjs = d.getElementsByTagName(s)[0];
  546.   if (d.getElementById(id)) return;
  547.   js = d.createElement(s); js.id = id;
  548.   js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  549.   fjs.parentNode.insertBefore(js, fjs);
  550. }(document, 'script', 'facebook-jssdk'));</script>
  551.  
  552. {LinkOpenTag}
  553.  
  554. <div class="photo">
  555.  
  556. <a href="{permalink}">
  557.  
  558. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  559.    
  560. </div>
  561.  
  562. {LinkCloseTag}
  563.  
  564. <div class="like">
  565.  
  566. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
  567.    
  568. </div>
  569.  
  570. </div>
  571.  
  572. <div class="permas">
  573.  
  574. <a href="{ReblogURL}">REBLOG</a>
  575.  
  576. </div>
  577.  
  578. <div class="perma">
  579.  
  580. <a href="{Permalink}">{Notecount}</a>
  581.  
  582. </div>
  583.  
  584. {/block:IndexPage}
  585.  
  586. {block:PermalinkPage}
  587.  
  588. {LinkOpenTag}
  589.  
  590. <a href="{permalink}">
  591.  
  592. <img class="photo" src="{PhotoURL-HighRes}" width="100%"/></a>
  593.  
  594. {LinkCloseTag}
  595.  
  596. {/block:PermalinkPage}
  597.  
  598. {/block:Photo}
  599.  
  600. {block:Photoset}
  601.  
  602. {Photoset-250}
  603.  
  604. {block:IndexPage}
  605.  
  606. <center>
  607.  
  608. <div style="margin-top: 15px;"></div>
  609.  
  610. <a href="{ReblogURL}">REBLOG</a>
  611.  
  612. //
  613.  
  614. <a href="{Permalink}">{Notecount}</a>
  615.  
  616. </center>
  617.  
  618. {/block:IndexPage}
  619.  
  620. {/block:Photoset}
  621.  
  622. {block:Quote}
  623.  
  624. {Quote}
  625.  
  626. <div align="right">
  627.  
  628. {block:Source}
  629.  
  630. <div class="title">
  631.  
  632. {Source}
  633.    
  634. </div>
  635.  
  636. {/block:Source}
  637.    
  638. </div>
  639.  
  640. {block:IndexPage}
  641.  
  642. <center>
  643.  
  644. <div style="margin-top: 15px;"></div>
  645.  
  646. <a href="{ReblogURL}">REBLOG</a>
  647.  
  648. //
  649.  
  650. <a href="{Permalink}">{Notecount}</a>
  651.  
  652. </center>
  653.  
  654. {/block:IndexPage}
  655.  
  656. {/block:Quote}
  657.  
  658. {block:Video}
  659.  
  660. {Video-250}
  661.  
  662. <br>
  663.  
  664. {PlayCountWithLabel}
  665.  
  666. {block:IndexPage}
  667.  
  668. <center>
  669.  
  670. <div style="margin-top: 15px;"></div>
  671.  
  672. <a href="{ReblogURL}">REBLOG</a>
  673.  
  674. //
  675.  
  676. <a href="{Permalink}">{Notecount}</a>
  677.  
  678. </center>
  679.  
  680. {/block:IndexPage}
  681.  
  682. {/block:Video}
  683.  
  684. {block:Link}
  685.  
  686. <div class="title">
  687.  
  688. <a title="{name}" href="{URL}" class="link" {Target}>
  689.  
  690. {Name}
  691.    
  692. </a>
  693.    
  694. </div>
  695.  
  696. <br>
  697.  
  698. {block:Description}
  699.  
  700. {Description}
  701.  
  702. {/block:Description}
  703.  
  704. {block:IndexPage}
  705.  
  706. <center>
  707.  
  708. <div style="margin-top: 15px;"></div>
  709.  
  710. <a href="{ReblogURL}">REBLOG</a>
  711.  
  712. //
  713.  
  714. <a href="{Permalink}">{Notecount}</a>
  715.  
  716. </center>
  717.  
  718. {/block:IndexPage}
  719.  
  720. {/block:Link}
  721.  
  722. {block:Chat}
  723.  
  724. {block:Lines}
  725.  
  726. {block:Label}
  727.  
  728. <br>
  729.  
  730. {Label}
  731.  
  732. {/block:Label}
  733.  
  734. &nbsp;
  735.  
  736. {Line}
  737.  
  738. {/block:Lines}
  739.  
  740. {block:IndexPage}
  741.  
  742. <center>
  743.  
  744. <div style="margin-top: 15px;"></div>
  745.  
  746. <a href="{ReblogURL}">REBLOG</a>
  747.  
  748. //
  749.  
  750. <a href="{Permalink}">{Notecount}</a>
  751.  
  752. </center>
  753.  
  754. {/block:IndexPage}
  755.  
  756. {/block:Chat}
  757.  
  758. {block:Audio}
  759.  
  760. {AudioPlayerWhite}
  761.  
  762. <br>
  763.  
  764. <div align="right">
  765.  
  766. {block:Artist}
  767.  
  768. Artist: {Artist}
  769.    
  770. </div>
  771.  
  772. {/block:Artist}
  773.  
  774. <br>
  775.  
  776. {block:Caption}
  777.  
  778. {Caption}
  779.  
  780. {/block:Caption}
  781.  
  782. {block:IndexPage}
  783.  
  784. <center>
  785.  
  786. <div style="margin-top: 15px;"></div>
  787.  
  788. <a href="{ReblogURL}">REBLOG</a>
  789.  
  790. //
  791.  
  792. <a href="{Permalink}">{Notecount}</a>
  793.  
  794. </center>
  795.  
  796. {/block:IndexPage}
  797.  
  798. {/block:Audio}
  799.  
  800. {block:Answer}
  801.  
  802. <a href="http://{PlaintextAsker}.tumblr.com">
  803.  
  804. <img src="{askerportraiturl-128}" height="30px" style="position: absolute; left: 5px; top: 5px;">
  805.  
  806. </a>
  807.  
  808. <div style="margin-left: 35px; background-color: #ccc; border-radius: 0px 10px 10px 10px; padding: 8px;">
  809.  
  810. {Question}
  811.  
  812. </div>
  813.  
  814. <br>
  815.  
  816. <img src="{portraiturl-128}" height="30px" style="position: absolute; right: 5px; bottom: 5px;">
  817.  
  818. <div style="margin-right: 35px; text-align: right;">
  819.  
  820. {Answer}
  821.  
  822. </div>
  823.  
  824. {/block:Answer}
  825.  
  826. {block:PermalinkPage}
  827.  
  828. <div class="pns">
  829.  
  830. {block:Caption}
  831.  
  832. {Caption}
  833.  
  834. {/block:Caption}
  835.  
  836. <br>
  837.  
  838. Posted {Timeago} with {NoteCountWithLabel}
  839.  
  840. <p>
  841.  
  842. {block:PostNotes}
  843.  
  844. <div style=" height: 70%; overflow: auto !important;">
  845.  
  846. {PostNotes}
  847.  
  848. </div>
  849.  
  850. {/block:PostNotes}
  851.  
  852. </div>
  853.  
  854. </div>
  855.  
  856. {/block:PermalinkPage}
  857.  
  858. </div>
  859.  
  860. {/block:Posts}
  861.  
  862. {block:IndexPage}
  863.  
  864. {block:Pagination}
  865.  
  866. <div id="pagination">
  867.  
  868. {block:NextPage}
  869.  
  870. <a style="display:none;" id="nextPage" href="{NextPage}">
  871.  
  872. &nbsp;&rarr;
  873.    
  874. </a>
  875.  
  876. {/block:NextPage}
  877.  
  878. {block:PreviousPage}
  879.  
  880. <a style="display:none;" href="{PreviousPage}">
  881.  
  882. &larr;&nbsp;
  883.  
  884. </a>
  885.  
  886. {/block:PreviousPage}
  887.    
  888. </div>
  889.  
  890. {/block:Pagination}
  891.  
  892. {/block:IndexPage}
  893.  
  894. </body>
  895.    
  896. </center>
  897.    
  898. </a>
  899.  
  900. <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
  901.  
  902. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement