Advertisement
fearwakes

THEME 09 - thousand suns

Oct 11th, 2014
6,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.33 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.  
  4.  
  5. <!--——————————————————————THEME #09 BY FEARWAKES—————————————————————-->
  6. <!--————————————————————————— thousand suns —————————————————————————-->
  7.  
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <style>   body, a, a:hover </style>
  14.  
  15.  
  16. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="jquery.style-my-tooltips.js"></script>
  19. <script>
  20.     (function($){
  21.         $(document).ready(function(){
  22.             $("[title]").style_my_tooltips();
  23.             tip_follows_cursor:true,
  24.                tip_delay_time:200,
  25.                tip_fade_speed:300
  26.         });
  27.     })(jQuery);
  28. </script>
  29.  
  30.  
  31.  
  32. <title>{Title}</title>
  33.  
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38.  
  39.  
  40. <meta name="color:Background" content="#f6f6f6"/>
  41. <meta name="color:BoxBG" content="#ffffff"/>
  42. <meta name="color:Text" content="#222222"/>
  43. <meta name="color:Link" content="#222222"/>
  44. <meta name="color:Hover" content="#222222"/>
  45. <meta name="color:PostBorder" content="#f6f6f6"/>
  46. <meta name="color:BoxBorder" content="#cccccc"/>
  47. <meta name="color:Tags" content="#cccccc"/>
  48. <meta name="color:Scrollbar" content="#cccccc"/>
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="image:bg" content=""/>
  52. <meta name="if:Sidebar Image" content="0"/>
  53. <meta name="if:Stretch background" content="0"/>
  54.  
  55. <meta name="select:BlogFont" content="helvetica" title="Helvetica">
  56. <meta name="select:BlogFont" content="times" title="Times">
  57. <meta name="select:BlogFont" content="courier new" title="Courier New">
  58. <meta name="select:BlogFont" content="baskerville" title="Baskerville">
  59. <meta name="select:BlogFont" content="futura" title="Futura">
  60. <meta name="select:BlogFont" content="gibson" title="Gibson">
  61. <meta name="select:BlogFont" content="calibri" title="Calibri">
  62.  
  63. <meta name="text:link1" content="link 1">
  64. <meta name="text:link1 url" content="/">    
  65. <meta name="text:link2" content="link 2">
  66. <meta name="text:link2 url" content="/">
  67. <meta name="text:link3" content="link 3">
  68. <meta name="text:link3 url" content="/">
  69. <meta name="text:link4" content="link 4">
  70. <meta name="text:link4 url" content="/">
  71. <meta name="text:link5" content="link 5">
  72. <meta name="text:link5 url" content="/">
  73. <meta name="text:link6" content="link 6">
  74. <meta name="text:link6 url" content="/">
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  ::-webkit-scrollbar-thumb:vertical {
  80.     background-color:{color:Scrollbar};
  81.     height:auto;
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85.     height:5px;
  86.     width:3px;
  87.     background-color:{color:BoxBackground};
  88. }
  89.  
  90. ::selection {
  91. background: #000;
  92. color: #fff;
  93. }
  94. ::-moz-selection {
  95. background: #000;
  96. color: #fff;
  97. }
  98.  
  99.  
  100.  
  101. body {
  102.     background:{color:background} url('{image:bg}') center center fixed       repeat;
  103.     {block:ifstretchbackground}
  104.     -webkit-background-size: cover;
  105.     -moz-background-size: cover;
  106.     -o-background-size: cover;
  107.     background-size: cover;
  108.     {/block:ifstretchbackground}
  109.     margin:0px;
  110.     color:{color:text};
  111.     font-family:{select:BlogFont};
  112.     font-weight:300;
  113.     letter-spacing:1px;
  114.     font-size:11px;
  115.     font-style:none;
  116.     text-align:justify;
  117.     line-height:210%;
  118. }
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration:none;
  123. }
  124.  
  125. a:hover {
  126. color:{color:hover};
  127. text-shadow: 2px 2px 2px #ccc;
  128. }
  129.  
  130.  
  131. img {
  132.     border:none;
  133. }
  134.  
  135. h1 {
  136.     font-weight:300;
  137.     letter-spacing:2px;
  138.     font-size:14px;
  139.     padding:7px;
  140.     padding:left:7px;
  141.     text-align:left;
  142.     text-transform:uppercase;
  143.     font-style:none;
  144.     background:{color:PostBorder};
  145. }
  146.  
  147. h2 {
  148.     font-weight:300;
  149.     letter-spacing:1px;
  150.     font-size:11px;
  151.     text-transform:uppercase;
  152.     font-style:none;
  153. }
  154.  
  155. blockquote {
  156.     padding-left:2px;
  157.     border-left:0px solid {color:PostBorder};
  158. }
  159.    
  160.  
  161.  
  162. #header {
  163.     background:{color:backgrouund};
  164.     position:fixed;
  165.     width:585px;
  166.     height:100px;
  167.     margin-left:285px;
  168.     top:-75px;
  169. }
  170.  
  171.  
  172.  
  173.  
  174. #blogtitle {
  175.     position:absolute;
  176.     background:none;
  177.     color:{color:text};
  178.     top:50%;
  179.     top:474px;
  180.     width:110px;
  181.     margin-left:217px;
  182.     font-size:14px;
  183.     font-style:none;
  184.     font-weight:300;
  185.     letter-spacing:2px;
  186.     word-spacing:2px;
  187.     text-transform:uppercase;
  188.     text-align:right;
  189.     padding:14px;
  190.     padding-top:9px;
  191.     padding-left:0px;
  192.     line-height:14px;
  193.     border-top:1px solid {color:BoxBorder};
  194.    
  195. }
  196.  
  197. #blogtitle a:hover {
  198.    color:{color:Hover};
  199.    border-bottom:0px solid black;
  200.    font-weight:400;
  201. }
  202.  
  203.  .desc {
  204.     position:absolute;
  205.     background:none;
  206.     padding:14px;
  207.     padding-left:0px;
  208.     top:50%;
  209.     top:518px;
  210.     margin-left:217px;
  211.     font-weight:400;
  212.     text-align:justify;
  213.     text-transform:uppercase;
  214.     letter-spacing:1px;
  215.     line-height:17px;
  216.     font-size:9px;
  217.     font-style:none;
  218.     width:110px;
  219.     height:110px;
  220.     color:{color:Text};
  221.     border-top:1px solid {color:BoxBorder};
  222.     border-bottom:1px solid {color:BoxBorder};
  223. }
  224.  
  225.  
  226.  
  227.  
  228. .links {
  229.     position:absolute;
  230.     top:50%;
  231.     top:625px;
  232.     left:50%;
  233.     margin-left:340px;
  234.     font-size:9px;
  235.     width:586px;
  236.     height:10px;
  237.     padding:7px;
  238.     font-style:none;
  239.     font-weight:400;
  240.     letter-spacing:1px;
  241.     text-transform:uppercase;
  242.     text-align:center;
  243.     color:{color:Text};
  244.     border:1px solid {color:BoxBorder};
  245.     background:{color:BoxBG};
  246.     display: table;
  247.     line-height:17px;
  248. }
  249.  
  250.  
  251. .links a:hover {
  252.    color:{color:Hover};
  253.    width:586px;
  254.    height:10px;
  255.    padding:10px;
  256.    letter-spacing:1px;
  257.    text-transform:uppercase;
  258.    text-align:center;
  259.    font-weight:300;
  260.    border-top:1px solid {color:Hover};
  261.    -moz-transition-duration: 0.5s;
  262.     -o-transition-duration: 0.5s;
  263.     -webkit-transition-duration: 0.5s;
  264.     transition-duration: 0.5s;
  265. }
  266.  
  267.  
  268.  
  269.  
  270. #pagi{
  271.     margin-left:51px;
  272.     background:transparent;
  273.     text-align:center;
  274.     font-weight:400;
  275.     width:368px;
  276.     padding:7px;
  277.     font-size:9px;
  278.     letter-spacing:1px;
  279.     font-style:none;
  280.     word-spacing:2px;
  281.     text-transform:uppercase;
  282.     line-height:14px;
  283.     background:{color:BoxBG};
  284. }
  285.  
  286.  
  287. #pagi a:hover {
  288.     color:{color:Hover};
  289.     font-weight:300;
  290.     text-decoration:none;
  291.     }
  292.  
  293.  
  294.  
  295. .quote {
  296.     font-size:14px;
  297.     font-weight:300;
  298.     font-style:none;
  299.     text-align:center;
  300.     letter-spacing:2px;
  301.     word-spacing:2px;
  302.     line-height:17px;
  303.     padding:28px;
  304.     text-transform:uppercase;
  305. }
  306.  
  307. #source {
  308.     text-transform:uppercase;
  309.     text-align:left;
  310.     font-size:9px;
  311.     letter-spacing:1px;
  312.     word-spacing:2px;
  313.     font-weight:300;
  314.     padding:14px;
  315.     padding-left:7px;
  316.     line-height:17px;
  317.     color:{color:Text};
  318. }
  319.  
  320. #sidebar {
  321.     margin-left:-285px;
  322.     bottom:5px;
  323.     position:fixed;
  324.     height:100%;
  325. }
  326.  
  327. #sidebarimage img {
  328.     position:fixed;
  329.     margin-left:217px;
  330.     margin-top:351px;
  331.     padding:14px;
  332.     width:94px;
  333.     height:94px;
  334.     {block:ifsidebarimage}
  335.     border:1px solid {color:BoxBorder};
  336.     {block:ifsidebarimage}
  337. }
  338.  
  339.  
  340. #details {
  341.     background:none
  342.     margin-bottom:0px;
  343.     margin-left:0px;
  344.     padding:7px;
  345.     padding-top:7px;
  346.     padding-left:7px;
  347.     letter-spacing:0px;
  348.     word-spacing:2px;
  349.     text-align:left;
  350.     text-transform:none;
  351.     font-size:9px;
  352.     font-weight:400;
  353.     font-style:none;
  354.     text-transform:uppercase;
  355.     line-height:10px;
  356.     border-top:1px solid {color:PostBorder};
  357.     opacity:1;
  358.     -webkit-transition:all 1s ease;
  359.     -moz-transition:all 1s ease;
  360.     transition:all 1s ease;
  361. }
  362.  
  363. #details a {
  364.     display:inline-block;
  365.     color:{color:Text};
  366.     -webkit-transition: all 0.6s ease-in-out;
  367.     -moz-transition: all 0.6s ease-in-out;
  368.     -o-transition: all 0.6s ease-in-out;
  369.     -ms-transition: all 0.6s ease-in-out;
  370.     -transition: all 0.6s ease-in-out;
  371.     }
  372.  
  373. #details a:hover {color:{color:Hover}; border-bottom: 0px solid {color:Hover};}
  374.  
  375. #all {
  376.     width:500px;
  377.     padding:50px;
  378.     height:450px;
  379.     left:50%;
  380.     margin-left:55px;
  381.     top:50%;
  382.     margin-top:144px;
  383.     border:1px solid {color:BoxBorder};
  384.     overflow-y:auto;
  385.     overflow-x:hidden;
  386.     background:{color:BoxBG} url('{image:box background}') center center fixed repeat;
  387. {block:ifstretchboxbackground}
  388.   -webkit-background-size: cover;
  389.   -moz-background-size: cover;
  390.   -o-background-size: cover;
  391.   background-size: cover;
  392. {/block:ifstretchboxbackground}
  393. }
  394.  
  395.  
  396.  
  397. #posts {
  398.     display:block;
  399.     background:{color:BoxBG};
  400.     width:400px;
  401.     position:relative;
  402.     padding:9px;
  403.     left:40px;
  404.     margin-bottom:50px;
  405.     border:0px solid {color:PostBorder};
  406. }
  407.  
  408. #posts img, iframe {
  409. max-width:400px;
  410. display:block;
  411. }
  412.  
  413.  
  414. #posts:hover {
  415.     padding:9px;
  416.     border:0px solid black;
  417. }
  418.  
  419.  
  420. #posts:hover #details {opacity:1;
  421. -webkit-transition:all 1s ease;
  422. -moz-transition:all 1s ease;
  423. transition:all 1s ease;
  424. }
  425.  
  426. #tags {
  427.     font-weight:300;
  428.     text-align:left;
  429.     color:{color:Tags};
  430.     margin-top:-1px;
  431.     margin-left:-50px;
  432.     padding:7px;
  433.     padding-top:7px;
  434.     padding-left:7px;
  435.     padding-right:7px;
  436.     line-height: 10px;
  437.     letter-spacing:1px;
  438.     text-transform:uppercase;
  439.     font-size:9px;
  440.     font-style:none;
  441.     background-color:none;
  442.     border-top:1px solid {color:PostBorder};
  443.     opacity:0;
  444.     -webkit-transition:all 1s ease;
  445.     -moz-transition:all 1s ease;
  446.     transition:all 1s ease;
  447. }
  448.    
  449. #tags a {
  450.     display:inline-block;
  451.     color:{color:Tags};
  452.     -webkit-transition: all 0.6s ease-in-out;
  453.     -moz-transition: all 0.6s ease-in-out;
  454.     -o-transition: all 0.6s ease-in-out;
  455.     -ms-transition: all 0.6s ease-in-out;
  456.     -transition: all 0.6s ease-in-out;
  457.     }    
  458.    
  459. #tags a:hover {color:{color:Hover};
  460. }
  461.  
  462. #posts:hover #tags {opacity:1;
  463. -webkit-transition:all 1s ease;
  464. -moz-transition:all 1s ease;
  465. transition:all 1s ease;
  466. margin-left:0px;
  467. }
  468.  
  469.  
  470.  
  471. .notes {
  472.     width:368px;
  473.     height:200px;
  474.     margin-top:0px;
  475.     margin-left:51px;
  476.     font-weight:300;
  477.     background-color:{color:BoxBG};
  478.     text-transform:lowercase;
  479.     font-style:none;
  480.     letter-spacing:1px;
  481.     font-size:9px;
  482.     padding:9px;
  483.     padding-left:20px;
  484.     text-align:left;
  485.     border:1px {color:PostBorder} solid;
  486.     overflow-y:scroll;
  487. }
  488.  
  489. .notes li {
  490.     list-style-type:none;
  491. }
  492.  
  493. .notes img.avatar {
  494.       margin-right: -10px;
  495.       width: 0px;
  496.       height: 0px;
  497.       padding:9px;
  498. }
  499.  
  500.  
  501. #question {
  502.     margin-top:-1px;
  503.     padding:14px;
  504.     font-weight:300;
  505.     letter-spacing:1px;
  506.     word-spacing:2px;
  507.     text-align:left;
  508.     font-style:none;
  509.     border:1px solid {color:PostBorder};
  510.     color:{color:Text};
  511.     background-color:none;
  512. }
  513.  
  514. #answer {
  515.     margin-top:-1px;
  516.     padding:14px;
  517.     font-weight:300;
  518.     letter-spacing:1px;
  519.     text-align:left;
  520.     border:1px solid {color:PostBorder};
  521. }
  522.  
  523. .playbutton {
  524.     width:30px;
  525.     height:27px;
  526.     color:white;
  527.     overflow:hidden;
  528.     position:relative;
  529.     z-index:100;
  530.     margin:9px 18px 7px 10px;
  531. }
  532.  
  533. .playbox {
  534.     margin-top:10px;
  535.     margin-left:13px;
  536.     color:white;
  537.     position: absolute;
  538.     z-index: 100;
  539. }
  540.  
  541. .audiodata {
  542.     background-color:white;
  543.     font-size:9px;
  544.     letter-spacing:1px;
  545.     word-spacing:2px;
  546.     color:{color:text};
  547.     padding:0px 10px 10px 10px;
  548.     text-transform:uppercase;
  549.     line-height:17px;
  550.     height:55px;
  551.     width:378px;
  552.     margin-top:-1px;
  553.     margin-left:0px;
  554.     text-align:right;
  555.     border:1px {color:PostBorder} solid;
  556. }
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563. {CustomCSS}
  564.     #fade { /*--Transparent background layer--*/
  565. display: none; /*--hidden by default--*/
  566. background: #fff;
  567. position: fixed; left: 0; top: 0;
  568. width: 100%; height: 100%;
  569. opacity: .100;
  570. z-index: 9999;
  571. }
  572. .popup_block{
  573. display: none; /*--hidden by default--*/
  574. background: #fff;
  575. padding: 10px;
  576. border: 1px solid #eeeeee;
  577. float: left;
  578. font-size: 10;
  579. position: fixed;
  580. top: 50%; left: 50%;
  581. z-index: 99999;
  582. /*--CSS3 Box Shadows--*/
  583. -webkit-box-shadow: 0px 0px 0px #000;
  584. -moz-box-shadow: 0px 0px 0px #000;
  585. box-shadow: 0px 0px 0px #000;
  586. /*--CSS3 Rounded Corners--*/
  587. -webkit-border-radius: 0px;
  588. -moz-border-radius: 0px;
  589. border-radius: 0px;
  590. }
  591. img.btn_close {
  592. float: right;
  593. margin: -20 -20px 0 0;
  594. }
  595. /*--Making IE6 Understand Fixed Positioning--*/
  596. *html #fade {
  597. position: absolute;
  598. }
  599. *html .popup_block {
  600. position: absolute;
  601. }
  602. </style></head>
  603. <body>
  604.  
  605. <body>
  606.  
  607.  
  608. <script type="text/javascript">
  609.   WebFontConfig = {
  610.     google: { families: [ 'Josefin+Sans::latin' ] }
  611.   };
  612.   (function() {
  613.     var wf = document.createElement('script');
  614.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  615.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  616.     wf.type = 'text/javascript';
  617.     wf.async = 'true';
  618.     var s = document.getElementsByTagName('script')[0];
  619.     s.parentNode.insertBefore(wf, s);
  620.   })(); </script>
  621.  
  622.  
  623.  
  624. <script language="JavaScript">
  625. function function1(){
  626. window.scrollTo(0,5);
  627. }
  628. function function2(){
  629. window.scroll(0,2);
  630. }
  631. </script>
  632. <!---- end masonry scripts -->
  633.  
  634. <div id="header">
  635. <div id="sidebar">
  636. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  637. <div id="blogtitle"><a href="/">{Title}</a></div>
  638. <div class="desc">
  639. {Description}
  640. </div>
  641. <div class="links">
  642. {block:IfLink1}
  643. <a href="{text:link1 url}">{text:link1}</a>
  644. {/block:IfLink1}
  645. &nbsp;&nbsp;&nbsp;&nbsp;
  646. {block:IfLink2}
  647. <a href="{text:link2 url}">{text:link2}</a>
  648. {/block:IfLink2}
  649. &nbsp;&nbsp;&nbsp;&nbsp;
  650. {block:IfLink3}
  651. <a href="{text:link3 url}">{text:link3}</a>
  652. {/block:IfLink3}
  653. &nbsp;&nbsp;&nbsp;&nbsp;
  654. {block:IfLink4}
  655. <a href="{text:link4 url}">{text:link4}</a>
  656. {/block:IfLink4}
  657. &nbsp;&nbsp;&nbsp;&nbsp;
  658. {block:IfLink5}
  659. <a href="{text:link5 url}">{text:link5}</a>
  660. {/block:IfLink5}
  661. &nbsp;&nbsp;&nbsp;&nbsp;
  662. {block:IfLink6}
  663. <a href="{text:link6 url}">{text:link6}</a>
  664. {/block:IfLink6}
  665. </div>
  666.  
  667.  
  668. </div>
  669. <div id="all">{block:Posts}<div id="posts">
  670.  
  671.  
  672. {block:Date}<div id="details"><a href="{Permalink}">POSTED {ShortMonth} {DayOfMonth}{Dayofmonthsuffix}, {Year}</a> <br>  {block:NoteCount}<a href="{Permalink}">+{NoteCount} {/block:NoteCount}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">VIA </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}" title="{ReblogRootName}">SOURCE</a> {/block:ContentSource}</div>{/block:Date}
  673.  
  674. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}</h1>{Body}{/block:Text}
  675.  
  676. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  677.  
  678. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  679.  
  680. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  681.  
  682. {block:Quote}
  683.     <div class="quote">{Quote}</div>
  684. {block:Source}
  685.     <div id="source">{Source}</div>
  686. {/block:Source}
  687. {/block:Quote}
  688.  
  689. {block:Audio}
  690. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  691. <div class="audiodata"><br>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br><b>{Artist}</b>{/block:Artist}</div>
  692.  
  693. {block:Caption}
  694.     <span class="caption">{Caption}</span>
  695. {/block:Caption}
  696. {/block:Audio}
  697.  
  698. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  699.  
  700. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  701.  
  702.  
  703. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:9px;">{Asker} :<br></span>{Question}</div><div id="answer"><left> {Answer}</font></div>{/block:Answer}
  704.  
  705.  
  706. {block:HasTags}<div id="tags">filed under: {block:Tags}<a href="{TagURL}"> {Tag},</a> {/block:Tags}</div>{/block:HasTags}</div>
  707.  
  708. {/block:Posts}
  709. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  710. {/block:Posts}
  711.    
  712.     {block:Pagination}<div id="pagi">
  713. {block:Pagination}
  714. {block:PreviousPage}
  715. <a href="{PreviousPage}">less</a>
  716. {/block:PreviousPage}
  717. &nbsp;&nbsp;&nbsp;&nbsp;
  718. {block:NextPage}
  719. <a href="{NextPage}">more</a>
  720. {/block:NextPage}
  721. {/block:Pagination}  
  722. </div>
  723. </div>{/block:Pagination}
  724.    
  725. </div></div></div>
  726.  
  727.  
  728.  <div style="position:fixed;bottom:0px; right:7px; font-size:5px; font-style:none; color:#000; font-weight:300; letter-spacing:1px; text-transform:uppercase; border:0px solid;padding:4px;"><a href="http://www.fearwakes.com/">©fearwakes</div>
  729.    
  730. </body><div id="02" class="popup_block">
  731.  
  732. <Center><h1>contact</h1></Center><br><p><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  733. </center></div>
  734.  
  735.  
  736. </div></div></div></div></div></div></div></div></div></div></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement