mausamixoxo

theme 2

Aug 12th, 2012
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <!--
  2. original theme by inhalingtrust.
  3. edited by witheredtrust.
  4. if you delete the credit, i swear i'll poop on you. jk but seriously, have some dignity.
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  13.  
  14. <script type="text/javascript">
  15. WebFontConfig = {
  16. google: { families: [ 'Rouge+Script::latin' ] }
  17. };
  18. (function() {
  19. var wf = document.createElement('script');
  20. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  21. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  22. wf.type = 'text/javascript';
  23. wf.async = 'true';
  24. var s = document.getElementsByTagName('script')[0];
  25. s.parentNode.insertBefore(wf, s);
  26. })(); </script>
  27.  
  28. <script type="text/javascript">
  29. <!--
  30.  
  31. // Disable Right Click Script
  32.  
  33. function IE(e)
  34. {
  35. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  36. {
  37. return false;
  38. }
  39. }
  40. function NS(e)
  41. {
  42. if (document.layers || (document.getElementById && !document.all))
  43. {
  44. if (e.which == "2" || e.which == "3")
  45. {
  46. return false;
  47. }
  48. }
  49. }
  50. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  51.  
  52. //-->
  53. </script>
  54.  
  55.  
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <!-- DEFAULT VARIABLES -->
  60. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  62. <meta name="color:background" content="#fff"/>
  63. <meta name="color:link" content="#777"/>
  64. <meta name="color:text" content="#777"/>
  65. <meta name="color:title" content="#333"/>
  66. <meta name="color:hover" content="#fff"/>
  67. <meta name="color:scrollbar" content="#ddd" />
  68. <meta name="image:sidebar" content="1"/>
  69. <meta name="image:background" content="1"/>
  70. <meta name="if:show photo" content="1"/>
  71. <meta name="if:show blog title" content="1"/>
  72. <meta name="if:scrollbar" content="1"/>
  73. <meta name="if:show photo" content="0"/>
  74. <meta name="color:Sidebar Title" content="#717171"/>
  75. <meta name="text:text box" content="">
  76. <meta name="text:Sidebar Title" content="Beautiful"/>
  77. <meta name="text:Link One" content="" />
  78. <meta name="text:Link Two" content="" />
  79. <meta name="text:Link Three" content="" />
  80. <meta name="text:Link Four" content="" />
  81. <meta name="text:link one title" content="" />
  82. <meta name="text:link two title" content="" />
  83. <meta name="text:link three title" content="" />
  84. <meta name="text:link four title" content="">
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. @import url(http://fonts.googleapis.com/css?family=Rouge+Script);
  90.  
  91.  
  92. {block:ifscrollbar}
  93. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
  94. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  95. {/block:ifscrollbar}
  96.  
  97. iframe#tumblr_controls {right:2px !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;}
  98.  
  99. 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;}
  100.  
  101.  
  102.  
  103. .wrapper{
  104. margin: 0px auto;
  105. width: 100%;
  106. }
  107.  
  108. .header{
  109. float: left;
  110. width: 100%;
  111. }
  112.  
  113. .left{
  114. float: left;
  115. margin-right: 20px;
  116. width: 802px;
  117. }
  118.  
  119. .right{
  120. float: right;
  121. width: 200px;
  122. background-color: #fff;
  123. }
  124.  
  125. p {
  126. margin:0px;
  127. margin-top:0px;
  128. }
  129.  
  130. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  131.  
  132.  
  133. body {
  134. padding: 0px;
  135. margin: 0px;
  136. color:{color:text};
  137. font-family: ronda;
  138. font-size: 8px;
  139. line-height:9px;
  140. letter-spacing:0px;
  141. background-color: {color:Background};
  142. background-image:url({image:Background});
  143. background-attachment: fixed;
  144. background-repeat: repeat;
  145. }
  146.  
  147. a:link, a:active, a:visited{
  148. text-decoration: none;
  149. -webkit-transition: color 0.3s ease-out;
  150. -moz-transition: color 0.3s ease-out;
  151. transition: color 0.3s ease-out;
  152. color: {color:Link};
  153. }
  154.  
  155. a:hover {
  156. text-decoration: none;
  157. font-style: none;
  158. color: {color:Hover};
  159. }
  160.  
  161. div#center{
  162. margin:auto;
  163. position:relative;
  164. width:1600px;
  165. background-color:;
  166. overflow:auto;
  167. overflow-y:hidden;
  168. }
  169.  
  170. .entry {
  171. float:left;
  172. display: block;
  173. margin: 1px;
  174. margin-bottom:0px;
  175. padding:2px;
  176. border:1px solid #bbb;
  177. overflow:hidden;
  178. width:350px;
  179. {block:PermalinkPage}
  180. width:500px;
  181. text-align:left;
  182. {/block:PermalinkPage}
  183. background: white;
  184. background-image:URL();
  185. }
  186.  
  187. #permalink {
  188. position: absolute;
  189. margin-top: 14px;
  190. margin-left: 69px;
  191. opacity: 0;
  192. -webkit-transition: all .0s ease;
  193. -moz-transition: all .0s ease;
  194. -o-transition: all .0s ease;
  195. transition: all .0s ease;
  196. }
  197.  
  198. .entry:hover #permalink {
  199. margin-top: 14px;
  200. margin-left: 69px;
  201. opacity: 1;
  202. -webkit-transition: all .0s ease;
  203. -moz-transition: all .0s ease;
  204. -o-transition: all .0s ease;
  205. transition: all .0s ease;
  206. }
  207.  
  208. .countreblog {
  209. color: #fff;
  210. height: 20px;
  211. padding: 2px;
  212. font-weight:bold;
  213. font-family:arial;
  214. font-size:11px;
  215. line-height:10px;
  216. font-style: none;
  217. margin-left:-20px;
  218. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  219. background-repeat:repeat;
  220. border:1px solid rgba(0,0,0,0.1);
  221. -webkit-border-radius:2px;
  222. moz-border-radius:2px;
  223. -o-border-radius:2px;
  224. border-radius:2px;
  225. -webkit-transition: all .0s ease;
  226. -moz-transition: all .0s ease;
  227. -o-transition: all .0s ease;
  228. transition: all .0s ease;
  229. }
  230.  
  231. .countreblog a { color: #FFF; }
  232.  
  233. .perma{
  234. position:absolute;
  235. width: 60px;
  236. height: 30px;
  237. margin-top: 9px;
  238. margin-left: -15px;
  239. z-index:9999991;
  240. opacity: 0.0;
  241. filter: alpha(opacity = 0);
  242. -webkit-transition: all .0s ease;
  243. -moz-transition: all .0s ease;
  244. -o-transition: all .0s ease;
  245. transition: all .0s ease;
  246. }
  247.  
  248. .entry:hover .perma {
  249. -webkit-transition: opacity 0.6s linear;
  250. margin-top: 9px;
  251. margin-left: 0px;
  252. opacity: 1;
  253. -webkit-transition: all .0s ease;
  254. -moz-transition: all .0s ease;
  255. -o-transition: all .0s ease;
  256. transition: all .0s ease;
  257. }
  258.  
  259. .likep {
  260. display: inline;
  261. overflow: hidden;
  262. position: relative;
  263. float: right;
  264. width: 21px;
  265. height: 20px;
  266. margin-left:-4px;
  267. z-index: 9999999;
  268. }
  269.  
  270. .likep a {
  271. background-image:
  272. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  273. background-position: 0px 0px;
  274. display: block;
  275. z-index: 9999991;
  276. -webkit-transition: all .5s ease;
  277. -moz-transition: all .5s ease;
  278. -o-transition: all .5s ease;
  279. transition: all .5s ease;
  280. }
  281.  
  282. .likep img {
  283. width: 21px;
  284. height: 20px;
  285. -webkit-transition: all .5s ease;
  286. -moz-transition: all .5s ease;
  287. -o-transition: all .5s ease;
  288. transition: all .5s ease;
  289. }
  290.  
  291. .rep img{
  292. display: inline;
  293. width: 24px;
  294. height: 20px;
  295. }
  296.  
  297.  
  298.  
  299. #posts {
  300. width:740px;
  301. margin-top: 1px;
  302. margin-left:395px;
  303. right:auto;
  304. margin-right:auto;
  305. position:relative;
  306. overflow-y: hidden;
  307. }
  308.  
  309. #sidebar{
  310. position:fixed;
  311. width:250px;
  312. height:320px;
  313. margin-top:120px;
  314. margin-left:130px;
  315. padding: 1px;
  316. border:1px solid #bbb;
  317. z-index:0;
  318. }
  319.  
  320. div#desc{
  321. position:fixed;
  322. opacity: 0.6;
  323. width: 250px;
  324. height: 30px;
  325. padding-top: 1px;
  326. padding-bottom: 7px;
  327. font color: #000;
  328. margin-top: -70px;
  329. background-color:white;
  330. margin-left: -1px;
  331. font-size: 12px;
  332. overflow: auto;
  333. line-height: 12px;
  334. font-family: didact gothic;
  335. z-index:0;
  336. text-align: center;
  337. border: 0px solid #aaa;
  338. transition: all 0.9s ease-out;
  339. -o-transition-transition: all 0.9s ease-out;
  340. -webkit-transition: all 0.9s ease-out;
  341. -moz-transition: all 0.9s ease-out;
  342. }
  343.  
  344. #desc:hover{
  345. opacity: 0.9;
  346. transition: all 0.9s ease-out;
  347. -o-transition-transition: all 0.9s ease-out;
  348. -webkit-transition: all 0.9s ease-out;
  349. -moz-transition: all 0.9s ease-out;
  350. }
  351.  
  352.  
  353. .title{
  354. font-family:didact gothic;
  355. font-size: 14px;
  356. line-height: 10px;
  357. color:{color:Title};
  358. letter-spacing: 0px;
  359. font-weight: normal;
  360. padding:0px 0px 0px 0px;
  361. }
  362. @font-face {
  363. font-family: "sweetly";
  364. src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');
  365. }
  366. @font-face{
  367. font-family: 'pixel';
  368. font-style: normal;
  369. font-weight: normal;
  370. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  371. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  372.  
  373. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  374.  
  375. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  376.  
  377. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/pwgdr2n/yAkm3iisd/a_s_black_swan.ttf'); }
  378.  
  379. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  380. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  381. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  382.  
  383. div#titlebar{
  384. position: fixed !important;
  385. width: 250px;
  386. margin-top:-110px;
  387. margin-left: -50px;
  388. z-index:1;
  389. color:{color:Sidebar Title};
  390. text-shadow: 1px 1px 1px #fff;
  391. font-family: "Rouge Script", cursive;
  392. font-size: 50px;
  393. line-height:10px;
  394. letter-spacing:0px;
  395. background-color: transparent;
  396. text-transform: normal;
  397. text-align: center;
  398. }
  399.  
  400. div#links{
  401. opacity:0.6;
  402. position: fixed !important;
  403. border: 0px solid #000000;
  404. width: 250px;
  405. height: auto;
  406. margin-top:-30px;
  407. margin-left:0px;
  408. line-height:11px;
  409. padding-top:2px;
  410. padding-bottom: 6px;
  411. font-size: 13px;
  412. font-family: didact gothic;
  413. background-color: white;
  414. overflow: auto;
  415. text-align: center;
  416. color: {color:link};
  417. -webkit-transform: rotate(0deg);
  418. -moz-transform: rotate(0deg);
  419. transition: all 0.9s ease-out;
  420. -o-transition-transition: all 0.9s ease-out;
  421. -webkit-transition: all 0.9s ease-out;
  422. -moz-transition: all 0.9s ease-out;
  423. }
  424. #links:hover {
  425. opacity:.9;
  426. -webkit-transform: rotate(0deg);
  427. -moz-transform: rotate(0deg);
  428. transition: all 0.9s ease-out;
  429. -o-transition-transition: all 0.9s ease-out;
  430. -webkit-transition: all 0.9s ease-out;
  431. -moz-transition: all 0.9s ease-out;
  432. }
  433. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  434.  
  435. .permalink{
  436. text-transform: normal;
  437. display: block;
  438. font-family: pixel;
  439. letter-spacing: 1px;
  440. text-align: right;
  441. text-decoration: none;
  442. }
  443.  
  444. #infscr-loading{
  445. bottom: -70px;
  446. position: absolute;
  447. left: 50%;
  448. margin-left:-8px;
  449. width:16px;
  450. height:11px;
  451. overflow:hidden;
  452. margin-bottom: 50px;
  453. }
  454.  
  455. #postnotes{
  456. text-align: justify;}
  457.  
  458. #postnotes blockquote{
  459. border: 0px;}
  460.  
  461. blockquote{
  462. padding:0px 0px 2px 5px;
  463. margin:0px 0px 2px 10px;
  464. border-left: 1px dotted #555555;
  465. }
  466.  
  467. blockquote p, ul{
  468. margin:0px;
  469. padding:0px;
  470. }
  471.  
  472. a img{border: 0px;}
  473.  
  474.  
  475. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  476.  
  477. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  478. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  479.  
  480. .notes img{width:10px; position:relative; top:3px;}
  481. <--ses-->
  482. small{font-size: 90%;}
  483.  
  484. {CustomCSS}
  485.  
  486. </style>
  487.  
  488. {block:IndexPage}
  489. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  490. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  491.  
  492. <script type="text/javascript">
  493. $(window).load(function () {
  494. var $content = $('#posts');
  495. $content.masonry({itemSelector: '.entry'}),
  496. $content.infinitescroll({
  497. navSelector : 'div#pagination',
  498. nextSelector : 'div#pagination a#nextPage',
  499. itemSelector : '.entry',
  500. loading: {
  501. finishedMsg: '',
  502. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  503. },
  504. bufferPx : 600,
  505. debug : false,
  506. },
  507. // call masonry as a callback.
  508. function( newElements ) {
  509. var $newElems = $( newElements );
  510. $newElems.hide();
  511. // ensure that images load before adding to masonry layout
  512. $newElems.imagesLoaded(function(){
  513. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  514.  
  515.  
  516. });
  517. });
  518. });
  519. </script>
  520.  
  521. {/block:IndexPage}
  522.  
  523.  
  524. <title>{title}</title>
  525.  
  526. <link rel="shortcut icon" href="http://th839.photobucket.com/albums/zz313/galacutie_bucket/th_mini-graphics-bows-835317.gif" />
  527. <meta name="viewport" content="width=820" />
  528. </head>
  529. <body onkeydown="return false">
  530.  
  531. <body>
  532.  
  533. <div class="wrapper">
  534. <div class="header">
  535. </div>
  536.  
  537. <div id="cage">
  538. <div id="center">
  539.  
  540.  
  541. <div id="sidebar"><center>
  542. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=250px; height=320px></a>{/block:ifshowphoto}
  543. <div id="titlebar">
  544. <h3 style="font-size: 11pt; line-height: 12px; z-index: 1; text-align: right; margin-top: 20px;"></h3>
  545. {text:Sidebar Title}
  546. </div>
  547. <div id="desc">
  548. <center>{Description}</center>
  549. </div>
  550. <div id="links">
  551.  
  552. <a href="{text:Link One}">{text:link one title}</a> &middot
  553. <a href="{text:Link Two}">{text:link two title}</a> &middot
  554. <a href="{text:Link Three}">{text:link three title}</a> &middot
  555. <a href="{text:Link Four}">{text:link four title}</a>
  556. </center></div>
  557.  
  558.  
  559.  
  560. <div class="left">
  561. <div id="posts">
  562. {block:Posts}
  563. <div class="entry">
  564.  
  565. {block:Answer}
  566. <div style="border-radius:5px; border: 1px solid #aaaaaa; margin: 3px; min-height:30px; padding: 3px; background-color: transparent; box-shadow: 0px 0px 3px 0px #aaa; font-family: ronda; font-size: 8px;">
  567. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ddd; border-top-right-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-bottom-left-radius:3px;"/>
  568. {Asker} was like: {Question}</div>
  569. <div style="font-family: ronda; font-size: 8px;">
  570. {Answer} <br>
  571. </div>
  572. <center><span class="permatext"><div class="peeta"><a href="{permalink}"> </a></div></span>
  573. {/block:Answer}
  574.  
  575. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}">posted {TimeAgo}&nbsp;</a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a></a><br>{/block:HasTags}</span></align>
  576. {/block:Text}
  577.  
  578. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink">posted {TimeAgo}&nbsp;</a>
  579. <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a> <a href="{Permalink}"></span></align>{block:Link}
  580.  
  581. {block:Photo}
  582. {block:IndexPage}
  583. <center>
  584. <div class="perma">
  585.  
  586. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  587. </div>
  588. <div id="permalink">
  589. <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
  590. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  591. {/block:IndexPage}
  592. {block:PermalinkPage}
  593. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a></div>{LinkCloseTag}
  594. {/block:PermalinkPage}
  595. {/block:Photo}
  596.  
  597. {block:Photoset}
  598. {block:IndexPage}
  599. <center>
  600. {Photoset-250}</center>
  601. {/block:IndexPage}
  602. {block:PermalinkPage}
  603. <center>
  604. {Photoset-500}</center>
  605. {/block:PermalinkPage}
  606. {/block:Photoset}
  607.  
  608. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">posted {TimeAgo}&nbsp;</a></a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a> <a href="{Permalink}"> </span>{/block:Quote}
  609.  
  610. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  611. <ul class="chat">
  612. {block:Lines}
  613. <li class="user_{UserNumber}">
  614. {block:Label}
  615. <span class="label">{Label}</span>
  616. {/block:Label}
  617.  
  618. {Line}
  619. </li>
  620. {/block:Lines}
  621. <p align=right><span class="permalink">
  622. {/block:Chat}
  623.  
  624. {block:Audio}
  625. <div style="width:400px; height:30px;">
  626. {AudioPlayerBlack}
  627. </div>
  628. {block:IndexPage}<span class="permalink">
  629. <p align=right><span class="permalink"> <a href="{Permalink}"> </a><a href="{Permalink}">posted {TimeAgo}&nbsp;</a></a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a>
  630. </span>{/block:IndexPage}
  631. {/block:Audio}
  632.  
  633. {block:Video}
  634. {block:IndexPage}
  635. <center>
  636. {Video-250}</center>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. <center>
  640. {Video-500}</center>
  641. {/block:PermalinkPage}
  642. {block:Video}
  643.  
  644.  
  645. {block:PostNotes}<div align="middle">{caption}</div>
  646. <center>
  647.  
  648. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  649.  
  650. {block:HasTags}
  651. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  652. {block:RebloggedFrom}
  653. reloved from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  654. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  655.  
  656. {/block:RebloggedFrom}
  657. </center></span>
  658. <br>
  659. <div id="postnotes">{PostNotes}</div><br>
  660.  
  661. <center>{block:ContentSource}
  662. <br><a href="{SourceURL}">
  663. {lang:Source}:
  664. {block:SourceLogo}
  665. <img src="{BlackLogoURL}" width="{LogoWidth}"
  666. height="{LogoHeight}" alt="{SourceTitle}" />
  667. {/block:SourceLogo}
  668. {block:NoSourceLogo}
  669. {SourceLink}
  670. {/block:NoSourceLogo}
  671. </a>
  672. {/block:ContentSource}</center>
  673.  
  674. {/block:PostNotes}
  675. </div>
  676. {/block:Posts}
  677. </div></div>
  678.  
  679. {block:IndexPage}
  680. {block:Pagination}
  681. <div id="pagination">
  682. {block:NextPage}
  683. <a id="nextPage" href="{NextPage}"></a>
  684. {/block:NextPage}
  685. {block:PreviousPage}
  686. <a href="{PreviousPage}"></a>
  687. {/block:PreviousPage}
  688. </div>
  689. {/block:Pagination}
  690. {/block:IndexPage}
  691. </body>
  692. <div style="position:fixed; bottom:5px; right:5px;">
  693. <a href="http://witheredtrust.tumblr.com/">theme</a>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment