Advertisement
teenageblog

Broken Theme

Aug 27th, 2013
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.88 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  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="#999"/>
  26. <meta name="color:Hover" content="#000"/>
  27. <meta name="color:Scrollbar" content="#ccc"/>
  28.  
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="image:Background" content="0"/>
  32.  
  33.  
  34. <meta name="text:link one" content="" />
  35. <meta name="text:link one title" content="link" />
  36. <meta name="text:link two" content="" />
  37. <meta name="text:link two title" content="link" />
  38. <meta name="text:link three" content="" />
  39. <meta name="text:link three title" content="link" />
  40. <meta name="text:link four" content="" />
  41. <meta name="text:link four title" content="link" />
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eeeeee; border-left: 1px solid #eee; }
  48.  
  49. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #eee; border-top: 1px solid #eee; border-left: 1px solid
  50. #eee; border-right: 1px solid #eee; }
  51.  
  52. 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;}
  53.  
  54. 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;}
  55.  
  56.  
  57.  
  58.  
  59. @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  60.  
  61.  
  62. .wrapper{
  63. margin: 0px auto;
  64. margin-left: 60px;
  65. width: 1045px;
  66. }
  67.  
  68. .header{
  69. float: left;
  70. width: 100%;
  71. }
  72.  
  73. .left{
  74. float: left;
  75. margin-right: 20px;
  76. width:1045;
  77. }
  78.  
  79. .right{
  80. float: right;
  81. width: 200px;
  82. background-color: #fff;
  83. }
  84.  
  85. body {
  86. margin:0px;
  87. background-color: {color:Background};
  88. background-image:url({image:Background});
  89. background-attachment: fixed;
  90. background-repeat: repeat;}
  91. body, div, p, textarea, submit, input{
  92. font-family: 'Ubuntu', sans-serif;
  93. font-size: 11px;
  94. line-height:14px;
  95. letter-spacing:1px;
  96. color:{color:Text};
  97. }
  98.  
  99.  
  100.  
  101. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; border-left:0px solid #aaa; }
  102.  
  103. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border: 0px solid #eee; border-radius:40px;}
  104.  
  105.  
  106. p {
  107. margin:0px;
  108. margin-top:0px;
  109. }
  110.  
  111. a:link, a:active, a:visited{
  112. text-decoration: none;
  113. -webkit-transition: color 0.3s ease-out;
  114. -moz-transition: color 0.3s ease-out;
  115. transition: color 0.3s ease-out;
  116. color: {color:Link};
  117. }
  118.  
  119. a:hover {
  120. : -webkit-transition-duration: 1.0s;
  121. color:{color:Hover};
  122. }
  123. #sidebar{
  124. z-index:999999999;
  125. position:fixed !important;
  126. width:230px;
  127. height:auto;
  128. padding:7px;
  129. margin-left:100px;
  130. margin-top:150px;
  131. font-size: 11px;
  132. line-height:11px;
  133. letter-spacing:0px;
  134. background-color:#fff;
  135. border:1px #A4A4A4 solid;
  136. font-family: consolas;
  137. overflow:hidden;
  138. text-align:center;
  139. -webkit-animation: fadeIn 3s;
  140. -moz-animation: fadeIn 3s;
  141. -ms-animation: fadeIn: 3s;
  142.  
  143. }
  144.  
  145.  
  146. @font-face {
  147. font-family: "labelleaurore";
  148. src: url('http://static.tumblr.com/kgqtium/A0rmbamra/labelleaurore.ttf'); }
  149.  
  150. .blogtitle{
  151.  
  152. text-align: center;
  153. font-family: labelleaurore;
  154. color: #000;
  155. font-size:30px;
  156. line-height:25px;
  157. letter-spacing:0px;
  158. }
  159.  
  160. .blogtitle:hover{
  161. text-shadow: 3px 0 0 rgba(255,0,0,0.3), -2px 0 0 rgba(0,255,0,0.3);
  162. }
  163.  
  164. .nav{
  165.  
  166. display: navigate;
  167. font-size:12px;
  168. font-family:consolas;
  169. color:#000;
  170. word-spacing:-5px;
  171. margin-left:16px;
  172.  
  173. }
  174.  
  175.  
  176. .nav a{
  177. border-bottom:1px #999 solid; margin-right:19px;-moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
  178. }
  179.  
  180. .nav a:hover{
  181.  
  182. border-bottom:1px #999 dotted;-moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;}
  183.  
  184. }
  185.  
  186.  
  187. a.nav{display: navigate; font-size:9px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;color:#000;text-decoration:none;}
  188. .nav:hover{ text-decoration:none;}
  189. .sidebarimage{
  190.  
  191. margin-left: -2px;
  192. margin-top:-3px;
  193. font-family:consolas;
  194. }
  195. #hey{
  196. z-index:222222222222;
  197. position:fixed !important;
  198. width:115px;
  199. height:10px;
  200. border-top: 1px solid #A4A4A4;
  201. border-left: 1px solid #A4A4A4;
  202. border-right: 1px solid #A4A4A4;
  203. opacity: 1;
  204. padding:7px;
  205. margin-left:100px;
  206. margin-top:126px;
  207. font-size: 16px;
  208. text-transform: lowercase
  209. line-height:10px;
  210. letter-spacing:1px;
  211. background-color:#fff;
  212. font-family: consolas;
  213. overflow:hidden;
  214. text-align:center;
  215. }
  216.  
  217.  
  218. div#center{
  219. margin:auto;
  220. margin-top:0px;
  221. position:relative;
  222. width:1045px;
  223. background-color:;
  224. overflow:auto;
  225. overflow-y:hidden;
  226. }
  227.  
  228.  
  229.  
  230. .entry {
  231. float:left;
  232. display: block;
  233. overflow:hidden;
  234. width:240px;
  235. padding:15px;
  236. border: 1px solid #F2F2F2;
  237. margin:6px;
  238. background-color: white;
  239. padding:8px;
  240. padding-bottom:6px;
  241. transition: all 0.5s ease-out;
  242. -o-transition-transition: all 0.5s ease-out;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. {block:PermalinkPage}
  246. width:520px;
  247. margin-left:0px;
  248. text-align:center;
  249. {/block:PermalinkPage}
  250. }
  251.  
  252. .entry .justin{
  253. position:absolute;
  254. width:;
  255. height:13px;
  256. padding:4px;
  257. background-color:#fff;
  258. overflow:hidden;
  259. opacity:0.0;
  260. left:15px;
  261. font-size:9px;
  262. BORDER-RADIUS:3PX;
  263. font-family:georgia;
  264. top:30px;
  265. z-index:10;
  266. -webkit-transition: all .8s ease-in-out;
  267. -moz-transition: all .8s ease-in-out;
  268. -o-transition: all .8s ease-in-out;
  269. transition: all .8s ease-in-out;
  270. }
  271.  
  272. .entry:hover .justin{
  273. top:15px;
  274. overflow:visible;
  275. -webkit-transition: opacity 0.5s linear; opacity: .7;
  276. transition: all 0.5s linear;
  277. -webkit-transition: all .8s ease-in-out;
  278. -moz-transition: all .8s ease-in-out;
  279. -o-transition: all .8s ease-in-out;
  280. transition: all .8s ease-in-out;
  281. }
  282.  
  283. .entry .justin img {
  284. -webkit-box-shadow: 0px 0px 0px #ccc;
  285. -moz-box-shadow: 0px 0px 0px #ccc;
  286. box-shadow: 0px 0px 0px #ccc;
  287. margin-top:-1px;
  288. }
  289.  
  290. .entry .bieber img {
  291. -webkit-box-shadow: 0px 0px 0px #ccc;
  292. -moz-box-shadow: 0px 0px 0px #ccc;
  293. box-shadow: 0px 0px 0px #ccc;
  294. }
  295.  
  296.  
  297. .entry .bieber{
  298. position:absolute;
  299. width:;
  300. height:13px;
  301. padding:3.5px;
  302. border-radius:3px;
  303. background-color:#fff;
  304. overflow:hidden;
  305. line-height:11px;
  306. font-family:georgia;
  307. opacity:0.0;
  308. margin-left:36px;
  309. font-size:9px;
  310. top:30px;
  311. z-index:10;
  312. -webkit-transition: all .8s ease-in-out;
  313. -moz-transition: all .8s ease-in-out;
  314. -o-transition: all .8s ease-in-out;
  315. transition: all .8s ease-in-out;
  316. }
  317.  
  318. .entry:hover .bieber{
  319. overflow:visible;
  320. -webkit-transition: opacity 0.5s linear; opacity: .8;
  321. transition: all 0.5s linear;
  322. top:15px;
  323. -webkit-transition: all .8s ease-in-out;
  324. -moz-transition: all .8s ease-in-out;
  325. -o-transition: all .8s ease-in-out;
  326. transition: all .8s ease-in-out;
  327. }
  328.  
  329.  
  330.  
  331. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  332.  
  333.  
  334. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  335. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  336. .cover img {float:left; width:60px; height:60px;}
  337. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  338. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  339.  
  340. .title{
  341. font-family: "cedarville cursive";
  342. font-size: 22px;
  343. line-height: 20px;
  344. color: {color:Title};
  345. text-shadow:1px 2px 2px #aaa;
  346. letter-spacing: 1px;
  347. font-weight: normal;
  348. }
  349.  
  350. .cred {
  351. color: #000;
  352. font-family: Calibri;
  353. font-size:14px;
  354. z-index: 99999999999999px;
  355. line-height:14px;
  356. background:#fff;
  357. border: 1px #eee solid;
  358. background-repeat:repeat;
  359. padding:2px;
  360. -webkit-border-radius:2px;
  361. moz-border-radius:2px;
  362. -o-border-radius:2px;
  363. border-radius:2px;
  364. }
  365.  
  366. .cred a { color: #000; }
  367.  
  368. .permalinktext {
  369. display: block;
  370. padding: 5px;
  371. margin: 4px 8px 0px 8px;
  372. text-transform: uppercase;
  373. font-family: calibri;
  374. letter-spacing: 2px;
  375. font-size: 10px;
  376. color: #000000;
  377. line-height: 10px;
  378. text-align: right;
  379. text-decoration: none;
  380. -webkit-transition: color 0.5s ease-out;
  381. -moz-transition: color 0.5s ease-out;
  382. border-top: 1px solid #dcdcdc;
  383. }
  384.  
  385. #posts {
  386. width:600px;
  387. margin-top: 5px;
  388. margin-left: 350px;
  389. margin-right: auto;
  390. position:relative;
  391. overflow-y: hidden;
  392. }
  393.  
  394.  
  395. #infscr-loading{
  396. bottom: -70px;
  397. position: absolute;
  398. left: 50%;
  399. margin-left:-8px;
  400. width:16px;
  401. height:11px;
  402. overflow:hidden;
  403. margin-bottom: 50px;
  404. }
  405.  
  406. #postnotes{
  407. text-align: justify;
  408. }
  409.  
  410. #postnotes blockquote{
  411. border: 0px;
  412. }
  413.  
  414. blockquote{
  415. padding:0px 0px 2px 5px;
  416. margin:0px 0px 2px 1px;
  417. border-left: 1px dotted {color:Text};
  418. }
  419.  
  420. blockquote p, ul{
  421. margin:0px;
  422. padding:0px;
  423. }
  424.  
  425. a img{border: 0px;}
  426. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  427. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  428. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  429. .notes img{width:10px; position:relative; top:3px;
  430. }
  431.  
  432. small{font-size: 90%;}
  433.  
  434. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  435. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  436.  
  437. {CustomCSS}
  438.  
  439. </style>
  440.  
  441. {block:IndexPage}
  442.  
  443. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  444. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  445. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  446.  
  447. <script type="text/javascript">
  448. $(window).load(function () {
  449. var $content = $('#posts');
  450. $content.masonry({itemSelector: '.entry'}),
  451. $content.infinitescroll({
  452. navSelector : 'div#pagination',
  453. nextSelector : 'div#pagination a#nextPage',
  454. itemSelector : '.entry',
  455. loading: {
  456. finishedMsg: '',
  457. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  458. },
  459. bufferPx : 600,
  460. debug : false,
  461. },
  462. // call masonry as a callback.
  463. function( newElements ) {
  464. var $newElems = $( newElements );
  465. $newElems.hide();
  466. // ensure that images load before adding to masonry layout
  467. $newElems.imagesLoaded(function(){
  468. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  469.  
  470.  
  471. });
  472. });
  473. });
  474. </script>
  475. {/block:IndexPage}
  476.  
  477.  
  478. <title>{Title}</title>
  479. <link rel="shortcut icon" href="{favicon}">
  480. <meta name="viewport" content="width=720" />
  481. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  482. </head>
  483.  
  484. <body>
  485. <div id="hey"><center><a href="/"><u>{Title}</u></center></a></div>
  486.  
  487. <div id="sidebar">
  488.  
  489. <div class="sidebarimage"><a href="/"><img src="{image:sidebar}" style"" width=229px height=210></a></div><p>
  490. {description}
  491. <div class="nav">
  492. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  493. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  494. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  495. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} </div>
  496. </div>
  497. <div class="wrapper">
  498. <div class="header">
  499. </div>
  500.  
  501.  
  502.  
  503. <div class="left">
  504. <div id="posts">
  505. {block:Posts}
  506. <div class="entry">
  507.  
  508. {block:Answer}
  509. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  510. <strong>{Asker}: {Question}</strong>
  511. <div class="caption">
  512. {Answer}</div>
  513. {block:IndexPage}<div class="permalinktext">
  514. <a href="{permalink}">{notecountwithlabel} &middot {timeago}</a>
  515. </div>{/block:IndexPage}
  516. {/block:Answer}
  517.  
  518. {block:Text}
  519. {block:Title}<span class="title">{Title}</span>{/block:Title}
  520. <span class="entrytext">{Body}</span>
  521. <div class="permalinktext">
  522. <a href="{permalink}">{notecountwithlabel} &middot {timeago}</a>
  523. </div>
  524. {/block:Text}
  525.  
  526. {block:Link}
  527. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  528. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  529. {block:IndexPage}<div class="permalinktext">
  530. <a href="{permalink}">{notecountwithlabel} &middot {timeago}</a>
  531. </div>
  532. {/block:IndexPage}
  533. {block:Link}
  534.  
  535. {block:Photo}{block:IndexPage}
  536.  
  537. <div class="justin"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style=""></a></center></div>
  538. <div class="bieber"><center><a href="{Permalink}">{NoteCountWithLabel}</a></center></div>
  539.  
  540. {/block:IndexPage}
  541. {block:IndexPage}
  542. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=240px/></a>
  543. {/block:IndexPage}
  544. {block:permalinkpage}{LinkOpenTag}
  545. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  546. {/block:permalinkpage}
  547. {/block:Photo}
  548.  
  549. {block:Photoset}
  550. {block:IndexPage}<div class="justin"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style=""></a></center></div>
  551. <div class="bieber"><center><a href="{Permalink}"><img src="http://static.tumblr.com/t98gn37/2ylmf7oti/permalink.png" width="15px;"></a></center></div>{/block:IndexPage}
  552. {block:IndexPage}
  553. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="235" style="padding:3px;"/></a>
  554. {/block:Photos}
  555. {/block:IndexPage}
  556.  
  557. {block:permalinkpage}
  558. {Photoset-500}
  559. {/block:permalinkpage}
  560. {/block:Photoset}
  561.  
  562.  
  563. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><div class="permalink">
  564. <div class="permalinktext">
  565. <a href="{permalink}">{NoteCount}</a> &middot <a href="{ReblogURL}" target="_blank"> REBLOG </a></span></div></div>{/block:Quote}
  566.  
  567. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  568. <ul class="chat">
  569. {block:Lines}
  570. <li class="user_{UserNumber}">
  571. {block:Label}
  572. <span class="label">{Label}</span>
  573. {/block:Label}
  574.  
  575. {Line}
  576. </li>
  577. {/block:Lines}
  578. <div class="permalink">
  579. <div class="permalinktext">
  580. <a href="{permalink}">{NoteCount}</a> &middot <a href="{ReblogURL}" target="_blank"> REBLOG </a></span></div></div>
  581. {/block:Chat}
  582.  
  583. {block:Audio}
  584. <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>
  585. {block:IndexPage}
  586. <div class="permalink">
  587. <div class="permalinktext">
  588. <a href="{permalink}">{NoteCount}</a> &middot <a href="{ReblogURL}" target="_blank"> REBLOG </a></span></div></div>
  589. {/block:IndexPage}
  590. {/block:Audio}
  591.  
  592. {block:Video}
  593. {block:IndexPage}
  594. <center>
  595. <div class="permalink">
  596. <div class="permalinktext">
  597. <a href="{permalink}">{NoteCount}</a> &middot <a href="{ReblogURL}" target="_blank"> REBLOG </a></span></div></div>
  598. {Video-250}</center>
  599. {/block:IndexPage}
  600. {block:PermalinkPage}
  601. <center>
  602. {Video-400}</center>
  603. {/block:PermalinkPage}
  604. {block:Video}
  605.  
  606. {block:PostNotes}<div align="middle">{caption}</div>
  607. <center>
  608.  
  609. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  610.  
  611. {block:HasTags}
  612. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  613. {block:RebloggedFrom}
  614. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  615. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  616.  
  617. {/block:RebloggedFrom}
  618. </center></span>
  619. <br>
  620. <div id="postnotes">{PostNotes}</div><br>
  621.  
  622. <center>{block:ContentSource}
  623. <br><a href="{SourceURL}">
  624. {lang:Source}:
  625. {block:SourceLogo}
  626. <img src="{BlackLogoURL}" width="{LogoWidth}"
  627. height="{LogoHeight}" alt="{SourceTitle}" />
  628. {/block:SourceLogo}
  629. {block:NoSourceLogo}
  630. {SourceLink}
  631. {/block:NoSourceLogo}
  632. </a>
  633. {/block:ContentSource}</center>
  634.  
  635. {/block:PostNotes}
  636. </div>
  637. {/block:Posts}
  638. </div></div>
  639.  
  640. {block:IndexPage}
  641. {block:Pagination}
  642. <div id="pagination">
  643. {block:NextPage}
  644. <a id="nextPage" href="{NextPage}"></a>
  645. {/block:NextPage}
  646. {block:PreviousPage}
  647. <a href="{PreviousPage}"></a>
  648. {/block:PreviousPage}
  649. </div>
  650. {/block:Pagination}
  651. {/block:IndexPage}
  652.  
  653.  
  654. <div style="position: fixed; right:6px;bottom:10px;">
  655. <span class="cred">
  656. <a href="http://teenageblog.tumblr.com/" target="_blank">
  657. </a></span></div>
  658. </body>
  659. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement