Advertisement
SeoulChan

Sleek

Jul 19th, 2015
1,739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 19.04 KB | None | 0 0
  1. <!---
  2.  _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.               __/ |          
  9.              |___/
  10.              
  11. Sleek theme by Anika (Ani) aka Kaiguk (http://kaiguk.tumblr.com/)
  12.  
  13. Please remember to follow the rules AND NOT steal anything because you don't
  14. have AN imagination OF your OWN.
  15.  
  16. If anything goes wrong or you have any questions, just let me know!
  17.  
  18. Happy Using AND Have a GOOD day!                
  19. --->
  20.  
  21. <!DOCTYPE html>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32.  
  33. <head>
  34.     <meta name="if:Grayscale" content="0"/>
  35.     <meta name="if:InfiniteScroll" content="1"/>
  36.     <meta name="if:ShowCaptions" content="0"/>
  37.     <meta name="if:ShowTags" content="0"/>
  38.    
  39.     <meta name="color:Bold" content="#ff7d7d"/>
  40.     <meta name="color:Italic" content="#c3d847"/>
  41.     <meta name="color:underline" content="#4dbce9"/>
  42.     <meta name="color:Bg" content="#ffffff">
  43.     <meta name="color:Text" content="#888888">
  44.     <meta name="color:Link" content="#cccccc">
  45.     <meta name="color:Hover" content="#eeeeee">
  46.     <meta name="color:Accent" content="#000000">
  47.     <meta name="color:Top" content="#000000">
  48.     <meta name="color:Toplink" content="#888888">
  49.     <meta name="color:Toplink bg" content="#eeeeee">
  50.     <meta name="color:Toplink hover" content="#000000">
  51.     <meta name="color:Title" content="#ffffff">
  52.     <meta name="color:Title bg" content="#000000">
  53.     <meta name="color:Desc bg" content ="#000000"/>
  54.     <meta name="color:Desc text" content ="#ffffff"/>
  55.     <meta name="color:Border" content="#fafafa">
  56.     <meta name="color:Post" content="#fafafa">
  57.     <meta name="color:Post bg" content="#cccccc">
  58.     <meta name="color:Post link" content="#fafafa">
  59.     <meta name="color:Tags" content="#000000">
  60.     <meta name="color:Tags bg" content="#fffaad">
  61.     <meta name="color:Scrollbar" content="#454545">
  62.     <meta name="color:Caption bg" content="#f6f6f6"/>
  63.     <meta name="color:Caption border" content="#eeeeee"/>
  64.     <meta name="color:Caption" content="#888888"/>
  65.     <meta name="color:Linktitlebg" content="#eeeeee"/>
  66.     <meta name="color:Linktitletext" content="#888888"/>
  67.     <meta name="color:Selection bg" content="#eeeeee"/>
  68.     <meta name="color:Selection text" content="#888888"/>
  69.    
  70.     <meta name="text:Side title" content="Title Here"/>
  71.  
  72.     <meta name="image:Sidebar" content=""/>
  73.     <meta name="image:Post bg" content=""/>
  74.     <meta name="image:Bg" content=""/>
  75.  
  76.  
  77.     <meta name="text:link1" content="">
  78.     <meta name="text:link1 url" content="/">
  79.     <meta name="text:link2" content="">
  80.     <meta name="text:link2 url" content="/">
  81.     <meta name="text:link3" content="">
  82.     <meta name="text:link3 url" content="/">
  83.     <meta name="text:link4" content="">
  84.     <meta name="text:link4 url" content="/">
  85.     <meta name="text:link5" content="">
  86.     <meta name="text:link5 url" content="/">
  87.    
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89.  
  90. <script>$(document).ready(function(){$(".slidingDiv").hide();
  91. $(".show_hide").show();
  92. $('.show_hide').toggle(function(){$(".slidingDiv").slideDown(function(){
  93. $("#navigation").text("navigation")});
  94. },function(){$(".slidingDiv").slideUp(function(){$("#navigation").text("navigation")});});});</script>
  95.  
  96. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  97. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  98. <script>
  99. (function($){
  100. $(document).ready(function(){
  101. $("[title]").style_my_tooltips();
  102. });
  103. })(jQuery);
  104. </script>
  105.  
  106. <style type="text/css">
  107.  
  108.    
  109. ::-webkit-scrollbar{
  110.     height: 9px;
  111.     width: 5px;
  112.     -webkit-border-radius:0px;
  113.     background-color:{color:background};
  114.     }
  115.    
  116. ::-webkit-scrollbar-thumb{
  117.     background-color:{color:scrollbar};
  118.     }
  119.    
  120. ::-webkit-scrollbar-track{
  121.     background-color:{color:bg};
  122.     }
  123.  
  124. body {
  125.     font-family:courier;
  126.     font-weight:normal;
  127.     background-color:{color:bg};
  128.     background-image:url('{image:bg}');
  129.     background-attachment:fixed;
  130.     font-size:9.5px;
  131.     text-transform:uppercase;
  132.     line-height:20px;
  133.     }
  134.    
  135. a {
  136.     text-decoration:none;
  137.     -moz-transition-duration:0.5s;
  138.     -webkit-transition-duration:0.5s;
  139.     -o-transition-duration:0.5s;
  140.     color:{color:link};
  141.     }
  142.    
  143. a:hover {
  144.     text-decoration:none;
  145.     -moz-transition-duration:0.5s;
  146.     -webkit-transition-duration:0.5s;
  147.     -o-transition-duration:0.5s;
  148.     color:{color:hover};
  149.     }
  150.    
  151. b,strong{
  152.     color:{color:bold};
  153.     }
  154.  
  155. i,em{
  156.     color:{color:italic};
  157.     }
  158.  
  159. u{
  160.     color:{color:underline};
  161.     }
  162.  
  163. h1 {
  164.     font-size:9.5px;
  165.     text-transform:uppercase;
  166.     letter-spacing:1px;
  167.     font-weight:normal;
  168.     text-align:center;
  169.     border-bottom:1px solid {color:Accent};
  170.     }
  171.  
  172. h2 {
  173.     letter-spacing:2px;
  174.     padding:5px;
  175.     background:{color:Accent};
  176.     }
  177.  
  178.  
  179. blockquote {
  180.     margin-left:1px;
  181.     padding:3px;
  182.     border-left:2px solid {color:Accent};
  183.     }
  184.    
  185. #hold {
  186.     left:10%;
  187.     margin-left:300px;
  188.     position:absolute;
  189.     }
  190.    
  191. #top{
  192.     background:{color:top};
  193.     top:0px;
  194.     left:0px;
  195.     position:fixed;
  196.     width:100%;
  197.     height:30px;
  198.     z-index:1;
  199.     }
  200.  
  201. #sidetitle{
  202.     width:300px;
  203.     padding:5px;
  204.     margin-left:-90px;
  205.     margin-top:-50px;
  206.     font-size:15px;
  207.     letter-spacing:2px;
  208.     font-weight:bold;
  209.     background:{color:title bg};
  210.     color:{color:title};
  211.     position:fixed;
  212.     }  
  213.    
  214. #sidebar {
  215.     padding:10px;
  216.     position:fixed;
  217.     margin-left:-200px;
  218.     margin-top:230px;
  219.     }
  220.    
  221. #sidebar img {
  222.     width:60px;
  223.     height:60px;
  224.     margin-left:-170px;
  225.     margin-top:-50px;
  226.     position:fixed;
  227.     }
  228.    
  229. #desc {
  230.     width:300px;
  231.     margin-top:-10px;
  232.     margin-left:-90px;
  233.     text-align:justify;
  234.     color:{color:text};
  235.     }
  236.    
  237. .desc {
  238.     line-height:180%;
  239.     background:{color:desc bg};
  240.     color:{color:desc text};
  241.     }
  242.        
  243. #icons{
  244.     margin-left:0px;
  245.     margin-top:7px;
  246.     position:fixed;
  247.     }  
  248.  
  249. #icons a{
  250.     margin-left:20px;
  251.     }
  252.    
  253. .navigation {
  254.     width:100px;
  255.     margin-left:100px;
  256.     margin-top:4px;
  257.     position:fixed;
  258.     }
  259.  
  260. .navigation a {
  261.     margin-bottom:5px;
  262.     border-radius:5px;
  263.     background:{color:toplink bg};
  264.     color:{color:toplink};
  265.     font-size:9.5px;
  266.     text-align:center;
  267.     text-transform:uppercase;
  268.     display:block;
  269.     }
  270.  
  271. .navigation a:hover{
  272.     background:{color:toplink hover};
  273.     }
  274.  
  275. .show_hide {
  276.     display:none;
  277.     }
  278.    
  279. #navititle{
  280.     margin-top:-25px;
  281.     font-size:11px;
  282.     letter-spacing:3px;
  283.     background:{color:top};
  284.     color:#aaa;
  285.     }  
  286.    
  287. #navititle:hover{
  288.     cursor:help;
  289.     }
  290.    
  291. {block:IfNotInfiniteScroll}
  292. #pagi {
  293.     width:200px;
  294.     height:30px;
  295.     font-size:16px;
  296.     text-align:center;
  297.     bottom:0px;
  298.     left:120px;
  299.     z-index:1;
  300.     position:absolute;
  301.     background:{color:post bg};
  302.     background-image:url('{image:post bg}');
  303.     background-attachment:fixed;
  304.     }
  305.    
  306. #pagi a{
  307.     font-size:16px;
  308.     margin-left:5px;
  309.     color:#fff;
  310.     }
  311. {/block:IfNotInfiniteScroll}
  312.    
  313. {block:IfGrayscale}
  314. img{
  315.     filter:gray;
  316.     -webkit-filter: grayscale(100%);
  317.     -webkit-transition: all 0.5S ease-in-out;
  318.     -moz-transition: all 0.5S ease-in-out;
  319.     -o-transition: all 0.5S ease-in-out;
  320.     -ms-transition: all 0.5S ease-in-out;
  321.     transition: all 0.5S ease-in-out;    
  322.    }
  323.  
  324. img:hover{
  325.     filter:none;
  326.     -webkit-filter: grayscale(0%);
  327.     -webkit-transition: all 0.5S ease-in-out;
  328.     -moz-transition: all 0.5S ease-in-out;
  329.     -o-transition: all 0.5S ease-in-out;
  330.     -ms-transition: all 0.5S ease-in-out;
  331.     transition: all 0.5S ease-in-out;
  332.  }
  333.  
  334. .photo{
  335.     filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
  336.     filter: gray;
  337.     -webkit-filter: grayscale(100%);
  338.     -webkit-transition: all 0.5S ease-in-out;
  339.     -moz-transition: all 0.5S ease-in-out;
  340.     -o-transition: all 0.5S ease-in-out;
  341.     -ms-transition: all 0.5S ease-in-out;
  342.     transition: all 0.5S ease-in-out;
  343.  }
  344.  
  345. .photo:hover{
  346.     filter: none;
  347.     -webkit-filter: grayscale(0%);
  348.     -webkit-transition: all 0.7S ease-in-out;
  349.     -moz-transition: all 0.7S ease-in-out;
  350.     -o-transition: all 0.7S ease-in-out;
  351.  }
  352. {/block:IfGrayscale}
  353.  
  354.  
  355. #postcon {
  356.     margin-left:30px;
  357.     text-align:justify;
  358.     padding:40px;
  359.     color:{color:text};
  360.     background:{color:post bg};
  361.     background-image:url('{image:post bg}');
  362.     background-attachment:fixed;
  363.     }
  364.  
  365. #post {
  366.     word-break: normal;
  367.     max-width:260px;
  368.     margin-top:50px;
  369.     color:{color:text};
  370.     border:1px solid {color:border};
  371.     background:{color:post};
  372.     padding:20px;
  373.     }
  374.    
  375. #post img{
  376.     max-width:250px;
  377.     }
  378.    
  379. {block:IfShowCaptions}
  380. #captions {
  381.    margin-top: 10px;
  382.    padding:5px;
  383.    text-align:left;
  384.    background: {color:Caption bg};
  385.    border: 1px solid {color:Caption border};
  386.    color:{color:Caption};
  387.    }
  388. {/block:IfShowCaptions}
  389.  
  390. {block:IfNotShowCaptions}
  391. #captions {
  392.    display:none;
  393.    }
  394. {/block:IfNotShowCaptions}
  395.    
  396. #question {
  397.    text-align:left;
  398.    font-size:9.5px;
  399.    text-transform:uppercase;
  400.    }
  401.  
  402. .bubble {
  403.   position: relative;
  404.   background:{color:accent};
  405.   left:5px;
  406.   padding:5px;
  407.   text-align:justify;
  408.   -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  409.   -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  410.   box-shadow: 0px 0 1px rgba(0,0,0,0);
  411.   }
  412.  
  413. .bubble:after {
  414.   position: absolute;
  415.   display: block;
  416.   content: "";
  417.   border-left: 15px solid transparent;
  418.   border-right: 15px solid transparent;
  419.   border-style: solid;
  420.   border-width: 15px 15px 0px;
  421.   color:{color:accent};
  422.   }
  423.  
  424.    
  425. .player {
  426.     width:25px;
  427.     height:25px;
  428.     margin-top:5px;
  429.     border:3px solid {color:accent};
  430.     overflow:hidden;
  431.     position:absolute;
  432.     }
  433.  
  434. .audioinfo {
  435.     text-align:center;
  436.     margin-left:50px;
  437.     background:{color:accent};
  438.     padding:10px;
  439.     }
  440.  
  441. .postinfo {
  442.     font-size:11px;
  443.     font-weight:bold;
  444.     font-style:italic;
  445.     text-align:right;
  446.     letter-spacing:3px;
  447.     margin-top:20px;
  448.     padding:5px;
  449.     }
  450.  
  451. .postinfo a {
  452.     color:{color:post link};
  453.     }
  454.    
  455. .postinfo a:hover{
  456.     color:{color:hover};
  457.     }    
  458.  
  459. #perma {
  460.     padding:10px;
  461.     text-align:justify;
  462.     margin-top:10px;
  463.     height:auto;
  464.     padding:10px;
  465.     }
  466.    
  467. .note li {
  468.     list-style-type:none;
  469.     padding:10px 25px 10px 25px;
  470.     text-align:left;
  471.     margin:0px;
  472.     border-bottom:1px solid {color:accent};
  473.     -moz-transition-duration:0.5s;
  474.     -webkit-transition-duration:0.5s;
  475.     -o-transition-duration:0.5s;
  476.     }
  477.  
  478. .notes img {
  479.     display:none!important;
  480.     }
  481.    
  482. {block:IfShowTags}      
  483. .tags {
  484.     margin-left:-10px;
  485.     text-transform:uppercase;
  486.     }
  487.    
  488. .tags a {
  489.     margin-left:10px;
  490.     background:{color:tags bg};
  491.     font-size:9.5px;
  492.     color:{color:tags}
  493.     }
  494.  
  495. {/block:IfShowTags}  
  496.    
  497. ul.chat, .chat ol, .chat li {
  498.     list-style:none;
  499.     margin:0px;
  500.     padding:2px;
  501.     }
  502.    
  503. .label {
  504.     text-decoration:bold;
  505.     font-weight:700;
  506.     margin-right:5px;
  507.     }
  508.  
  509. ::selection {
  510.     background:{color:selection bg};
  511.     color:{color:selection text};
  512.     }
  513.  
  514. #s-m-t-tooltip {
  515.     z-index: 9999;
  516.     background: {color:LinkTitleBG};
  517.     font-size: 9.5px;
  518.     line-height: 11px;
  519.     letter-spacing: 1px;
  520.     text-transform: uppercase;
  521.     color: {color:LinkTitleText};
  522.     max-width: 150px;
  523.     word-wrap: break-word;
  524.     padding: 3px;
  525.     display: block;
  526.     margin: 24px 14px 7px 12px;
  527.     }
  528.    
  529. #ayo {
  530.     position:fixed;
  531.     left:10px;
  532.     bottom:10px;
  533.     text-transform:uppercase;
  534.     font-size:15px;
  535.     letter-spacing:1px;
  536.     padding:5px;
  537.     -webkit-transition: all 0.3s ease;
  538.     -moz-transition: all 0.3s ease;
  539.     -ms-transition: all 0.3s ease;
  540.     -o-transition: all 0.3s ease;
  541.     transition: all 0.3s ease;
  542.     }
  543.    
  544. #ayo a{
  545.     color:{color:accent};
  546.     }    
  547.  
  548.  #scrollToTop:link, #scrollToTop:visited {
  549.    display:none;
  550.    position:fixed;
  551.    bottom: 10px;
  552.    right:10px;
  553.    }
  554.  
  555.     {CustomCSS}
  556.  
  557. </style>
  558.  
  559. {block:IfInfiniteScroll}
  560. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  561. {/block:IfInfiniteScroll}
  562.  
  563. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  564.  
  565. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  566.  
  567. <a href="javascript:;" id="scrollToTop" title="top">
  568. <i style="color:{color:accent};"class="fa fa-sort-asc fa-5x"></i></a>
  569.  
  570. </head>
  571.  
  572. <div id="hold">
  573.  
  574. <body>
  575.  
  576. <div id="top">
  577.  
  578. <div id="icons">
  579.  
  580. <a href="/"><img src="http://38.media.tumblr.com/238423e1f972ad2d9c9611daa90977e7/tumblr_inline_n5sqoivuOH1sbfysw.gif"></a>
  581.  
  582. <a href="/ask"><img src="http://38.media.tumblr.com/e1fbd93dfb7f52fcc0de7a9ad9cd8f66/tumblr_inline_n5sqopNvro1sbfysw.gif"></a>  
  583.  
  584. <a href="/archive"><img src="http://33.media.tumblr.com/8058ed44933eb3496acf9981b685728b/tumblr_inline_n5sqp3d9jg1sbfysw.gif"></a>
  585.  
  586. <div class="navigation">
  587.  
  588. <a href="#" class="show_hide"><div id="navititle">Navigate</div></a>
  589.  
  590. <div class="slidingDiv">
  591. {block:IfLink1}
  592. <a href="{text:link1 url}">{text:link1}</a>
  593. {/block:IfLink1}
  594. {block:IfLink2}
  595. <a href="{text:link2 url}">{text:link2}</a>
  596. {/block:IfLink2}
  597. {block:IfLink3}
  598. <a href="{text:link3 url}">{text:link3}</a>
  599. {/block:IfLink3}
  600. {block:IfLink4}
  601. <a href="{text:link4 url}">{text:link4}</a>
  602. {/block:IfLink4}
  603. {block:IfLink5}
  604. <a href="{text:link5 url}">{text:link5}</a>
  605. {/block:IfLink5}
  606. </div>
  607.  
  608. </div>
  609.  
  610. </div>
  611.  
  612. </div>
  613.  
  614. <div id="sidebar">
  615.  
  616. <div id="sidetitle">{text:side title}</div>
  617.  
  618. <div class="photo"><img src="{image:sidebar}"></div>
  619.  
  620. <div id="desc"><span class="desc">{Description}</span></div>
  621.  
  622. </div>
  623.  
  624. <div id="postcon">
  625.  
  626. <div class="autopagerize_page_element">
  627.  
  628. {block:Posts}
  629.  
  630. <div id="post">
  631.  
  632. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}
  633. {block:Indexpage}
  634. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  635. {/block:Text}
  636.  
  637. {block:Quote}<h2>"{Quote}"</h2><h1>{Source}</h1>
  638. {block:Indexpage}
  639. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  640. {/block:Quote}
  641.  
  642. {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
  643. {block:Description}<p>{Description}</p>{/block:Description}
  644. {block:Indexpage}
  645. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  646. {/block:Link}
  647.  
  648. {block:Photo}
  649. <div class="photo"><center><a href="{Permalink}"><img style="cursor:help;"src="{PhotoURL-250}"{block:IndexPage}title="{NoteCountWithLabel}"></a>{/block:IndexPage}</center></div>{block:Indexpage}
  650. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
  651. {/block:Photo}
  652.  
  653. {block:Photoset}
  654. <div class="photo"><center>{Photoset-250}</center></div>
  655. {block:Indexpage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
  656. {block:Indexpage}
  657. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  658. {/block:Photoset}
  659.  
  660. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  661. {block:Indexpage}
  662. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  663. {/block:Chat}
  664.  
  665. {block:Video}
  666. <div class="photo">{Video-250}</div>
  667. {block:Indexpage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
  668. {block:Indexpage}
  669. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  670. {/block:Video}
  671.  
  672. {block:Answer}
  673. <div style="margin-left:5px;">{Asker} asked:</div>
  674. <div class="bubble"> {Question}</div><br>
  675. <div style="margin-left:5px;">{Answer}</div>
  676. {block:Indexpage}
  677. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  678. {/block:Answer}
  679.  
  680. {block:Audio}
  681. <div class="player">{AudioPlayerWhite}</div>
  682. <div class="audioinfo">
  683. {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
  684. {block:Indexpage}
  685. <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero}  / {MonthNumberWithZero}</a></div>{/block:Indexpage}
  686. {/block:Audio}
  687.  
  688. {block:Indexpage}{block:IfShowTags}
  689. <div class="tags">{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}</div>{/block:HasTags}{block:IfShowTags}{/block:Indexpage}
  690.  
  691. {block:PermalinkPage}
  692. {block:Date}
  693. <div id="perma">
  694. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  695. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  696. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  697. {block:NoteCount}
  698. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  699. <b>Notes:</b> {NoteCount}<br>
  700. {/block:NoteCount}
  701. {block:RebloggedFrom}
  702. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  703. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  704. {/block:RebloggedFrom}
  705. {block:ContentSource}
  706. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  707. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  708. {/block:ContentSource}
  709. {block:HasTags}
  710. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  711. <b>Tagged:</b>
  712. {block:Tags}
  713. <a href="{TagURL}">#{Tag}</a>
  714. {/block:Tags}
  715. {/block:HasTags}
  716. </div>
  717. {/block:Date}
  718. {/block:PermalinkPage}
  719.  
  720. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  721.  
  722. </div>
  723.  
  724. {/block:Posts}
  725.  
  726. </div>
  727.  
  728. {block:IfNotInfiniteScroll}
  729. {block:Pagination}
  730. <div id="pagi">
  731. {block:PreviousPage}
  732. <a href="{PreviousPage}">«</a>
  733. {/block:PreviousPage}
  734. {block:JumpPagination length="5"}
  735. {block:CurrentPage}
  736. <span class="current_page">{PageNumber}</span>
  737. {/block:CurrentPage}
  738. {block:JumpPage}
  739. <a class="jump_page" href="{URL}">{PageNumber}</a>
  740. {/block:JumpPage}
  741. {/block:JumpPagination}
  742. {block:NextPage}
  743. <a href="{NextPage}">»</a>
  744. {/block:NextPage}
  745. </div>
  746. {/block:Pagination}
  747. {/block:IfNotInfiniteScroll}
  748.  
  749. <div id="ayo">
  750. <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
  751. </div>
  752.  
  753. </div>
  754. </div>
  755. </div>
  756. </div>
  757. </body>
  758. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement