Advertisement
sexstilinski

theme 07

Aug 22nd, 2016
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 20.31 KB | None | 0 0
  1. <!--
  2.  
  3. THEME BY SPIDERMN
  4.  
  5. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  6.  
  7. DO NOT TOUCH THE CREDIT
  8.  
  9. -->
  10.  
  11. <!--SCRIPTS -->
  12. {block:ifLazyLoad}
  13. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  14.  
  15. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  16.  
  17. <script type="text/javascript" charset="utf-8">
  18. var $j = jQuery.noConflict();
  19. $j(function() {
  20. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  21. $j("img").lazyload({
  22. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  23. effect: "fadeIn",
  24. });
  25. });
  26. </script>
  27. {/block:ifLazyLoad}
  28.  
  29. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  30.  
  31. <script type="text/javascript">
  32. $(document).ready(function(){
  33. $(".links_body").hide();
  34. $(".links_head").click(function(){
  35. $(this).next(".links_body").slideToggle('fast');
  36. }); }); </script>
  37.  
  38. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:200,
  47. tip_fade_speed:300
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <html>
  54. <head>
  55.  
  56. <!doctype html>
  57. <html lang="en">
  58.  
  59.     <title>{title}</title>
  60.     <link rel="shortcut icon" href="{Favicon}">
  61.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  62.     <meta name="description" content="" />
  63.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  64.    
  65.  
  66.     <meta name="color:Background" content="#FBFBFB">
  67.     <meta name="color:Title" content="#4F4E4E">
  68.     <meta name="color:Link" content="#5F9F9F">
  69.     <meta name="color:Link Hover" content="#5F9F9F">
  70.     <meta name="color:Text" content="#4F4E4E">
  71.     <meta name="color:Post Background" content="#FFFFFF">
  72.     <meta name="color:Sidebar Background" content="#FFFFFF">
  73.     <meta name="color:Description Background" content="#FBFBFB">
  74.     <meta name="color:Description Text" content="#4F4E4E">
  75.     <meta name="color:Blockquote" content="#EAEAEA">
  76.     <meta name="color:Info Border" content="#F5F5F5">
  77.     <meta name="color:Ask Border" content="#FAFAFA">
  78.     <meta name="color:Page Count Background" content="#FFFFFF">
  79.     <meta name="color:Page Count Text" content="#4F4E4E">
  80.     <meta name="color:Scrollbar" content="#4F4E4E">
  81.    
  82.     <meta name="image:Sidebar" content=""/>
  83.    
  84.     <meta name="text:Link1 Title" content="link 1"/>
  85.     <meta name="text:Link1" content="/"/>
  86.     <meta name="text:Link2 Title" content="link 2"/>
  87.     <meta name="text:Link2" content="/"/>
  88.     <meta name="text:Link3 Title" content="link 3"/>
  89.     <meta name="text:Link3" content="/"/>
  90.     <meta name="text:Link4 Title" content="link 4"/>
  91.     <meta name="text:Link4" content="/"/>
  92.     <meta name="text:Link5 Title" content="link 5"/>
  93.     <meta name="text:Link5" content="/"/>
  94.    
  95.     <meta name="if:Show Title" content="0"/>
  96.     <meta name="if:Show 400px posts" content="0"/>
  97.     <meta name="if:Show Spider Emoji Credit" content="1"/>
  98.     <meta name="if:Show Link1" content="1"/>
  99.     <meta name="if:Show Link2" content="1"/>
  100.     <meta name="if:Show Link3" content="1"/>
  101.     <meta name="if:Show Link4" content="1"/>
  102.     <meta name="if:Show Link5" content="1"/>
  103.     <meta name="if:Lazy Load" content="1"/>
  104.  
  105. <style type="text/css">
  106.  
  107.     ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px;}
  108.     ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  109.     ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  110.     ol.notes::-webkit-scrollbar {background-color:#ffffff; height:4px; width:6px;}
  111.    
  112.     #title {
  113.     text-transform:lowercase;
  114.     }
  115.    
  116.     h2 {
  117.     color:{color:Link Hover};
  118.     font-family:sans-serif;
  119.     font-size:12px;
  120.     text-transform:uppercase;
  121.     line-height:100%;
  122.     padding-bottom:1px;
  123.     letter-spacing:1px;
  124.     }
  125.    
  126.     h3 {
  127.     color:{color:Text};
  128.     font-family:sans-serif;
  129.     font-size:12px;
  130.     text-transform:uppercase;
  131.     line-height:100%;
  132.     padding-bottom:4px;
  133.     letter-spacing:1px;
  134.     border-bottom: 1px solid {color:Background};
  135.     }
  136.    
  137.     h4 {
  138.     margin-top:15px;
  139.     margin-bottom:-2px;
  140.     font-size:8px;
  141.     font-weight:bold;
  142.     letter-spacing:2px;
  143.     }
  144.  
  145.     pre {
  146.     {block:ifNotShow400pxposts}
  147.     width:500px;
  148.     {/block:ifNotShow400pxposts}
  149.     {block:ifShow400pxposts}
  150.     width:400px;
  151.     {/block:ifShow400pxposts}
  152.     text-align:left;
  153.     word-wrap:break-word;
  154.     color:{color:Text};
  155.     }
  156.    
  157.     blockquote {
  158.     border-left:1px solid {color:Blockquote};
  159.     padding-left:6px;
  160.     margin:8px;
  161.     }
  162.    
  163.     hr {
  164.     display: block;
  165.     height: 1px;
  166.     width:90%;
  167.     border:0;
  168.     border-top:1px solid #fbfbfb;
  169.     text-align:center;
  170.     margin: 0 auto;
  171.     }
  172.    
  173.     selection {
  174.     background:#40bbe1;
  175.     color:#ffffff;
  176.     text-shadow:none;
  177.     }
  178.    
  179.     body {
  180.     background-color:{color:Background};
  181.     color:{color:Text};
  182.     }
  183.    
  184.     /* LINKS */
  185.    
  186.     a {
  187.     color:{color:Text};
  188.     text-decoration:none;
  189.     -moz-transition-duration: 0.5s;
  190.     -o-transition-duration: 0.5s;
  191.     -webkit-transition-duration: 0.5s;
  192.     transition-duration: 0.5s;
  193.     }
  194.  
  195.     a:hover {
  196.     color:{color:Text};
  197.     -moz-transition-duration: 0.5s;
  198.     -o-transition-duration: 0.5s;
  199.     -webkit-transition-duration: 0.5s;
  200.     transition-duration: 0.5s;
  201.     }
  202.    
  203.     /* TITLE */
  204.    
  205.     .title {
  206.     margin-top:6px;
  207.     width:245px;
  208.     color:{color:Title};
  209.     font-family:sans-serif;
  210.     font-size:14px;
  211.     font-style:italic;
  212.     text-transform:uppercase;
  213.     font-weight:bold;
  214.     text-align:left;
  215.     letter-spacing:0px;
  216.     line-height:15px;
  217.     padding-bottom:3px;
  218.     }
  219.    
  220.     /* SIDEBAR */
  221.    
  222.     .sidebar {
  223.     width:150px;
  224.     margin-top:70px;
  225.     margin-left:-20px;
  226.     background:{color:Sidebar Background};
  227.     box-shadow:5px 5px rgba(0,0,0,.04);
  228.     position:fixed;
  229.     padding:20px;
  230.     }
  231.    
  232.     .sidebar a {
  233.     color:{color:Text};
  234.     font-weight:normal;
  235.     }
  236.    
  237.     /* SIDEBAR IMG */
  238.    
  239.     .sidebarimage {
  240.     width:150px;
  241.     }
  242.    
  243.     /* DESCRIPTION */
  244.    
  245.     .description {
  246.     margin-top:7px;
  247.     width:130px;
  248.     background:{color:Description Background};
  249.     font-family:arial;
  250.     font-size:8px;
  251.     color:{color:Description Text};
  252.     text-transform:uppercase;
  253.     letter-spacing:1px;
  254.     text-align:center;
  255.     line-height:10px;
  256.     padding:10px;
  257.     padding-bottom:6px;
  258.     }
  259.    
  260.     .description a {
  261.     font-size:8px;
  262.     }
  263.    
  264.     /* SIDE LINKS */
  265.     .links {
  266.     width:245px;
  267.     margin-top:22px;
  268.     font-size:8.5px;
  269.     font-family:arial;
  270.     color:{color:Link};
  271.     text-align:left;
  272.     text-transform:uppercase;
  273.     }
  274.    
  275.     .links a {
  276.     color:{color:Link};
  277.     }
  278.    
  279.     .links_head {
  280.     margin-top:0px;
  281.     margin-bottom:11px;
  282.     color:{color:Link};
  283.     font-size:8.5px;
  284.     font-family:arial;
  285.     text-align:left;
  286.     cursor:help;
  287.     position:relative;
  288.     }
  289.    
  290.     .links_body {
  291.     margin-top:-2px;
  292.     margin-bottom:5px;
  293.     font-size:8.5px;
  294.     font-family:arial;
  295.     text-align:left;
  296.     text-transform:uppercase;
  297.     display:none;
  298.     border-left:2px solid #fbfbfb;
  299.     }
  300.  
  301.     .links_body a {
  302.     margin:6px;
  303.     color:{color:Link};
  304.     line-height:15px;
  305.     }
  306.    
  307.     /* SEARCH BAR */
  308.    
  309.     .sfm input {
  310.     background-color:{color:Description Background};
  311.     margin-top:11px;
  312.     font-family:arial;
  313.     font-size:8px;
  314.     color:{color:Description Text};
  315.     text-transform:uppercase;
  316.     letter-spacing:1px;
  317.     border:0px;
  318.     padding:4px 6px;
  319.     }
  320.  
  321.     /* PAGINATION */
  322.    
  323.     .pagination {
  324.     font-family:arial;
  325.     text-align:center;
  326.     font-size:11px;
  327.     text-align:left;
  328.     margin-left:30px;
  329.     border-left:1px solid #5D5C5C;
  330.     }
  331.    
  332.     .pagination a {
  333.     color:{color:Link};
  334.     padding:3px;
  335.     -moz-transition-duration: 0.5s;
  336.     -o-transition-duration: 0.5s;
  337.     -webkit-transition-duration: 0.5s;
  338.     transition-duration: 0.5s;
  339.     }
  340.    
  341.     .pagination a:hover {
  342.     color:{color:Link Hover};
  343.     -moz-transition-duration: 0.5s;
  344.     -o-transition-duration: 0.5s;
  345.     -webkit-transition-duration: 0.5s;
  346.     transition-duration: 0.5s;
  347.     }
  348.    
  349.     /* PAGINATION STATS */
  350.    
  351.     .pnumber {
  352.     width:110px;
  353.     margin-top:20px;
  354.     margin-left:0px;
  355.     background:{color:Page Count Background};
  356.     font-family:arial;
  357.     font-size:9px;
  358.     color:{color:Page Count Text};
  359.     text-align:center;
  360.     font-weight:bold;
  361.     text-transform:uppercase;
  362.     box-shadow:5px 5px rgba(0,0,0,.04);
  363.     padding:10px;
  364.     }
  365.    
  366.     /* CONTAINER */
  367.    
  368.     .container {
  369.     margin-top:62px;
  370.     margin:auto;
  371.     width:900px;
  372.     padding-bottom:12px;
  373.     }
  374.    
  375.     /* POST CONTAINER */
  376.  
  377.     .postscontainer {
  378.     {block:ifNotShow400pxposts}
  379.     max-width:540px;
  380.     {/block:ifNotShow400pxposts}
  381.     {block:ifShow400pxposts}
  382.     max-width:440px;
  383.     {/block:ifShow400pxposts}
  384.     margin:auto;
  385.     margin-left:340px;
  386.     }
  387.    
  388.     /* POST BORDER */
  389.     .pb {
  390.     {block:ifNotShow400pxposts}
  391.     width:500px;
  392.     {/block:ifNotShow400pxposts}
  393.     {block:ifShow400pxposts}
  394.     width:400px;
  395.     {/block:ifShow400pxposts}
  396.     background:#ffffff;
  397.     box-shadow:5px 5px rgba(0,0,0,.04);
  398.     padding:20px;
  399.     }
  400.    
  401.     /* POSTS */
  402.  
  403.     .posts {
  404.     {block:ifNotShow400pxposts}
  405.     width:500px;
  406.     {/block:ifNotShow400pxposts}
  407.     {block:ifShow400pxposts}
  408.     width:400px;
  409.     {/block:ifShow400pxposts}
  410.     margin-top:50px;
  411.     font-family:arial;
  412.     font-size:10px;
  413.     text-align:justify;
  414.     line-height:100%;
  415.     }
  416.    
  417.     .posts a {
  418.     font-size:10px
  419.     color:{color:Link};
  420.     text-decoration:underline;
  421.     text-transform:uppercase;
  422.     letter-spacing:0px;
  423.     line-height:16px;
  424.     }
  425.    
  426.     /* POST IMG */
  427.    
  428.     .posts img {
  429.     {block:ifNotShow400pxposts}
  430.     max-width:500px;
  431.     {/block:ifNotShow400pxposts}
  432.     {block:ifShow400pxposts}
  433.     max-width:400px;
  434.     {/block:ifShow400pxposts}
  435.     }
  436.    
  437.     /* MUSIC POST */
  438.    
  439.     .acont {
  440.     height:75px;
  441.     width:auto;
  442.     background:{color:Background};
  443.     }
  444.    
  445.     .playbutton {
  446.     width:20px;
  447.     height:30px;
  448.     z-index:2;
  449.     position:relative;
  450.     overflow:hidden;
  451.     }
  452.  
  453.     .playbox {
  454.     background-color:#FFFFFF;
  455.     opacity:0.7;
  456.     z-index:2;
  457.     position:absolute;
  458.     padding:15px 24px 15px 16px;
  459.     margin-top:7.5px;
  460.     margin-left:6px;
  461.     }
  462.    
  463.     .coverart {
  464.     width:60px;
  465.     float:left;
  466.     position:relative;
  467.     z-index:1;
  468.     margin-top:7.5px;
  469.     margin-left:6px;
  470.     }
  471.  
  472.     .audiotext {
  473.     font-family:arial;
  474.     font-size:8px;
  475.     color:{color:Text};
  476.     letter-spacing:1px;
  477.     text-transform:uppercase;
  478.     padding-top:23px;
  479.     margin-left:78px;
  480.     text-align:left;
  481.     margin-bottom:40px;
  482.     }
  483.    
  484.     /* QUOTE POST */
  485.    
  486.     .quote {
  487.     font-size:10px;
  488.     font-family:calibri;
  489.     letter-spacing:0px;
  490.     line-height:90%;
  491.     font-weight:normal;
  492.     text-align:center;
  493.     }
  494.    
  495.     .source {
  496.     font-family:calibri;
  497.     font-size:10px;
  498.     font-style:italic;
  499.     text-align:right;
  500.     margin-top:8px;
  501.     }
  502.    
  503.     /* CHAT POST */
  504.    
  505.     .chat ol {
  506.     font-size:10px;
  507.     font-family:calibri;
  508.     text-transform:uppercase;
  509.     line-height:100%;
  510.     list-style:none;
  511.     padding:0px;
  512.     }
  513.    
  514.     .label {
  515.     font-family:calibri;
  516.     font-size:10px;
  517.     color:{color:Text};
  518.     font-weight:bold;
  519.     text-transform:uppercase;
  520.     }
  521.    
  522.     .line.odd {
  523.     margin-bottom:2px;
  524.     padding:10px;
  525.     }
  526.    
  527.     .line.even {
  528.     background:#fbfbfb;
  529.     margin-bottom:2px;
  530.     padding:10px;
  531.     }
  532.    
  533.     /* ASK POST */
  534.    
  535.     #asker {
  536.     letter-spacing:1px;
  537.     }
  538.    
  539.     #asker a {
  540.     text-decoration:none;
  541.     letter-spacing:1px;
  542.     }
  543.    
  544.     #question {
  545.     background:{color:Background};
  546.     font-family:arial;
  547.     font-size:8px;
  548.     color:{color:Text};
  549.     text-transform:uppercase;
  550.     border:1px solid {color:Ask Border};
  551.     line-height:10px;
  552.     padding:10px;
  553.     }
  554.    
  555.     #answer {
  556.     margin-top:-9px;
  557.     line-height:90%;
  558.     }
  559.    
  560.     /* POST INFO CONT */
  561.    
  562.     #icont {
  563.     margin-top:5px;
  564.     color:{color:Text};
  565.     padding:3px;
  566.     border-top:1px solid #F5F5F5;
  567.     }
  568.    
  569.     #icont a {
  570.     font-size:7px;
  571.     color:{color:Text};
  572.     font-weight:normal;
  573.     text-decoration:none;
  574.     letter-spacing:1px;
  575.     }
  576.    
  577.     /* POST INFO */
  578.      
  579.     #info {
  580.     font-family:arial;
  581.     margin-top:4px;
  582.     padding:2px;
  583.     font-size:7px;
  584.     color:{color:Text};
  585.     text-transform:uppercase;
  586.     font-style:normal;
  587.     letter-spacing:1px;
  588.     text-align:left;
  589.     }
  590.    
  591.     #note {
  592.     float:right;
  593.     }
  594.    
  595.     /* POST TAGS */
  596.  
  597.     .tags {
  598.     font-family:arial;
  599.     font-style:normal;
  600.     text-transform:uppercase;
  601.     font-style:normal;
  602.     color:{color:tags};
  603.     margin-top:4px;
  604.     line-height:120%;
  605.     font-size:7px;
  606.     text-align:left;
  607.     }
  608.    
  609.     .tags a {
  610.     color:{color:link};
  611.     letter-spacing:1px;
  612.     padding:1px;
  613.     }
  614.    
  615.     .tags a:hover {
  616.     color:{color:hover};
  617.     }
  618.    
  619.     /* POST NOTES */
  620.    
  621.     ol.notes {
  622.     {block:ifNotShow400pxposts}
  623.     width:500px;
  624.     {/block:ifNotShow400pxposts}
  625.     {block:ifShow400pxposts}
  626.     width:400px;
  627.     {/block:ifShow400pxposts}
  628.     max-height:250px;
  629.     margin-top:14px;
  630.     margin-left:1px;
  631.     background:#ffffff;
  632.     font-family:arial;
  633.     font-size:8px;
  634.     text-align:left;
  635.     letter-spacing:1px;
  636.     text-transform:uppercase;
  637.     list-style-type:none;
  638.     box-shadow:5px 5px rgba(0,0,0,.04);
  639.     overflow-y:auto;
  640.     padding:20px;
  641.     }
  642.    
  643.     ol.notes li.note {
  644.     margin:6px 0px;
  645.     }
  646.    
  647.     ol.notes li.note.reblog {
  648.     text-decoration:none;background:url("http://static.tumblr.com/6anaw8n/weDnxiu0d/note_reblog.png") center right no-repeat !important;
  649.     }
  650.  
  651.     ol.notes li.note.like {
  652.     background:url("http://static.tumblr.com/6anaw8n/F6Cnxiugb/note_like.png") center right no-repeat !important;
  653.     }
  654.  
  655.     ol.notes li.note.reply {
  656.     background:url("http://static.tumblr.com/6anaw8n/YILnxiue4/note_reply.png") center right no-repeat !important;
  657.     }
  658.    
  659.     ol.notes a {
  660.     font-size:8px;
  661.     color:{color:Text};
  662.     font-weight:bold;
  663.     text-decoration:none;
  664.     }
  665.    
  666.     .notes img {
  667.     width:0px;
  668.     display:none;
  669.     }
  670.    
  671.     /* TOOLTIP*/
  672.  
  673.     #s-m-t-tooltip {
  674.     max-width:300px;
  675.     margin:15px;
  676.     background:#ffffff;
  677.     font-family:arial;
  678.     font-size:6.5px;
  679.     color:#000000;
  680.     font-style:none;
  681.     text-transform:uppercase;
  682.     letter-spacing:2px;
  683.     z-index:999999;
  684.     border:1px solid #fbfbfb;
  685.     box-shadow:1px 1px 3px rgba(0,0,0,.0);
  686.     padding:4px;
  687.     }
  688.    
  689.     /* CREDIT */
  690.    
  691.     .credit {
  692.     right:18px;
  693.     bottom:18px;
  694.     background:{color:Post Background};
  695.     {block:ifShowSpiderEmojiCredit}
  696.     width:16px;
  697.     {/block:ifShowSpiderEmojiCredit}
  698.     font-size:12px;
  699.     font-family:sans-serif;
  700.     color:#000000;
  701.     text-align:center;
  702.     position:fixed;
  703.     border:1px solid #f7f7f7;
  704.     padding:9px 11px;
  705.     }
  706.    
  707.     .credit a {
  708.     color:{color:Link Hover};
  709.     font-style:italic;
  710.     text-decoration:none;
  711.     text-transform:uppercase;
  712.     letter-spacing:-.5px;
  713.     }
  714.  
  715. </style>  
  716. </head>
  717.  
  718. <body>
  719.  
  720. <div class="container">
  721.  
  722. <div class="sidebar">
  723. <center><a href="/"><img src="{image:sidebar}" class="sidebarimage"></a></center>
  724.  
  725. {block:ifShowTitle}
  726. <div class="title"><a href="/">{title}</a></div>
  727. {/block:ifShowTitle}
  728.  
  729. <div class="description">{description}</div>
  730.  
  731. <div class="links">
  732. <a href="/ask">inbox</a></br></br>
  733. <div class="links_list">
  734. <p class="links_head">links</p>
  735. <div class="links_body">
  736. {block:ifShowLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifShowLink1}</br>
  737. {block:ifShowLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifShowLink2}</br>
  738. {block:ifShowLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifShowLink3}</br>
  739. {block:ifShowLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifShowLink4}</br>
  740. {block:ifShowLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifShowLink5}
  741. </div></div>
  742.  
  743. {block:PreviousPage}<a href="{PreviousPage}">backward</a>                     {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
  744.    
  745. <form action="/search" method="get" class="sfm">
  746. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  747. <input type="submit" value="Search" id="sb"/>
  748. </form>
  749.  
  750. </div>
  751. </div>
  752.  
  753. <div class="postscontainer">
  754.  
  755. {block:Posts}
  756. <div class="posts">
  757. <div class="pb">
  758. {block:Text}
  759. {block:Title}<h2><b>{Title}</b></h2>{/block:Title}
  760. {Body}
  761. {/block:Text}
  762.  
  763. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  764.  
  765. {block:Link}
  766. <h2><a href="{URL}">{Name}</a></h2>
  767. {block:Description}{Description}{/block:Description}    
  768. {/block:Link}
  769.  
  770. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  771. </ol></div>{/block:Chat}
  772.  
  773. {block:Answer}<div id="question"><div id="asker"><b>{Asker}</b> asked:</div></br>{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  774.  
  775. {block:Photo}
  776. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  777. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}</br>{Caption}{/block:Caption}
  778. {/block:Photo}
  779.  
  780. {block:Photoset}
  781. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  782. {block:Caption}{Caption}{/block:Caption}
  783. {/block:Photoset}
  784.  
  785. {block:Audio}
  786. <div class="acont"><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  787. {block:AlbumArt}
  788. <img src="{AlbumArtURL}" class="coverart">
  789. {/block:AlbumArt}
  790. <div class="audiotext">
  791. <b>track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  792. <b>artist:</b>{block:Artist} {Artist}{/block:Artist}<br>
  793. <b>plays:</b> {FormattedPlayCount}
  794. </div></div>
  795. {block:Caption}
  796. <div class="caption">{Caption}</div>
  797. {/block:Caption}
  798. {/block:Audio}
  799.  
  800. {block:Video}
  801. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  802. {block:Caption}{Caption}{/block:Caption}
  803. {/block:Video}
  804.  
  805. <div id="icont">
  806. <div id="info"><a href="{Permalink}">{block:Date}{ShortMonth}. {DayOfMonth}{DayOfMonthSuffix}</a>   {/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<div id="note"><a href="{ReblogURL}">reblog</a>{block:RebloggedFrom}    <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>    <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div></div>
  807.  
  808. {block:HasTags}
  809. <div class="tags">
  810. tagged: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}</div>
  811. {/block:HasTags}
  812. </div>
  813. </div>
  814. <div class="notes">
  815. {block:PostNotes}{PostNotes}{/block:PostNotes}
  816. </div>
  817. {/block:Posts}
  818. </div>
  819.  
  820. <div class="pnumber">page {CurrentPage} of {TotalPages}</div>
  821. </div>
  822.  
  823. <script src="http://static.tumblr.com/7bmjmb1/7alncayzs/jquery-1.11.1.min.js"></script>
  824. <script src="http://static.tumblr.com/7bmjmb1/nACnevwtr/mtupdatestab.js.txt"></script>
  825.  
  826. {block:ifShowSpiderEmojiCredit}
  827. <div class="credit"><a href="http://spidermn.tumblr.com"><img src="http://www.magic-emoji.com/emoji/images/1031_emoji_iphone_spider.png" title="theme" class="credit"></a></center></div>
  828. {/block:ifShowSpiderEmojiCredit}
  829.  
  830. {block:ifNotShowSpiderEmojiCredit}
  831. <div class="credit"><a href="http://spidermn.tumblr.com/" title="theme">sm</a></div>
  832. {/block:ifNotShowSpiderEmojiCredit}
  833.    
  834. </div>
  835. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement