Advertisement
teenageblog

Love Theme

Aug 13th, 2013
1,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.20 KB | None | 0 0
  1.  
  2. <!-----------------------------------------
  3. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  4. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  5. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  6. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  7. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  8. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  9.  
  10. Please keep credit (✿◠‿◠)
  11. ----------------------------------------------->
  12. <html lang="en">
  13.  
  14.  
  15. <script type="text/javascript" src="http://static.tumblr.com/tingwex/IHlm6gruv/1.txt"></script>
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20. <script type="text/javascript">
  21. <!--
  22.  
  23. // Disable Right Click Script
  24.  
  25. function IE(e)
  26. {
  27. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  28. {
  29. return false;
  30. }
  31. }
  32. function NS(e)
  33. {
  34. if (document.layers || (document.getElementById && !document.all))
  35. {
  36. if (e.which == "2" || e.which == "3")
  37. {
  38. return false;
  39. }
  40. }
  41. }
  42. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  43.  
  44. //-->
  45. </script>
  46.  
  47.  
  48. <script type="text/javascript"
  49. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50.  
  51. <!--DEFAULT VARIABLES-->
  52. <title>{Title}</title>
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  54. <meta name="if:Round posts" content="1"/>
  55. <meta name="if:Crosshair Cursor" content="0"/>
  56. <meta name="if:Show Sidebar Image" content="1">
  57. <meta name="if:Post animation" content="0"/>
  58. <meta name="if:Three column" content="-"/>
  59. <meta name="if:Two column" content="1"/>
  60. <meta name="if:One column" content="0"/>
  61.  
  62. <meta name="color:Blogtitle" content="#ccc" />
  63. <meta name="color:Blogtitle Shadow" content="#fff" />
  64. <meta name="color:Dropdown" content="#999"/>
  65. <meta name="color:Background" content="#f7f7f7"/>
  66. <meta name="color:Scrollbar" content="#ccc"/>
  67. <meta name="color:Link" content="#999999"/>
  68. <meta name="color:Text" content="#777"/>
  69. <meta name="color:Title" content="#333"/>
  70. <meta name="color:Hover" content="#000"/>
  71. <meta name="image:Background" content="1"/>
  72. <meta name="image:Sidebar" content=""/>
  73. <meta name="text:Link One Title" content="Link 1" />
  74. <meta name="text:Link One" content="" />
  75. <meta name="text:Link Two Title" content="Link 2" />
  76. <meta name="text:Link Two" content="" />
  77. <meta name="text:Link Three Title" content="Link 3" />
  78. <meta name="text:Link Three" content="" />
  79. <meta name="text:Link Four Title" content="Link 4" />
  80. <meta name="text:Link Four" content="" />
  81. <meta name="text:Link Five Title" content="Link 5" />
  82. <meta name="text:Link Five" content="" />
  83.  
  84.  
  85. {block:ifCrosshairCursor}
  86. <style type="text/css">body { cursor: crosshair; } </style>
  87. {/block:ifCrosshairCursor}
  88.  
  89. <style type="text/css">
  90. @-webkit-keyframes flipInY {
  91. 0% {
  92. -webkit-transform: perspective(400px) rotateY(90deg);
  93. opacity: 0;
  94. }
  95.  
  96. 40% {
  97. -webkit-transform: perspective(400px) rotateY(-10deg);
  98. }
  99.  
  100. 70% {
  101. -webkit-transform: perspective(400px) rotateY(10deg);
  102. }
  103.  
  104. 100% {
  105. -webkit-transform: perspective(400px) rotateY(0deg);
  106. opacity: 1;
  107. }
  108. }
  109. @-moz-keyframes flipInY {
  110. 0% {
  111. -moz-transform: perspective(400px) rotateY(90deg);
  112. opacity: 0;
  113. }
  114.  
  115. 40% {
  116. -moz-transform: perspective(400px) rotateY(-10deg);
  117. }
  118.  
  119. 70% {
  120. -moz-transform: perspective(400px) rotateY(10deg);
  121. }
  122.  
  123. 100% {
  124. -moz-transform: perspective(400px) rotateY(0deg);
  125. opacity: 1;
  126. }
  127. }
  128. @-o-keyframes flipInY {
  129. 0% {
  130. -o-transform: perspective(400px) rotateY(90deg);
  131. opacity: 0;
  132. }
  133.  
  134. 40% {
  135. -o-transform: perspective(400px) rotateY(-10deg);
  136. }
  137.  
  138. 70% {
  139. -o-transform: perspective(400px) rotateY(10deg);
  140. }
  141.  
  142. 100% {
  143. -o-transform: perspective(400px) rotateY(0deg);
  144. opacity: 1;
  145. }
  146. }
  147. @keyframes flipInY {
  148. 0% {
  149. transform: perspective(400px) rotateY(90deg);
  150. opacity: 0;
  151. }
  152.  
  153. 40% {
  154. transform: perspective(400px) rotateY(-10deg);
  155. }
  156.  
  157. 70% {
  158. transform: perspective(400px) rotateY(10deg);
  159. }
  160.  
  161. 100% {
  162. transform: perspective(400px) rotateY(0deg);
  163. opacity: 1;
  164. }
  165. }
  166.  
  167. .flipInY {
  168. -webkit-backface-visibility: visible !important;
  169. -webkit-animation-name: flipInY;
  170. -moz-backface-visibility: visible !important;
  171. -moz-animation-name: flipInY;
  172. -o-backface-visibility: visible !important;
  173. -o-animation-name: flipInY;
  174. backface-visibility: visible !important;
  175. animation-name: flipInY;
  176. }
  177.  
  178.  
  179. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eeeeee; border-left: 1px solid #eee; }
  180. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border:2px solid #fff; }
  181.  
  182. #tumblr_controls{
  183. position:fixed !important;
  184. }
  185.  
  186.  
  187.  
  188. body {
  189. padding: 0px;
  190. margin: 0px;
  191. color:{color:text};
  192. font-family:"trebuchet ms";
  193. line-height:11px;
  194. font-size:10px;
  195. background-color: {color:Background};
  196. background-image:url({image:Background});
  197. background-attachment: fixed;
  198. background-repeat: repeat;
  199. }
  200.  
  201.  
  202. a:link, a:active, a:visited{
  203. text-decoration: none;
  204. -webkit-transition: color 0.3s ease-out;
  205. -moz-transition: color 0.3s ease-out;
  206. transition: color 0.3s ease-out;
  207. color:{color:link};
  208. }
  209.  
  210. a:hover {
  211. text-decoration: none;
  212. font-style:;
  213. color: {color:Hover};
  214. }
  215.  
  216. div#center{
  217. margin:auto;
  218. position:relative;
  219. width:1000px;
  220. background-color:;
  221. overflow:auto;
  222. overflow-y:hidden;
  223. }
  224.  
  225.  
  226. .title{
  227. font-family: 'calibri';
  228. font-size: 17px;
  229. line-height:15px;
  230. color: {color:Title};
  231. font-weight: normal;
  232. }
  233. div#titlebar{
  234. position: fixed !important;
  235. margin-left:125px;
  236. margin-top: 105px;
  237. color:{color:blogtitle};
  238. width: 300px;
  239. font-family:exception;
  240. text-shadow:0px 2px 2px {color:blogtitle shadow};
  241. font-size: 35px;
  242. line-height:12px;
  243. letter-spacing:0px;
  244. text-align: center;
  245. -webkit-transition: all 0.9s ease;
  246. -moz-transition: all 0.9s ease;
  247. -o-transition: all 0.9s ease;
  248. {block:ifthreecolumn}
  249. margin-left:70px;
  250. {/block:ifthreecolumn}
  251. }
  252. @font-face{font-family:exception;src:url(http://static.tumblr.com/vqiblqz/zbCmnqsfj/theonlyexception.ttf);}
  253.  
  254.  
  255. #sidebar {
  256. display: block;
  257. position:fixed;
  258. padding:12px;
  259. top:125px;
  260. width:200px;
  261. letter-spacing:1px;
  262. border:1px solid #ddd;
  263. height:;
  264. z-index:1;
  265. text-align:center;
  266. font-size:10px;
  267. background-color:#fff;
  268. opacity:1;
  269. margin-left:160px;
  270. {block:ifroundposts}
  271. border-radius: 5px;
  272. {/block:ifroundposts}
  273. {block:ifthreecolumn}
  274. margin-left:100px;
  275. {/block:ifthreecolumn}
  276. }
  277.  
  278.  
  279. .entry {
  280. width:500px;
  281. margin:8px;
  282. padding: 8px;
  283. padding-bottom: 7px;
  284. float:left;
  285. line-height:10px;
  286. border:#ddd 1px solid;
  287. background-color: white;
  288. opacity: 1;
  289. font-size: 11px;
  290. {block:ifpostanimation}
  291. -webkit-animation: flipInY 2s;
  292. -moz-animation: flipInY 2s;
  293. -ms-animation: flipInY: 2s;
  294. {/block:ifpostanimation}
  295. {block:ifroundposts}
  296. border-radius: 5px;
  297. {/block:ifroundposts}
  298. {block:indexpage}
  299. {block:ifonecolumn}
  300. max-width:300px;
  301. {/block:ifonecolumn}
  302. {block:iftwocolumn}
  303. max-width:230px;
  304. {/block:iftwocolumn}
  305. {block:ifthreecolumn}
  306. max-width:220px;
  307. {/block:ifthreecolumn}
  308. {/block:indexpage}
  309. {block:PermalinkPage}
  310. width:420px;
  311. {/block:PermalinkPage}
  312. }
  313.  
  314. .entry .permalink {
  315. -webkit-filter: blur(5px);
  316. -webkit-transition: opacity 0.4s linear;
  317. -webkit-transition: all 0.4s linear;
  318. -moz-transition: all 0.4s linear;
  319. transition: all 0.4s linear;
  320. position:absolute;
  321. top:40%;
  322. margin-left:5px;
  323. text-align:left;
  324. width:137px;
  325. background:white;
  326. padding:5px;
  327. opacity:0;
  328. text-align:center;
  329. font-size:9px;
  330. left:49px;
  331. border:1px solid #ccc;
  332. border-radius:5px;
  333. {block:ifthreecolumn}
  334. margin-left:0px;
  335. {/block:ifthreecolumn}
  336. {block:ifonecolumn}
  337. margin-left:40px;
  338. {/block:ifonecolumn}
  339. }
  340.  
  341. .permalink a{
  342. font-style:normal;
  343. color:black;
  344. }
  345.  
  346. .entry:hover .permalink{
  347. -webkit-filter: blur(0px);
  348. -webkit-transition: opacity 0.4s linear; opacity: 1;
  349. -webkit-transition: all 0.4s linear;
  350. -moz-transition: all 0.4s linear;
  351. transition: all 0.4s linear;
  352. opacity:.98;
  353. }
  354.  
  355.  
  356. #posts {
  357. width:100%;
  358. margin-top:2px;
  359. z-index:99;
  360. margin-left:280px;
  361. right:auto;
  362. background:transparent;
  363. margin-right:auto;
  364. position:relative;
  365. overflow-y: hidden;
  366. {block:indexpage}
  367. {block:ifonecolumn}
  368. width:400px;
  369. {/block:ifonecolumn}
  370. {block:iftwocolumn}
  371. width:600px;
  372. {/block:iftwocolumn}
  373. {block:ifthreecolumn}
  374. width:800px;
  375. margin-left:190px;
  376. {/block:ifthreecolumn}
  377. {/block:indexpage}
  378. {block:permalinkpage}
  379. width:450px;
  380. {/block:permalinkpage}
  381.  
  382.  
  383. }
  384. @font-face {font-family:'conjuntar6';src: url('http://static.tumblr.com/qzpui9z/NEpmiosej/conjuntar6.ttf');}
  385. .flb {margin:4px 5px 4px 5px;}
  386. .flb:first-letter {font-family: 'conjuntar6'; font-size:15px;font-style:normal;}
  387. .cory{
  388. display: block;
  389. font-size: 11px;
  390. font-family: Calibri;
  391. text-transform: uppercase;
  392. color: #000;
  393. background-color:transparent;
  394. text-align: right;
  395. line-height: 18px;
  396. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
  397. }
  398. .right{
  399. float: right;
  400. width: 200px;
  401. background-color: transparent;
  402. }
  403. .answer{
  404. margin:0px;}
  405.  
  406. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  407. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  408. .cover img {float:left; width:60px; height:60px;}
  409. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  410. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  411.  
  412. .title{
  413. line-height: 16px;
  414. color:{color:Title};
  415. font-weight: normal;
  416. }
  417. .permalink{
  418. text-transform: normal;
  419. display: block;
  420. text-align: right;
  421. text-decoration: none;
  422. }
  423. .cred {
  424. color: #000;
  425. font-family: Calibri;
  426. font-size:14px;
  427. z-index: 99999999999999px;
  428. line-height:14px;
  429. background:#fff;
  430. border: 1px #eee solid;
  431. background-repeat:repeat;
  432. padding:2px;
  433. -webkit-border-radius:2px;
  434. moz-border-radius:2px;
  435. -o-border-radius:2px;
  436. border-radius:2px;
  437. }
  438.  
  439. .cred a { color: #000; }
  440.  
  441.  
  442. #infscr-loading{
  443. bottom: -70px;
  444. position: relative;
  445. left: 50%;
  446. margin-left:-8px;
  447. width:16px;
  448. height:11px;
  449. overflow:hidden;
  450. margin-bottom: 50px;
  451. }
  452.  
  453. #postnotes{
  454. text-align: justify;}
  455.  
  456. #postnotes blockquote{
  457. border: 0px;}
  458.  
  459. blockquote{
  460. padding:0px 0px 2px 5px;
  461. margin:0px 0px 2px 10px;
  462. border-left: 1px dotted #555555;
  463. }
  464.  
  465. blockquote p, ul{
  466. margin:0px;
  467. padding:0px;
  468. }
  469.  
  470. a img{border: 0px;}
  471.  
  472.  
  473. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  474.  
  475. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  476. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  477.  
  478. .notes img{width:10px; position:relative; top:3px;}
  479. <--ses-->
  480. small{font-size: 90%;}
  481.  
  482. {CustomCSS}
  483.  
  484. </style>
  485.  
  486. {block:IndexPage}
  487. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  488. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  489. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  490.  
  491. <script type="text/javascript">
  492. $(window).load(function(){
  493. var $wall = $('#posts');
  494. $wall.imagesLoaded(function(){
  495. $wall.masonry({
  496. itemSelector: '.entry, .entry_photo',
  497. isAnimated : false
  498. });
  499. });
  500.  
  501. $wall.infinitescroll({
  502. navSelector : '#pagination',
  503. nextSelector : '#pagination a',
  504. itemSelector : '.entry, .entry_photo',
  505. bufferPx : 2000,
  506. debug : false,
  507. errorCallback: function() {
  508. $('#infscr-loading').fadeOut('normal');
  509. }},
  510. function( newElements ) {
  511. var $newElems = $( newElements );
  512. $newElems.hide();
  513. $newElems.imagesLoaded(function(){
  514. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  515. });
  516. }); $('#posts').show(500);
  517. });
  518. </script>
  519.  
  520.  
  521. {/block:IndexPage}
  522.  
  523.  
  524. <title>{title}</title>
  525.  
  526. <link rel="shortcut icon" href="{Favicon}" />
  527. <meta name="viewport" content="width=820" />
  528. </head>
  529. <body>
  530.  
  531. <div id="sidebar">
  532. {block:ifshowsidebarimage}
  533. <center><a href="/"><img style="margin-top:-1px;" src="{image:sidebar}" width="200"></a></center>
  534. {/block:ifshowsidebarimage}<div style="{block:ifshowsidebarimage}margin-top:5px;{/block:ifshowsidebarimage}">{description}</div>
  535. <br>
  536. <center>
  537. </select><select onchange='location=this.options[this.selectedIndex].value;' style='
  538. line-height:90%;
  539. font-size:11px;
  540. color:#fff;
  541. font-style:italic;
  542. width:85px;
  543. background-color: {color:Dropdown};
  544. border:#fff 1px solid;
  545. height:18px;
  546. font-family:consolas;
  547. margin-top:2px;
  548. margin-left:3px;
  549. padding:0px;
  550. -moz-border-radius:3px;
  551. -webkit-border-radius:3px;
  552. border-radius:3px;
  553. '>
  554. <option><center>Basics</center></option>
  555.  
  556. <option value="/">Home</option>
  557.  
  558. <option value="/ask">Message</option>
  559.  
  560. <option value="/archive">Archive</option>
  561.  
  562. <option value="http://teenageblog.tumblr.com">Credit</option>
  563.  
  564. </select>
  565. </select><select onchange='location=this.options[this.selectedIndex].value;' style='
  566. line-height:90%;
  567. font-size:11px;
  568. color:#fff;
  569. font-style:italic;
  570. width:85px;
  571. background-color: {color:Dropdown};
  572. border:#fff 1px solid;
  573. height:18px;
  574. font-family:consolas;
  575. margin-top:2px;
  576. margin-left:4px;
  577. padding:0px;
  578. -moz-border-radius:3px;
  579. -webkit-border-radius:3px;
  580. border-radius:3px;
  581. '>
  582.  
  583. <option><center>Links</center></option>
  584.  
  585. <option value="{text:Link One}">{text:Link One Title}</option>
  586.  
  587. <option value="{text:Link Two}">{text:Link Two Title}</option>
  588.  
  589. <option value="{text:Link Three}">{text:Link Three Title}</option>
  590.  
  591. <option value="{text:Link Four}">{text:Link Four Title}</option>
  592.  
  593. <option value="{text:Link Five}">{text:Link Five Title}</option>
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. </select>
  602.  
  603.  
  604. </div>
  605. </center>
  606. <div id="titlebar">
  607. <center>
  608. {title}
  609. </center></div>
  610. <div class="wrapper">
  611. </div>
  612. <div id="cage">
  613. <div id="center">
  614. <div id="content">
  615.  
  616.  
  617.  
  618. <div class="left">
  619.  
  620. <div id="posts">
  621. {block:Posts}
  622. <div class="entry">
  623.  
  624. {block:Answer}
  625. <div style="border:1px #bbb dotted; border-radius:4px; padding:3px;"><div class="ask"><b style="text-transform:uppercase;">{Asker}:</b> {Question}</div></div>
  626. <div class="answer">{Answer}</div>
  627. {block:IndexPage}
  628. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  629. {/block:IndexPage}
  630. {/block:Answer}
  631.  
  632.  
  633. {block:Text}
  634. {block:Title}<a href="{permalink}" title="permalink"><div class="title">{title}</div></a> {/block:Title}
  635. <div class="flb">{Body}</div>
  636. {block:IndexPage}<div class="cory"><a href="{Permalink}">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  637. {/block:Text}
  638.  
  639. {block:Link}
  640. <div class="title"><a href="{URL}"{Target}>{Name}</a></div>
  641. {block:Description}<div class="flb">{Description}</div>{/block:Description}
  642. {block:IndexPage}<div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  643. {/block:Link}
  644.  
  645. {block:Photo}
  646. {block:IndexPage}
  647. <div class="permalink">
  648.  
  649.  
  650. <a href="{reblogurl}" target="_blank">REBLOG</a> /
  651.  
  652.  
  653.  
  654. <a href="{permalink}" title="permalink">{notecount} NOTES</a>
  655. <br>
  656.  
  657. {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}
  658.  
  659. </div>
  660.  
  661. <div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  662. {block:IndexPage}
  663.  
  664.  
  665. {/block:IndexPage}
  666.  
  667. {LinkCloseTag}
  668. {/block:PermalinkPage}
  669. {/block:Photo}
  670.  
  671. {block:Photoset}
  672. {block:IndexPage}
  673. <center>
  674.  
  675. <div class="permalink">
  676.  
  677.  
  678. <a href="{reblogurl}" target="_blank">REBLOG</a> /
  679.  
  680.  
  681.  
  682. <a href="{permalink}" title="permalink">{notecount} NOTES</a>
  683. <br>
  684.  
  685. {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}
  686.  
  687. </div>
  688.  
  689. {Photoset-250}</center>
  690. {/block:IndexPage}
  691. {block:PermalinkPage}
  692. <center>
  693. {Photoset-500}</center>
  694. {/block:PermalinkPage}
  695. {/block:Photoset}
  696.  
  697. {block:Quote}<span class="title">❝ {Quote} ❞</span>{block:Source}<div align="right"><i> - {Source}</i></div>{/block:Source}{block:IndexPage}<div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}{/block:Quote}
  698.  
  699. {block:Chat}
  700. {block:Title}<span class="title">{Title}</span>{/block:Title}
  701.  
  702. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<div class="label">{Label}</div>{/block:Label}{Line}</li>{/block:Lines}</ul>
  703.  
  704. {block:IndexPage}
  705. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  706. {/block:Chat}
  707.  
  708. {block:Audio}
  709.  
  710. <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>
  711. {block:IndexPage}
  712. </p><div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  713. {/block:IndexPage}
  714. {/block:Audio}
  715.  
  716. {block:Video}
  717. {block:IndexPage}
  718. <center>{Video-250}</center>
  719. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  720. {/block:IndexPage}
  721. {block:PermalinkPage}
  722. <center>{Video-500}</center>
  723. {/block:PermalinkPage}
  724. {block:Video}
  725.  
  726.  
  727.  
  728. {block:PostNotes}<div align="middle">{caption}</div>
  729. <center>
  730.  
  731. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  732.  
  733. {block:HasTags}
  734. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  735. {block:RebloggedFrom}
  736. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  737. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  738.  
  739. {/block:RebloggedFrom}
  740. </center></span>
  741. <br>
  742. <div id="postnotes">{PostNotes}</div><br>
  743.  
  744. <center>{block:ContentSource}
  745. <br><a href="{SourceURL}">
  746. {lang:Source}:
  747. {block:SourceLogo}
  748. <img src="{BlackLogoURL}" width="{LogoWidth}"
  749. height="{LogoHeight}" alt="{SourceTitle}" />
  750. {/block:SourceLogo}
  751. {block:NoSourceLogo}
  752. {SourceLink}
  753. {/block:NoSourceLogo}
  754. </a>
  755. {/block:ContentSource}</center>
  756.  
  757. {/block:PostNotes}
  758. </div>
  759. {/block:Posts}
  760. </div></div>
  761.  
  762. {block:IndexPage}
  763. {block:Pagination}
  764. <div id="pagination">
  765. {block:NextPage}
  766. <a id="nextPage" href="{NextPage}"></a>
  767. {/block:NextPage}
  768. {block:PreviousPage}
  769. <a href="{PreviousPage}"></a>
  770. {/block:PreviousPage}
  771. </div>
  772. {/block:Pagination}
  773. {/block:IndexPage}
  774.  
  775. <div style="position: fixed; right:6px;bottom:10px;">
  776. <span class="cred">
  777. <a href="http://teenageblog.tumblr.com/" target="_blank">
  778. </a></span></div>
  779. </body>
  780. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement