Advertisement
kalder

Theme #10 - Changes by kalder

Apr 9th, 2014
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!---- theme #10 - Changes by kalder, don't copy/repost. protected over creative commons license. --->
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21.  
  22. <meta name="color:Text" content="#838282"/>
  23.  
  24. <meta name="color:Link" content="#b8b8b8"/>
  25.  
  26. <meta name="color:Link hover" content="#b8b8b8"/>
  27.  
  28. <meta name="color:sidebar links" content="#b8b8b8"/>
  29.  
  30. <meta name="color:sidebar links background" content="#b8b8b8"/>
  31.  
  32. <meta name="color:sidebar title" content="#b8b8b8"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="image:corner pic" content=""/>
  37.  
  38. <meta name="text:sidebar title" content="">
  39.  
  40.  
  41. <meta name="text:linkA" content="">
  42.  
  43.  
  44.  
  45. <meta name="text:linkA url" content="/">
  46.  
  47. <meta name="text:linkB" content="">
  48.  
  49. <meta name="text:linkB url" content="/">
  50.  
  51. <meta name="text:linkC" content="">
  52.  
  53. <meta name="text:linkC url" content="/">
  54.  
  55. <meta name="text:linkD" content="">
  56.  
  57. <meta name="text:linkD url" content="/">
  58.  
  59. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js"type="text/JavaScript"></script>
  60.  
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("a[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:90,
  70. tip_fade_speed:600,
  71. attribute:"title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77.  
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83.  
  84.  
  85.  
  86. body {
  87. font-family: 'Arial';
  88.  
  89. background:{color:background};
  90.  
  91. margin:0px;
  92.  
  93. color:{color:text};
  94.  
  95. font-size:9px;
  96.  
  97. line-height:100%;
  98.  
  99. }
  100.  
  101. u{
  102. color:{color:sidebar title};
  103. }
  104. b{
  105. color:#000000;
  106. }
  107. a {
  108.  
  109. text-decoration:none;
  110.  
  111. outline:none;
  112.  
  113. -moz-outline-style:none;
  114.  
  115. color:{color:link};
  116. -moz-transition-duration:0.3s;
  117. -webkit-transition-duration:0.3s;
  118. -o-transition-duration:0.3s;
  119.  
  120. }
  121.  
  122. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eeeeee; border-left: 1px solid #eee; }
  123.  
  124. ::-webkit-scrollbar-thumb { background-color:{color:sidebar title}; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  125.  
  126. a:hover{
  127.  
  128. color:{color:link hover};
  129. -moz-transition-duration:0.3s;
  130. -webkit-transition-duration:0.3s;
  131. -o-transition-duration:0.3s;
  132. }
  133.  
  134.  
  135. img {
  136.  
  137. border:none;
  138.  
  139. }
  140.  
  141. #borda{
  142. border-bottom: 1px solid #dddddd;
  143. width: 360px;
  144. position: fixed;
  145. margin-top: -70px;
  146. margin-left: -50px;
  147. z-index: -1;
  148. }
  149.  
  150.  
  151. blockquote {
  152. font-size: 12px;
  153.  
  154. padding-left:5px;
  155.  
  156. border-left:2px solid;
  157. line-height: 12px;
  158.  
  159. }
  160.  
  161.  
  162.  
  163. blockquote blockquote {
  164.  
  165. padding-left:5px;
  166.  
  167. border-left:2px solid;
  168.  
  169. }
  170.  
  171.  
  172.  
  173. h1 {
  174.  
  175. font-size:10px;
  176.  
  177. }
  178.  
  179.  
  180.  
  181.  
  182.  
  183. #entries {
  184.  
  185. padding:10px;
  186.  
  187. width:500px;
  188.  
  189. margin-left:600px;
  190.  
  191. margin-top:0px;
  192.  
  193. padding:0px;
  194.  
  195.  
  196. }
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. #post {
  204.  
  205. width:500px;
  206. margin-top: 73px ;
  207. background: #ffffff;
  208. padding: 20px;
  209. border: 1px solid #dddddd;
  210.  
  211. }
  212.  
  213.  
  214.  
  215.  
  216. #sidebar {
  217. width:308px;
  218. position:fixed;
  219. margin-left:180px;
  220. margin-top:105px;
  221. background: #ffffff;
  222. padding: 10px;
  223.  
  224. height: 100px;
  225.  
  226.  
  227. }
  228.  
  229. #sidebar:hover #bglinks{
  230. opacity:1;
  231.  
  232. -webkit-transition:all 0.5s ease-in-out;
  233. -moz-transition:all 0.5s ease-in-out;
  234. -o-transition:all 0.5s ease-in-out;
  235. transition:all 0.5s ease-in-out;
  236. }
  237.  
  238.  
  239. #sidebarimage {
  240. width:100px;
  241. height:100px;
  242.  
  243. }
  244.  
  245. #sidebarimage img {
  246. border: 1px #dddddd solid;
  247. background: #ffffff;
  248. padding: 5px;
  249. width:100px;
  250. height:100px;
  251. position: fixed;
  252. margin-top: -6px;
  253. margin-left: -6px;
  254.  
  255.  
  256. }
  257.  
  258.  
  259. #pagbox{
  260.  
  261.  
  262. text-transform:lowercase;
  263. font-family: calibri;
  264. font-size:10px;
  265. font-style: none;
  266. letter-spacing:3px;
  267. margin-top:5px;
  268. width:200px;
  269. text-align:center;
  270. margin-left:120px;
  271. margin-right:auto;
  272.  
  273. }
  274.  
  275. #pagbox a{
  276. font-size:8px;
  277. color: #A1A1A1;
  278. }
  279.  
  280. #description {
  281.  
  282.  
  283. width:183px;
  284.  
  285.  
  286.  
  287. text-align: justify;
  288. font-family:'Arial';
  289. margin-top:-63px;
  290. margin-left:110px;
  291.  
  292. position:relative;
  293. line-height: 14px;
  294. padding:5px;
  295.  
  296. color:#7A7A7A;
  297.  
  298.  
  299. word-spacing:0px;
  300.  
  301.  
  302.  
  303. font-family:arial;
  304. font-size:10px;
  305.  
  306.  
  307. font-style:italic;
  308.  
  309.  
  310. text-align:justify;
  311.  
  312. opacity:0.8;
  313.  
  314.  
  315.  
  316. }
  317.  
  318.  
  319. #bglinks{
  320. opacity:0;
  321. position: fixed;
  322. margin-top: -100px;
  323. width:100px;
  324. height:100px;
  325. background-color: rgba(255, 255, 255, 0.5);
  326.  
  327. -webkit-transition:all 0.5s ease-in-out;
  328. -moz-transition:all 0.5s ease-in-out;
  329. -o-transition:all 0.5s ease-in-out;
  330. transition:all 0.5s ease-in-out;
  331.  
  332. }
  333.  
  334.  
  335. #links
  336. {
  337. font-family: calibri;
  338. font-size: 8px;
  339. color: ;
  340. text-transform: uppercase;
  341. letter-spacing: 1px;
  342. position: fixed;
  343.  
  344.  
  345. margin-left: 6px;
  346. padding: 6px;
  347.  
  348. width:75px;
  349.  
  350.  
  351.  
  352.  
  353. }
  354. #links a {
  355.  
  356. background-color:{color:sidebar links background}; color:{color:sidebar links}; text-align:center; text-transform:uppercase; letter-spacing:0px; font-family: calibri; font-size:8px; padding: 2px ; display:block;
  357.  
  358.  
  359. -webkit-transition:all 0.5s ease-in-out;
  360. -moz-transition:all 0.5s ease-in-out;
  361. -o-transition:all 0.5s ease-in-out;
  362. transition:all 0.5s ease-in-out;
  363.  
  364.  
  365.  
  366. }
  367.  
  368.  
  369. #links a:hover {
  370. background-color:{color:sidebar links}; color:{color:sidebar links background};
  371.  
  372. -webkit-transition:all 0.5s ease-in-out;
  373. -moz-transition:all 0.5s ease-in-out;
  374. -o-transition:all 0.5s ease-in-out;
  375. transition:all 0.5s ease-in-out;
  376.  
  377.  
  378.  
  379. }
  380.  
  381.  
  382. #title{
  383.  
  384.  
  385. font-family: arial;
  386.  
  387. color:{color:sidebar title};
  388. font-size:30px;
  389. font-weight:bold;
  390. letter-spacing:-3px;
  391. padding:5px;
  392.  
  393. position: fixed;
  394. margin-top: -92px;
  395. margin-left: 110px;
  396. text-align: center;
  397.  
  398.  
  399.  
  400. }
  401.  
  402.  
  403. .caption {
  404.  
  405. width:500px;
  406.  
  407. text-align:justify;
  408.  
  409. line-height:120%;
  410.  
  411. }
  412.  
  413.  
  414.  
  415. .askfd {
  416.  
  417. padding:10px;
  418.  
  419. text-align:left;
  420.  
  421. color:{color:text};
  422.  
  423. background-color:#eee;
  424.  
  425. border-bottom:1px solid #eee;
  426.  
  427. }
  428.  
  429.  
  430.  
  431. .ansfgd {
  432.  
  433. text-align:left;
  434.  
  435. padding:10px;
  436.  
  437. color:{color:text};
  438.  
  439. }
  440.  
  441.  
  442.  
  443. .audio {
  444.  
  445. width:500px;
  446.  
  447. padding-bottom:10px;
  448.  
  449. background-color:{color:infobg};
  450.  
  451. }
  452.  
  453.  
  454.  
  455. .albumart {
  456.  
  457. float:left;
  458.  
  459. padding:0px 10px 10px 0px;
  460.  
  461. }
  462.  
  463.  
  464.  
  465. .albumart img {
  466.  
  467. width:45px;
  468.  
  469. height:45px;
  470.  
  471. }
  472.  
  473.  
  474.  
  475. .playercontainer {
  476.  
  477. text-align:left;
  478.  
  479. padding:10px;
  480.  
  481. background-color:#ffffff;
  482.  
  483. width:480px;
  484.  
  485. }
  486.  
  487.  
  488.  
  489. .audioinfo {
  490.  
  491. padding:10px;
  492.  
  493. color:{color:text};
  494.  
  495. }
  496.  
  497.  
  498.  
  499. #info {
  500. width:500px;
  501. text-align:right;
  502. font-family:'trebuchet ms';
  503. margin-top:3px;
  504. margin-left:px;
  505. letter-spacing:1px;
  506. font-size:7px;
  507. font-style:none;
  508. padding:1px;
  509. line-height:10px;
  510. text-transform:uppercase;
  511. border-top:1px solid;
  512. border-color:#dddddd;
  513. }
  514.  
  515. #info a {
  516. text-align:center;
  517. color:#c0bfbf;
  518. }
  519.  
  520. #info a:hover {
  521. -moz-transition-duration:0.3s;
  522. -webkit-transition-duration:0.3s;
  523. -o-transition-duration:0.3s;
  524. color:#f2f2f2
  525. }
  526.  
  527. .note {
  528.  
  529. text-transform:lowercase;
  530.  
  531. font-style:normal;
  532.  
  533. letter-spacing:0px;
  534.  
  535. font-size: 9px;
  536.  
  537. text-align:left;
  538.  
  539. line-height:90%;
  540.  
  541. margin-left:-40px;
  542.  
  543. }
  544.  
  545.  
  546.  
  547. .note li {
  548.  
  549. list-style-type:none;
  550.  
  551. border-bottom:1px solid {color:border};
  552.  
  553. padding:10px 25px 10px 25px;
  554.  
  555. text-align:left;
  556.  
  557. margin:0px;
  558.  
  559. -moz-transition-duration:0.5s;
  560.  
  561. -webkit-transition-duration:0.5s;
  562.  
  563. -o-transition-duration:0.5s;
  564.  
  565. }
  566.  
  567.  
  568.  
  569. .gfh {
  570.  
  571. font-style:normal;
  572.  
  573. width:500px;
  574.  
  575. text-transform:uppercase;
  576.  
  577. font-style:normal;
  578.  
  579. color:{color:tags};
  580.  
  581. letter-spacing:2px;
  582.  
  583. line-height:120%;
  584.  
  585. font-size:8px;
  586.  
  587. text-align:left;
  588.  
  589. padding:2px;
  590.  
  591. -moz-transition-duration:0.5s;
  592.  
  593. -webkit-transition-duration:0.5s;
  594.  
  595. -o-transition-duration:0.5s;
  596.  
  597. }
  598.  
  599.  
  600.  
  601. .gfh a {
  602.  
  603. color:{color:tags};
  604.  
  605. letter-spacing:1px;
  606.  
  607. padding:1px;
  608.  
  609. }
  610.  
  611.  
  612.  
  613. .gfh a:hover {
  614.  
  615. color:{color:link};
  616.  
  617. }
  618.  
  619.  
  620. ul.chat, .chat ol, .chat li {
  621.  
  622. list-style:none;
  623.  
  624. margin:0px;
  625.  
  626. padding:2px;
  627.  
  628. }
  629.  
  630.  
  631.  
  632. .label {
  633.  
  634. text-decoration:underline;
  635.  
  636. font-weight:300;
  637.  
  638. background-color:{color:infobg};
  639.  
  640. margin-right:5px;
  641.  
  642. }
  643.  
  644.  
  645.  
  646.  
  647. .user_1 .label {color:{color:text}; font-weight:bold}
  648.  
  649. .user_2 .label {color:{color:link}; font-weight:bold}
  650.  
  651. .user_3 .label {color:{color:text}; font-weight:bold}
  652.  
  653. .user_4 .label {color:{color:link}; font-weight:bold}
  654.  
  655. .user_5 .label {color:{color:text}; font-weight:bold}
  656.  
  657. .user_6 .label {color:{color:link}; font-weight:bold}
  658.  
  659. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  660.  
  661. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  662.  
  663.  
  664. div#qTip {
  665. padding:4px;
  666. height: auto;
  667. margin-top:5px;
  668. margin-left:10px;
  669. font-family:calibri;
  670. font-size:8px;
  671. display: none;
  672. text-align: center;
  673. position: absolute;
  674. line-height: 10px;
  675. text-transform:lowercase;
  676. font-style:oblique;
  677. letter-spacing:1px;
  678. z-index: 999999999999;
  679. border:1px solid #f7f7f7;
  680. background:#ffffff;
  681. border-radius:5px;
  682. color:#969696;
  683. box-shadow:1px 1px 3px rgba(3,0,0,.1);
  684.  
  685. }
  686.  
  687.  
  688.  
  689.  
  690. #credits{ position:fixed; bottom:10px; right:10px; padding:5px;
  691. font-size:8px;
  692. text-transform: uppercase;
  693. font-family: calibri;
  694.  
  695. color: #000000;
  696.  
  697.  
  698.  
  699. text-align:center;}
  700.  
  701. #credits a{ color: #000000;}
  702. #credits a:hover{ color: #000000; text-transform: uppercase;}
  703.  
  704.  
  705. .heart{
  706. display: inline;
  707. color: #d94848;
  708. }
  709.  
  710.  
  711.  
  712. #birds{
  713. position:fixed; bottom:10px; left:10px; padding:5px; opacity:.55;
  714. }
  715.  
  716.  
  717.  
  718.  
  719. iframe#tumblr_controls {
  720. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  721. }
  722. #tumblr_controls{
  723. position:fixed !important;
  724. -webkit-filter: invert(100%)
  725. }
  726.  
  727.  
  728. /**** Estilo de ask por blindar-te ****/
  729. .ask {border-radius: 200px;float:left;border:3px solid #8dbda0;margin-top:-4px;margin-left:-2px;}
  730.  
  731. .askbaby {margin-left:28px;padding:1px;background-color:#8dbda0;color:#fff;font-family: 'Carrois Gothic SC', sans-serif;font-size:10px;}
  732.  
  733. .askbaby a{COLOR:#fff;}
  734.  
  735. .assk {background-color:#eee;margin-left:1px;margin-top:-9px;font-family:'arial';font-size:11px;padding:5px;color:#aaa;text-indent:7px;}
  736.  
  737. .resp {margin-left:1px;margin-top:-11px;font-family:'arial';font-size:11px;padding:3px;color:#a7a7a7;text-indent:7px;text-align:justify;width:auto;}
  738.  
  739.  
  740. #pergunta a {font-family: calibri; color:#9c9c9c; font-size: 10px; text-transform: uppercase;}
  741.  
  742. .pergunta {font-size: 10px; font-family: calibri; background: #f0f0f0;text-align: justify; padding: 14px; margin-bottom: 5px; margin-left: 40px; margin-right: auto;}
  743.  
  744. .pergunta a {color: #000}
  745.  
  746. .pergunta g {color: #000;}
  747.  
  748. .iconeask {float: left; margin-right: 2px; margin-bottom: 3px; border:4px solid #f0f0f0; -moz-transition-duration:0.5s;
  749. -webkit-transition-duration:0.5s;
  750. -o-transition-duration:0.5s;}
  751. .iconeask:hover { -moz-transition-duration:0.5s;
  752. -webkit-transition-duration:0.5s;
  753. -o-transition-duration:0.5s; border:4px solid {color:dot color};
  754.  
  755. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;}
  756.  
  757. div.treme img{position:relative}
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764. {CustomCSS}</style></head><body>
  765.  
  766.  
  767.  
  768. <div id="birds"><img src="{image:corner pic}"></div>
  769.  
  770.  
  771. <div id="sidebar">
  772.  
  773.  
  774. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  775.  
  776. <div id="title">{text:sidebar title}</div>
  777. <div id="borda"></div>
  778.  
  779. <div id="bglinks">
  780. <div id="links">
  781.  
  782. <p><a href="{text:LinkA url}" >{text:LinkA}</a></p>
  783. <p><a href="{text:LinkB url}" >{text:LinkB}</a></p>
  784. <p><a href="{text:LinkC url}">{text:LinkC}</a></p>
  785. <p><a href="{text:LinkD url}" >{text:LinkD}</a></p>
  786.  
  787.  
  788.  
  789. </div>
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795.  
  796. <div id="description">{Description}</div>
  797.  
  798.  
  799.  
  800.  
  801. <div id="pagbox">
  802.  
  803. {block:Pagination}
  804.  
  805. {block:PreviousPage}
  806. <a href="{PreviousPage}">←</a>
  807. {/block:PreviousPage}
  808.  
  809. {block:JumpPagination length="4"}
  810. {block:CurrentPage}
  811. <span class="current_page">{PageNumber}</span>
  812. {/block:CurrentPage}
  813.  
  814. {block:JumpPage}
  815. <a class="jump_page" href="{URL}">{PageNumber}</a>
  816. {/block:JumpPage}
  817. {/block:JumpPagination}
  818.  
  819. {block:NextPage}
  820. <a href="{NextPage}">→</a>
  821. {/block:NextPage}
  822.  
  823. {/block:Pagination}
  824.  
  825.  
  826. </div>
  827.  
  828.  
  829. </div>
  830.  
  831.  
  832.  
  833.  
  834.  
  835. <div id="entries">
  836. {block:Posts}
  837. <div id="post">
  838.  
  839. {block:Text}
  840. <h1>{block:Title}{Title}{/block:Title}</h1>
  841. {Body}{/block:Text}
  842.  
  843. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  844. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  845.  
  846. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  847. {/block:Caption}{/block:Photoset}
  848.  
  849. {block:Quote}<h2>"{Quote}"</h2>
  850. {block:Source}<div class="qsource"> —{Source}</div>
  851. {/block:Source}{/block:Quote}
  852.  
  853. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  854.  
  855. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  856.  
  857. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  858. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  859. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  860. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  861. {/block:Audio}<br>
  862.  
  863. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  864.  
  865. {block:Answer}<img src="{AskerPortraitURL-30}" class="ask">
  866. <div class="askbaby" align="left"> {Asker} asked:</div><p></p>
  867. <div class="assk">{Question}</div><p></p>
  868. <div class="resp">{Answer}</div>{/block:answer}
  869.  
  870. <div id="info">
  871. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  872. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  873. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  874. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  875. with <div class="heart">♥</div> {NoteCountWithLabel}</a>
  876. {block:HasTags}<div id="tags">
  877.  
  878. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  879. </div>{block:HasTags}
  880. </div>
  881. </div>
  882. {/block:Posts}
  883. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  884.  
  885. {/block:Posts}</div></div></div>
  886. <br><br><br><br>
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. </div>
  894.  
  895.  
  896.  
  897.  
  898.  
  899. </div>
  900.  
  901. </div>
  902.  
  903. </div>
  904.  
  905.  
  906.  
  907. </body>
  908.  
  909. <div id="credits"><a href="http://kalder.tumblr.com/">kt</a></div>
  910.  
  911.  
  912.  
  913. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement