Advertisement
Guest User

Theme Pêssego🌙

a guest
Jul 28th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.  
  5.  
  6.  
  7.  
  8. <title>{title}</title>
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link rel="shortcut icon" href="http://i12.photobucket.com/albums/a213/superkate_2468/favicon-1-2.png" />
  11. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  12. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  13.  
  14.  
  15. <meta name="if:ShowCaption" content="1">
  16. <meta name="color:bg color" content="#fefefe" />
  17. <meta name="color:scrollbar color" content="#edf8fe" />
  18. <meta name="color:title bg color" content="#edf8fe" />
  19. <meta name="color:border color" content="#f0f0f0" />
  20. <meta name="color:sidebar bg color" content="#ffffff" />
  21. <meta name="color:description left border color" content="#edf8fe" />
  22. <meta name="color:post bg color" content="#ffffff" />
  23. <meta name="color:post border color" content="#edf8fe" />
  24. <meta name="color:selection color" content="#edf8fe" />
  25. <meta name="text:link one name" content="index" />
  26. <meta name="text:link one url" content="/" />
  27. <meta name="text:link two name" content="ask" />
  28. <meta name="text:link two url" content="/ask" />
  29. <meta name="text:link three name" content="past" />
  30. <meta name="text:link three url" content="/archive" />
  31. <meta name="text:link four name" content="nav" />
  32. <meta name="text: link four url" content="/" />
  33.  
  34.  
  35. <meta name="text:title font size" content="13" />
  36. <meta name="text:post font size" content="9" />
  37. <meta name="image:bg image" content="/" />
  38. <meta name="image:sidebar image" content="http://36.media.tumblr.com/f651f37d4746350ca4c7ccc54fa422a1/tumblr_o2k15731k61tmlqbco1_500.png" />
  39. <meta name="select:font" content="open sans" title="open sans" />
  40. <meta name="select:font" content="consolas" title="consolas" />
  41. <meta name="select:font" content="karla" title="karla" />
  42. <meta name="select:font" content="amble" title="amble" />
  43. <meta name="select:font" content="arial" title="arial" />
  44.  
  45. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48.  
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("a[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:90,
  56. tip_fade_speed:600,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63.  
  64.  
  65.  
  66.     <style type="text/css">
  67.     @font-face {font-family: "consolas"; src: url('https://dl.dropboxusercontent.com/s/p36eqkb69yb4r9i/Consolas.ttf'); }
  68.     @font-face {font-family: "amble"; src: url('https://dl.dropboxusercontent.com/s/3il8i2ohwbtcqna/Amble-Regular.ttf'); }
  69.         @font-face {font-family: "karla"; src: url('https://dl.dropboxusercontent.com/s/r8h2qs0ab3fmdaa/Karla-Regular.ttf'); }
  70.    
  71.    
  72.  
  73.    
  74.    
  75.    
  76.    
  77.    
  78.     ::-webkit-scrollbar {
  79.         width: 6px;
  80.         height: 6px;
  81. }
  82.  
  83.     ::-webkit-scrollbar-button {
  84.         width: 0px;
  85.         height: 0px;
  86. }
  87.  
  88.     ::-webkit-scrollbar-thumb {
  89.         background: {color:scrollbar color};
  90.         border-radius: 3px;
  91. }
  92.  
  93.     ::-webkit-scrollbar-thumb:hover {
  94.         background: {color:scrollbar color};
  95. }
  96.  
  97.     ::-webkit-scrollbar-thumb:active {
  98.         background: {color:scrollbar color};
  99. }
  100.  
  101.     ::-webkit-scrollbar-track {
  102.         background: #ffffff;
  103.         border-radius: 3px;
  104. }
  105.  
  106.     ::-webkit-scrollbar-track:hover {
  107.         background: #ffffff;
  108. }
  109.  
  110.     ::-webkit-scrollbar-track:active {
  111.         background: #ffffff;
  112. }
  113.  
  114.     ::-webkit-scrollbar-corner {
  115.         background: transparent;
  116. }
  117.    
  118.     body {
  119.         margin: 0px;
  120.         padding: 0px;
  121.         background: {color:bg color} url('{image:bg image}') fixed;
  122.         font-family: {select:font};
  123.     }
  124.    
  125.    
  126.     a {
  127.        color: #888888;
  128.        text-decoration: none;
  129.     }
  130.    
  131.    
  132.    
  133.  
  134.    
  135.      #titlebar {
  136.         position: fixed;
  137.         width: 138px;
  138.         height: 25px;
  139.         background-color: {color:title bg color};
  140.         border: 1px solid {color:border color};
  141.         left: 190px;
  142.         top: 310px;
  143.         border-radius: 12px 12px 0px 0px;
  144.         z-index: 99999;
  145.      
  146.     }
  147.    
  148.    
  149.    
  150.    
  151.       #btitle {
  152.         font-family: {select:font};
  153.         font-size: {text:title font size}px;
  154.         color: #a3a3a3;
  155.         padding: 5px 3px 3px 11px;
  156.      
  157.     }
  158.    
  159.  
  160.    
  161.    
  162.     .permatext{
  163. display:block;
  164. margin-top:1px;
  165. margin-bottom:3px;
  166. width:246px;
  167. height:17px;
  168. line-height:15px;
  169. text-align:center;
  170. background:#FFFFF;
  171. }
  172.  
  173.    
  174.    
  175.    
  176.     #sidebar {
  177.         position: fixed;
  178.         height: 103px;
  179.         width: 138px;
  180.         background-color: {color:sidebar bg color};
  181.         border: 1px solid {color:border color};
  182.         left: 190px;
  183.         top: 340px;
  184.         z-index: 9999;
  185.     }
  186.    
  187.    
  188.     #sidebar-desc {
  189.         position: fixed;
  190.         height: 50px;
  191.         width: 120px;
  192.         background-color: {color:sidebar bg color};
  193.         border: 1px solid {color:border color};
  194.         z-index: 9999999;
  195.         left: 90px;
  196.         top: 420px;
  197.         border-left: 7px solid {color:description left border color};
  198.         z-index: 9999;
  199.     }
  200.    
  201.    
  202.     #sidebard {
  203.         font-family: {select:font};
  204.         font-size: 10px;
  205.         padding: 4px 0px 4px 4px;
  206.         height: 40px;
  207.         width: 115px;
  208.         background-color: {color:sidebar bg color};
  209.         overflow: auto;
  210.         color: #888888;
  211.     }
  212.    
  213.     .sidebimg {
  214.         max-height: 90px;
  215.         max-width: 160px;
  216.         display: block;
  217.         margin: 0 auto;
  218.         margin-top: 12px;
  219.     }
  220.    
  221.     #position-menu-bar {
  222.         position:fixed;
  223.         left: 330px;
  224.         top: 305px;
  225.         z-index:99999999;
  226.         -webkit-transition: all 0.8s ease;
  227.         -moz-transition: all 0.8s ease;
  228.         -o-transition: all 0.8s ease;
  229. }
  230.  
  231.     .menu-bar {
  232.         display:block;
  233.         width:35px;
  234.         height:30px;
  235.         -webkit-transition: all 0.5s ease;
  236.         -moz-transition: all 0.5s ease;
  237.         -o-transition: all 0.5s ease;
  238. }
  239.  
  240.     .menu-bar img {
  241.         width:10px;
  242.         height:10px;
  243.         margin-top: 9px;
  244.         margin-left: 10px;
  245. }
  246.  
  247.  
  248.     .mb {
  249.         font-size: 9px;
  250.         text-align: left;
  251.         line-height: 18px;
  252.         -webkit-transition: all 0.7s ease;
  253.         -moz-transition: all 0.7s ease;
  254.         -o-transition: all 0.7s ease;
  255.         border-bottom: 1px solid #dedede;
  256.         padding-bottom: 1px;
  257.        
  258. }
  259.    
  260.     .mb:hover {
  261.         color: #b5b5b5;
  262. }
  263.  
  264.     #more-bar {
  265.         display:block;
  266.         opacity:0;
  267.         position:absolute;
  268.         padding:12px;
  269.         margin-top:2px;
  270.         margin-left:-251px;
  271.         width:70px;
  272.         text-align:center;
  273.         background-color:{color:sidebar bg color};
  274.         color:#f0f0f0;
  275.         border: 1px solid {color:border color};
  276.         -webkit-transition: all 0.7s ease;
  277.         -moz-transition: all 0.7s ease;
  278.         -o-transition: all 0.7s ease;
  279. }
  280.  
  281.  
  282.     #position-menu-bar:hover #more-bar {
  283.         margin-left: 21px;
  284.         opacity:1;
  285. }
  286.  
  287.  
  288.     #triangle {
  289.         width:0;
  290.         height:0;
  291.         border-top:10px solid {color:post border color};
  292.         border-right:10px solid transparent;
  293.         position:absolute;
  294.         margin-top:-17px;
  295.         margin-left:-6px;
  296.         opacity:1;
  297.         -webkit-transform:rotate(45deg);
  298.         -moz-transform:rotate(45deg);
  299.         -o-transform: rotate(45deg);
  300.     }
  301.    
  302.    
  303.     #post {
  304.         width: 250px!important;
  305.         padding: 15px;
  306.         margin-left: 540px;
  307.         left: 540px;
  308.         margin-top: 35px;
  309.         margin-bottom: 35px;
  310.         background-color: {color:post bg color};
  311.         border: 1px solid {color:border color};
  312.         font-family: {select:font};
  313.         color: #888888;
  314.         font-size: {text:post font size}px!important;
  315.         border-bottom: 4px solid {color:post border color};
  316.         opacity: .7;
  317.         -webkit-transition: all 0.5s ease;
  318.         -moz-transition: all 0.5s ease;
  319.         -o-transition: all 0.5s ease;
  320. }
  321.  
  322.     #post img {
  323.         max-width: 250px!important;
  324.         overflow: hidden;
  325.     }
  326.  
  327.     #post:hover {
  328.         opacity: 1;
  329. }
  330.  
  331.     #post a {
  332.         border-bottom: 1px solid #dedede;
  333.         padding-bottom: 1px;
  334.         color: #888888;
  335.         font-size: 8px;
  336. }
  337.  
  338.     h1 {
  339.         font-size: 10px;
  340.         color: #888888;
  341.         text-transform: uppercase;
  342. }
  343.    
  344.     h1 a {
  345.         font-size: 15px;
  346.         text-decoration: none;
  347.         color: #888888;
  348. }
  349.  
  350.     #quote {
  351.             font: 13px consolas;
  352.             text-align: left;
  353.             display: block;
  354.             font-variant: small-caps;
  355. }
  356.  
  357.     #audio {
  358.             background: #ffffff;
  359.             width: 250px;
  360.             display: block;
  361.             padding-bottom: 20px;
  362. }
  363.  
  364.     .caption {
  365.             font-size: 8px;
  366.             text-align: right;
  367.             font-family: {select:font};
  368.             display:block;
  369.             border-right:4px solid {color:post border color};
  370.             padding-right:7px;
  371.             text-transform: uppercase;
  372.             letter-spacing: 1px;
  373. }
  374.  
  375.     .caption img {
  376.             max-width:250px;
  377. }
  378.  
  379.  
  380.     #date, #rebloglink, #rebloglink a, #date a, #notecount a  {
  381.             color: {color:post border color};
  382.             text-decoration:none;
  383.             border: none;
  384. }
  385.  
  386.  
  387.     #rebloglink a, #date a, #notecount a {
  388.         font-size: 13px;
  389.         font-family: consolas;
  390. }
  391.  
  392.     #info {
  393.             width:250px;
  394.             padding:0px 5px;
  395.             margin-left:540px!important;
  396.             margin-top: -25px;
  397.             text-transform: uppercase;
  398.             letter-spacing:1px;
  399.             font: 8px/8px Consolas, arial, helvetica, sans-serif;
  400.             color: #888888;
  401. }
  402.  
  403.     #info a, #note a {
  404.             color: #a3a3a3;
  405.             text-decoration:none;
  406. }
  407.  
  408.     #note {
  409.             width: 277px;
  410.             max-height: 200px;
  411.             overflow: auto;
  412.             border: 1px solid {color:border color};
  413.             margin-left:543px!important;
  414.             margin-top: 40px !important;
  415.             color: #888888;
  416.             font-family: {select:font};
  417.             margin-bottom: 30px;
  418. }
  419.  
  420.  
  421.     #btitle a {
  422.         text-decoration: none;
  423.         color: #b0b0b0;
  424. }
  425.  
  426.     #s-m-t-tooltip {
  427.         max-width:300px;
  428.         background-color:#ffffff;
  429.         border: 1px solid #f0f0f0;
  430.         font-family: consolas;
  431.         font-size: 8px;
  432.         color: #888888;
  433.         letter-spacing: 1px;
  434.         padding:3px 4px 3px 4px;
  435.         margin:20px 0px 0px 20px;
  436.         z-index:999999999999999999999999999999999999;
  437.         border-radius: 2px;
  438. }
  439.  
  440.  
  441.     #ab {
  442.         text-transform: uppercase;
  443.         letter-spacing: 1px;
  444.         font-size: 10px;
  445.         padding-bottom: 4px;
  446.    
  447. }
  448.  
  449.     #ba {
  450.         padding-top: 8px;
  451.    
  452. }
  453.  
  454.  
  455.      #note li {
  456.         list-style-type: none;
  457.         padding: 4px 0px 4px 0px;
  458.         text-align:left;
  459.         margin-left: -30px;
  460.         border-bottom:1px solid {color:post border color};
  461.         line-height:120%;
  462.         -moz-transition-duration:0.5s;
  463.         -webkit-transition-duration:0.5s;
  464.         -o-transition-duration:0.5s;
  465.         font-size: 8px;
  466.         word-spacing: 2px;
  467. }
  468.  
  469.     #note img {
  470.         display:none!important;
  471. }
  472.  
  473.     #information {
  474.         width: 120px;
  475.         height: 120px;
  476.         position: absolute;
  477.         margin-left: 280px!important;
  478.         margin-top: 0px;
  479.         text-align: left;
  480.         font-variant: none!important;
  481.         color: #edf8fe;
  482. }
  483.  
  484.  
  485.     #date {
  486.         width: 12px;
  487.         height: 12px;
  488.         background-color: {color:post border color};
  489.         color: #edf8fe;
  490.         margin-bottom: 8px;
  491.         opacity: 0;
  492.         -webkit-transition: all .2s ease-in-out;
  493.         transition: all .2s ease-in-out;
  494. }
  495.    
  496.  
  497.     #notecount {
  498.         width: 12px;
  499.         height: 12px;
  500.         margin-bottom: 8px;
  501.         background-color: {color:post border color};
  502.         color: #edf8fe;
  503.         opacity: 0;
  504.         -webkit-transition: all .8s ease-in-out;
  505.         transition: all .8s ease-in-out;
  506.  }
  507.  
  508.     #rebloglink {
  509.         width: 12px;
  510.         height: 12px;
  511.         background-color: {color:post border color};
  512.         color: #edf8fe;
  513.         opacity: 0;
  514.         -webkit-transition: all 1.2s ease-in-out;
  515.         transition: all 1.2s ease-in-out;
  516.     }
  517.  
  518.  
  519.     #post:hover #date {
  520.         opacity: 1;
  521. }
  522.  
  523.     #post:hover #notecount {
  524.         opacity: 1;
  525. }
  526.  
  527.     #post:hover #rebloglink {
  528.         opacity: 1;
  529. }
  530.  
  531.  
  532.     #pagination {
  533.         text-align: center;
  534.         font: 12px consolas;
  535.         width: 250px;
  536.         background-color: #ffffff;
  537.         border: 1px solid {color:border color};
  538.         border-top: 2px solid {color:post border color};
  539.         margin-left: 540px!important;
  540.         margin-top: 50px;
  541.         margin-bottom: 25px;
  542.         padding: 15px;
  543.         word-spacing: 5px;
  544. }
  545.  
  546.     #pagination a {
  547.         color: #8a8a8a;
  548.         -webkit-transition: all 0.8s ease;
  549.         -moz-transition: all 0.8s ease;
  550.         -o-transition: all 0.8s ease;
  551. }
  552.  
  553.     #pagination a:hover {
  554.         color: #ababab;
  555. }
  556.  
  557.     .current_page {
  558.         color: #888888;
  559. }
  560.  
  561.  
  562.     ::selection {
  563.     background: {color:selection color};
  564.     color: #888888;
  565. }
  566.  
  567.     ::-moz-selection {
  568.     background: {color:selection color};
  569.     color: #888888;
  570. }
  571.  
  572.     ::-webkit-selection {
  573.     background: {color:selection color};
  574.     color: #888888;
  575. }
  576.  
  577.     body, #post{
  578.         cursor:url(https://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  579. }
  580.  
  581.     a, a:hover, a:active {
  582.         cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
  583. }
  584.  
  585.     #tagstyle {
  586.         width: 250px;
  587.         display: inline;  
  588.         margin-top: 5px;
  589.         font-size: 8px;
  590.         color: #888888;
  591.         text-transform: uppercase;
  592.         letter-spacing: 1px;
  593. }
  594.  
  595.     #credit {
  596.         height: 20px;
  597.         width: 25px;
  598.         font-family: consolas;
  599.         font-size: 10px;
  600.         color: #888888;
  601.         position: fixed;
  602.         right: 25px;
  603.         bottom: 10px;
  604.         -webkit-transition: all 0.8s ease;
  605.         -moz-transition: all 0.8s ease;
  606.         -o-transition: all 0.8s ease;
  607. }
  608.  
  609.     #credit:hover {
  610.         letter-spacing: 3px;
  611. }
  612.  
  613.  
  614. .planeta{right:15px; bottom: 3px; text-align: center; text-decoration: none; position:fixed;}
  615.  
  616. .planeta:hover{opacity:0.6;-moz-transition:all 1.2s;-o-transition:all 1.2s;-webkit-transition:all 1.2s;}
  617.  
  618.  
  619. #editthis{
  620.     /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  621.     position: fixed;
  622.     top:400px; /* YOU CAN CHANGE THIS TO BOTTOM */
  623.     left:340px; /* YOU CAN CHANGE THIS TO RIGHT */
  624.     z-index:99;}
  625.    
  626. /* I DON'T RECOMMEND TOUCHING THIS STUFF */
  627. #music1{
  628.    position:fixed;
  629.    padding:2px;
  630.    -webkit-transition: all 0.5s ease-in-out;
  631.    -moz-transition: all 0.5s ease-in-out;
  632.    -o-transition: all 0.5s ease-in-out;}
  633.    
  634. #music1:hover #music2{
  635.    opacity:0;
  636.    margin-top:-25px;
  637.    z-index:-1;}
  638.    
  639. #music1:hover #music3{
  640.    opacity:1;
  641.    margin-top:-5px;
  642.    z-index:99;}
  643.    
  644. #music1:hover #musiclist{
  645.    opacity:1;}
  646.    
  647. #music2{
  648.    /* THIS IS THE GIF DIV */
  649.    opacity:1;
  650.    background-color:#fff;
  651.    border:1px dotted #ccc;
  652.    padding:6px;
  653.    -webkit-transition: all 0.5s ease-in-out;
  654.    -moz-transition: all 0.5s ease-in-out;
  655.     -o-transition: all 0.5s ease-in-out;}
  656.    
  657. #music3{
  658.    /* THIS IS THE ACTUAL MUSIC PLAYER DIV */
  659.    opacity:0;
  660.    position:fixed;
  661.    background-color:#fff;
  662.    border:1px dashed #ccc;
  663.    width:55px;
  664.    height:20px;
  665.    z-index:99;
  666.    margin-left:-5px;
  667.    overflow:hidden;
  668.    -webkit-transition: all 0.5s ease-in-out;
  669.    -moz-transition: all 0.5s ease-in-out;
  670.     -o-transition: all 0.5s ease-in-out;}
  671.    
  672. #musiclist{
  673.    /* THIS IS THE PLAYLIST DIV */
  674.    opacity:0;
  675.    position:fixed;
  676.    padding:6px;
  677.    border:1px dashed #ccc;
  678.    margin-left:10px;
  679.    margin-top:10px;
  680.    font-family:consolas;
  681.    font-size:8px;
  682.    background-color:#fff;
  683.    width:120px;
  684.    color:#999;
  685.    text-transform:uppercase;
  686.    -webkit-transition: all 0.5s ease-in-out;
  687.    -moz-transition: all 0.5s ease-in-out;
  688.     -o-transition: all 0.5s ease-in-out;}
  689.    
  690. #musiclist h1{
  691.    /*THIS IS THE PLAYLIST TITLE SETTINGS*/
  692.    font-family:consolas;
  693.    font-size:11px;
  694.    margin-top:0px;
  695.    margin-bottom:2px;
  696.    font-style:normal;
  697.    font-weight:normal;
  698.    color:#0000; /*THIS IS THE PLAYLIST TITLE COLOR*/
  699.    border-bottom:1px dotted #ccc;
  700.    text-align:left;
  701.    text-transform:uppercase;}
  702.  
  703.  
  704.  
  705.    </style>
  706.    
  707.    
  708.  
  709.  
  710.    
  711.  
  712.    
  713.  
  714.    
  715.    
  716.    
  717. </head>
  718.  
  719. <body>
  720.  
  721.  
  722.  
  723.  
  724.  
  725. </div>
  726. </div>
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735. <div id="credit"><a href="" title=""><img src="http://66.media.tumblr.com/f97fd533b5d00829d4db074dfd30e8dd/tumblr_inline_mueoips9yT1qdlkyg.gif"></a></div>
  736.  
  737.  
  738.  
  739.  
  740.  
  741. <div id="titlebar">
  742.  
  743. <img src="http://media.tumblr.com/8de9bb5ee53b4d2f18bd9ef113094ad5/tumblr_inline_mowsqzOg121qz4rgp.png">
  744.  
  745. <div id="btitle">
  746. <a href="/"></a>
  747.  
  748. </div>
  749. </div>
  750.  
  751. <div id="sidebar">
  752. <div id="sideb">
  753. <img src="{image:sidebar image}" class="sidebimg">
  754.  
  755. </div>
  756.  
  757. </div>
  758.  
  759.  
  760.  
  761. <div id="sidebar-desc">
  762.    <div id="sidebard">
  763.        {block:description}{description}{/block:description}
  764.    </div>
  765.  
  766. </div>
  767.  
  768.  
  769.  
  770.  
  771.   <div id="position-menu-bar">
  772.    <div class="menu-bar">
  773.    <img src="http://media.tumblr.com/tumblr_m7eiwbMzzo1qdlkyg.gif"/>
  774.    </div>
  775.        <div id="more-bar"><a href="/">{title}</a><br>
  776.            <div id=""></div>
  777.            <a href="{text:link one url}" class="mb"><b><img src="http://media.tumblr.com/5815506768d4d344ad53727bbbce3d4d/tumblr_inline_mki9f7cJ2E1qz4rgp.png"></b> {text:link one name}</a>
  778. <br>            
  779.            <a href="{text:link two url}" class="mb"><b><img src="http://media.tumblr.com/4d928d1e14a16ce66883707b4f26bc78/tumblr_inline_mki9cwQptQ1qz4rgp.png"></b> {text:link two name}</a>
  780. <br>            
  781.            <a href="{text:link three url}" class="mb"><b><img src="http://media.tumblr.com/bb391c613198f73540428adce47a3472/tumblr_inline_mki9egNkuA1qz4rgp.png"></b> {text:link three name}</a>
  782. <br>            
  783.            <a href="{text:link four url}" class="mb"><b><img src="http://media.tumblr.com/dc509d775821ca213742175a4be52bef/tumblr_inline_mki9d4Wk5i1qz4rgp.png"></b> {text:link four name}</a>
  784.           </div>
  785.    </div>
  786.  
  787.  
  788.  
  789.  
  790. {block:Posts}
  791. <div id="post">
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800. {block:Text}
  801.        {block:Title}<h1>{Title}</h1>{/block:Title}
  802.        {Body}
  803. {/block:Text}
  804.  
  805. {block:Photo}
  806.        <img src="{PhotoURL-250}" />
  807.        {block:IfShowCaption}{block:caption}<span class="caption">{caption}</span>{/block:caption}{/block:IfShowCaption}
  808.        {block:IfNotShowCaption}{block:IfNotShowCaption}
  809. {/block:Photo}
  810.  
  811. {block:Photoset}
  812.        {Photoset-250}
  813.        {block:IfShowCaption}{block:caption}<span class="caption">{caption}</span>{/block:caption}{/block:IfShowCaption}
  814.        {block:IfNotShowCaption}{block:IfNotShowCaption}
  815. {/block:Photoset}
  816.  
  817.  
  818.  
  819. {block:Quote}
  820.        <div id="quote">{Quote}</div>
  821.        {block:Source}<div align="center">- {Source}</div>{/block:Source}
  822. {/block:Quote}
  823.  
  824.  
  825. {block:Link}
  826.        <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  827.        {block:Description}{Description}{/block:Description}
  828. {/block:Link}
  829.  
  830. {block:Chat}
  831.        <h1>{block:Title}{Title}{/block:Title}</h1>
  832.        {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  833. {/block:Chat}
  834.  
  835. {block:Audio}
  836.        <div id="audio">{AudioPlayerWhite}</div>
  837.        {block:IfShowCaption}{block:caption}<span class="caption">{caption}</span>{/block:caption}{/block:IfShowCaption}
  838.        {block:IfNotShowCaption}{block:IfNotShowCaption}
  839. {/block:Audio}
  840.  
  841. {block:Video}
  842.        {Video-250}
  843.        {block:IfShowCaption}{block:caption}<span class="caption">{caption}</span>{/block:caption}{/block:IfShowCaption}
  844.        {block:IfNotShowCaption}{block:IfNotShowCaption}
  845. {/block:Video}
  846.  
  847. {block:Answer}
  848.        <div id="ab">{Asker} asked:</div>{Question}
  849.        <div id="ba"><p>{Answer}</p></div>
  850. {/block:Answer}
  851.  
  852. {block:IndexPage}
  853. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a><font size="2"><img src="http://66.media.tumblr.com/tumblr_lkl6rrGBei1qfamg6.gif"></font> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  854. {/block:IndexPage}
  855.  
  856.  
  857. </div>
  858.  
  859.  
  860. {block:PermalinkPage}
  861. <div id="info">
  862. {ShortMonth} {DayOfMonthWithZero} +{block:NoteCount}{NoteCount}{/block:NoteCount} via: {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  863. {/block:RebloggedFrom} <br>
  864. <div id="tagstyle">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  865. </div>
  866. {block:PermalinkPage}
  867.  
  868.  
  869.  
  870. {block:PermalinkPage}
  871.        {block:PostNotes}
  872.                <div id="note">{PostNotes}</div>
  873.        {/block:PostNotes}
  874.        
  875. {/block:permalinkpage}
  876.  
  877. {/block:Posts}
  878.  
  879.  
  880.  
  881. {block:Pagination}
  882. <div id="pagination">
  883. {block:JumpPagination length="5"}
  884. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  885. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  886. {block:NextPage}<a href="{NextPage}" class="jump_page">♡</a>{/block:NextPage}
  887. {/block:Pagination}
  888. </div>
  889.  
  890.  
  891.  
  892. <div class="planeta">
  893. <a href="/" title="☆">
  894. <img src="https://67.media.tumblr.com/c27a3befb4da781c39530a5038c990f5/tumblr_ntpe7aUYLA1tk3u4no1_500.png"/></a>
  895. </div>
  896.  
  897.  
  898. </body>
  899. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement