Advertisement
teenageblog

Wonder Theme

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