Advertisement
ialkhachi

Theme 11

Nov 15th, 2013
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <!--DEFAULT VARIABLES-->
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  43. <meta name="color:background" content="#fff"/>
  44. <meta name="color:link" content="#777"/>
  45. <meta name="color:text" content="#777"/>
  46. <meta name="color:title" content="#333"/>
  47. <meta name="color:border" content="#b6b6b6"/>
  48. <meta name="color:hover" content="#fff"/>
  49.  
  50. <meta name="image:sidebar" content="1"/>
  51. <meta name="image:background" content="1"/>
  52.  
  53. <meta name="text:Link1" content="/"/>
  54. <meta name="text:Link1 Title" content="Link 1"/>
  55. <meta name="text:Link2" content="/"/>
  56. <meta name="text:Link2 Title" content="Link 2"/>
  57. <meta name="text:Link3" content="/"/>
  58. <meta name="text:Link3 Title" content="Link 3"/>
  59. <meta name="text:Link4" content="/"/>
  60. <meta name="text:Link4 Title" content="Link 4"/>
  61. <meta name="text:Link5" content="/"/>
  62. <meta name="text:Link5 Title" content="Link 5"/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {width: 9px; height: 3px; background:#ffffff;}
  68. ::-webkit-scrollbar-thumb {background-color:{color:text} ; border: 1px solid {color:hover};}
  69.  
  70.  
  71. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  72.  
  73. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  74.  
  75. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  76.  
  77. p {
  78. margin:0px;
  79. margin-top:0px;
  80. }
  81.  
  82.  
  83. body {
  84. padding: 0px;
  85. margin: 0px;
  86. color:{color:text};
  87. font-family: verdana;
  88. line-height:12px;
  89. font-size:10px;
  90. background-color: {color:Background};
  91. background-image:url({image:Background});
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. }
  95.  
  96.  
  97. a:link, a:active, a:visited{
  98. text-decoration: none;
  99. -webkit-transition: color 0.3s ease-out;
  100. -moz-transition: color 0.3s ease-out;
  101. transition: color 0.3s ease-out;
  102. color:{color:link};
  103. }
  104.  
  105. a:hover {
  106. text-decoration: none;
  107. font-style:;
  108. color: {color:Hover};
  109. }
  110.  
  111. div#center{
  112. margin:auto;
  113. position:relative;
  114. width:1000px;
  115. background-color:;
  116. overflow:auto;
  117. overflow-y:hidden;
  118. }
  119.  
  120.  
  121. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  122. .entry {
  123. float:left;
  124. display: block;
  125. border-radius:2px;
  126. margin:7px;
  127. overflow:hidden;
  128. width:235px;
  129. {block:PermalinkPage}
  130. width:450px;
  131. text-align:left;
  132. line-height:10px;
  133. {/block:PermalinkPage}
  134. background:transparent;
  135. background-image:URL();
  136. }
  137.  
  138.  
  139. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  140. .entry .perma{
  141. width:235px;
  142. height:16px;
  143. margin-left:0px;
  144. position: absolute;
  145. line-height: 16px;
  146. overflow:hidden;
  147. text-align:center;
  148. top:-20px;
  149. background:white;
  150. word-spacing:2px;
  151. letter-spacing:1px;
  152. opacity: 0.0;
  153. -webkit-transition: all .7s ease;
  154. -moz-transition: all .7s ease;
  155. -o-transition: all .7s ease;
  156. transition: all .7s ease;
  157.  
  158. }
  159.  
  160. .entry:hover .perma{
  161. overflow:visible;
  162. opacity:0.9;
  163. top:0px;
  164. }
  165.  
  166.  
  167. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  168. #posts {
  169. width:500px;
  170. margin-top:1px;
  171. z-index:99;
  172. margin-left:198px;
  173. right:auto;
  174. background:transparent;
  175. margin-right:auto;
  176. position:relative;
  177. overflow-y: hidden;
  178. border-left:1px solid {color:border};
  179. border-right:1px solid {color:border};
  180. }
  181.  
  182.  
  183. /*CUSTOMIZE SIDEBAR HERE*/
  184. #sidebar{
  185. position:fixed !important;
  186. width:170px;
  187. background:transparent;
  188. height:auto;
  189. margin-top:550px;
  190. margin-left:667px;
  191. text-align:center;
  192. }
  193.  
  194. #sidebar img {
  195. padding:2px;
  196. width:100px;
  197. height:100px;
  198. border-radius:100px;
  199. border-left:1px solid {color:border};
  200. border-right:1px solid {color:border};
  201. border-top:1px solid {color:border};
  202. border-bottom:1px solid {color:border};
  203. -webkit-transition: all .7s ease;
  204. -moz-transition: all .7s ease;
  205. -o-transition: all .7s ease;
  206. transition: all .7s ease;
  207. }
  208.  
  209. #sidebar img:hover {
  210. border-radius:5px;
  211. -webkit-transition: all .7s ease;
  212. -moz-transition: all .7s ease;
  213. -o-transition: all .7s ease;
  214. transition: all .7s ease;
  215. }
  216.  
  217. .Blogtitle {
  218. position:fixed;
  219. margin-top:-30px;
  220. margin-left:150px;
  221. text-align:center;
  222. font-size:35px;
  223. font-family:Jane;
  224. width:250px;
  225. height:auto;
  226. color:{color:text};
  227. letter-spacing:0px;
  228. line-height:100%;
  229. background-color:transparent;
  230. opacity:1;
  231. text-transform:none;
  232. -webkit-transition: all .7s ease;
  233. -moz-transition: all .7s ease;
  234. -o-transition: all .7s ease;
  235. transition: all .7s ease;
  236. }
  237.  
  238. .Blogtitle:hover {
  239. font-size:40px;
  240. margin-top:-40px;
  241. text-shadow: -2px 0 {color:border}, 0 2px {color:border}, 2px 0 {color:border}, 0 -2px {color:border};
  242. color:{color:background};
  243. -webkit-transition: all .7s ease;
  244. -moz-transition: all .7s ease;
  245. -o-transition: all .7s ease;
  246. transition: all .7s ease;
  247. }
  248.  
  249. .desc {
  250. position:fixed;
  251. margin-top:-83px;
  252. margin-left:150px;
  253. text-align:center;
  254. font-size:15px;
  255. font-family:Never;
  256. width:250px;
  257. height:auto;
  258. color:{color:text};
  259. letter-spacing:0px;
  260. line-height:100%;
  261. background-color:transparent;
  262. opacity:1;
  263. text-transform:none;
  264. }
  265.  
  266.  
  267. #link1 {
  268. position:fixed;
  269. margin-top:-550px;
  270. margin-left:-700px;
  271. text-align:right;
  272. font-size:12px;
  273. font-family:Dreams;
  274. width:70px;
  275. height:auto;
  276. color:{color:text};
  277. letter-spacing:0px;
  278. line-height:100%;
  279. padding:5px;
  280. background-color:transparent;
  281. opacity:1;
  282. text-transform:none;
  283. border-top:1px solid {color:border};
  284. border-bottom:1px solid {color:border};
  285. border-left:1px solid {color:border};
  286. -webkit-transition: all .7s ease;
  287. -moz-transition: all .7s ease;
  288. -o-transition: all .7s ease;
  289. transition: all .7s ease;
  290. }
  291.  
  292. #link1:hover {
  293. opacity:.8;
  294. margin-left:-715px;
  295. width:85px;
  296. color:{color:hover};
  297. background:{color:title};
  298. -webkit-transition: all .7s ease;
  299. -moz-transition: all .7s ease;
  300. -o-transition: all .7s ease;
  301. transition: all .7s ease;
  302. }
  303.  
  304. #link2 {
  305. position:fixed;
  306. margin-top:-520px;
  307. margin-left:-700px;
  308. text-align:right;
  309. font-size:12px;
  310. font-family:Dreams;
  311. width:70px;
  312. height:auto;
  313. color:{color:text};
  314. letter-spacing:0px;
  315. line-height:100%;
  316. padding:5px;
  317. background-color:transparent;
  318. opacity:1;
  319. text-transform:none;
  320. border-top:1px solid {color:border};
  321. border-bottom:1px solid {color:border};
  322. border-left:1px solid {color:border};
  323. -webkit-transition: all .7s ease;
  324. -moz-transition: all .7s ease;
  325. -o-transition: all .7s ease;
  326. transition: all .7s ease;
  327. }
  328.  
  329. #link2:hover {
  330. opacity:.8;
  331. margin-left:-715px;
  332. width:85px;
  333. color:{color:hover};
  334. background:{color:title};
  335. -webkit-transition: all .7s ease;
  336. -moz-transition: all .7s ease;
  337. -o-transition: all .7s ease;
  338. transition: all .7s ease;
  339. }
  340.  
  341. #link3 {
  342. position:fixed;
  343. margin-top:-490px;
  344. margin-left:-700px;
  345. text-align:right;
  346. font-size:12px;
  347. font-family:Dreams;
  348. width:70px;
  349. height:auto;
  350. color:{color:text};
  351. letter-spacing:0px;
  352. line-height:100%;
  353. padding:5px;
  354. background-color:transparent;
  355. opacity:1;
  356. text-transform:none;
  357. border-top:1px solid {color:border};
  358. border-bottom:1px solid {color:border};
  359. border-left:1px solid {color:border};
  360. -webkit-transition: all .7s ease;
  361. -moz-transition: all .7s ease;
  362. -o-transition: all .7s ease;
  363. transition: all .7s ease;
  364. }
  365.  
  366. #link3:hover {
  367. opacity:.8;
  368. margin-left:-715px;
  369. width:85px;
  370. color:{color:hover};
  371. background:{color:title};
  372. -webkit-transition: all .7s ease;
  373. -moz-transition: all .7s ease;
  374. -o-transition: all .7s ease;
  375. transition: all .7s ease;
  376. }
  377.  
  378. #link4 {
  379. position:fixed;
  380. margin-top:-460px;
  381. margin-left:-700px;
  382. text-align:right;
  383. font-size:12px;
  384. font-family:Dreams;
  385. width:70px;
  386. height:auto;
  387. color:{color:text};
  388. letter-spacing:0px;
  389. line-height:100%;
  390. padding:5px;
  391. background-color:transparent;
  392. opacity:1;
  393. text-transform:none;
  394. border-top:1px solid {color:border};
  395. border-bottom:1px solid {color:border};
  396. border-left:1px solid {color:border};
  397. -webkit-transition: all .7s ease;
  398. -moz-transition: all .7s ease;
  399. -o-transition: all .7s ease;
  400. transition: all .7s ease;
  401. }
  402.  
  403. #link4:hover {
  404. opacity:.8;
  405. margin-left:-715px;
  406. width:85px;
  407. color:{color:hover};
  408. background:{color:title};
  409. -webkit-transition: all .7s ease;
  410. -moz-transition: all .7s ease;
  411. -o-transition: all .7s ease;
  412. transition: all .7s ease;
  413. }
  414.  
  415. #link5 {
  416. position:fixed;
  417. margin-top:-430px;
  418. margin-left:-700px;
  419. text-align:right;
  420. font-size:12px;
  421. font-family:Dreams;
  422. width:70px;
  423. height:auto;
  424. color:{color:text};
  425. letter-spacing:0px;
  426. line-height:100%;
  427. padding:5px;
  428. background-color:transparent;
  429. opacity:1;
  430. text-transform:none;
  431. border-top:1px solid {color:border};
  432. border-bottom:1px solid {color:border};
  433. border-left:1px solid {color:border};
  434. -webkit-transition: all .7s ease;
  435. -moz-transition: all .7s ease;
  436. -o-transition: all .7s ease;
  437. transition: all .7s ease;
  438. }
  439.  
  440. #link5:hover {
  441. opacity:.8;
  442. margin-left:-715px;
  443. width:85px;
  444. color:{color:hover};
  445. background:{color:title};
  446. -webkit-transition: all .7s ease;
  447. -moz-transition: all .7s ease;
  448. -o-transition: all .7s ease;
  449. transition: all .7s ease;
  450. }
  451.  
  452.  
  453. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  454.  
  455. @font-face{font-family:Jane;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  456.  
  457. @font-face{font-family:Never; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  458.  
  459. @font-face {font-family:Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  460.  
  461.  
  462. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  463. .title{
  464. line-height: 12px;
  465. color:{color:Title};
  466. font-weight: normal;
  467. }
  468.  
  469.  
  470. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  471. .permalink {
  472. text-transform: normal;
  473. display: block;
  474. text-align: right;
  475. text-decoration: none;
  476. }
  477.  
  478.  
  479. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  480. #infscr-loading{
  481. bottom: -70px;
  482. position: absolute;
  483. left: 50%;
  484. margin-left:-8px;
  485. width:16px;
  486. height:11px;
  487. overflow:hidden;
  488. margin-bottom: 50px;
  489. }
  490.  
  491. #postnotes{
  492. text-align: justify;}
  493.  
  494. #postnotes blockquote{
  495. border: 0px;}
  496.  
  497. blockquote{
  498. padding:0px 0px 2px 5px;
  499. margin:0px 0px 2px 10px;
  500. border-left: 1px dotted #555555;
  501. }
  502.  
  503. blockquote p, ul{
  504. margin:0px;
  505. padding:0px;
  506. }
  507.  
  508. a img{border: 0px;}
  509.  
  510.  
  511. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  512.  
  513. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  514. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  515.  
  516. .notes img{width:10px; position:relative; top:3px;}
  517. <--ses-->
  518. small{font-size: 90%;}
  519.  
  520. #credit{
  521. right:8px;
  522. bottom:10px;
  523. position:fixed;
  524. padding:5px;
  525. }
  526.  
  527. {CustomCSS}
  528.  
  529. </style>
  530.  
  531. {block:IndexPage}
  532. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  533. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  534.  
  535. <script type="text/javascript">
  536. $(window).load(function(){
  537. var $wall = $('#posts');
  538. $wall.imagesLoaded(function(){
  539. $wall.masonry({
  540. itemSelector: '.entry, .entry_photo',
  541. isAnimated : false
  542. });
  543. });
  544.  
  545. $wall.infinitescroll({
  546. navSelector : '#pagination',
  547. nextSelector : '#pagination a',
  548. itemSelector : '.entry, .entry_photo',
  549. bufferPx : 2000,
  550. debug : false,
  551. errorCallback: function() {
  552. $('#infscr-loading').fadeOut('normal');
  553. }},
  554. function( newElements ) {
  555. var $newElems = $( newElements );
  556. $newElems.hide();
  557. $newElems.imagesLoaded(function(){
  558. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  559. });
  560. }); $('#posts').show(500);
  561. });
  562. </script>
  563.  
  564.  
  565. {/block:IndexPage}
  566.  
  567.  
  568. <title>{title}</title>
  569.  
  570. <link rel="shortcut icon" href="{Favicon}" />
  571. <meta name="viewport" content="width=820" />
  572. </head>
  573.  
  574. <body>
  575. <BODY onselectstart="return false;" ondragstart="return false;">
  576. <div class="wrapper">
  577. <div class="header">
  578. </div>
  579.  
  580. <div id="cage">
  581. <div id="center">
  582.  
  583. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  584. <div id="sidebar">
  585. <center>
  586. <a href="/"><div class="Blogtitle">{Title}</div></a>
  587. <a href="/"><img src="{image:sidebar}" width=100%></a>
  588. <div class="desc">
  589. {description}
  590. <div>
  591. <a href="{text:Link1}"><div id="link1">{text:Link1 Title}</div></a>
  592. <a href="{text:Link2}"><div id="link2">{text:Link2 Title}</div></a>
  593. <a href="{text:Link3}"><div id="link3">{text:Link3 Title}</div></a>
  594. <a href="{text:Link4}"><div id="link4">{text:Link4 Title}</div></a>
  595. <a href="http://injured.tk/"><div id="link5">Credit</div></a>
  596. </center>
  597. </div>
  598. <!------------------------------------->
  599.  
  600.  
  601. <div class="left">
  602. <div id="posts">
  603. {block:Posts}
  604. <div class="entry">
  605.  
  606. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  607.  
  608. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a></a><br>{/block:HasTags}</span></align>
  609. {/block:Text}
  610.  
  611. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  612. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a></span></align>{block:Link}
  613.  
  614. {block:Photo}
  615. {block:IndexPage}
  616. <center>
  617. <div class="perma">
  618. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a></div>
  619.  
  620. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  621. {/block:IndexPage}
  622. {block:PermalinkPage}
  623. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  624.  
  625. {LinkCloseTag}
  626. {/block:PermalinkPage}
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. {block:IndexPage}
  631. <center>
  632.  
  633. <div class="perma">
  634. <a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a></div>
  635.  
  636. {Photoset-250}</center>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. <center>
  640. {Photoset-500}</center>
  641. {/block:PermalinkPage}
  642. {/block:Photoset}
  643.  
  644. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  645.  
  646. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> </span>{/block:Quote}
  647.  
  648. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  649. <ul class="chat">
  650. {block:Lines}
  651. <li class="user_{UserNumber}">
  652. {block:Label}
  653. <span class="label">{Label}</span>
  654. {/block:Label}
  655.  
  656. {Line}
  657. </li>
  658. {/block:Lines}
  659. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a>
  660. {/block:Chat}
  661.  
  662. {block:Audio}
  663. <div style="width:200px; height:30px;">
  664. {AudioPlayerBlack}
  665. </div>
  666. {block:IndexPage}<span class="permalink">
  667. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> </a>
  668. </span>{/block:IndexPage}
  669. {/block:Audio}
  670.  
  671. {block:Video}
  672. {block:IndexPage}
  673. <center>
  674. <div class="perma">
  675. <a href="{Permalink}"> {notecountwithlabel}</a> - <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>
  676. {Video-250}</center>
  677. {/block:IndexPage}
  678. {block:PermalinkPage}
  679. <center>
  680. {Video-400}</center>
  681. {/block:PermalinkPage}
  682. {block:Video}
  683.  
  684.  
  685. {block:PostNotes}<div align="middle">{caption}</div>
  686. <center>
  687.  
  688. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  689.  
  690. {block:HasTags}
  691. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  692. {block:RebloggedFrom}
  693. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  694. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  695.  
  696. {/block:RebloggedFrom}
  697. </center></span>
  698. <br>
  699. <div id="postnotes">{PostNotes}</div><br>
  700.  
  701. <center>{block:ContentSource}
  702. <br><a href="{SourceURL}">
  703. {lang:Source}:
  704. {block:SourceLogo}
  705. <img src="{BlackLogoURL}" width="{LogoWidth}"
  706. height="{LogoHeight}" alt="{SourceTitle}" />
  707. {/block:SourceLogo}
  708. {block:NoSourceLogo}
  709. {SourceLink}
  710. {/block:NoSourceLogo}
  711. </a>
  712. {/block:ContentSource}</center>
  713.  
  714. {/block:PostNotes}
  715. </div>
  716. {/block:Posts}
  717. </div></div>
  718.  
  719. {block:IndexPage}
  720. {block:Pagination}
  721. <div id="pagination">
  722. {block:NextPage}
  723. <a id="nextPage" href="{NextPage}"></a>
  724. {/block:NextPage}
  725. {block:PreviousPage}
  726. <a href="{PreviousPage}"></a>
  727. {/block:PreviousPage}
  728. </div>
  729. {/block:Pagination}
  730. {/block:IndexPage}
  731.  
  732. <div id="credit" data="credit"> <a href="http://injured.tk">♕</a></div>
  733.  
  734. </body>
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement