Advertisement
Guest User

Theme Pêssego🌙

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