Advertisement
striaton-city

Spookwave

Jan 30th, 2016
3,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7.  
  8.  
  9.                 <!----- [11] Spookwave ----------------
  10.                
  11.                + Theme by SANYOUCITY.TUMBLR.COM
  12.                              
  13.               Feel free to do whatever you want with
  14.               the  code  as long as you don't remove
  15.               the  credit!! If  you  have any quest-
  16.               ions or comments please don't hesitate
  17.               to  hmu.  I  apologize  in  advance to
  18.               anyone trying  to  find  something  in
  19.               the  code because I'm very unorganized
  20.               (but  I've  made an effort to clean it
  21.               up!)
  22.              
  23.               Thank you so much for using my theme!!
  24.  
  25.    
  26.                + monochrome ::
  27.                                a--themes.tumblr.com
  28.                + masonry ::
  29.                                manatopia.org
  30.                + popup ::
  31.                                starious.tumblr.com
  32.                + inspo ::
  33.                                pohroro.com
  34.                
  35.                -------------------------ver 1.2------>
  36.  
  37.  
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <!-- SCRIPTS -->
  45.  
  46. <!-- TOOLTIP -->
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  49. <script>
  50.     (function($){
  51.         $(document).ready(function(){
  52.             $("[title]").style_my_tooltips();
  53.         });
  54.     })(jQuery);
  55. </script>
  56.  
  57. <!-- NAVIGATION -->
  58.  
  59. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  60.  
  61. <script type="text/javascript">
  62.     $(document).ready(function(){
  63.     $(".links_body").hide();
  64.     $(".links_head").click(function(){
  65.     $(this).next(".links_body").slideToggle('fast');
  66.     }); });
  67. </script>
  68.  
  69. <!--POPOP-->
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72. <script>
  73. $(document).ready(function() {
  74. $('a.poplight[href^=#]').click(function() {
  75.     var popID = $(this).attr('rel'); //Get Popup Name
  76.     var popURL = $(this).attr('href'); //Get Popup href to define size
  77.     var query= popURL.split('?');
  78.     var dim= query[1].split('&');
  79.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  80.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" id="closee" title="Close" alt="Close" /></a>');
  81.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  82.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  83.     //Apply Margin to Popup
  84.     $('#' + popID).css({
  85.     'margin-top' : -popMargTop,
  86.     'margin-left' : -popMargLeft
  87. });
  88. $('body').append('<div id="fade"></div>');
  89. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  90. return false;
  91. });
  92. $('a.close, #fade').live('click', function() {
  93. $('#fade , .popup_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>    
  100.  
  101. <!-- MASONRY SCRIPTS -->
  102.  
  103. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  104.  
  105. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  106.  
  107. <script>
  108.     $(function(){
  109.     var $container = $('#container');
  110.     $container.imagesLoaded(function(){
  111.     $container.masonry({
  112.     itemSelector: '.entry',
  113.     });
  114.     });
  115.     $container.infinitescroll({
  116.     itemSelector : ".entry",
  117.     navSelector : "div.pagination",
  118.     nextSelector : ".pagination a#next",
  119.     loadingImg : "",
  120.     loadingText : "<em></em>",
  121.     bufferPx : 10000,
  122.     extraScrollPx: 12000,
  123.     },
  124.     // trigger Masonry as a callback
  125.     function( newElements ) {
  126.       var $newElems = $( newElements ).css({ opacity: 0 });
  127.     // ensure that images load before adding to masonry layout
  128.     $newElems.imagesLoaded(function(){
  129.     $newElems.animate({ opacity: 1 });
  130.     $container.masonry( 'appended', $newElems, true );
  131.     });
  132.     }
  133.     );
  134.     });
  135. </script>
  136.  
  137.  
  138.  
  139.  
  140. <!-- META THINGS -->
  141.  
  142. <!-- IMAGES -->
  143. <meta name="image:profile image" content=""/>
  144. <meta name="image:music gif" content="http://38.media.tumblr.com/tumblr_m7vzhvERfC1r6o8v2.gif"/>
  145. <!-- COLORS -->
  146. <meta name="color:background" content="#bbd9f8"/>
  147. <meta name="color:title" content="#fff"/>
  148. <meta name="color:title hover" content="#525252"/>
  149. <meta name="color:text" content="#edf6ff"/>
  150. <meta name="color:border" content="#fff"/>
  151. <meta name="color:link" content="#fff"/>
  152. <meta name="color:tooltip text" content="#bbd9f8"/>
  153. <meta name="color:tooltip" content="#fff"/>
  154. <meta name="color:profile border" content="#fff"/>
  155. <meta name="color:blog border" content="#fff"/>
  156. <meta name="color:music player" content="#fff"/>
  157. <meta name="color:selection" content="#fff"/>
  158. <meta name="color:selection text" content="#bbd9f8"/>
  159.  
  160. <!-- TEXT -->
  161. <meta name="text:music title" content="spookwave"/>
  162. <meta name="text:music url" content="http://k003.kiwi6.com/hotlink/olmitxcmwa/Undertale_OST_-_Spookwave_Extended.mp3"/>
  163. <meta name="text:navigation title" content="navigation"/>
  164. <meta name="text:link 1 title" content="1-800-HOTLINELINK"/>
  165. <meta name="text:link 2 title" content="1-800-HOTLINELINK"/>
  166. <meta name="text:link 3 title" content="1-800-HOTLINELINK"/>
  167. <meta name="text:link 4 title" content="1-800-HOTLINELINK"/>
  168. <meta name="text:link 5 title" content="1-800-HOTLINELINK"/>
  169. <meta name="text:link 1 url" content="/">
  170. <meta name="text:link 2 url" content="/">
  171. <meta name="text:link 3 url" content="/">
  172. <meta name="text:link 4 url" content="/">
  173. <meta name="text:link 5 url" content="/">
  174. <!-- Ifs -->
  175. <meta name="All Caps" content=""/>
  176. <meta name="if:Monochrome" content="1" />
  177. <meta name="if:2 Columns" content="1" />
  178.  
  179. <style type="text/css">
  180.  
  181. /* GENERAL */
  182.  
  183. .tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, iframe#tumblr_controls {
  184.     top: 20px !important;
  185.     right:20px !important;
  186.     position: fixed !important;
  187.    -webkit-filter: invert(100%);
  188.    z-index:9999999;
  189. }
  190.  
  191.  
  192.  
  193. body {
  194.     background: {color:background};
  195.     font-family: calibri, sans-serif;
  196.     font-size: 11px;
  197.     {block:ifAllCaps}
  198.     text-transform:uppercase;
  199.     {/block:ifAllCaps}
  200.     letter-spacing:2px;
  201.     color: {color:text};
  202.     text-align: justify;
  203.     font-family: calibri, sans-serif;
  204.     border:none;
  205.     overflow-x:hidden;
  206.     cursor:crosshair;
  207.     line-height:21px;
  208. }
  209.  
  210. small {
  211.     font-size:12px;
  212. }
  213.  
  214. blockquote {
  215.     padding:5px;
  216.     margin:10px;
  217.     border-left:1px solid;
  218. }
  219. a, .description a {
  220.     text-decoration: none;
  221.     color: {color:background};
  222.     background-color:{color:link};
  223.     font-family: calibri, sans-serif;
  224.     font-size: 11px;
  225.     font-style:italic;
  226.     padding-left:1px;
  227.     padding-right:1px;
  228.     cursor:help;
  229. }
  230. img {max-width: 100%;background-color:rgba(0,0,0,0);}
  231. ul {list-style-type:square;}
  232.  
  233.  
  234. /* NAVIGATION */
  235.  
  236.  
  237. .links_list {
  238.     margin:0px;
  239.     padding:0px;
  240.     max-width:180px;
  241. }
  242.  
  243. .links_head {
  244.     padding-top:5px;
  245.     padding-bottom:5px;
  246.     position:relative;
  247.     margin:1px;
  248.     text-align:left;
  249.     color: {color:title};
  250.     font-size:17px;
  251.     padding-left:1px;
  252.     padding-right:1px;
  253.     cursor:help;
  254. }
  255.  
  256.  
  257. .links_body {
  258.     padding:10px;
  259.     text-align:left;
  260.     color: {color:text};
  261.     display:none;
  262. }
  263.  
  264. #sidebar .nav a {
  265.     font-size:11px;
  266.     color: {color:text};
  267. }
  268.  
  269. .nav {
  270.     z-index:9;
  271. }
  272.  
  273. /* SCROLL */
  274.  
  275. ::-webkit-scrollbar { width: 7px; }
  276. ::-webkit-scrollbar-track-piece { background-color:rgba(0,0,0,0); }
  277. ::-webkit-scrollbar-thumb:vertical {
  278.     width: 10px;
  279.     background-color: {color:background};
  280.     border: 1px solid white;
  281. }
  282. ::-webkit-scrollbar-thumb{background-color:{color:background};}
  283.  
  284. /* POPUP */
  285.  
  286. #closee {
  287.     width:20px;
  288.     float: right;
  289.     margin-right:-50px;
  290.     margin-top:-10px;
  291. }
  292.  
  293. #fade { /*--Transparent background layer--*/
  294.     display: none; /*--hidden by default--*/
  295.     background-image: url('{image:background}');
  296.     background-color:{color:background};
  297.     position: fixed; left: 0; top: 0;
  298.     width: 100%; height: 100%;
  299.     opacity:1;
  300.     z-index: 999999999;
  301. }
  302. .popup_block{
  303.     display: none; /*--hidden by default--*/
  304.     background: rgba(0,0,0,0);
  305.     padding: 10px;
  306.     border: 1px solid {color:posts};
  307.     float: left;
  308.     font-size: 10;
  309.     position: fixed;
  310.     top: 50%; left: 50%;
  311.     z-index: 99999999999999999999;
  312.     -webkit-animation: fadein 3s;
  313.     -moz-animation: fadein 3s;
  314.     -ms-animation: fadein 3s;
  315.     -o-animation: fadein 3s;
  316.     animation: fadein 3s;
  317. }
  318.  
  319. img.btn_close {float: right;margin: -20 -20px 0 0;}
  320. /*--Making IE6 Understand Fixed Positioning--*/
  321. *html #fade {position: absolute;}
  322. *html .popup_block {position: absolute;}
  323.  
  324.  
  325. /* TITLE */
  326.  
  327. #title {
  328.     text-align:justify;
  329.     margin-top: 50px;
  330.     margin-left: 190px;
  331.     width: 240px;
  332.     inline:block;
  333. }
  334. #title a, .title{
  335.     z-index: 99999;
  336.     position: relative;
  337.     font-size: 25px;
  338.     max-width: 240px;
  339.     inline:block
  340.     text-align: left;
  341.     background-color:rgba(0,0,0,0);
  342.     color: {color:title};
  343.     font-style:italic;
  344.     font-family:'calibri',sans-serif';
  345. }
  346.  
  347. #title a:hover, .links_head:hover, .title:hover {
  348.     color: {color:title hover};
  349. }
  350.  
  351. h1 {
  352.     text-align:left;
  353.     background-color:transparent;  
  354. }
  355.  
  356. /* SIDEBAR */
  357.  
  358. #sidebar {
  359.     position:fixed;
  360. }
  361.  
  362. .profile {
  363.     position:fixed;
  364.     width:110px;
  365.     height: 110px;
  366.     border-radius:100px;
  367.     margin-left: 50px;
  368.     margin-top: 50px;
  369.     padding:5px;
  370.     border: 1px solid {color:profile border};
  371. }
  372.  
  373. .profile img {
  374.     width:110px;
  375.     height:110px;
  376.     border-radius:100px;
  377. }
  378.  
  379.  
  380. #sidebar .description a{
  381.     font-size:11px;
  382.     text-decoration: none;
  383.     color: {color:background};
  384.     background-color:{color:link};
  385.     font-family: calibri, sans-serif;
  386.     font-size: 11px;
  387.     font-style:italic;
  388.     padding-left:1px;
  389.     padding-right:1px;
  390.     cursor:help;
  391. }
  392.  
  393. .description {
  394.     position: relative;
  395.     left:-10px;
  396.     padding: 10px;
  397.     width: 200px;
  398.     text-align: justify;
  399.     float:left;
  400.     max-height:70px;
  401.     overflow-y:scroll;
  402.     border-bottom:1px solid {color:title};
  403.     z-index:10;
  404. }
  405.  
  406.  
  407. /* POSTS */
  408.  
  409. #container {
  410.     top: 20px;
  411.     margin-bottom: 20px;
  412.     margin-left: 420px;
  413.     width: 800px;
  414. }
  415.  
  416. .entry {
  417.     margin-top: 10px;
  418.     margin-left:20px;
  419.     float:left;
  420.     position: fixed;
  421.     {block:if2Columns}
  422.     width:250px;
  423.     {/block:if2Columns}
  424.     {block:ifNot2Columns}
  425.     width:400px;
  426.     {/block:ifNot2Columns}
  427.     padding: 10px;
  428.     inline:block;
  429.     overflow:hidden;
  430.     word-wrap: break-word;
  431.     margin-bottom:20px;
  432.     border: 1px solid white;
  433.     background-color: {color:background};
  434.     opacity:.85;
  435. }
  436.  
  437. #portrait img {
  438.     float: left;
  439.     margin-right: 5px;
  440. }
  441.  
  442. #permalink {
  443.     text-align: center;
  444.     border-top: 1px solid {color:posts};
  445.     position: relative;
  446.     margin-top: 5px;
  447.     padding-top: 5px;
  448.     line-height:7px;
  449.    
  450. }
  451.  
  452. #tags a:hover {
  453.     text-decoration:underline;
  454. }
  455.  
  456. .odd .line {
  457.     padding: 5px;
  458.     color:{color:odd chat};
  459. }
  460. .even .line {
  461.     padding: 5px;
  462.     color:{color:even chat};
  463. }
  464.  
  465. /* ASKS */
  466.  
  467.  
  468. .bubble {
  469.     position:relative;
  470.     margin:0px 0px 0px 0px;
  471.     text-align:left; padding:10px;
  472.     color:{color:ask text};
  473.     border:1px solid {color:ask bubble};
  474.     opacity:.7;
  475.     {block:if2Columns}
  476.     width:230px;
  477.     {/block:if2Columns}
  478.     {block:ifNot2Columns}
  479.     width:379px;
  480.     {/block:ifNot2Columns}
  481.     max-height:100px;
  482.     overflow:auto;
  483.     text-align:justify;
  484.     border-radius:0px;
  485.     double {color:ask bubble};
  486.    
  487. }
  488.  
  489. .bubble p {margin:1px 0px;}
  490.  
  491.  
  492. /* BLOG BORDERS */
  493.  
  494. #top, #left, #bottom, #right {
  495.     background-color:{color:blog border};
  496.     z-index: 99;
  497.     position:fixed;
  498. }
  499.  
  500. #top {
  501.     width: 100%;
  502.     height:20px;
  503.     top:0px;
  504.     left:0px;
  505. }
  506.  
  507. #left {
  508.     width: 20px;
  509.     height: 100%;
  510.     top:0px;
  511.     left:0px;
  512. }
  513.  
  514. #bottom {
  515.     width: 100%;
  516.     height:20px;
  517.     bottom:0px;
  518.     left:0px;
  519.     right:0px;
  520. }
  521.  
  522. #right {
  523.     width: 20px;
  524.     height: 100%;
  525.     right: 0px;
  526.     bottom:0px;
  527. }
  528.  
  529.  
  530. /* MUSIC PLAYER */
  531.  
  532. #music, #music img, #music:hover, #music:hover img, #music:hover .player {
  533.     -moz-transition: all 0.5s ease-in-out;
  534.     -o-transition: all 0.5s ease-in-out;
  535.     -ms-transition: all 0.5s ease-in-out;
  536.     transition: all 0.5s ease-in-out;
  537. }
  538.  
  539. #music {
  540.     width:40px;
  541.     height:40px;
  542.     border-radius:1px;
  543.     position:fixed;
  544.     bottom:30px;
  545.     left:50px;
  546.     background-color:{color:music player};
  547.     overflow:hidden;
  548. }
  549.  
  550. #music img{
  551.     margin-top:13px;
  552.     margin-left:13px;
  553.     position:fixed;
  554. }
  555.  
  556. .player {
  557.     opacity:0;
  558.     margin-top:10px;
  559.     position:fixed;
  560. }
  561.  
  562. #music:hover {width:200px;}
  563. #music:hover img {opacity:0;}
  564. #music:hover .player {opacity:1;}
  565.  
  566. /*PAGINATION*/
  567.  
  568. .prev {margin-left:230px;}
  569. .next {margin-left:190px;}
  570.  
  571. .prev, .next {
  572.     width:20px;
  573.     height:10px;
  574.     position:fixed;
  575.     margin-top:5px;
  576. }
  577. .prev a, .next a {
  578.     background-color:{color:link};
  579.     color:{color:background};
  580.     padding-left:2px;
  581.     padding-right:2px;
  582. }
  583.  
  584. /* MISC */
  585.  
  586. #s-m-t-tooltip {
  587.     display: block;
  588.     background: {color:tooltip};
  589.     font-size: 10px;
  590.     text-transform: uppercase;
  591.     color: {color:tooltip text};
  592.     text-align: center;
  593.     font-family:  calibri, sans-serif;
  594.     letter-spacing: 0px;
  595.     margin-left: 18px;
  596.     padding: 1px 2px;
  597.     min-width: 30px;
  598.     max-width: 200px;
  599.     z-index: 9999999999999999;
  600. }
  601.  
  602. ::selection {
  603.     background-color:{color:selection};
  604.     color:{color:selection text};
  605. }
  606.  
  607. #thing {z-index:-1;width:100%;height:100%;position:fixed;}
  608.  
  609. #swag {
  610.     position:fixed;
  611.     z-index:99999999999;
  612.     height:20px;
  613.     width:20px;
  614.     top:0px;
  615.     left:0px;
  616.     background-color:{color:background};
  617.     border-right:1px solid {color:background};
  618.     border-bottom:1px solid {color:background};
  619. }
  620.  
  621. #swag a {
  622.     font-style:normal;
  623.     color:{color:link};
  624.     font-size:15px;
  625.     left:2px;
  626.     top:-2px;
  627.     background-color:transparent;
  628. }
  629.  
  630. {block:ifMonochrome}
  631. .mono{
  632.     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'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");
  633.     filter: gray;
  634.     -webkit-filter: grayscale(100%);
  635.     -webkit-transition: all 0.7s linear;
  636.     -moz-transition: all 0.7s linear;
  637.     -o-transition: all 0.7s linear;
  638. }
  639.  
  640. .mono:hover{
  641.     filter: none;
  642.     -webkit-filter: grayscale(0%);  
  643. }
  644. {/block:ifMonochrome}  
  645.  
  646. </style>
  647.  
  648. </head>
  649.  
  650. <body>
  651.  
  652.  
  653. <div id ="thing"></div>    
  654.  
  655.  
  656. <!-- SIDEBAR -->
  657. <div id="sidebar">
  658.     <div id="title">
  659.         <a href="/">{Title}</a>
  660.         <div class="description">{Description}</div>
  661.        
  662.         <div class="nav">
  663.             <div class="links_list">
  664.             <br><br>
  665.                 <p class="links_head">{text:navigation title}</p>
  666.                 <div class="links_body">
  667.                     <a href="/">home</a>
  668.                     <br>
  669.                     <a href="#?w=500"rel="ask" class="poplight">message</a>
  670.                     <br>
  671.                     <a href="#?w=500"rel="arch" class="poplight">past</a>
  672.                     <br>
  673.                     <a href="#?w=500"rel="sub" class="poplight">submit</a>
  674.                     <br>
  675.                     <a href="{text:link 1 url}">{text:link 1 title}</a>
  676.                     <br>
  677.                     <a href="{text:link 2 url}">{text:link 2 title}</a>
  678.                     <br>
  679.                     <a href="{text:link 3 url}">{text:link 3 title}</a>
  680.                     <br>
  681.                     <a href="{text:link 4 url}">{text:link 4 title}</a>
  682.                     <br>
  683.                     <a href="{text:link 5 url}">{text:link 5 title}</a>
  684.                 </div> <!-- /div links body -->
  685.             </div> <!-- /div links list -->
  686.         </div> <!-- /div nav -->
  687.     </div> <!-- /div title -->
  688.    
  689. <!--PAGINATION-->
  690.      <div class="next">{block:NextPage} <a href="{NextPage}" >next</a>{/block:NextPage}</div>
  691.  
  692.       <div class="prev">{block:PreviousPage}<a href="{PreviousPage}" >prev </a>{/block:PreviousPage}</div> <!-- end pagination -->
  693.    
  694. </div> <!-- /div sidebar -->    
  695.      
  696. <div class="profile">
  697.     <img src="{image:profile image}"/>
  698. </div>  
  699.  
  700. <!--ASK POPUP-->
  701. <div id="ask" class="popup_block">
  702.     <center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  703.     </center>
  704.  </div>
  705.  
  706. <!--SUBMIT POPUP-->
  707. <div id="sub" class="popup_block">
  708.     <center><iframe frameborder="0" scrolling="yes" width="100%" height="290px" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  709.     </center>
  710. </div>
  711.  
  712. <!--ARCHIVE POPUP-->
  713. <div id="arch" class="popup_block">
  714.     <center><iframe frameborder="0" scrolling="yes" style="width:495px; height:395px;" src="http://{Name}.tumblr.com/archive"></iframe>
  715.     </center>
  716. </div>
  717.  
  718. <!-- BLOG BORDER -->
  719. <div id= "bottom"></div> <!-- ghost: ;^) -->
  720. <div id= "top"></div>
  721. <div id= "left"></div>
  722. <div id= "right"></div>
  723.  
  724.  
  725.  
  726. <!-- MUSIC PLAYER -->
  727. <div title="{text:music title}" id="music">
  728.     <img src="{image:music gif}"/>
  729.    
  730.     <div class="player">
  731.         <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  732.             <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  733.             <param name="bgcolor" value="{color:music player}" />
  734.             <param name="FlashVars" value="mp3={text:music url}
  735. &amp;bgcolor=fff&amp;loadingcolor=bbd9f8&amp;buttoncolor=c7d7e7&amp;slidercolor=c7d7e7" />
  736.         </object>
  737.     </div>
  738.    
  739. </div> <!-- /div music -->
  740.  
  741. <div id="swag">
  742.     <a title="sanyoucity themes" class="swag" href="http://sanyoucity.tumblr.com/"></a>
  743.    
  744. </div>
  745.  
  746. <!-- POSTS -->
  747.  
  748. <div id="container">
  749. {block:Posts}
  750.     <div class="entry">
  751.         {block:Text}
  752.         {block:Title}<a href="{Permalink}"class="title" >{Title}</a>{/block:Title}
  753.         {Body}
  754.         {/block:Text}
  755.        
  756.         {block:Photo}
  757.         <div class="mono">
  758.         {LinkOpenTag}<img width=100% src="{PhotoURL-HighRes}">{LinkCloseTag}
  759.         </div> <!-- /div mono -->
  760.         {block:Caption}{Caption}{/block:Caption}
  761.         {/block:Photo}
  762.          
  763.         {block:Photoset}
  764.         <div class="mono">
  765.         {block:If2Columns}
  766.         {Photoset-250}
  767.         {/block:If2Columns}
  768.         {block:IfNot2Columns}
  769.         {Photoset-400}
  770.         {/block:IfNot2Columns}
  771.         </div> <!-- /div mono -->
  772.         {block:Caption}{Caption}{/block:Caption}
  773.         {/block:Photoset}
  774.          
  775.         {block:Quote}
  776.         {Quote}
  777.         {block:Source}<br>—{Source}{/block:Source}
  778.         {/block:Quote}
  779.          
  780.         {block:Link}
  781.         <a href="{URL}" class="title">{Name}</a>
  782.         {block:Description}{Description}{/block:Description}
  783.         {/block:Link}
  784.          
  785.         {block:Chat}
  786.         {block:Title}<a href="{Permalink}"class="title">{Title}</a>{/block:Title}<br><br>
  787.         <div class="text">
  788.         {block:Lines}<div class="{Alt}">
  789.         <div class="line">{block:Label}<span>{Label}</span>{/block:Label} {Line}<br /></div></div>
  790.         {/block:Lines}
  791.         </div>
  792.         {/block:Chat}
  793.          
  794.         {block:Audio}
  795.         <div class="mono">
  796.         {AudioPlayerWhite}
  797.         </div>
  798.         {block:Caption}{Caption}{/block:Caption}
  799.         {/block:Audio}
  800.          
  801.         {block:Video}
  802.         <div class="mono">
  803.         {block:If2Columns}
  804.         {Video-250}
  805.         {/block:If2Columns}  
  806.         {block:IfNot2Columns}
  807.         {Video-400}
  808.         {/block:IfNot2Columns}
  809.         </div>
  810.         {block:Caption}{Caption}{/block:Caption}
  811.         {/block:Video}
  812.          
  813.         {block:Answer}<div class="bubble"><span></span><b>{Asker} cries: </b> {Question}</div><br/>{Answer}
  814.         {/block:Answer}
  815.        
  816.  
  817.  <!-- PERMALINK -->
  818.  
  819.     <div id="permalink">
  820.         {block:Date}{TimeAgo}{/block:Date} :: <a href="{Permalink}">
  821.         {NoteCountWithLabel}</a> <br><br><a href="{ReblogURL}" target="_blank">reblog</a>
  822.          
  823.        {block:RebloggedFrom}<br><br> <span style="line-height:10px" >via ::<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> ori ::<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a></span>{/block:RebloggedFrom}
  824.          
  825.         <br><br>
  826.         <span style="line-height:10px" id="tags">{block:HasTags}{block:Tags} #<a style="background-color:transparent; color:{color:link};" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</span>
  827.     </div> <!-- /div permalink -->
  828.    
  829.    
  830.  
  831.  
  832. {block:PostNotes}{PostNotes}{/block:PostNotes}
  833.  
  834.  
  835.     </div> <!-- /div entry --->
  836.  
  837. {/block:Posts}
  838.  
  839. </div><!-- /div container --->
  840.  
  841.  
  842.  
  843.  
  844. </body>
  845.  
  846.  
  847. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement