Advertisement
danystormborn

CaitieCAT

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