Advertisement
hor4ny

Special theme 6 - Cuntcealer

Aug 10th, 2012
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.88 KB | None | 0 0
  1. <!--
  2. Theme by miserywishes.
  3.  
  4. REMOVE THE CREDIT AND I WILL CUT YOU. Please at least have it in your FAQ.
  5. OK? OK.
  6.  
  7.  
  8. ***********MUST READ**************
  9. IF YOU NEED HTML HELP WITH THIS THEME, DONT ASK. I love you guise, but these types of questions irritate me.
  10.  
  11. The theme looks A LITTLE bit different in customize. So dont panic when you customize it lol.
  12.  
  13. You can get a divider at trippythemes.tumblr.com/pixels or f4by.tumblr.com/pixels It looks best with a divider so use one!11!! TO CHANGE THE SIZE, find <div id="nav"><a href="/"><img src="{image:topbar divider}" height="15"></a><br> and change the height and stuff.
  14.  
  15. This theme also looks really good with a background, and kinda shitty w/o one so... Find one at http://glamorous-dreamsthemes.tumblr.com/backgrounds :D
  16.  
  17. If there's any problem with this theme, message me ASAP!
  18.  
  19. -->
  20.  
  21. <html lang="en">
  22. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  23. <html xmlns="http://www.w3.org/1999/xhtml">
  24. <head>
  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="#333"/>
  63. <meta name="color:hover" content="#fff"/>
  64. <meta name="color:blogtitle" content="#000" />
  65. <meta name="color:blogtitle shadow" content="#aaa" />
  66. <meta name="color:scrollbar" content="#ddd" />
  67. <meta name="image:sidebar" content="1"/>
  68. <meta name="image:sidebar2" content="" />
  69. <meta name="image:background" content="1"/>
  70. <meta name="image:topbar divider" content=""/>
  71. <meta name="text:link one" content="" />
  72. <meta name="text:link one title" content="" />
  73. <meta name="text:link two" content="" />
  74. <meta name="text:link two title" content="" />
  75. <meta name="text:link three" content="" />
  76. <meta name="text:link three title" content="" />
  77. <meta name="text:link four" content="" />
  78. <meta name="text:link four title" content="" />
  79. <meta name="text:link five" content="" />
  80. <meta name="text:link five title" content="" />
  81.  
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
  87. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  88.  
  89. 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;}
  90.  
  91. 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;}
  92.  
  93. p {
  94. margin:0px;
  95. margin-top:0px;
  96. }
  97.  
  98.  
  99. ::selection {
  100. background: #ffffff;
  101. color: #ffffff;
  102. }
  103.  
  104. ::-moz-selection {
  105. background: #ffffff;
  106. color: #ffffff;
  107. }
  108.  
  109.  
  110. body {
  111. padding: 0px;
  112. margin: 0px;
  113. color:{color:text};
  114. font-family: dixel;
  115. line-height:7px;
  116. font-size:8px;
  117. background-color: {color:Background};
  118. background-image:url({image:Background});
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. }
  122.  
  123.  
  124.  
  125. a:link, a:active, a:visited{
  126. text-decoration: none;
  127. -webkit-transition: color 0.3s ease-out;
  128. -moz-transition: color 0.3s ease-out;
  129. transition: color 0.3s ease-out;
  130. color:{color:link};
  131. }
  132.  
  133. a:hover {
  134. text-decoration: none;
  135. font-style:;
  136. text-shadow:0px 0px 4px #000;
  137. color: {color:Hover};
  138. }
  139.  
  140. div#center{
  141. margin:auto;
  142. position:relative;
  143. width:1000px;
  144. background-color:;
  145. overflow:auto;
  146. overflow-y:hidden;
  147. }
  148.  
  149. .entry {
  150. float:left;
  151. display: block;
  152. margin:1px;
  153. margin-bottom:0px;
  154. line-height:7px;
  155. padding:1px;
  156. border:1px solid #e5e5e5;
  157. overflow:hidden;
  158. width:230px;
  159. opacity:0.75;
  160. {block:PermalinkPage}
  161. width:466px;
  162. text-align:left;
  163. {/block:PermalinkPage}
  164. background: white;
  165. background-image:URL();
  166. -webkit-transition: all 0.4s linear;
  167. -moz-transition: all 0.4s linear;
  168. transition: all 0.4s linear;
  169. }
  170.  
  171. .entry:hover{
  172. opacity:1;
  173. -webkit-transition: all 0.4s linear;
  174. -moz-transition: all 0.4s linear;
  175. transition: all 0.4s linear;
  176. }
  177.  
  178.  
  179. .entry .perma a{
  180. color:#000000;}
  181.  
  182.  
  183. .entry .perma{
  184. width:230px;
  185. position: absolute;
  186. line-height: 11px;
  187. overflow:hidden;
  188. color:#555555;
  189. font-family:dixel;
  190. font-size:8px;
  191. background:white;
  192. letter-spacing: 1px;
  193. height: 0px;
  194. opacity: 0.0;
  195. -webkit-transition: all 0.4s linear;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. }
  199.  
  200. .entry:hover .perma{
  201. width:230px;
  202. margin-left: 0px;
  203. height: 12px;
  204. overflow:visible;
  205. opacity:0.75;
  206. -webkit-transition: all 0.4s linear;
  207. -moz-transition: all 0.4s linear;
  208. transition: all 0.4s linear;
  209. }
  210.  
  211. #posts {
  212. width:500px;
  213. margin-top:92px;
  214. margin-left:271px;
  215. right:auto;
  216. background:transparent;
  217. margin-right:auto;
  218. position:relative;
  219. overflow-y: hidden;
  220. }
  221.  
  222. #nav a{
  223. color:{color:blogtitle};
  224. }
  225.  
  226. #nav{
  227. width:468px;
  228. height:60px;
  229. padding-top:15px;
  230. padding-bottom:10px;
  231. z-index:99;
  232. font-family:"existance";
  233. text-transform:uppercase;
  234. letter-spacing:2px;
  235. text-align:center;
  236. text-shadow:2px 2px 1px {color:blogtitle shadow};
  237. font-size:15px;
  238. color:#211522;
  239. line-height:29px;
  240. position:fixed;
  241. background:white;
  242. margin-left:272px;
  243. margin-top:4px;
  244. opacity:0.75;
  245. border:1px solid #e5e5e5;
  246. border-top-left-radius:999px;
  247. -moz-border-top-left-radius: 999px;
  248. border-top-right-radius:999px;
  249. -moz-border-top-right-radius: 999px;
  250. -webkit-transition: all 0.6s linear;
  251. -moz-transition: all 0.6s linear;
  252. transition: all 0.6s linear;
  253. }
  254.  
  255. #nav:hover{
  256. opacity:0.95;
  257. text-shadow:2px 2px 1px #aaa;
  258. -webkit-transition: all 0.6s linear;
  259. -moz-transition: all 0.6s linear;
  260. transition: all 0.6s linear;
  261. }
  262.  
  263.  
  264. #desc {
  265. opacity:1;
  266. width:164px;
  267. height:auto;
  268. margin-top:-1px;
  269. z-index:1;
  270. line-height:8px;
  271. z-index:999;
  272. border:0px solid #bbb;
  273. position:fixed !important;
  274. text-align:center;
  275. background:transparent;
  276. transition: all 0.9s ease-out;
  277. -o-transition-transition: all 0.9s ease-out;
  278. -webkit-transition: all 0.9s ease-out;
  279. -moz-transition: all 0.9s ease-out;
  280. }
  281.  
  282. #navbackground{
  283. background-image:url('{image:background}');
  284. background-color:{color:background};
  285. width:471px;
  286. height:67px;
  287. padding-top:15px;
  288. padding-bottom:10px;
  289. margin-left:271px;
  290. z-index:1;
  291. position:fixed;
  292. }
  293.  
  294. #sidebar img{
  295. width:164px;
  296. height:206px;
  297. }
  298.  
  299.  
  300. #sidebar{
  301. position:fixed !important;
  302. width:164px;
  303. height:auto;
  304. margin-top:230px;
  305. margin-left:90px;
  306. border:0px solid #ccc;
  307. z-index:1;
  308. {block:ifshowborder}
  309. border:0px solid #bbb;
  310. {/block:ifshowborder}
  311. -webkit-transition: all 0.9s linear;
  312. -moz-transition: all 0.9s linear;
  313. transition: all 0.9s linear;
  314. }
  315.  
  316.  
  317.  
  318.  
  319. #sidebarpic{
  320. opacity:1;
  321. transition: all 0.9s ease-out;
  322. -o-transition-transition: all 0.9s ease-out;
  323. -webkit-transition: all 0.9s ease-out;
  324. -moz-transition: all 0.9s ease-out;
  325. }
  326.  
  327. #sidebar:hover #sidebarpic{
  328. opacity:0;
  329. transition: all 0.9s ease-out;
  330. -o-transition-transition: all 0.9s ease-out;
  331. -webkit-transition: all 0.9s ease-out;
  332. -moz-transition: all 0.9s ease-out;
  333. }
  334.  
  335. #pic img{
  336. width:164px;
  337. height:206px;
  338. }
  339. #pic{
  340. width:164px;
  341. height:auto;
  342. margin-top:0px;
  343. margin-left:0px;
  344. z-index:99;
  345. position:fixed;
  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. opacity:0;
  351.  
  352. }
  353.  
  354. #sidebar:hover #pic{
  355. opacity:1;
  356. transition: all 0.9s ease-out;
  357. -o-transition-transition: all 0.9s ease-out;
  358. -webkit-transition: all 0.9s ease-out;
  359. -moz-transition: all 0.9s ease-out;
  360. }
  361.  
  362.  
  363. #poll{
  364. left:7px;
  365. text-align:center;
  366. position:fixed;
  367. top:-115px;
  368. transition: all 0.5s ease-out;
  369. -o-transition-transition: all 0.5s ease-out;
  370. -webkit-transition: all 0.5s ease-out;
  371. -moz-transition: all 0.5s ease-out;
  372. }
  373.  
  374. #poll:hover{
  375. z-index:1;
  376. top:0px;
  377. transition: all 0.5s ease-out;
  378. -o-transition-transition: all 0.5s ease-out;
  379. -webkit-transition: all 0.5s ease-out;
  380. -moz-transition: all 0.5s ease-out;
  381. }
  382. .title{
  383. font-family:existance;
  384. font-size: 15px;
  385. line-height: 16px;
  386. color:{color:Title};
  387. letter-spacing: 0px;
  388. font-weight: normal;
  389. padding:0px 0px 0px 0px;
  390. }
  391.  
  392. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  393.  
  394. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  395. #sidebar:hover .blogtitle{
  396. text-shadow:2px 2px 1px #aaa;
  397. transition: all 0.5s ease-out;
  398. -o-transition-transition: all 0.5s ease-out;
  399. -webkit-transition: all 0.5s ease-out;
  400. -moz-transition: all 0.5s ease-out;
  401. }
  402.  
  403.  
  404. .blogtitle{
  405. font-family: "existance";
  406. line-height:17px;
  407. text-shadow:2px 2px 1px {color:blogtitle shadow};
  408. font-size:23px;
  409. margin-left:0px;
  410. opacity:0.9999;
  411. z-index:999;
  412. text-transform:uppercase;
  413. letter-spacing:1px; color:{color:blogtitle};
  414. transition: all 0.5s ease-out;
  415. -o-transition-transition: all 0.5s ease-out;
  416. -webkit-transition: all 0.5s ease-out;
  417. -moz-transition: all 0.5s ease-out;}
  418.  
  419.  
  420. .permalink{
  421. text-transform: normal;
  422. display: block;
  423. text-align: right;
  424. text-decoration: none;
  425. }
  426.  
  427. #infscr-loading{
  428. bottom: -70px;
  429. position: absolute;
  430. left: 50%;
  431. margin-left:-8px;
  432. width:16px;
  433. height:11px;
  434. overflow:hidden;
  435. margin-bottom: 50px;
  436. }
  437.  
  438. #postnotes{
  439. text-align: justify;}
  440.  
  441. #postnotes blockquote{
  442. border: 0px;}
  443.  
  444. blockquote{
  445. padding:0px 0px 2px 5px;
  446. margin:0px 0px 2px 10px;
  447. border-left: 1px dotted #555555;
  448. }
  449.  
  450. blockquote p, ul{
  451. margin:0px;
  452. padding:0px;
  453. }
  454.  
  455. a img{border: 0px;}
  456.  
  457.  
  458. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  459.  
  460. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  461. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  462.  
  463. .notes img{width:10px; position:relative; top:3px;}
  464. <--ses-->
  465. small{font-size: 90%;}
  466.  
  467. {CustomCSS}
  468.  
  469. </style>
  470.  
  471. {block:IndexPage}
  472. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  473. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  474.  
  475. <script type="text/javascript">
  476. $(window).load(function () {
  477. var $content = $('#posts');
  478. $content.masonry({itemSelector: '.entry'}),
  479. $content.infinitescroll({
  480. navSelector : 'div#pagination',
  481. nextSelector : 'div#pagination a#nextPage',
  482. itemSelector : '.entry',
  483. loading: {
  484. finishedMsg: '',
  485. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  486. },
  487. bufferPx : 600,
  488. debug : false,
  489. },
  490. // call masonry as a callback.
  491. function( newElements ) {
  492. var $newElems = $( newElements );
  493. $newElems.hide();
  494. // ensure that images load before adding to masonry layout
  495. $newElems.imagesLoaded(function(){
  496. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  497.  
  498.  
  499. });
  500. });
  501. });
  502. </script>
  503.  
  504. {/block:IndexPage}
  505.  
  506.  
  507. <title>{title}</title>
  508.  
  509. <link rel="shortcut icon" href="{Favicon}" />
  510. <meta name="viewport" content="width=820" />
  511. </head>
  512.  
  513. <body>
  514.  
  515. <div class="wrapper">
  516. <div class="header">
  517. </div>
  518.  
  519. <div id="cage">
  520. <div id="center">
  521.  
  522. <div id="navbackground"></div>
  523.  
  524. <div id="nav"><a href="/"><img src="{image:topbar divider}" height="15"></a><br>
  525.  
  526. <a href="{text:link one}">{text:link one title}</a> &nbsp;&middot;&nbsp;
  527. <a href="{text:link two}">{text:link two title}</a> &nbsp;&middot;&nbsp;
  528. <a href="{text:link three}">{text:link three title}</a>
  529. {block:iflinkfourtitle}
  530. &nbsp;&middot;&nbsp;
  531. <a href="{text:link four}">{text:link four title}</a>
  532. {/block:iflinkfourtitle}
  533. {block:iflinkfivetitle}
  534. &nbsp;&middot;&nbsp;
  535. <a href="{text:link five}">{text:link five title}</a>
  536. {/block:iflinkfivetitle}
  537. </div>
  538.  
  539.  
  540. <div style="position:fixed;z-index:1;right:5px;bottom:2px;"></div>
  541.  
  542.  
  543. <div id="sidebar">
  544.  
  545. <center>
  546. <div id="pic"><a href="/"><img src="{image:sidebar2}"></a></div>
  547. <div id="sidebarpic">
  548. <a href="/"><img src="{image:sidebar}"></a></div><span class="blogtitle">{title}</span>
  549. <div id="desc">{Description}</div>
  550.  
  551.  
  552. </center></div>
  553.  
  554.  
  555. <div class="left">
  556. <div id="posts">
  557. {block:Posts}
  558. <div class="entry">
  559.  
  560. {block:Answer}
  561. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  562. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  563. {Asker}: {Question}</div>
  564. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  565. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  566. {/block:Answer}
  567.  
  568. {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>
  569. {/block:Text}
  570.  
  571. {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}
  572.  
  573. {block:Photo}
  574. {block:IndexPage}
  575. <center>
  576. <div class="perma">
  577. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  578. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  579. {/block:IndexPage}
  580. {block:PermalinkPage}
  581. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  582. {/block:PermalinkPage}
  583. {/block:Photo}
  584.  
  585. {block:Photoset}
  586. {block:IndexPage}
  587. <center>
  588. <div class="perma">
  589. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> relove </a></span></div>
  590. {Photoset-250}</center>
  591. {/block:IndexPage}
  592. {block:PermalinkPage}
  593. <center>
  594. {Photoset-500}</center>
  595. {/block:PermalinkPage}
  596. {/block:Photoset}
  597.  
  598. {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}
  599.  
  600. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  601. <ul class="chat">
  602. {block:Lines}
  603. <li class="user_{UserNumber}">
  604. {block:Label}
  605. <span class="label">{Label}</span>
  606. {/block:Label}
  607.  
  608. {Line}
  609. </li>
  610. {/block:Lines}
  611. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  612. {/block:Chat}
  613.  
  614. {block:Audio}
  615. <div style="width:400px; height:30px;">
  616. {AudioPlayerBlack}
  617. </div>
  618. {block:IndexPage}<span class="permalink">
  619. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  620. </span>{/block:IndexPage}
  621. {/block:Audio}
  622.  
  623. {block:Video}
  624. {block:IndexPage}
  625. <center>
  626. <div class="perma">
  627. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; {timeago} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  628. {Video-250}</center>
  629. {/block:IndexPage}
  630. {block:PermalinkPage}
  631. <center>
  632. {Video-500}</center>
  633. {/block:PermalinkPage}
  634. {block:Video}
  635.  
  636.  
  637. {block:PostNotes}<div align="middle">{caption}</div>
  638. <center>
  639.  
  640. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  641.  
  642. {block:HasTags}
  643. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  644. {block:RebloggedFrom}
  645. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  646. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  647.  
  648. {/block:RebloggedFrom}
  649. </center></span>
  650. <br>
  651. <div id="postnotes">{PostNotes}</div><br>
  652.  
  653. <center>{block:ContentSource}
  654. <br><a href="{SourceURL}">
  655. {lang:Source}:
  656. {block:SourceLogo}
  657. <img src="{BlackLogoURL}" width="{LogoWidth}"
  658. height="{LogoHeight}" alt="{SourceTitle}" />
  659. {/block:SourceLogo}
  660. {block:NoSourceLogo}
  661. {SourceLink}
  662. {/block:NoSourceLogo}
  663. </a>
  664. {/block:ContentSource}</center>
  665.  
  666. {/block:PostNotes}
  667. </div>
  668. {/block:Posts}
  669. </div></div>
  670.  
  671. {block:IndexPage}
  672. {block:Pagination}
  673. <div id="pagination">
  674. {block:NextPage}
  675. <a id="nextPage" href="{NextPage}"></a>
  676. {/block:NextPage}
  677. {block:PreviousPage}
  678. <a href="{PreviousPage}"></a>
  679. {/block:PreviousPage}
  680. </div>
  681. {/block:Pagination}
  682. {/block:IndexPage}
  683. </body>
  684.  
  685. </div>
  686.  
  687. <div style="position:fixed;bottom:5px;right:5px;"><a href="http://miserywishes.tumblr.com">&hearts;</a></div>
  688.  
  689. </center>
  690. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement