jadalynstratman

Peachy Theme

Jun 2nd, 2015
1,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4. PEACHY THEME BY
  5. ┏━┓╋┏┳━━━┳┓╋┏┳━━━┳━━━┳━━━┳━━━━┓
  6. ┃┃┗┓┃┃┏━━┫┃╋┃┣┓┏┓┃┏━━┫┏━┓┃┏┓┏┓┃
  7. ┃┏┓┗┛┃┗━━┫┃╋┃┃┃┃┃┃┗━━┫┗━━╋┛┃┃┗┛
  8. ┃┃┗┓┃┃┏━━┫┃╋┃┃┃┃┃┃┏━━┻━━┓┃╋┃┃
  9. ┃┃╋┃┃┃┗━━┫┗━┛┣┛┗┛┃┗━━┫┗━┛┃╋┃┃
  10. ┗┛╋┗━┻━━━┻━━━┻━━━┻━━━┻━━━┛╋┗┛
  11. http://neudest.tumblr.com
  12. June 2nd, 2015
  13. -->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. <meta name="if:Background Cover" content="" />
  19. <meta name="if:Background Repeat" content="1" />
  20. <meta name="color:Border left" content="#222222" />
  21. <meta name="color:Background" content="#fff" />
  22. <meta name="color:Post Border" content="#f7c282" />
  23. <meta name="color:Post Background" content="#f7c282" />
  24. <meta name="color:Description" content="#666666" />
  25. <meta name="color:Scrollbar" content="#666666" />
  26. <meta name="color:Img Hover Border" content="#f7dfd9" />
  27. <meta name="color:Link" content="#f7c282" />
  28. <meta name="color:Hover" content="#666666" />
  29. <meta name="color:Text" content="#777777" />
  30. <meta name="image:Background" content="" />
  31. <meta name="color:Post Permalinks" content="#f7c282" />
  32. <meta name="color:Post Shadow" content="#ddc4be" />
  33. <meta name="color:Title Border" content="#f7c282" />
  34. <meta name="color:Title Shadow" content="#ddc4be" />
  35. <meta name="color:blogtitle" content="#6b6b6b" />
  36. <meta name="color:blogtitle background" content="#fcebd5" />
  37. <meta name="color:navlinks" content="#1e1e1e" />
  38. <meta name="text:Link1" content="/archive" />
  39. <meta name="text:Link1 Title" content="Archive" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="Link" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="Link" />
  44.  
  45. <style type="text/css">
  46. ::-webkit-scrollbar-thumb { height:auto;background-color:{color:Scrollbar}; } ::-webkit-scrollbar { height:6px; width:3px;padding-right:2px; background-color:transparent; } body { position: absolute;background:{color:Background}; {block:ifbackgroundcover}background-image: url({image:Background}); background-attachment: fixed;background-repeat: repeat;background-position:cover;no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;{/block:ifbackgroundcover}
  47. {block:ifbackgroundrepeat} background-image: url({image:Background});background-repeat: repeat;{/block:ifbackgroundrepeat} color:{color:Text}; font-family:'Calibri'; font-size:12px; text-decoration:none; text-transform:none; } a { color:{color:Link}; text-decoration:none; } a:hover { color:{color:Hover};background-color:{color:link hover bg}; padding:2px; }{block:indexpage}.entry:hover{padding-right:30px;}{/block:indexpage}
  48. #content .posts { width:900px; margin-left:50%; margin-top:20px; }
  49. .entry {border:1px solid {color:Post Border}; box-shadow:-6px 4px 0px {color:Post Shadow};{block:IndexPage} padding:20px;width:250px;overflow:hidden; float:left; font-size: 12px; line-height:14px; margin-bottom:70px;margin-right:70px; {/block:IndexPage}{block:PermalinkPage}width:500px;height:auto; margin-left:6%;margin-top:6px; {/block:PermalinkPage}}.entry img:hover{ background-color:{color:img hover border}; padding:7px; margin-left:-3px;
  50. } .entry img {-webkit-transition: all 0.6s linear;{block:IndexPage}width:250px; {/block:IndexPage} {block:PermalinkPage}width:500px; {/block:PermalinkPage} margin-bottom:-2px; } blockquote { margin-left:5px; padding-left:5px; line-height:180%; border-left:1px solid black; }
  51. .audiobox {width: 27px!important;background-color:white;top:45%;left:45%;display:block;position:absolute;padding-right:10px;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:50px;opacity:0.7;} {block:IndexPage} .entry:hover {opacity:4;-webkit-transition:1s; } {/block:IndexPage} .cl a { font-style:italic;padding-left:7px;padding-right:7px; } .cl a:hover { font-style:normal; } .header { margin-top:20px;margin-bottom:50px; border-bottom:1px solid #ccc; padding:10px;width:780px;margin-left:auto;margin-right:auto; text-align:center; background-color:{color:Header}; } .pn ul{ list-style-type: none;} .pn li{ list-style-type: none;} .pn {height:200px;width:700px;overflow:scroll;list-style-type: none;} /* Others */ blockquote{ margin:0 0 5px 10px; padding:3px 5px; border-left:1px solid {color:Links}; } blockquote p, blockquote ul{ margin:0; padding:0; } .quote p{ margin:0; } .arrow{ margin:8px 0 0 165px; border-left:6px solid #f7f7f7; {block:permalinkpage} margin:8px 0 0 455px; {/block:permalinkpage} } .answer{ width:145px; margin:0 0 3px; background:#f7f7f7; {block:permalinkpage} width:435px; {/block:permalinkpage} } .asker{ color:{color:Links}; } .asker:first-letter{ text-transform:uppercase; } .postnotes ::-webkit-scrollbar{ background:{color:Container}; } .permalink-title{ {block:permalinkpage} margin-left:10px; letter-spacing:1px; text-transform:uppercase; {/block:permalinkpage} } .portrait{ width:35px; border-radius:25px; } .arrow{ position:absolute; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; } .answer{ min-height:30px; padding:5px 10px; border-radius:5px; } #ask_form{ height:190px; } .cover{ z-index:1; position:absolute; width:60px; height:60px; } .cover img{ float:left; width:60px; height:65px; } .playbox{ z-index:2; position:absolute; overflow:hidden; opacity:0.6; width:27px; height:30px; margin:20px 0 0 16px; text-align:center; } .info{ min-height:73px; margin:0 0 10px 70px; font-size:10px; font-family:calibri; text-transform:uppercase; } blockquote{ margin:-2px 0 15px; padding:5px; } blockquote p, blockquote ul{ margin:0; padding:0; } .quote{ text-align:justify; } .posts-info{ margin:5px 0 25px; padding:5px 0; font-size:11px; text-transform:uppercase; border-top:1px solid #eee; } .info-date{ float:left; width:242px; margin:0 0 0 8px; margin-left:180px; } .info-notes{ float:left; width:242px; margin:0 8px 0 0; margin-left:190px; }
  52. .postnotes{ width:490px; margin-left:-50px; margin-bottom:30px; text-align:left; }
  53. ol.notes{ overflow:auto; height:auto; padding:0; margin:10px 15px 10px 15px; list-style-type:none; margin-left:12%;padding: 5px 10px; width:387px;}
  54. ol.notes:hover{ background-color:{color:Posts Background}; opacity:1;
  55. }
  56. ol.notes li.note{ border-left:3px solid {color:post border};padding:7px 0; width:490px; } ol.notes li.note img.avatar{ display:none; } ol.notes li.note blockquote{ border-color:#eee; padding:4px 10px; margin:10px 0 0 25px; } .date{ position:relative; opacity:1; bottom:0; margin:8px 0 0; padding:3px 0 0; font-size:11px; letter-spacing:0; text-transform:uppercase; text-align:right; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; border-top:1px solid #eee; }
  57. .date a{ margin:0 10px 0 0; } .contact{ position:fixed; display:none; z-index:99999; background:white; padding:10px; border:1px solid #ddd; top:50%; left:52%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-animation:fadeInDown 1s; -moz-animation:fadeInDown 1s; -ms-animation:fadeInDown 1s; } .permalink { margin-top:2px; padding:2px; text-align:right; word-spacing:5px; {block:permalinkpage} opacity:0; {/block:permalinkpage}} .permalink a{ color:{color:permalink}; font-style:italic; text-decoration:none;}
  58. .permalink a:hover{ color:rgba(0,0,0,0);}
  59. .audiopost { {block:IndexPage} width:200px; padding-bottom:10px; {/block:IndexPage} {block:PermalinkPage} width:400px; padding-bottom:110px; {/block:PermalinkPage}} .albumart { position:absolute; {block:IndexPage} width:50px; height:50px; {/block:IndexPage} {block:PermalinkPage} width:150px; height:150px; {/block:PermalinkPage}} .albumart img { float:left; {block:IndexPage} width:50px; height:50px; {/block:IndexPage} {block:PermalinkPage} width:150px; height:150px; {/block:PermalinkPage}} .playbox { opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:2; {block:IndexPage} margin-left:11px; margin-top:12px; {block:IndexPage} {block:PermalinkPage} margin-left:60px; margin-top:61px; {/block:PermalinkPage}} .info { margin-top:2px; line-height:12px; font-size:8px; text-transform:uppercase; {block:IndexPage} margin-left:58px; {block:IndexPage} {block:PermalinkPage} margin-left:158px; {/block:PermalinkPage}}
  60. {block:IndexPage}
  61. .coen { {block:IndexPage} {/block:IndexPage} clear:both; position:relative; width:250px; } .yup { width:100%; height:100%; position:absolute; top:40px; background-color: rgba(f, f, f, 0.8); opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; text-align:center; } .coen:hover .yup { opacity:1; }
  62. .coen .yup a{ font-style:italic;color:{color:Hover Permalinks Text};text-decoration:underline; line-height:23px;padding:4px;background-color:{color:Hover Permalinks BG};opacity:0.8}
  63. .coen .yup{}
  64. {/block:IndexPage}
  65.  
  66. a{{block:ifunderlineanditalic}font-style:italic;text-decoration:underline;{/block:ifunderlineanditalic}}
  67. a:hover{
  68. {block:ifunderlineanditalic}text-decoration:line-through;{/block:ifunderlineanditalic}}
  69.  
  70.  
  71. .navlinks { width:auto; height:10px; line-height:30px; font-size:10px; text-transform:uppercase; position:fixed; top:30%; left:250px; } .navlinks a { text-decoration:none; padding:6px; letter-spacing:1px; color:{color:NavLinks}; {block:ifnavborder}border:1px solid {color:NavLinks Border};{/block:ifnavborder} } .navlinks a:hover { color:{color:NavLinks Hover}; {block:ifnavborder}border:1px solid {color:NavLinks Border Hover};{/block:ifnavborder} } .navlinks a:hover{ background-color:{color:NavLinks Hover BG}; }
  72. #long { width:100px; margin-left:-145px; z-index:1; text-align:center; position:fixed !important; margin-top:-177px; height:auto; font-size: 11px; line-height: 14px; padding: 8px; }
  73. #sidebar{ width:50px; position:fixed; padding:10px; font-size:11px; font-family:{font:body}; text-align:center; float:center; z-index:100000000000000000000; }
  74. .blogtitle { text-align:left; position:relative; height:auto; line-height:20px; margin-bottom:5px; z-index:5; color:{color:blogtitle}; font-size:25px; font-family:{font:body}; }
  75. .description{ padding:4px; color:{color:description}; font-size:11px; text-align:left;text-transform:none; }
  76. #foshure{ padding:5px; {block:ifdescriptionborder}border:1px solid {color:Description border};{/block:ifdescriptionborder}margin-left:2px;margin-top:-10px;width:100px; }
  77. .ta2{ position:fixed; bottom:2px; right:2px; padding:3px; text-align:center; width:100px; } .ta2 .fo2{ padding-bottom:3px; margin:4px; }.ta2 .lo2{ line-height:150%; }
  78.  
  79. .ta23{ position:fixed; Top:15px; right:-10px; padding:3px; text-align:center; width:100px; } .ta23 .fo23{ padding-bottom:3px; margin:4px; }.ta23 .lo23{ line-height:150%; }
  80. #top{position:fixed;top:0px;height:26px;width:100%;z-index:6;}
  81. #left{position:fixed;left:0px;bottom:0;height:100%;width:26px;background:{color:border left};z-index:6;}
  82.  
  83.  
  84. {CustomCSS}</style></head><body>
  85. {block:IndexPage} <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script><script type="text/javascript"> $(window).load(function(){ var $wall = $('.posts'); $wall.imagesLoaded(function(){ $wall.masonry({ itemSelector: '.entry', isAnimated : true }); }); $wall.infinitescroll({ navSelector : "div#navigation", nextSelector : "div#navigation a#nextPage", itemSelector : '.entry', loadingImg : "", loadingText : " ", donetext : " ", extraScrollPx : 0, bufferPx : 10000, debug : false, errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal'); }}, function( newElements ) { var $newElems = $( newElements ); $newElems.hide(); $newElems.imagesLoaded(function(){ $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} ); }); }); $('.posts').show(500); }); </script> {/block:IndexPage} <script type="text/javascript"> $(window).load(function(){ $("p").remove(":contains('(Source:')"); $("p").remove(":contains('(source:')"); $("p").remove(":contains('(via ')"); }); </script> {block:indexpage} <script language="JavaScript"> function function1(){ window.scrollTo(0,5); } function function2(){ window.scroll(0,2); } </script> {/block:indexpage}
  86.  
  87. <div id="content">
  88.  
  89. <div id="left"></div>
  90. <div id="right"></div>
  91.  
  92.  
  93. <div id="bottom"></div><div id="top"><div style="padding:7px;width:200px;margin-left:123px;margin-top:80px;text-transform:uppercase;z-index:999999999"><span style="background-color:{color:blogtitle background}; padding:3px 5px 0 5px;font-size:25px;box-shadow:-6px 4px 0px {color:Title Shadow};border:1px solid {color:Title Border};"><font color="{color:Blogtitle}">{title}</font></span><br><br><div style="width:200px;text-transform:lowercase;"><br><font color="{color:Description}">{description}</font></div><br>
  94. <div class="navv">
  95. <div style="text-transform:uppercase;width:220px;font-size:11px;border-left:3px solid {color:post border};padding-left:3px;">
  96. <a href="/"><font size="" color="{color:NavLinks}">Refresh,</font></a> &nbsp; <a href="/ask"><font size="" color="{color:NavLinks}">Inbox,</font></a> &nbsp;&nbsp; {block:ifLink1}<a href="{text:Link1}"><font size="" color="{color:NavLinks}"> {text:Link1 Title},</font></a>&nbsp;&nbsp;{/block:ifLink1}
  97. {block:ifLink2}<a href="{text:Link2}"><font size="" color="{color:NavLinks}">{text:Link2 Title},</font></a>&nbsp;&nbsp;{/block:ifLink2}{block:ifLink3} <a href="{text:Link3}"> <font size="" color="{color:NavLinks}">{text:Link3 Title},</font></a>&nbsp;&nbsp;{/block:ifLink3}
  98. </div></div></div></div>
  99.  
  100.  
  101. <font color="{color:Text}">
  102. <div class="posts"><br><br>
  103. {block:IndexPage}
  104. <div class="column navigation" id="navigation"> {block:Pagination} {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination} </div>{/block:IndexPage} <br style="clear:both;" /> {block:Posts} <div class="entry">
  105. {block:Text} {block:Title} <span style="font-size:12px;"><a href="{Permalink}"><font color="{color:Text}" size="2">{Title}</font></a></span> {/block:Title} <font color="{color:Text}">{Body}</font> {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Text}
  106. {block:Indexpage}
  107. <article class="coen">
  108. {block:Photo} {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:Indexpage}
  109. {block:IndexPage}
  110. {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage}
  111.  
  112. {/block:IndexPage}
  113. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a> <div style="margin-left:380px;"></div> {/block:PermalinkPage} {/block:Photo}
  114. </article>{/block:Indexpage}
  115. {block:Permalinkpage}
  116. {block:Photo} {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:Indexpage}
  117. {block:IndexPage}
  118.  
  119. {/block:IndexPage}
  120. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a> <div style="margin-left:380px;"></div> {/block:PermalinkPage} {/block:Photo}
  121. {/block:Permalinkpage}
  122.  
  123. {block:Photoset} {block:IndexPage} {photoset-250}{/block:IndexPage} {block:PermalinkPage} {Photoset-500} {/block:PermalinkPage}
  124.  
  125. {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage}
  126.  
  127. {/block:Photoset} {block:Quote} <i>" <font color="{color:Text}" size="2">{Quote}</font>"</i> {block:Source} <font color="{color:Text}"> <div align="right">—{Source}</div></font> {/block:Source} {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Quote} {block:Link} <span style="font-size:12px;"><a href="{URL}" class="link" {Target}><font color="{color:Text}">{Name}</font></a></span> {block:Description} <font color="{color:Text}"> <div class="description1">{Description}</div></font> {/block:Description}
  128. {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}
  129.  
  130.  
  131. </a>{/block:IndexPage} {/block:Link} {block:Chat} {block:Title} <h3><a href="{Permalink}"><font color="{color:Link}" size="2">{Title}</font></a></h3> {/block:Title}<ul> {block:Lines} <li style="list-style-type: none;margin-left:-40px;"> {block:Label} <span style="font-weight:bold;">{Label}</span> {/block:Label} {Line}</li> {/block:Lines}</ul>
  132. {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage}
  133.  
  134.  
  135.  
  136. {/block:Chat}
  137. {block:Video} {Video-250}
  138.  
  139. {block:IndexPage}<p><div style="border-left:3px solid {color:post border};padding-left:3px;"><div align="margin-left:0px"><div style="text-transform:uppercase;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>REBLG,</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div></div>{/block:IndexPage}</a>{/block:IndexPage}{/block:Video}
  140.  
  141. {block:Audio}
  142. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><font size="1"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<font size="1"><br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  143.  
  144. {block:IndexPage}<div style="border-left:3px solid {color:post border};padding-left:3px;text-transform:uppercase;"><div align="left"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>RBLG, &nbsp;</small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountWithLabel},</small></font></a> &nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{TimeAgo}</small></font></a></div></div>{/block:IndexPage}
  145.  
  146. </div></font>
  147.  
  148. {/block:Audio}</div>
  149. {block:PermalinkPage} <div class="notes"><div style="margin-left:12%; width:400px"><br><br> posted {TimeAgo} {block:NoteCount} with {NoteCount} notes {/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom} {block:ContentSource} originallyfrom <a href="{SourceURL}">{SourceTitle} </a></font></div> {/block:ContentSource} <br><br>{PostNotes}<br><br><br><br><br><div> {/block:PermalinkPage} {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource} <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} --> {/block:Posts} </div></div></div></div>
  150. <div class="ta2"> <div class="fo2"><a href="http://neudest.tumblr.com"><font color="{color:text}">NEUDEST</font></a></div></div>
  151.  
  152.  
  153. </body>
  154. </html>
Advertisement
Add Comment
Please, Sign In to add comment