Advertisement
hor4ny

Special theme 9 - Miserywishes

Aug 30th, 2012
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.85 KB | None | 0 0
  1. <!--
  2. Theme by miserywishes.
  3. keep credit or put it in your FAQ, OR I WILL CUT YOU. I worked so hard on this theme so you better not claim it as your own.
  4.  
  5. IF YOU USE THIS THEME AS A BASECODE, PLEASE ASK ME AND KEEP THE CREDIT IN THE CODE. (I know a few people who have used my basecoding in the past and just claimed the whole theme as theirs, like no, niqqa.)
  6.  
  7.  
  8. *****MUST READ: USEFUL INFORMATION!******
  9.  
  10. Make sure you have 15 posts per page or else the infinite scrolling might not work. To do this, go to custumize, then it should be under advanced.
  11.  
  12. Theme looks best with TRANSPARENT/WHITE BACKGROUND sidebar photo.
  13.  
  14. Get banners here: nancyspecialtheme.tumblr.com/banners
  15. or request one: miserywishes.tumblr.com/bannerrequest
  16.  
  17. -->
  18.  
  19.  
  20. <html lang="en">
  21. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  22. <html xmlns="http://www.w3.org/1999/xhtml">
  23. <head>
  24.  
  25.  
  26.  
  27. <script type="text/javascript">
  28. <!--
  29.  
  30. // Disable Right Click Script
  31.  
  32. function IE(e)
  33. {
  34. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  35. {
  36. return false;
  37. }
  38. }
  39. function NS(e)
  40. {
  41. if (document.layers || (document.getElementById && !document.all))
  42. {
  43. if (e.which == "2" || e.which == "3")
  44. {
  45. return false;
  46. }
  47. }
  48. }
  49. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  50.  
  51. //-->
  52. </script>
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <!-- DEFAULT VARIABLES -->
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  59. <meta name="color:background" content="#fff"/>
  60. <meta name="color:link" content="#777"/>
  61. <meta name="color:text" content="#777"/>
  62. <meta name="color:title" content="#777"/>
  63. <meta name="color:hover" content="#fff"/>
  64. <meta name="color:about me" content="#f5787b"/>
  65. <meta name="color:stats" content="#C477BE"/>
  66. <meta name="color:music" content="#f5787b"/>
  67. <meta name="color:sidebar title shadows" content="#aaa" />
  68. <meta name="color:scrollbar" content="#aaa" />
  69. <meta name="if:show music" content="1">
  70. <meta name="image:sidebar" content="1"/>
  71. <meta name="image:background" content="1"/>
  72. <meta name="image:banner" content="http://24.media.tumblr.com/tumblr_m9l2s3euEL1qmdhtlo1_1280.png"/>
  73. <meta name="text:music code" content="music player must have width of 164px or less "/>
  74. <meta name="text:stat 1" content="free online users code here">
  75. <meta name="text:stat 2" content="hit counter or something here">
  76. <meta name="text:link one" content="" />
  77. <meta name="text:link one title" content="" />
  78. <meta name="text:link two" content="" />
  79. <meta name="text:link two title" content="" />
  80. <meta name="text:link three" content="" />
  81. <meta name="text:link three title" content="" />
  82. <meta name="text:link four" content="" />
  83. <meta name="text:link four title" content="" />
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-image:url({image:background}); background-color:{color:background}}
  88. ::-webkit-scrollbar-thumb { border-left:0px solid #ccc; background:{color:scrollbar};}
  89.  
  90. 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;}
  91.  
  92. 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;}
  93.  
  94.  
  95.  
  96. p {
  97. margin:0px;
  98. margin-top:0px;
  99. }
  100.  
  101.  
  102. ::selection {
  103. background: #eeeeee;
  104. color: #eeeeee;
  105. }
  106.  
  107. ::-moz-selection {
  108. background: #eeeeee;
  109. color: #eeeeee;
  110. }
  111.  
  112.  
  113. body {
  114. padding: 0px;
  115. margin: 0px;
  116. color:{color:text};
  117. font-family: dixel;
  118. line-height:7px;
  119. font-size:8px;
  120. background-color: {color:Background};
  121. background-image:url({image:Background});
  122. background-attachment: fixed;
  123. background-repeat: repeat;
  124. }
  125.  
  126.  
  127.  
  128. a:link, a:active, a:visited{
  129. text-decoration: none;
  130. -webkit-transition: color 0.3s ease-out;
  131. -moz-transition: color 0.3s ease-out;
  132. transition: color 0.3s ease-out;
  133. color:{color:link};
  134. }
  135.  
  136. a:hover {
  137. text-decoration: none;
  138. font-style:;
  139. text-shadow:0px 0px 4px #000;
  140. color: {color:Hover};
  141. }
  142.  
  143. div#center{
  144. margin:auto;
  145. position:relative;
  146. width:1000px;
  147. background-color:;
  148. overflow:auto;
  149. overflow-y:hidden;
  150. }
  151.  
  152. .entry {
  153. float:left;
  154. display: block;
  155. margin:2px;
  156. line-height:7px;
  157. padding:0px;
  158. border:0px solid #e5e5e5;
  159. overflow:hidden;
  160. width:211px;
  161. {block:PermalinkPage}
  162. width:426px;
  163. text-align:left;
  164. {/block:PermalinkPage}
  165. background: transparent;
  166. background-image:URL();
  167. -webkit-transition: all 0.4s linear;
  168. -moz-transition: all 0.4s linear;
  169. transition: all 0.4s linear;
  170. }
  171.  
  172. .entry:hover{
  173.  
  174. -webkit-transition: all 0.4s linear;
  175. -moz-transition: all 0.4s linear;
  176. transition: all 0.4s linear;
  177. }
  178.  
  179.  
  180. .entry .perma a{
  181. color:#444444;}
  182.  
  183.  
  184. .entry .perma{
  185. width:211px;
  186. bottom:0px;
  187. position: absolute;
  188. line-height: 11px;
  189. overflow:hidden;
  190. font-family:dixel;
  191. color:#444444;
  192. font-size:8px;
  193. background:white;
  194. letter-spacing: 1px;
  195. height: 0px;
  196. opacity: 0.0;
  197. -webkit-transition: all 0.4s linear;
  198. -moz-transition: all 0.4s linear;
  199. transition: all 0.4s linear;
  200. }
  201.  
  202. .entry:hover .perma{
  203. width:211px;
  204. margin-left: 0px;
  205. height: 13px;
  206. overflow:hidden;
  207. opacity:0.75;
  208. -webkit-transition: all 0.4s linear;
  209. -moz-transition: all 0.4s linear;
  210. transition: all 0.4s linear;
  211. }
  212.  
  213.  
  214. #posts {
  215. width:431px;
  216. margin-top:120px;
  217. margin-left:366px;
  218. right:auto;
  219. padding-top:3px;
  220. padding-left:3px;
  221. padding-right:1px;
  222. background:white;
  223. border-right:1px solid #e5e5e5;
  224. margin-right:auto;
  225. position:relative;
  226. overflow-y: hidden;
  227. opacity:0.85;
  228. }
  229.  
  230. @font-face { font-family: "rawengulksans"; src: url('http://static.tumblr.com/u37ad6e/i1rm8cst5/rawengulksans-094.ttf'); }
  231.  
  232. #nav{
  233. width:435px;
  234. height:90px;
  235. padding-top:15px;
  236. padding-bottom:10px;
  237. z-index:99;
  238. text-align:center;
  239. position:fixed;
  240. margin-left:366px;
  241. margin-top:4px;
  242. background:white;
  243. opacity:0.85;
  244. border-left:0px solid #e5e5e5;
  245. border-right:1px solid #e5e5e5;
  246. border-top:1px solid #e5e5e5;
  247. border-bottom:0px solid #e5e5e5;
  248. border-top-right-radius:70px;
  249. -moz-border-top-right-radius: 70px;
  250. -webkit-transition: all 0.6s linear;
  251. -moz-transition: all 0.6s linear;
  252. transition: all 0.6s linear;
  253. }
  254.  
  255. #navlinks a{
  256. color:#fff;
  257. }
  258. #navlinks{
  259. width:435px;
  260. height:auto;
  261. margin-top:85px;
  262. font-family:"rawengulksans";
  263. text-transform:uppercase;
  264. letter-spacing:2px;
  265. line-height:0;
  266. text-align:center;
  267. text-shadow:1px 1px 1px #555;
  268. font-size:15px;
  269. color:#fff;
  270. position:fixed;
  271. }
  272.  
  273. #desc {
  274. opacity:1;
  275. width:158px;
  276. height:auto;
  277. margin-top:1px;
  278. z-index:1;
  279. line-height:9px;
  280. z-index:999;
  281. border:0px solid #bbb;
  282. background:transparent;
  283. transition: all 0.9s ease-out;
  284. -o-transition-transition: all 0.9s ease-out;
  285. -webkit-transition: all 0.9s ease-out;
  286. -moz-transition: all 0.9s ease-out;
  287. }
  288.  
  289. #navbackground{
  290. background-image:url('{image:background}');
  291. background-color:{color:background};
  292. width:602px;
  293. height:95px;
  294. padding-top:15px;
  295. padding-bottom:10px;
  296. margin-left:200px;
  297. z-index:1;
  298. position:fixed;
  299. }
  300.  
  301.  
  302.  
  303. #sidebar{
  304. position:fixed !important;
  305. border-top-left-radius:70px;
  306. -moz-border-top-left-radius: 70px;
  307. width:165px;
  308. height:100%;
  309. padding-top:25px;
  310. margin-top:4px;
  311. margin-left:200px;
  312. border-top:1px solid #e5e5e5;
  313. border-left:1px solid #e5e5e5;
  314. border-right:0px solid #e5e5e5;
  315. z-index:2;
  316. opacity:0.85;
  317. {block:ifshowborder}
  318. border:0px solid #bbb;
  319. {/block:ifshowborder}
  320. background:white;
  321. -webkit-transition: all 0.9s linear;
  322. -moz-transition: all 0.9s linear;
  323. transition: all 0.9s linear;
  324. }
  325.  
  326. #navbanner img{
  327. width:374px;
  328. border-top-rightradius:70px;
  329. -moz-border-top-right-radius: 70px;
  330. }
  331.  
  332. #navbanner{
  333. margin-top:-18px;
  334. height:auto;position:fixed;
  335. text-align:;
  336. margin-left:-3px;
  337. width:435px;
  338.  
  339. }
  340.  
  341.  
  342. #sidebarpic{
  343. opacity:1;
  344. transition: all 0.9s ease-out;
  345. -o-transition-transition: all 0.9s ease-out;
  346. -webkit-transition: all 0.9s ease-out;
  347. -moz-transition: all 0.9s ease-out;
  348. }
  349.  
  350. #sidebarpic img{
  351. width:164px;
  352. border-top-left-radius:70px;
  353. -moz-border-top-left-radius: 70px;
  354. }
  355.  
  356.  
  357. .title{
  358. font-family:lobster;
  359. font-size: 15px;
  360. line-height: 16px;
  361. color:{color:Title};
  362. letter-spacing: 1px;
  363. font-weight: normal;
  364. padding:0px 0px 0px 0px;
  365. }
  366.  
  367. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  368.  
  369.  
  370.  
  371. #about{
  372. width:155px;
  373. border-bottom:1px dashed #aaa;
  374. padding:3px;
  375. font-family: "lobster";
  376. line-height:18px;
  377. text-shadow:1px 1px 1px {color:sidebar title shadows};
  378. font-size:23px;
  379. margin-left:0px;
  380. opacity:0.9999;
  381. z-index:99999;
  382. text-align:;
  383. text-transform:;
  384. letter-spacing:2px;
  385. color:{color:about me};
  386. transition: all 0.5s ease-out;
  387. -o-transition-transition: all 0.5s ease-out;
  388. -webkit-transition: all 0.5s ease-out;
  389. -moz-transition: all 0.5s ease-out;}
  390.  
  391.  
  392. #stats{
  393. width:155px;
  394. border-bottom:1px dashed #aaa;
  395. padding:3px;
  396. font-family: "lobster";
  397. line-height:18px;
  398. text-shadow:1px 1px 1px {color:sidebar title shadows};
  399. font-size:23px;
  400. margin-left:0px;
  401. text-align:left;
  402. opacity:0.9999;
  403. z-index:999;
  404. text-transform:;
  405. letter-spacing:2px;
  406. color:{color:stats};
  407. transition: all 0.5s ease-out;
  408. -o-transition-transition: all 0.5s ease-out;
  409. -webkit-transition: all 0.5s ease-out;
  410. -moz-transition: all 0.5s ease-out;}
  411.  
  412.  
  413. #music{
  414. width:155px;
  415. border-bottom:1px dashed #aaa;
  416. padding:3px;
  417. font-family: "lobster";
  418. line-height:18px;
  419. text-shadow:1px 1px 1px {color:sidebar title shadows};
  420. font-size:23px;
  421. margin-left:0px;
  422. opacity:0.9999;
  423. z-index:999;
  424. text-align:left;
  425. text-transform:;
  426. letter-spacing:3px;
  427. color:{color:music};
  428. transition: all 0.5s ease-out;
  429. -o-transition-transition: all 0.5s ease-out;
  430. -webkit-transition: all 0.5s ease-out;
  431. -moz-transition: all 0.5s ease-out;}
  432.  
  433. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  434.  
  435. .permalink{
  436. text-transform: normal;
  437. display: block;
  438. text-align: right;
  439. text-decoration: none;
  440. }
  441.  
  442. #infscr-loading{
  443. bottom: -70px;
  444. position: absolute;
  445. left: 50%;
  446. margin-left:-8px;
  447. width:16px;
  448. height:11px;
  449. overflow:hidden;
  450. margin-bottom: 50px;
  451. }
  452.  
  453. #postnotes{
  454. text-align: justify;}
  455.  
  456. #postnotes blockquote{
  457. border: 0px;}
  458.  
  459. blockquote{
  460. padding:0px 0px 2px 5px;
  461. margin:0px 0px 2px 10px;
  462. border-left: 1px dotted #555555;
  463. }
  464.  
  465. blockquote p, ul{
  466. margin:0px;
  467. padding:0px;
  468. }
  469.  
  470. a img{border: 0px;}
  471.  
  472.  
  473. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  474.  
  475. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  476. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  477.  
  478. .notes img{width:10px; position:relative; top:3px;}
  479. <--ses-->
  480. small{font-size: 90%;}
  481.  
  482. {CustomCSS}
  483.  
  484. </style>
  485.  
  486. {block:IndexPage}
  487. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  488. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  489.  
  490. <script type="text/javascript">
  491. $(window).load(function () {
  492. var $content = $('#posts');
  493. $content.masonry({itemSelector: '.entry'}),
  494. $content.infinitescroll({
  495. navSelector : 'div#pagination',
  496. nextSelector : 'div#pagination a#nextPage',
  497. itemSelector : '.entry',
  498. loading: {
  499. finishedMsg: '',
  500. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  501. },
  502. bufferPx : 600,
  503. debug : false,
  504. },
  505. // call masonry as a callback.
  506. function( newElements ) {
  507. var $newElems = $( newElements );
  508. $newElems.hide();
  509. // ensure that images load before adding to masonry layout
  510. $newElems.imagesLoaded(function(){
  511. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  512.  
  513.  
  514. });
  515. });
  516. });
  517. </script>
  518.  
  519. {/block:IndexPage}
  520.  
  521.  
  522. <title>{title}</title>
  523.  
  524. <link rel="shortcut icon" href="{favicon}" />
  525. <meta name="viewport" content="width=820" />
  526. </head>
  527.  
  528. <body>
  529.  
  530.  
  531. <div class="wrapper">
  532. <div class="header">
  533. </div>
  534.  
  535. <div id="cage">
  536. <div id="center">
  537.  
  538. <div id="navbackground"></div>
  539.  
  540. <div id="nav"><div id="navbanner"><a href="/"><img src="{image:banner}"></a></div><div id="navlinks">
  541. <a href="{text:link one}">{text:link one title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  542. <a href="{text:link two}">{text:link two title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  543. <a href="{text:link three}">{text:link three title}</a>{block:iflinkfourtitle}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  544. <a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle}
  545. </div>
  546. </div>
  547.  
  548. <div id="sidebar">
  549. <div id="sidebarpic">
  550. <a href="/"><img src="{image:sidebar}"></a></div><div id="about">About me</div><center>
  551. <div id="desc"><p align="justify">{Description}</p></div></center>
  552. <div id="stats">Statistics</div>
  553. <div id="desc"><p align="left">
  554. <div style="line-height:10px;">
  555. &nbsp;<img style="opacity:0.5" src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> {text:stat 1}<br>{block:ifstat2}
  556. &nbsp;<img style="opacity:0.5" src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> {text:stat 2} <br>{/block:ifstat2}
  557. &nbsp;<img style="opacity:0.5" src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> best viewed in chrome</p>
  558. </div>
  559. </div>
  560.  
  561. {block:ifshowmusic}<div id="music">Music
  562. </div>
  563. <div id="desc"> <center>{text:music code}</div>{/block:ifshowmusic}
  564. </center></div>
  565.  
  566.  
  567. <div class="left">
  568. <div id="posts">
  569. {block:Posts}
  570. <div class="entry">
  571.  
  572. {block:Answer}
  573. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  574. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  575. {Asker}: {Question}</div>
  576. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  577. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  578. {/block:Answer}
  579.  
  580. {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}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  581. {/block:Text}
  582.  
  583. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  584.  
  585. {block:Photo}
  586. {block:IndexPage}
  587. <center>
  588. <div class="perma">
  589. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> reblog </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="100%"/></a></div>{LinkCloseTag}
  594. {/block:PermalinkPage}
  595. {/block:Photo}
  596.  
  597. {block:Photoset}
  598. {block:IndexPage}
  599. <center>
  600. <div class="perma">
  601. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  602. {Photoset-250}</center>
  603. {/block:IndexPage}
  604. {block:PermalinkPage}
  605. <center>
  606. {Photoset-400}</center>
  607. {/block:PermalinkPage}
  608. {/block:Photoset}
  609.  
  610. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  611.  
  612. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  613. <ul class="chat">
  614. {block:Lines}
  615. <li class="user_{UserNumber}">
  616. {block:Label}
  617. <span class="label">{Label}</span>
  618. {/block:Label}
  619.  
  620. {Line}
  621. </li>
  622. {/block:Lines}
  623. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  624. {/block:Chat}
  625.  
  626. {block:Audio}
  627. <div style="width:400px; height:30px;">
  628. {AudioPlayerBlack}
  629. </div>
  630. {block:IndexPage}<span class="permalink">
  631. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  632. </span>{/block:IndexPage}
  633. {/block:Audio}
  634.  
  635. {block:Video}
  636. {block:IndexPage}
  637. <center>
  638. <div class="perma">
  639. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  640. {Video-250}</center>
  641. {/block:IndexPage}
  642. {block:PermalinkPage}
  643. <center>
  644. {Video-400}</center>
  645. {/block:PermalinkPage}
  646. {block:Video}
  647.  
  648.  
  649. {block:PostNotes}<div align="middle">{caption}</div>
  650. <center>
  651.  
  652. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  653.  
  654. {block:HasTags}
  655. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  656. {block:RebloggedFrom}
  657. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  658. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  659.  
  660. {/block:RebloggedFrom}
  661. </center></span>
  662. <br>
  663. <div id="postnotes">{PostNotes}</div><br>
  664.  
  665. <center>{block:ContentSource}
  666. <br><a href="{SourceURL}">
  667. {lang:Source}:
  668. {block:SourceLogo}
  669. <img src="{BlackLogoURL}" width="{LogoWidth}"
  670. height="{LogoHeight}" alt="{SourceTitle}" />
  671. {/block:SourceLogo}
  672. {block:NoSourceLogo}
  673. {SourceLink}
  674. {/block:NoSourceLogo}
  675. </a>
  676. {/block:ContentSource}</center>
  677.  
  678. {/block:PostNotes}
  679. </div>
  680. {/block:Posts}
  681. </div></div>
  682.  
  683. {block:IndexPage}
  684. {block:Pagination}
  685. <div id="pagination">
  686. {block:NextPage}
  687. <a id="nextPage" href="{NextPage}"></a>
  688. {/block:NextPage}
  689. {block:PreviousPage}
  690. <a href="{PreviousPage}"></a>
  691. {/block:PreviousPage}
  692. </div>
  693. {/block:Pagination}
  694. {/block:IndexPage}
  695. </body>
  696.  
  697. <div style="position:fixed;bottom:5px;right:5px;font-family:arial;font-size:11px;"><a href="http://miserywishes.tumblr.com">&copy;</a></div>
  698. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement