Advertisement
realjunko

Deep sea girl

Jun 16th, 2014
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.16 KB | None | 0 0
  1. <!--
  2. Deep sea girl theme by uttsutsu
  3. please do not remove the credit or redestribute!
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <meta name="image:Background" content="https://31.media.tumblr.com/d40eae727a79de74c5b3c4cb5c8e9fd5/tumblr_inline_n6496nEJBG1rshr70.png"/>
  41. <meta name="image:Sidebar" content="http://static.tumblr.com/0a90fb1579008c894deca64b9e5275cc/y2bzaee/5vwn79wki/tumblr_static_3vt51y65dlq8wkkw44gco8sgs.jpg"/>
  42. <meta name="image:cursor" content="http://media.tumblr.com/tumblr_m2wj9k9UPt1qfamg6.png"/>
  43. <meta name="color:Background" content="#FFFFFF"/>
  44. <meta name="color:Title" content="#999999"/>
  45. <meta name="color:Link" content="#b397b3"/>
  46. <meta name="color:Border descrip" content="#eff4f6"/>
  47. <meta name="color:Borders" content="#eff4f6"/>
  48. <meta name="color:Hover" content="#999999"/>
  49. <meta name="color:Text" content="#777777"/>
  50. <meta name="text:username" content=""/>
  51.  
  52. <meta name="text:Link One URL" content=""/>
  53. <meta name="text:Link One Title" content="link"/>
  54. <meta name="text:Link two URL" content=""/>
  55. <meta name="text:Link two Title" content="link"/>
  56. <meta name="text:Link three URL" content=""/>
  57. <meta name="text:Link three Title" content="link"/>
  58. <meta name="if:180px" content="0"/>
  59. <meta name="if:250px" content="0"/>
  60. <meta name="if:400px" content="1"/>
  61. <meta name="if:player" content="1"/>
  62.  
  63.  
  64. <title>{Title}</title>
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68. <link rel="shortcut icon" href="{Favicon}">
  69.  
  70. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73.  
  74. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){$(document)
  77. .ready(function(){$("[title]")
  78. .style_my_tooltips();});})
  79. (jQuery);
  80. </script>
  81.  
  82. {block:IndexPage}
  83. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  84. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  85.  
  86. <script type="text/javascript">
  87. $(window).load(function(){
  88. var $wall = $('#entries');
  89. $wall.imagesLoaded(function(){
  90. $wall.masonry({
  91. itemSelector: '#post, #post_photo',
  92. isAnimated : false
  93. });
  94. });
  95.  
  96. $wall.infinitescroll({
  97. navSelector : '#pagination',
  98. nextSelector : '#pagination a',
  99. itemSelector : '#post, #post_photo',
  100. bufferPx : 2000,
  101. debug : false,
  102. errorCallback: function() {
  103. $('#scroll').fadeOut('normal');
  104. }},
  105. function( newElements ) {
  106. var $newElems = $( newElements );
  107. $newElems.hide();
  108. $newElems.imagesLoaded(function(){
  109. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  110. });
  111. }); $('#entries').show(500);
  112. });
  113. </script>
  114. {/block:IndexPage}
  115.  
  116. <!---------------END SCRIPTS--------------->
  117.  
  118. <style type="text/css">
  119. .popup_block{
  120. display: none;
  121. background: #D3D3D3;
  122. background-image: url();
  123. padding: 10px;
  124. font-family: Garamond;
  125. float: left;
  126. font-size: 10px;
  127. position: fixed;
  128. top: 50%; left: 50%;
  129. z-index: 2;
  130. border: 2px solid #363636;
  131. -moz-box-shadow: 0 0 5px #CFCFCF;
  132. -webkit-box-shadow: 0 0 5px #CFCFCF;
  133. -webkit-border-radius: 10px;
  134. -moz-border-radius: 10px;
  135. border-radius: 10px;
  136. }
  137. img.btn_close {
  138. float: right;
  139. margin: -5px -5px 0 0;
  140. }
  141. *html .popup_block {
  142. position: absolute;
  143. }
  144.  
  145.  
  146. /************EDIT BODY HERE************/
  147.  
  148. body{
  149. margin:0px;
  150. background-color: {color:Background};
  151. background-image:url({image:Background});
  152. cursor: url('{image:cursor}'), auto;
  153. background-attachment:fixed;
  154. background-repeat:100%;
  155. background-position:bottom-right;
  156. font-family: Calibri;
  157. font-size:8px;
  158. letter-spacing:1px;
  159. text-transform:uppercase;
  160. text-align:left;
  161. line-height:11px;
  162. color: {color:Text};}
  163.  
  164.  
  165. a:link, a:active, a:visited{
  166. text-decoration: none;
  167. color: {color:Link};}
  168.  
  169. a:hover {
  170. color:{color:Link};
  171. text-decoration:none;}
  172.  
  173. /************EDIT TOOLTIP HERE************/
  174.  
  175.  
  176. #s-m-t-tooltip {
  177. padding: 3px;
  178. height:auto;
  179. display: none;
  180. font-family: consolas;
  181. font-size: 8px;
  182. text-transform:uppercase;
  183. text-align: center;
  184. letter-spacing:1px;
  185. margin-top:10px;
  186. margin-left: 15px;
  187. line-height: 8px;
  188. z-index: 999999999999;
  189. border-radius:3px;
  190. border: 1px solid #f5f5f5;
  191. background:#ffffff;
  192. color: #888;}
  193.  
  194. /************EDIT POST POSITION/WIDTH HERE************/
  195.  
  196. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  197.  
  198. #entries{
  199. text-align:left;
  200. {block:if180px}width:480px;{/block:if180px}
  201. {block:if250px}width:550px;{/block:if250px}
  202. {block:if400px}width:500px;{/block:if400px}
  203. margin-left:70px;
  204. margin-top:10px;
  205. position:relative;
  206. overflow: hidden;
  207. {block:PermalinkPage}
  208. width:550px;
  209. {/block:PermalinkPage}}
  210.  
  211. /************EDIT OVERALL POSTS HERE************/
  212.  
  213. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  214.  
  215. #post{
  216. text-align:left;
  217. margin:20px;
  218. background:#ffffff;
  219. border:{color:borders} 1px solid;
  220. padding:20px;
  221. padding-bottom:18px;
  222. background:#ffffff;
  223. max-width: 100%;
  224. display:block;
  225.  
  226. -webkit-transition: all .6s ease-in;
  227. -moz-transition: all .6s ease-in;
  228. transition: all .6s ease-in;
  229. overflow:hidden;
  230. {block:if180px}width:180px;{/block:if180px}
  231. {block:if250px}width:250px;{/block:if250px}
  232. {block:if400px}width:400px;{/block:if400px}
  233. {block:PermalinkPage}
  234. width:500px;
  235. {/block:PermalinkPage}}
  236. #player {
  237. position:fixed;
  238. z-index:999;
  239. top:0px;
  240. left:-265px;
  241. opacity:0.6;
  242. height:auto;
  243. padding:4px 8px 3px 2px;
  244. letter-spacing:2px;
  245. background-color:#fff;
  246. -moz-border-radius:0px 0px 10px 0px;
  247. border-radius:0px 0px 10px 0px;
  248. -webkit-transition: opacity 1s linear;
  249. -webkit-transition: all 1s ease-in-out;
  250. -moz-transition: all 1s ease-in-out;
  251. -o-transition: all 1s ease-in-out;
  252. border-bottom: 1px solid #f5f5f5;
  253. }
  254.  
  255. #player {
  256. position:fixed;
  257. z-index:999;
  258. top:0px;
  259. left:-265px;
  260. opacity:0.6;
  261. height:auto;
  262. padding:4px 8px 3px 2px;
  263. letter-spacing:2px;
  264. background-color:#fff;
  265. -moz-border-radius:0px 0px 10px 0px;
  266. border-radius:0px 0px 10px 0px;
  267. -webkit-transition: opacity 1s linear;
  268. -webkit-transition: all 1s ease-in-out;
  269. -moz-transition: all 1s ease-in-out;
  270. -o-transition: all 1s ease-in-out;
  271. border-bottom: 1px solid #f5f5f5;
  272. }
  273.  
  274. #mus {
  275. float:left;
  276. padding-left:120px;
  277. -webkit-transition: opacity 1s linear;
  278. -webkit-transition: all 1s ease-in-out;
  279. -moz-transition: all 1s ease-in-out;
  280. -o-transition: all 1s ease-in-out;
  281. }
  282.  
  283. #player:hover #mus {
  284. padding-left:0px;
  285. opacity:0;
  286. }
  287.  
  288. #player:hover {
  289. left:0px;
  290. }
  291.  
  292.  
  293. /*Do not delete #post img.*/
  294.  
  295. #post img{
  296. max-width:100%;}
  297.  
  298. /*Edit the permalinks all posts.*/
  299.  
  300.  
  301. .photopermalink{
  302. padding: 4px;
  303. line-height:10px;
  304. position: absolute;
  305. text-align:center;
  306. opacity:0;
  307. margin-top:-10px;
  308. width:242px;
  309. background: #fff;
  310. z-index:99999;
  311. -webkit-transition: all 0.6s ease;
  312. -moz-transition: all 0.6s ease;
  313. transition: all 0.6s ease;}
  314.  
  315. .photopermalink a{
  316. color:#cccccc;
  317. text-transform:uppercase;}
  318.  
  319. #post:hover .photopermalink{
  320. margin-top:0px;
  321. opacity:.9;}
  322.  
  323. .permalink{
  324. margin-top:6px;
  325. padding-top:4px;
  326. border-top:1px solid #f5f5f5;
  327. text-align:right;}
  328. .permalink a{
  329. color:#000000;
  330. text-transform:uppercase;
  331. line-height:15px;}
  332. /*Edit the titles on any text-based post.*/
  333.  
  334. .posttitle{
  335. font-size:10px;
  336. text-align:center;
  337. color:{color:Link};}
  338.  
  339. .posttitle a{
  340. color:{color:Link};}
  341.  
  342. /************EDIT QUOTE POSTS HERE************/
  343.  
  344. .quote{
  345. margin-right: 5px;}
  346.  
  347. .source{
  348. padding-top:5px;
  349. display:block;
  350. text-align:right;}
  351.  
  352.  
  353. /************EDIT ANSWER POSTS HERE************/
  354.  
  355. .ask{
  356. padding:4px;
  357. background:#f9f9f9;}
  358. .asker{
  359. color:{color:Link};}
  360. .answer{
  361. margin-top:10px;}
  362.  
  363. /************EDIT AUDIO POSTS HERE************/
  364.  
  365. .audio{
  366. {block:IndexPage}width:180px;{/block:IndexPage}
  367. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  368. .info{
  369. padding:2px 0px 1px 57px;}
  370. .i {
  371. text-transform:uppercase;
  372. letter-spacing:1px;
  373. font-size:8px;}
  374. .pl b,strong{
  375. text-transform:lowercase;
  376. font-size:9px;}
  377. .player{
  378. position:absolute;
  379. overflow:hidden;
  380. margin-top:0px;
  381. margin-left:15px;
  382. background:#ffffff;
  383. width:24px;
  384. height:23px;}
  385.  
  386. /************EDIT VIDEO POSTS HERE************/
  387. /***********DO NOT DELETE THIS CODE************/
  388.  
  389. .video-container {
  390. position:relative;
  391. padding-bottom:56.25%;
  392. padding-top: 30px;
  393. height:0;
  394. overflow:hidden;}
  395.  
  396. .video-container iframe,
  397. .video-container object,
  398. .video-container embed {
  399. position: absolute;
  400. top: 0;
  401. left: 0;
  402. width: 100%;
  403. height: 100%;}
  404.  
  405. /************EDIT CHAT POSTS HERE************/
  406.  
  407. .chat{
  408. line-height:12px;
  409. list-style:none;}
  410. .chat ul{
  411. list-style:none;
  412. padding:0px 5px;
  413. line-height:15px;}
  414. .label{
  415. color:{color:Link};}
  416.  
  417. /************EDIT SIDEBAR HERE************/
  418.  
  419. #sidebar{
  420. background:#fff;
  421. border:1px #f5f5f5 solid;
  422. margin-left:-390px;
  423. margin-top:150px;
  424. width:250px;
  425. position:fixed;
  426. text-align:center;}
  427.  
  428.  
  429.  
  430.  
  431.  
  432. .descriptiono{
  433. padding:5px;
  434. padding-top:5px;}
  435.  
  436. .descriptiona{
  437. padding:5px;
  438. padding-bottom:1px;}
  439.  
  440. .description{
  441. position:center;
  442. margin-left:25px;
  443. width:200px;
  444. padding-top:5px;
  445. padding-bottom:5px;
  446. border:1px dotted {color:border descrip};}
  447.  
  448.  
  449.  
  450. }
  451.  
  452. .links{
  453. margin-left:-15px;
  454. padding:0px 10px 5px 10px;
  455. margin-top:10px;
  456. margin-bottom:10px;
  457. font-size:10px;
  458. }
  459.  
  460. .links a{
  461. margin-left:15px;
  462. margin-top:10px;
  463. margin-bottom:10px
  464. }
  465.  
  466. .links a:hover{
  467. color:{color:Hover};}
  468.  
  469. /************EDIT TEXT SETTINGS HERE************/
  470.  
  471. i, em{
  472. color:{color:Link};}
  473. b, strong{
  474. font-weight:normal;
  475. text-transform:uppercase;
  476. color:{color:Link};}
  477. ul,ol{
  478. margin:0px;
  479. margin-left:-5px;}
  480. p{
  481. padding:0px;
  482. margin:2px;}
  483. u{
  484. text-decoration:none;
  485. color:{color:Title};}
  486.  
  487. blockquote {
  488. margin:0px;
  489. padding:4px;
  490. background:#f7f7f7;}
  491.  
  492. /************DO NOT DELETE #SCROLL************/
  493.  
  494. #scroll{
  495. bottom:-20px;
  496. position: absolute;
  497. left: 50%;
  498. width:10px;
  499. height:5px;
  500. overflow:hidden;
  501. margin-bottom:80px;}
  502.  
  503. /************EDIT CREDIT HERE************/
  504.  
  505. #credit{
  506. position:fixed;
  507. right:10px;
  508. bottom:10px;
  509. text-transform:uppercase;
  510. font-family:Calibri;
  511. font-size:8px;}
  512.  
  513. #credit a{
  514. color:#aaaaaa;}
  515.  
  516. </style>
  517. </head>
  518.  
  519. <body>
  520.  
  521.  
  522. <center>
  523.  
  524. <div id="entries">
  525.  
  526. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  527.  
  528. <div id="sidebar">
  529.  
  530. <img style="border:1px solid #ddd; margin-top:10px;margin-bottom:5px;padding:5px;margin-
  531.  
  532. left:-4px;" src="{image:sidebar}" width=200px;>
  533. <div class="links">
  534. <a title='refresh' href="/">●</a>
  535. <a title='inbox' href="#?w=500" rel="02" class="poplight">●</a>
  536. <a title='{text:Link One Title}' href="{text:Link One URL}">●</a>
  537. <a title='{text:Link two Title}' href="{text:Link two URL}">●</a>
  538. <a title='{text:Link three Title}' href="{text:Link three URL}">●</a>
  539. <a title='credit' href="http://www.jolyene.tumblr.com">●</a>
  540. </div>
  541. <div class="descriptiona"></div>
  542. <div class="description">{Description}</div>
  543. <div class="descriptiono"></div>
  544. </div>
  545.  
  546.  
  547. {block:Posts}
  548.  
  549. <!---------------DO NOT DELETE block:ContentSource--------------->
  550.  
  551. {block:ContentSource}
  552. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  553. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  554. {/block:SourceLogo}
  555. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  556. {/block:ContentSource}
  557.  
  558. <div id="post">
  559.  
  560. <!---------------EDIT TEXT POSTS HERE--------------->
  561.  
  562. {block:Text}
  563. <div class="text">
  564. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  565. {Body}{block:IndexPage}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a>
  566. </div>{/block:IndexPage}</div>
  567. {/block:Text}
  568.  
  569. <!---------------EDIT LINK POSTS HERE--------------->
  570.  
  571. {block:Link}
  572. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  573. {block:Description}{Description}{/block:Description}
  574. {block:IndexPage}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a>
  575. </div>{/block:IndexPage}
  576. {/block:Link}
  577.  
  578. <!---------------EDIT PHOTO POSTS HERE--------------->
  579.  
  580. {block:Photo}
  581. {block:IndexPage}
  582. <img src="{PhotoURL-250}" alt="{PhotoAlt}" {block:if180px}width="200px"{/block:if180px}{block:if250px}width="250px"{/block:if250px}{block:if400px}width="400px"{/block:if400px}/>{/block:IndexPage}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a>
  583. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  584. {/block:Photo}
  585.  
  586. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  587.  
  588. {block:Photoset}
  589. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a>
  590. </div>{/block:IndexPage}
  591. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  592. {/block:Photoset}
  593.  
  594. <!---------------EDIT QUOTE POSTS HERE--------------->
  595.  
  596. {block:Quote}
  597. {Quote}{block:Source}
  598. <div class="source">{Source}</div>{/block:Source}
  599. {block:IndexPage}
  600. <div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  601. {/block:Quote}
  602.  
  603. <!---------------EDIT ANSWER POSTS HERE--------------->
  604.  
  605. {block:Answer}
  606. <div class="ask"><img src='http://media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png'</a> <span class="asker">{Asker}:</span> {Question}</div>
  607. <div class="answer">{Answer}</div>
  608. {block:IndexPage}
  609. <div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  610. {/block:Answer}
  611.  
  612. <!---------------EDIT CHAT POSTS HERE--------------->
  613.  
  614. {block:Chat}
  615. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  616. <div class="chat"><ul>{block:Lines}
  617. <li class="person{UserNumber}">{block:Label}
  618. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a> /<a href="{Permalink}">{NoteCount}</a></div>
  619. {/block:IndexPage}
  620. {/block:Chat}
  621.  
  622. <!---------------EDIT AUDIO POSTS HERE--------------->
  623.  
  624. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  625. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a></div>
  626. {/block:IndexPage}
  627. {/block:Audio}
  628.  
  629. <!---------------EDIT VIDEO POSTS HERE--------------->
  630.  
  631. {block:Video}
  632. {block:IndexPage}<div class="video-container">{Video-250}</div>
  633. <div class="photopermalink"><a href="{ReblogURL}"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"</a></a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  634. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  635. {/block:Video}
  636.  
  637. <!---------------EDIT PERMALINK PAGE HERE--------------->
  638.  
  639. {block:PermalinkPage}
  640. {block:Caption}{Caption}{/block:Caption}
  641. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  642. <div class="permapage">
  643. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  644. </div>
  645. {/block:Posts}
  646. </div>
  647. {block:IfPlayer}
  648. <div id="player">
  649. <div style="float:left;width:150px">
  650.  
  651.  
  652. MUSIC HERE
  653.  
  654.  
  655. </div>
  656. <div id="mus"><img src="http://media.tumblr.com/tumblr_m7vyi1y0lt1r6o8v2.gif" width="10px"></div>
  657. </div>
  658. {/block:IfPlayer}
  659.  
  660. <!---------------DO NOT DELETE THIS--------------->
  661.  
  662. {block:IndexPage}
  663. {block:Pagination}
  664. <div id="pagination">
  665. {block:NextPage}
  666. <a id="nextPage" href="{NextPage}"></a>
  667. {/block:NextPage}
  668. {block:PreviousPage}
  669. <a href="{PreviousPage}"></a>
  670. {/block:PreviousPage}
  671. </div>
  672. {/block:Pagination}
  673. {/block:IndexPage}
  674. </center>
  675. </body>
  676. <div id="02" class="popup_block">
  677.  
  678. <Center><font size="5" color="#1C1C1C">inbox<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{text:username}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  679. </center></div>
  680.  
  681.  
  682. </div></div></div></div></div></div></div></div></div></div>
  683.  
  684. <!---------------EDIT CREDIT CONTENT HERE--------------->
  685.  
  686. <div id="credit"><a href="http://uttsutsu.tumblr.com/"><img src='http://static.tumblr.com/3yblkz0/dAwn2c5jx/lock.png'</a></div>
  687. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement