Advertisement
ipads

Jessica Theme

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