Advertisement
teenageblog

California Theme

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