Advertisement
teenageblog

Waves Theme

Apr 4th, 2015
14,596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.23 KB | None | 0 0
  1. <!-----------------------------------------
  2. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★  .  * . .  ¸ .   °  ¸. * ● ¸ .    ° °  ¸. ● ¸ .  ★ ° :.  . • °   ★ 
  3. ▒█▀▀▀ █▀▀ █░░ ░▀░ █▀▀█ █▀▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  4. ▒█▀▀▀ █░░ █░░ ▀█▀ █░░█ ▀▀█ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  5. ▒█▄▄▄ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  6. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★   * . .  ¸ .   °  ¸. * ● ¸ .    ° ☾ °  ¸. ● ¸ .  ★ ° :.  . • °
  7. Please keep credit!!
  8. ----------------------------------------------->
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16.  
  17.  
  18. <head>
  19. <!-- DEFAULT VARIABLES -->
  20. <title>{Title}</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Text" content="#000"/>
  24. <meta name="color:Title" content="#000"/>
  25. <meta name="color:Link" content="#e89e8c"/>
  26. <meta name="color:Hover" content="#000"/>
  27. <meta name="color:Scrollbar" content="#f0bfb3"/>
  28. <meta name="color:Blogtitle" content="#000"/>
  29. <meta name="color:Border" content "#f0bfb3">
  30. <meta name="color:Highlight" content="#f0bfb3"/>
  31.  
  32.  
  33. <meta name="text:Fish food" content="f0bfb3"/>
  34. <meta name="text:Fish a" content="e89e8c"/>
  35. <meta name="text:Fish b" content="f0bfb3"/>
  36.  
  37. <meta name="if:1 column" content="0" />
  38. <meta name="if:2 columns" content="1" />
  39.  
  40.  
  41. <meta name="image:Background" content="0"/>
  42.  
  43. <meta name="if:Crosshair Cursor" content="0"/>
  44.  
  45. <meta name="text:link 1 url" content="/">
  46. <meta name="text:link 1 title" content="home">
  47. <meta name="text:link 2 url" content="/ask">
  48. <meta name="text:link 2 title" content="ask">
  49. <meta name="text:link 3 url" content="">
  50. <meta name="text:link 3 title" content="insta">
  51. <meta name="text:link 4 url" content="">
  52. <meta name="text:link 4 title" content="archive">
  53. <meta name="text:link 5 url" content="">
  54. <meta name="text:link 5 title" content="links">
  55.  
  56. {block:ifCrosshairCursor}
  57. <style type="text/css">body { cursor: crosshair; } </style>
  58. {/block:ifCrosshairCursor}
  59.  
  60.  
  61. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:200,
  68. tip_fade_speed:300
  69. }
  70. );
  71. });
  72. })(jQuery);
  73. </script>
  74. <style type="text/css">
  75. #s-m-t-tooltip{
  76. max-width:300px;
  77. margin:15px;
  78. padding:2px 8px;
  79. border:1px solid #DDD;
  80. border-radius:4px;
  81. background:#FFF;
  82. color:#AAA;
  83. z-index:999999;
  84. font-size:9px;
  85. font-style:italic;
  86. text-transform:lowercase;
  87. letter-spacing:1px;
  88. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  89.  
  90. ::-webkit-scrollbar-thumb{
  91. background-color: {color:scrollbar};
  92. border: 2px solid #ffffff;
  93. height:auto;
  94. -moz-border-radius: 10px;
  95. border-radius: 10px;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height:auto;
  100. width:9px;
  101. background-color: #999999;
  102. border: 4px solid #fff;
  103. }
  104.  
  105.  
  106. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  107.  
  108. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  109.  
  110.  
  111.  
  112. .wrapper{
  113. margin: 0px auto;
  114. margin-left: 60px;
  115. width: 1045px;
  116. }
  117.  
  118. .header{
  119. float: left;
  120. width: 100%;
  121. }
  122.  
  123. .left{
  124. float: left;
  125. margin-right: 20px;
  126. width:1045;
  127. }
  128.  
  129. .right{
  130. float: right;
  131. width: 200px;
  132. background-color: #fff;
  133. }
  134.  
  135.  
  136. body {
  137. margin:0px;
  138. background-color: {color:Background};
  139. background-image:url({image:Background});
  140. background-attachment: fixed;
  141. background-repeat: no-repeat;}
  142. body, div, p, textarea, submit, input{
  143. font-family:times;
  144. font-size: 12px;
  145. line-height:14px;
  146. letter-spacing:1px;
  147. color:{color:Text};
  148. }
  149.  
  150.  
  151.  
  152. p {
  153. margin:0px;
  154. margin-top:0px;
  155. }
  156.  
  157. a:link, a:active, a:visited{
  158. text-decoration: none;
  159. -webkit-transition: color 0.3s ease-out;
  160. -moz-transition: color 0.3s ease-out;
  161. transition: color 0.3s ease-out;
  162. color: {color:Link};
  163. }
  164.  
  165. a:hover {
  166. : -webkit-transition-duration: 1.0s;
  167. color:{color:Hover};
  168. }
  169.  
  170.  
  171.  
  172.  
  173. div#center{
  174. margin:auto;
  175. margin-top:0px;
  176. position:relative;
  177. width:1045px;
  178. background-color:;
  179. overflow:auto;
  180. overflow-y:hidden;
  181. }
  182. /*SIDEBAR*/
  183. #fishes {
  184. top:-22px;
  185. left:0px;
  186. border-right:4px solid {color:border};
  187. width:140px;
  188. height:120%;
  189. position: fixed;
  190. }
  191.  
  192.  
  193. #blogtitle {
  194. color:{color:blogtitle};
  195. font-size:12px;
  196. line-height:12px;
  197. padding-top:5px;
  198. letter-spacing:4px;
  199. width:200px;
  200. font-family:times;
  201. padding-bottom:5px;
  202. font-style:italic;
  203. text-align:left;
  204. text-transform:uppercase;
  205. -webkit-transition: all 0.6s ease-in-out;
  206. -moz-transition: all 0.6s ease-in-out;
  207. -o-transition: all 0.6s ease-in-out;
  208. transition: all 0.6s ease-in-out;}
  209. }
  210.  
  211.  
  212. .entry:hover .buttons{
  213. opacity:1;}
  214.  
  215. /*PERMALINKS*/
  216. .entry .perma{
  217. width:auto;
  218. height: auto;
  219. font-family:Consolas;
  220. position: absolute;
  221. font-size: 10px;
  222. line-height: 14px;
  223. text-align: center;
  224. color:#999;
  225. opacity:0.9;
  226. top:16px;
  227. z-index: 99999;
  228. text-transform:uppercase;
  229. overflow:hidden;
  230. background-color:white;
  231. margin-left: 7px;
  232. padding: 4px;
  233. border:1px solid {color:border};
  234. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  235. -webkit-transition: all 0.5s linear;
  236. -moz-transition: all 0.5s linear;
  237. transition: all 0.5s linear;
  238.  
  239. }
  240. .entry:hover .perma{
  241. overflow:visible;
  242. opacity:1;
  243. top:12px;
  244. -webkit-transition: all 0.5s linear;
  245. -webkit-transition: all 0.5s linear;
  246. -moz-transition: all 0.5s linear;
  247. transition: all 0.5s linear;
  248.  
  249. }
  250.  
  251.  
  252. .sidebar{
  253. position:fixed;
  254. font-style:normal;
  255. top:150px;
  256. margin-left:185px;
  257. height:auto;
  258. width:200px;
  259. padding-bottom:3px;
  260.  
  261. }
  262.  
  263. .sidebar .title{
  264. text-align:center;
  265. position:fixed;
  266. padding-top:15px;
  267. letter-spacing:3px;
  268. margin-left:10px;
  269. height:20px;
  270. width:200px;
  271. word-spacing:1px;
  272. margin-top:-12px;
  273. font-size:8px;
  274. font-style:italic;
  275. text-transform:uppercase;
  276. }
  277.  
  278.  
  279. .sidebar .description{
  280. text-align:left;
  281. color:{color:text};
  282. font-family:times;
  283. padding-top:5px;
  284. padding-left:3px;
  285. width:200px;
  286. height:auto;
  287. padding-bottom:7px;
  288. font-size:11px;
  289. line-height:12px;
  290. }
  291.  
  292. .sidebar .links{
  293. position:fixed;
  294. width:200px;
  295. font-size:12px;
  296. font-family:times;
  297. padding:5px;
  298. letter-spacing:1.5px;
  299. margin-left:-1px;
  300. padding-top:1px;
  301. margin-top:1px;
  302. text-align:left;
  303. word-spacing:4px;
  304. }
  305.  
  306. .sidebar .image {
  307. opacity:0.8;
  308. outline:1px solid {color:borders};
  309. outline-offset:-11px;
  310. padding:10px;
  311. width: 130px;
  312. }
  313.  
  314.  
  315. .eclipsethemes {
  316. width:500px;
  317. opacity: 1;
  318. z-index: 10000;
  319. margin-top:10px;
  320. margin-bottom:10px;
  321. text-align:left;
  322. font-size:10px;
  323. letter-spacing:1px;
  324. text-transform:both;
  325. }
  326.  
  327. .entry {
  328. float:left;
  329. display: block;
  330. overflow:hidden;
  331. {block:IndexPage}
  332. {block:if1column}
  333. width:400px;
  334. {/block:if1column}
  335. {block:if2columns}
  336. width:250px;
  337. {/block:if2columns}
  338. background:#fff;
  339. margin:30px;
  340. {/block:indexpage}
  341. {block:PermalinkPage}
  342. {block:IndexPage}
  343. {block:if1column}
  344. width:400px;
  345. {/block:if1column}
  346. {block:if2columns}
  347. width:400px;
  348. {/block:if2columns}
  349. {/block:IndexPage}
  350. margin-left:0px;
  351. text-align:left;
  352. {/block:PermalinkPage}
  353. -moz-transition: all 2.2s ease-out;
  354. -o-transition: all 2.2s ease-out;
  355. -webkit-transition: all 2.2s ease-out;
  356. transition: all 2.2s ease-out;
  357. }
  358.  
  359.  
  360.  
  361. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  362. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  363. .cover img {float:left; width:60px; height:60px;}
  364. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  365. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  366.  
  367. .title{
  368. line-height:12px;
  369. color:{color:Title};
  370. font-weight:normal;
  371. }
  372.  
  373.  
  374.  
  375. #cred{
  376. position:fixed;
  377. font-family: arial;
  378. font-size: 8px;
  379. bottom:20px;
  380. right:10px;
  381. padding:10px;
  382. height:10px;
  383. text-align:center;
  384. text-transform:lowercase;
  385. padding-bottom:10px;
  386. width:15px;
  387. color:#aaa;
  388. transition: all 0.6s ease-out;
  389. -o-transition-transition: all 0.6s ease-out;
  390. -webkit-transition: all 0.6s ease-out;
  391. -moz-transition: all 0.6s ease-out;
  392. }
  393.  
  394.  
  395. .permalinktext {
  396. display: block;
  397. padding: 1px;
  398. margin: 0px 0px 0px 8px;
  399. font-family: calibri;
  400. letter-spacing: 0px;
  401. font-size: 10px;
  402. color: #424242;
  403. line-height: 11px;
  404. text-align: right;
  405. text-decoration: none;
  406. -webkit-transition: color 0.5s ease-out;
  407. -moz-transition: color 0.5s ease-out;
  408. }
  409. .bubble a{color:black;}
  410.  
  411. .bubble {
  412. position:relative;
  413. margin:4px 0px 5px 45px;
  414. text-align:left;
  415. padding:5px 3px 5px 5px;
  416. background:#eee;
  417. color:black;
  418. -moz-border-radius:3px;
  419. -webkit-border-radius:3px;
  420. border-radius:3px;
  421. }
  422.  
  423.  
  424. .bubble p {
  425. margin:5px;
  426. }
  427.  
  428. .bubble span {
  429. position:absolute;
  430. display:block;
  431. top:-5px;
  432. left:-8px;
  433. width:1px;
  434. height:1px;
  435. font-size:12;
  436. line-height:1px;
  437. color:black;
  438. border-top:3px solid transparent;
  439. border-right:7px solid #eee;
  440. border-bottom:3px solid transparent;
  441. }
  442.  
  443. .askborder {
  444. left:-10px;
  445. margin:1px;
  446. padding:2px;
  447. background:#eee;
  448. }
  449.  
  450.  
  451. #posts {
  452. width:700px;
  453. margin-top: 2px;
  454. margin-left: 340px;
  455. margin-right: auto;
  456. position:relative;
  457. overflow-y: hidden;
  458. }
  459.  
  460.  
  461. #infscr-loading{
  462. bottom: -70px;
  463. position: absolute;
  464. left: 50%;
  465. margin-left:-8px;
  466. width:16px;
  467. height:11px;
  468. overflow:hidden;
  469. margin-bottom: 50px;
  470. }
  471.  
  472. #postnotes{
  473. text-align: justify;
  474. }
  475.  
  476. #postnotes blockquote{
  477. border: 0px;
  478. }
  479.  
  480. blockquote{
  481. padding:0px 0px 2px 5px;
  482. margin:0px 0px 2px 1px;
  483. border-left: 1px dotted {color:Text};
  484. }
  485.  
  486. blockquote p, ul{
  487. margin:0px;
  488. padding:0px;
  489. }
  490.  
  491. a img{border: 0px;}
  492. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  493. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  494. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  495. .notes img{width:10px; position:relative; top:3px;
  496. }
  497.  
  498. small{font-size: 90%;}
  499.  
  500. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  501. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  502.  
  503. {CustomCSS}
  504.  
  505. </style>
  506.  
  507. {block:IndexPage}
  508.  
  509.  
  510. </script>
  511. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  512. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  513. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  514.  
  515. <script type="text/javascript">
  516. $(window).load(function () {
  517. var $content = $('#posts');
  518. $content.masonry({itemSelector: '.entry'}),
  519. $content.infinitescroll({
  520. navSelector : 'div#pagination',
  521. nextSelector : 'div#pagination a#nextPage',
  522. itemSelector : '.entry',
  523. loading: {
  524. finishedMsg: '',
  525. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  526. },
  527. bufferPx : 600,
  528. debug : false,
  529. },
  530. // call masonry as a callback.
  531. function( newElements ) {
  532. var $newElems = $( newElements );
  533. $newElems.hide();
  534. // ensure that images load before adding to masonry layout
  535. $newElems.imagesLoaded(function(){
  536. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  537.  
  538.  
  539. });
  540. });
  541. });
  542. </script>
  543. {/block:IndexPage}
  544.  
  545.  
  546. <title>{Title}</title>
  547. <link rel="shortcut icon" href="{Favicon}" />
  548. <meta name="viewport" content="width=720" />
  549. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  550. </head>
  551.  
  552. <body>
  553.  
  554. <div id="border"></div>
  555.  
  556.  
  557. <div class="sidebar">
  558. <div id="blogtitle">
  559. <a href="/" style="font-size: 22px; padding: 2px; background:{color:highlight}; width=200px; color: {color:title};">{Title}</a>
  560.  
  561.  
  562.  
  563. </a></div>
  564. <div class="description">{description}</div>
  565. <div class="links">
  566. <a href="{text:link 1 url}">{text:link 1 title}</a>
  567. <a href="{text:link 2 url}">{text:link 2 title}</a>
  568. <a href="{text:link 3 url}">{text:link 3 title}</a>
  569. <a href="{text:link 4 url}">{text:link 4 title}</a>
  570. <a href="{text:link 5 url}">{text:link 5 title}</a>
  571. </div></div>
  572.  
  573.  
  574. <div id="fishes">
  575. <object type="application/x-shockwave-flash" style="outline:none; position: absolute; " data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishName=Fish&up_fishColor3={text:fish a}&up_backgroundColor=FFFFFF&up_fishColor8={text:fish b}&up_numFish=5&up_fishColor10={text:fish b}&up_backgroundImage=http://&up_fishColor9={text:fish a}&up_fishColor6={text:fish b}&up_fishColor2={text:fish b}&up_foodColor={text:fish food}&up_fishColor5={text:fish a}&up_fishColor7={text:fish a}&up_fishColor1={text:fish a}&up_fishColor4={text:fish b}&" width="140" height="100%"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishName=Fish&up_fishColor3={text:fish a}&up_backgroundColor=FFFFFF&up_fishColor8={text:fish b}&up_numFish=5&up_fishColor10={text:fish b}&up_backgroundImage=http://&up_fishColor9={text:fish a}&up_fishColor6={text:fish b}&up_fishColor2={text:fish b}&up_foodColor={text:fish food}&up_fishColor5={text:fish a}&up_fishColor7={text:fish a}&up_fishColor1={text:fish a}&up_fishColor4={text:fish b}&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  576. </div>
  577.  
  578. <div class="wrapper">
  579. <div class="header">
  580.  
  581. </div>
  582.  
  583.  
  584.  
  585. <div class="left">
  586. <div id="posts">
  587. {block:Posts}
  588. <div class="entry">
  589.  
  590. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  591. <div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  592. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  593. {/block:Answer}
  594.  
  595. {block:Text}
  596. {block:Title}<span class="title">{Title}</span>{/block:Title}
  597. <span class="entrytext">{Body}</span>
  598. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  599. {/block:Text}
  600.  
  601. {block:Link}
  602. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  603. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  604. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  605. {/block:IndexPage}
  606. {block:Link}
  607.  
  608. {block:Photo}{block:IndexPage}
  609.  
  610. <div class="perma">
  611. <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}"target="_blank">↻</a> </span></div>
  612.  
  613. {/block:IndexPage}
  614. {block:IndexPage}
  615. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%/></a>
  616. {/block:IndexPage}
  617. {block:permalinkpage}{LinkOpenTag}
  618. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=400px/>{LinkCloseTag}
  619. {/block:permalinkpage}
  620. {/block:Photo}
  621.  
  622.  
  623. {block:Photoset}
  624. {block:IndexPage}
  625. <div class="perma">
  626. <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}"target="_blank">↻</a> </span></div>
  627.  
  628. {/block:IndexPage}
  629. {block:IndexPage}
  630. {block:Photos}
  631. {block:if1column}
  632. <a href="{Permalink}"><img src="{PhotoURL-500}" width="400"></a>
  633. {/block:if1column}
  634. {block:if2columns}
  635. <a href="{Permalink}"><img src="{PhotoURL-500}" width="250"></a>
  636. {/block:if2columns}
  637. {/block:Photos}
  638. {/block:permalinkpage}
  639. {/block:IndexPage}
  640.  
  641.  
  642. {block:permalinkpage}
  643. {Photoset-400}
  644. {/block:permalinkpage}
  645. {/block:Photoset}
  646.  
  647.  
  648. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  649. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  650. {/block:Quote}
  651.  
  652. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  653. <ul class="chat">
  654. {block:Lines}
  655. <li class="user_{UserNumber}">
  656. {block:Label}
  657. <span class="label">{Label}</span>
  658. {/block:Label}
  659.  
  660. {Line}
  661. </li>
  662. {/block:Lines}
  663. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  664. {/block:Chat}
  665.  
  666. {block:Audio}
  667. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<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>
  668. {block:IndexPage}
  669. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"> / </font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  670. {/block:IndexPage}
  671. {/block:Audio}
  672.  
  673. {block:Video}
  674. {block:IndexPage}
  675. <div class="perma">
  676. <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}"target="_blank">↻</a> </span></div>
  677. {Video-250}</center>
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. <center>
  681. {Video-400}</center>
  682. {/block:PermalinkPage}
  683. {block:Video}
  684.  
  685. {block:PermalinkPage}
  686. <br>
  687. <div class="eclipsethemes">
  688. {block:Caption}{Caption}{/block:Caption}
  689.  
  690. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  691.  
  692. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  693. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  694.  
  695. {block:HasTags}<br><Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  696. {/block:PermalinkPage}
  697.  
  698.  
  699.  
  700.  
  701.  
  702. {block:PostNotes}
  703. <span></span>
  704. <br>
  705. <div style="width:auto; max-height:200px; overflow:auto; text-align:left;">{PostNotes}</div>
  706.  
  707. </a>
  708. {/block:PostNotes}
  709. </div>
  710. {/block:posts}
  711.  
  712. </div></div>
  713.  
  714. {block:IndexPage}
  715. {block:Pagination}
  716. <div id="pagination">
  717. {block:NextPage}
  718. <a id="nextPage" href="{NextPage}"></a>
  719. {/block:NextPage}
  720. {block:PreviousPage}
  721. <a href="{PreviousPage}"></a>
  722. {/block:PreviousPage}
  723. </div>
  724. {/block:Pagination}
  725. {/block:IndexPage}
  726.  
  727. <div id="cred">
  728. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  729.  
  730. </body>
  731. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement