Advertisement
ipads

Dylan Theme

Jul 12th, 2013
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.82 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--DEFAULT VARIABLES-->
  5.  
  6. <!--COLORS-->
  7.  
  8. <meta name="color:sidebar background" content="#ffffff"/>
  9. <meta name="color:links" content="#aaaaaa"/>
  10. <meta name="color:hover" content="#000000"/>
  11. <meta name="color:post background" content="#ffffff"/>
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:header" content="#ffffff"/>
  14. <meta name="color:link background" content="#cccccc"/>
  15. <meta name="color:link border" content="#bbbbbb"/>
  16. <meta name="color:link background hover" content="#aaaaaa"/>
  17. <meta name="color:link border hover" content="#cccccc"/>
  18. <meta name="color:text" content="#aaaaaa"/>
  19.  
  20. <!--TEXT-->
  21.  
  22. <meta name="text:Link 1" content="/"/>
  23. <meta name="text:Link 1 Title" content="link"/>
  24. <meta name="text:Link 2" content="/"/>
  25. <meta name="text:Link 2 Title" content="link"/>
  26. <meta name="text:Link 3" content="/"/>
  27. <meta name="text:Link 3 Title" content="link"/>
  28. <meta name="text:Link 4" content="/"/>
  29. <meta name="text:Link 4 Title" content="link"/>
  30. <meta name="text:Link 5" content="/"/>
  31. <meta name="text:Link 5 Title" content="link"/>
  32. <meta name="text:Link 6" content="/"/>
  33. <meta name="text:Link 6 Title" content="link"/>
  34.  
  35. <!--OPTIONS-->
  36.  
  37. <meta name="if:transparent posts" content="0"/>
  38. <meta name="if:white follow buttons" content="1"/>
  39. <meta name="if:fix header" content="1"/>
  40. <meta name="if:faded posts" content="1">
  41. <meta name="if:grayscale on hover" content="0"/>
  42. <meta name="if:color on hover" content="0"/>
  43.  
  44. <!--PICTURES-->
  45.  
  46. <meta name="image:background" content="0"/>
  47.  
  48. <!--SCRIPTS-->
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58.  
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60.  
  61. <script>
  62.  
  63. (function($){
  64.  
  65. $(document).ready(function(){
  66.  
  67. $("a[title]").style_my_tooltips({
  68.  
  69. tip_follows_cursor:false,
  70.  
  71. tip_delay_time:30,
  72.  
  73. tip_fade_speed:200,
  74.  
  75. attribute:"title"
  76.  
  77. });
  78.  
  79.  
  80. });
  81.  
  82. })(jQuery);
  83.  
  84. </script>
  85.  
  86. <title>{Title}</title>
  87.  
  88. <style type="text/css">
  89.  
  90. /*--FOLLOW BUTTONS--*/
  91.  
  92. #tumblr_controls{
  93.     position: fixed; top: 3px; right: 3px;
  94.     opacity: 0.8;
  95.     {Block:IfWhiteFollowButtons}
  96.     -webkit-filter: invert(100%);
  97.     -moz-filter: invert(100%);
  98.     -o-filter: invert(100%);
  99.     filter: invert(100%);
  100.     {/Block:IfWhiteFollowButtons}
  101.     z-index: 9999999999999999999999999999999999999999999999999;
  102.     -webkit-transition: all 1s ease-in-out;
  103.     -moz-transition: all 1s ease-in-out;
  104.     -o-transition: all 1s ease-in-out;
  105.     transition: all 1s ease-in-out;
  106.     }
  107.    
  108. #tumblr_controls:hover{
  109.     opacity: 1;
  110.     }
  111.    
  112. /*--SCROLLBAR--*/
  113.  
  114. ::-webkit-scrollbar {
  115.     width: 5px;
  116.     height: 4px;
  117.     background: white;
  118.     }
  119.    
  120. ::-webkit-scrollbar-thumb {
  121.     background-color:black;
  122.     }
  123.  
  124. /*--BASICS--*/
  125.  
  126. body{
  127.     font-size: 10.5px;
  128.     font-family: consolas;
  129.     text-transform: uppercase;    
  130.     background: {color:background} url('{image:background}') repeat fixed center bottom;
  131.     color: {color: text} !important;
  132.     }
  133.    
  134. #header{
  135.     text-align: center;
  136.     position: absolute;
  137.     {block:iffixheader}
  138.     position: fixed;
  139.     {/block:iffixheader}
  140.     top: 0px;
  141.     left: 50%;
  142.     margin-left: -410px;
  143.     width: 503px;
  144.     border: 1px solid #ddd;
  145.     padding: 155px;
  146.     padding-left: 162px;
  147.     padding-top: 30px;
  148.     height: 87px;
  149.     padding-bottom: 31px;
  150.     font-size: 11px;
  151.     text-transform: uppercase;
  152.     letter-spacing: 0px;
  153.     background-color: {color:header};
  154.     border-radius: 0 0 10px 10px;
  155.     z-index: 10;
  156.     font-family: consolas;
  157.     border-top: 0;
  158.     -webkit-transition: all 0.3s ease-in-out;
  159.     -moz-transition: all 0.3s ease-in-out;
  160.     -o-transition: all 0.3s ease-in-out;
  161.     transition: all 0.3s ease-in-out;
  162.     }
  163.  
  164. #blogtitle{
  165.     font-size: 12px;
  166.     line-height: 20px;
  167.     font-family: consolas;
  168.     font-weight: none;
  169.     text-transform: uppercase;
  170.     }
  171.    
  172. #sidebar{
  173.     position: fixed;
  174.     top: 50px;
  175.     width: 200px;
  176.     margin-left: 50px;
  177.     text-transform: none;
  178.     font-size: 12px;
  179.     background-color: #fff;
  180.     border: 1px solid #ddd;
  181.     padding: 5px;
  182.     -webkit-transition: all 0.3s ease-in-out;
  183.     -moz-transition: all 0.3s ease-in-out;
  184.     -o-transition: all 0.3s ease-in-out;
  185.     transition: all 0.3s ease-in-out;
  186.     }
  187.    
  188. #portrait{
  189.     background-color: #fff;
  190.     border: 1px solid #ddd;
  191.     border-top: 0px;
  192.     padding: 5px;
  193.     padding-top: 0px;
  194.     top: 0px;
  195.     padding-bottom: 2px;
  196.     border-radius: 0 0 10px 7px;
  197.     -webkit-transition: all 0.3s ease-in-out;
  198.     -moz-transition: all 0.3s ease-in-out;
  199.     -o-transition: all 0.3s ease-in-out;
  200.     transition: all 0.3s ease-in-out;
  201.     }
  202.  
  203. #portrait img{
  204.     opacity: 0.8;
  205.     border-radius: 0 0 5px 5px;
  206.     -webkit-transition: all 0.3s ease-in-out;
  207.     -moz-transition: all 0.3s ease-in-out;
  208.     -o-transition: all 0.3s ease-in-out;
  209.     transition: all 0.3s ease-in-out;
  210.     }
  211.    
  212. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  213.  
  214. @font-face { font-family: "Destrukt"; src:url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf'); }
  215.    
  216. /*--LINKS--*/
  217.  
  218. a:link, a:active, a:visited{
  219.     text-decoration: none;
  220.     color: {color:links};
  221.     font-weight: bold;
  222.     -webkit-transition: color 1s ease-in-out;
  223.     -moz-transition: color 1s ease-in-out;
  224.     -o-transition: color 1s ease-in-out;
  225.     transition: color 1s ease-in-out;
  226.     }
  227.  
  228. a:hover{
  229.     color: {color:hover};
  230.     -webkit-transition: all 0.3s ease-in-out;
  231.     -moz-transition: all 0.3s ease-in-out;
  232.     -o-transition: all 0.3s ease-in-out;
  233.     transition: all 0.3s ease-in-out;
  234.     }
  235.    
  236. #link1{
  237.     position: absolute;
  238.     top: 18px;
  239.     margin-left: 270px;
  240.     width: 30px;
  241.     height: 30px;
  242.     line-height: 31px;
  243.     background-color: {color:link background};
  244.     border-left: 3px solid {color:link border};
  245.     border-right: 3px solid {color:link border};
  246.     -webkit-transition: all 0.3s ease-in-out;
  247.     -moz-transition: all 0.3s ease-in-out;
  248.     -o-transition: all 0.3s ease-in-out;
  249.     transition: all 0.3s ease-in-out;
  250.     }
  251.    
  252. #link1:hover{
  253.     background-color: {color:link background hover};
  254.     border-left: 3px solid {color:link border hover};
  255.     border-right: 3px solid {color:link border hover};
  256.     -webkit-transition: all 0.3s ease-in-out;
  257.     -moz-transition: all 0.3s ease-in-out;
  258.     -o-transition: all 0.3s ease-in-out;
  259.     transition: all 0.3s ease-in-out;
  260.     }
  261.    
  262. #link2{
  263.     position: absolute;
  264.     top: 18px;
  265.     margin-left: 314px;
  266.     width: 30px;
  267.     height: 30px;
  268.     line-height: 31px;
  269.     background-color: {color:link background};
  270.     border-left: 3px solid {color:link border};
  271.     border-right: 3px solid {color:link border};
  272.     -webkit-transition: all 0.3s ease-in-out;
  273.     -moz-transition: all 0.3s ease-in-out;
  274.     -o-transition: all 0.3s ease-in-out;
  275.     transition: all 0.3s ease-in-out;
  276.     }
  277.    
  278. #link2:hover{
  279.     background-color: {color:link background hover};
  280.     border-left: 3px solid {color:link border hover};
  281.     border-right: 3px solid {color:link border hover};
  282.     -webkit-transition: all 0.3s ease-in-out;
  283.     -moz-transition: all 0.3s ease-in-out;
  284.     -o-transition: all 0.3s ease-in-out;
  285.     transition: all 0.3s ease-in-out;
  286.     }
  287.    
  288.    
  289. #link3{
  290.     position: absolute;
  291.     top: 54px;
  292.     margin-left: 270px;
  293.     width: 30px;
  294.     height: 30px;
  295.     line-height: 31px;
  296.     background-color: {color:link background};
  297.     border-left: 3px solid {color:link border};
  298.     border-right: 3px solid {color:link border};
  299.     -webkit-transition: all 0.3s ease-in-out;
  300.     -moz-transition: all 0.3s ease-in-out;
  301.     -o-transition: all 0.3s ease-in-out;
  302.     transition: all 0.3s ease-in-out;
  303.     }
  304.    
  305. #link3:hover{
  306.     background-color: {color:link background hover};
  307.     border-left: 3px solid {color:link border hover};
  308.     border-right: 3px solid {color:link border hover};
  309.     -webkit-transition: all 0.3s ease-in-out;
  310.     -moz-transition: all 0.3s ease-in-out;
  311.     -o-transition: all 0.3s ease-in-out;
  312.     transition: all 0.3s ease-in-out;
  313.     }
  314.      
  315. #link4{
  316.     position: absolute;
  317.     top: 54px;
  318.     margin-left: 314px;
  319.     width: 30px;
  320.     height: 30px;
  321.     line-height: 31px;
  322.     background-color: {color:link background};
  323.     border-left: 3px solid {color:link border};
  324.     border-right: 3px solid {color:link border};
  325.     -webkit-transition: all 0.3s ease-in-out;
  326.     -moz-transition: all 0.3s ease-in-out;
  327.     -o-transition: all 0.3s ease-in-out;
  328.     transition: all 0.3s ease-in-out;
  329.     }
  330.    
  331. #link4:hover{
  332.     background-color: {color:link background hover};
  333.     border-left: 3px solid {color:link border hover};
  334.     border-right: 3px solid {color:link border hover};
  335.     -webkit-transition: all 0.3s ease-in-out;
  336.     -moz-transition: all 0.3s ease-in-out;
  337.     -o-transition: all 0.3s ease-in-out;
  338.     transition: all 0.3s ease-in-out;
  339.     }
  340.    
  341. #link5{
  342.     position: absolute;
  343.     top: 90px;
  344.     margin-left: 270px;
  345.     width: 30px;
  346.     height: 30px;
  347.     line-height: 31px;
  348.     background-color: {color:link background};
  349.     border-left: 3px solid {color:link border};
  350.     border-right: 3px solid {color:link border};
  351.     -webkit-transition: all 0.3s ease-in-out;
  352.     -moz-transition: all 0.3s ease-in-out;
  353.     -o-transition: all 0.3s ease-in-out;
  354.     transition: all 0.3s ease-in-out;
  355.     }
  356.    
  357. #link5:hover{
  358.     background-color: {color:link background hover};
  359.     border-left: 3px solid {color:link border hover};
  360.     border-right: 3px solid {color:link border hover};
  361.     -webkit-transition: all 0.3s ease-in-out;
  362.     -moz-transition: all 0.3s ease-in-out;
  363.     -o-transition: all 0.3s ease-in-out;
  364.     transition: all 0.3s ease-in-out;
  365.     }
  366.    
  367. #link6{
  368.     position: absolute;
  369.     top: 90px;
  370.     margin-left: 314px;
  371.     width: 30px;
  372.     height: 30px;
  373.     line-height: 31px;
  374.     background-color: {color:link background};
  375.     border-left: 3px solid {color:link border};
  376.     border-right: 3px solid {color:link border};
  377.     -webkit-transition: all 0.3s ease-in-out;
  378.     -moz-transition: all 0.3s ease-in-out;
  379.     -o-transition: all 0.3s ease-in-out;
  380.     transition: all 0.3s ease-in-out;
  381.     }
  382.    
  383. #link6:hover{
  384.     background-color: {color:link background hover};
  385.     border-left: 3px solid {color:link border hover};
  386.     border-right: 3px solid {color:link border hover};
  387.     -webkit-transition: all 0.3s ease-in-out;
  388.     -moz-transition: all 0.3s ease-in-out;
  389.     -o-transition: all 0.3s ease-in-out;
  390.     transition: all 0.3s ease-in-out;
  391.     }
  392.  
  393. /*--POSTS--*/
  394.  
  395. #posts{
  396.     position: absolute;
  397.     left: 50%;
  398.     margin-left: -419px;
  399.     margin-top: 168px;
  400.     width: 847px;
  401.     z-index: 1;
  402.     {Block:PermalinkPage}
  403.     width: 512px;
  404.     margin-left: -256px;
  405.     {/Block:PermalinkPage}
  406.     }
  407.  
  408. .entry{
  409.     text-align: left;
  410.     font-family: consolas;
  411.     width: 250px;
  412.     border-radius: 8px;
  413.     {Block:PermalinkPage}width: 500px;{/Block:PermalinkPage}
  414.     margin: 9px;
  415.     padding: 5px;
  416.     background-color: {color:post background};
  417.     {Block:IfTransparentPosts}background-color: transparent;{/Block:IfTransparentPosts}
  418.     border: 1px solid #ddd;
  419.     overflow: hidden;
  420.     -webkit-transition: all 0.3s ease-in-out;
  421.     -moz-transition: all 0.3s ease-in-out;
  422.     -o-transition: all 0.3s ease-in-out;
  423.     transition: all 0.3s ease-in-out;
  424.     }
  425.    
  426. .entry img{
  427.     border-radius: 4px;
  428.     max-width: 100%;
  429.     -webkit-transition: all 0.3s ease-in-out;
  430.     -moz-transition: all 0.3s ease-in-out;
  431.     -o-transition: all 0.3s ease-in-out;
  432.     }
  433.    
  434. .entry img{
  435.     {Block:IFFadedPosts}
  436.     opacity: 0.7;
  437.     {/Block:IfFadedPosts}
  438.     {Block:IfGrayscaleOnHover}
  439.     -webkit-filter: grayscale(0%);
  440.     -moz-filter: grayscale(0%);
  441.     {/Block:IfGrayscaleOnHover}
  442.     {Block:IfColorOnHover}
  443.     -webkit-filter: grayscale(100%);
  444.     -moz-filter: grayscale(100%);
  445.     {/Block:IfColorOnHover}
  446.     max-width: 100%;
  447.     -webkit-transition: all 0.3s ease-in-out;
  448.     -moz-transition: all 0.3s ease-in-out;
  449.     -o-transition: all 0.3s ease-in-out;
  450.     }
  451.    
  452. .entry:hover img{
  453.     {Block:IFFadedPosts}
  454.     opacity: 1;
  455.     {/Block:IfFadedPosts}
  456.     {Block:IfGrayscaleOnHover}
  457.     -webkit-filter: grayscale(100%);
  458.     -moz-filter: grayscale(100%);
  459.     {/Block:IfGrayscaleOnHover}
  460.     {Block:IfColorOnHover}
  461.     -webkit-filter: grayscale(0%);
  462.     -moz-filter: grayscale(0%);
  463.     {/Block:IfColorOnHover}
  464.     -webkit-transition: all 0.3s ease-in-out;
  465.     -moz-transition: all 0.3s ease-in-out;
  466.     -o-transition: all 0.3s ease-in-out;
  467.     }
  468.    
  469. .entry blockquote{
  470.     border-left: 3px solid {color:links};
  471.     border-right: 3px solid {color:links};
  472.     background-color: #eee;
  473.     padding: 5px;
  474.     margin-left: 5px;
  475.     width: 227px;
  476.     }
  477.  
  478. #answer a{
  479.     color: #000;
  480.     }
  481.    
  482. #answer{
  483.     color: #000;
  484.     }
  485.  
  486. .perms{
  487.     position: absolute;
  488.     top: 50%;
  489.     left: 50%;
  490.     margin-top: -28px;
  491.     margin-left: -69px;
  492.     background-color: #fff;
  493.     width: 182px;
  494.     text-align: center;
  495.     padding: 4px;
  496.     font-size: 10px;
  497.     opacity: 0;
  498.     width: 130px;
  499.     height: 48px;
  500.     border-radius: 15px;
  501.     padding-top: 7px;
  502.     padding-bottom: 7px;
  503.     -webkit-transition: all 0.3s ease-in-out;
  504.     -moz-transition: all 0.3s ease-in-out;
  505.     -o-transition: all 0.3s ease-in-out;
  506.     }
  507.    
  508. .entry:hover .perms{
  509.     opacity: 1;
  510.     -webkit-transition: all 0.3s ease-in-out;
  511.     -moz-transition: all 0.3s ease-in-out;
  512.     -o-transition: all 0.3s ease-in-out;
  513.     }
  514.  
  515.    
  516. #textperma{
  517.     margin-top: 3px;
  518.     padding-top: 3px;
  519.     border-top: 1px solid #aaa;
  520.     width: 50%;
  521.     }
  522.    
  523. #infos{
  524.     font-size: 8px;
  525.     text-transform: uppercase;
  526.     float:left;
  527.     margin-top:10px;
  528.     padding:5px;
  529.     {block:IndexPage}
  530.     border-left: 1px solid #ddd;
  531.     background-color: transparent;
  532.     width:83px;
  533.     height: 70px;
  534.     {/block:IndexPage}
  535.     {block:PermalinkPage}
  536.     border-left: 1px solid #ddd;
  537.     background-color: transparent;
  538.     width:95px;
  539.     height: 350px;
  540.     margin-bottom:20px;
  541.     {/block:PermalinkPage}
  542.     }
  543.    
  544. #player{
  545.     float:left;
  546.     width:29px;
  547.     padding-left:2px;
  548.     padding-top:5px;
  549.     padding-bottom:10px;
  550.     height:15px;
  551.     background-color:#fff;
  552.     overflow-x:hidden;
  553.     overflow-y:hidden;
  554.     opacity: .9;
  555.     filter:alpha(opacity=10);
  556.     -moz-opacity: 0.1;
  557.     -moz-transition: all .9s ease;
  558.     -o-transition: all .9s ease;
  559.     transition: all .9s ease;
  560.     -webkit-transition: all .9s ease;
  561.     {block:IndexPage}
  562.     margin-top:35px;
  563.     margin-left:-65px;
  564.     {/block:IndexPage}
  565.     {block:PermalinkPage}
  566.     margin-top:175px;
  567.     margin-left:-205px;
  568.     {/block:PermalinkPage}
  569.     }
  570.    
  571. #album{
  572. -moz-border-radius: 5px;
  573. border-radius: 5px;
  574. border: 1px solid #ddd;
  575. margin:10px;
  576. float:left;
  577. {block:IndexPage}
  578. width:80px;
  579. height:80px;
  580. {/block:IndexPage}
  581. {block:PermalinkPage}
  582. width:360px;
  583. height:360px;
  584. {/block:PermalinkPage}
  585. }
  586.    
  587. #pagination{
  588.     display:none;
  589.     }
  590.  
  591. .title{
  592.     text-align: left;
  593.     font-size: 13px;
  594.     text-transform: uppercase;
  595.     font-weight: bold;
  596.     }
  597.  
  598. body{
  599.     color: {color:text} !important;
  600.     font-family: consolas;
  601.     }
  602.    
  603. a img{
  604.     border: 0;
  605.     }
  606.    
  607. #s-m-t-tooltip{
  608.     max-width:120px;
  609.     padding:3px 4px 5px 4px;
  610.     margin:20px 0px 0px 20px;
  611.     font-family:consolas;
  612.     font-size:9px !important;
  613.     text-transform:uppercase;
  614.     color:{color:text};
  615.     background-color: #eee;
  616.     z-index:999999999999999999999999999999999999;
  617.     border-left: 3px solid {color:links};
  618.     border-right: 3px solid {color:links};
  619.     }
  620.    
  621. {CustomCSS}
  622.  
  623. </style>
  624.  
  625. <!--INFINITE SCROLLING-->
  626.  
  627. {Block:IndexPage}
  628. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  629. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  630. <script type="text/javascript" src="http://static.tumblr.com/npajswt/gLGmp92pr/infinitescroll.txt"></script>
  631. <script type="text/javascript">
  632. $(window).load(function () {
  633. var $content = $('#posts');
  634. $content.masonry({itemSelector: '.entry'}),
  635. $content.infinitescroll({
  636. navSelector : 'div#pagination',
  637. nextSelector : 'div#pagination a#nextPage',
  638. itemSelector : '.entry',
  639. loading: {
  640. finishedMsg: '',
  641. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  642. },
  643. bufferPx : 600,
  644. debug : false,
  645. },
  646. // call masonry as a callback.
  647. function( newElements ) {
  648. var $newElems = $( newElements );
  649. $newElems.hide();
  650. // ensure that images load before adding to masonry layout
  651. $newElems.imagesLoaded(function(){
  652. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  653.  
  654.  
  655. });
  656. });
  657. });
  658. </script>
  659. {/Block:IndexPage}
  660. <title>{Title}</title>
  661. </head>
  662.  
  663. <body>
  664.  
  665. <!--HEADER-->
  666.  
  667. <div id="header">
  668.  
  669. <a href="/"><div style="position: absolute; margin-left: -150px;" id="portrait"><img src="{PortraitURL-128}"></div></a>
  670.  
  671. <a href="/" id="blogtitle">{Title};</a>
  672. {Description}<p>
  673. <div class="links">
  674.  
  675. <a href="{text:link 2}" id="link1" title="{text:Link 3 Title}">I</a>
  676.  
  677. <a href="{text:Link 2}" id="link2" title="{text:Link 2 Title}">II</a>
  678.  
  679. <a href="{text:Link 3}" id="link3" title="{text:Link 3 Title}">III</a>
  680.  
  681. <a href="{text:Link 4}" id="link4" title="{text:Link 4 Title}">IV</a>
  682.  
  683. <a href="{text:Link 5}" id="link5" title="{text:link 5 Title}">V</a>
  684.  
  685. <a href="{text:Link 6}" id="link6" title="{text:Link 6 Title}">VI</a>
  686.  
  687. </div></div>
  688.  
  689. <!--POSTS-->
  690.  
  691. <div id="posts">
  692.  
  693. {Block:Posts}
  694.  
  695. <div class="entry">
  696.  
  697. {Block:Text}
  698. {Block:Title}<div class="title">{Title}</div>{/Block:Title}
  699. {Body}
  700. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  701. {/Block:Text}
  702.  
  703. {Block:Photo}
  704. <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" style="cursor: default;" width="100%"{Block:Post1}style="border-radius: 10px 0 0 0;"{/Block:Post1}{Block:Post3}style="border-radius: 0 10px 0 0;"{/Block:Post3}>{LinkCloseTag}</div>
  705. {Block:IndexPage}
  706.  
  707. <div class="perms">Posted <a href="{Permalink}">{TimeAgo}</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{Permalink}">{Notecount} notes</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{ReblogURL}">share this post</a></div>
  708.  
  709. {/Block:IndexPage}
  710. {/Block:Photo}
  711.  
  712. {Block:Quote}
  713. {Quote}
  714. {Block:Source} <span class="title">- {Source}</span>{/Block:Source}
  715. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  716. {/Block:Quote}
  717.  
  718. {block:Audio}
  719.  
  720. <!--CODE BY NAEIVE :)-->
  721.  
  722. <div id="album">{block:AlbumArt}<img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  723. <div id="player"><div style="margin-top:-3px;">{AudioPlayerWhite}</div></div>
  724. <div id="infos">
  725. <span style="letter-spacing:1px; color:{color:link};">{block:TrackName}{TrackName}{/block:TrackName}</span><br>
  726. {block:Artist}
  727. {Artist}
  728. {/block:Artist}
  729. <br>
  730. {block:Album}
  731. {Album}
  732. {/block:Album}<br>
  733. {PlayCountWithLabel}
  734. </div>
  735. {/Block:Audio}
  736.  
  737. {Block:Video}
  738. {Video-250}
  739. {/Block:Video}
  740. {Block:Photoset}
  741. {Photoset-250}
  742. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  743. {/Block:Photoset}
  744.  
  745. {Block:Chat}
  746. {Block:Title}<div class="title">{Title}</div><br>{/Block:Title}
  747. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  748. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  749. {/Block:Chat}
  750.  
  751. {block:Answer}
  752. <div style="padding: 5px; width: 190px; {block:PermalinkPage}width: 490px;{/Block:PermalinkPage} background-color: #eee; border-radius: 5px; margin-bottom: -5px;">{Asker} asked: {Question}</div>
  753. {Answer}
  754. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES</a></div>{/Block:IndexPage}
  755. {/block:Answer}
  756.  
  757. {Block:Link}
  758. <div class="title"><div style="margin-top: 5px;"></div><a style="padding: 5px; margin-top: 5px; margin-bottom: 3px; border-radius: 4px; background-color: #eee; width: 190px;" href="{URL}" title="{Name}" target="{Target}">{Name} &raquo;</a><div style="margin-bottom: 10px;"></div></div>
  759. {Block:Description}{Description}{/Block:Description}
  760. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  761. {/Block:Link}
  762.  
  763. {Block:PermalinkPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES{block:answer}<div style="display:none;">, </a><a href="{ReblogURL}"> reblog</a>{/block:answer}</div>{Block:Caption}{Caption}{/Block:Caption}<p>{Block:PostNotes}{PostNotes}{/Block:PostNotes}<p><a href="http://unstrong.tumblr.com">theme by zak</a>{/Block:PermalinkPage}
  764.  
  765. </div>
  766.  
  767. {/Block:Posts}
  768.  
  769. </div>
  770.  
  771. </div>
  772.  
  773. {block:IndexPage}
  774.  
  775. {block:Pagination}<div id="pagination">
  776.  
  777. {block:NextPage}<a style="display:none;" id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>{/block:NextPage}
  778.  
  779. {block:PreviousPage}<a style="display:none;" href="{PreviousPage}">&larr;&nbsp;</a>{/block:PreviousPage}  
  780.  
  781. </div>{/block:Pagination}
  782.  
  783. {/block:IndexPage}
  784. </body>
  785.  
  786. <a href="http://unstrong.tumblr.com"><div style="padding: 3px; font-size: 10px; position: fixed; bottom: 3px; right: 3px; background-color: #fff; border: 3px double #aaa;">THEME</div></a>
  787.  
  788. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement