Advertisement
kenziiebug

Theme 9

Sep 24th, 2013
1,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.06 KB | None | 0 0
  1.  
  2. <html lang="en">
  3. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  7. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  8. <script>
  9. (function($){
  10. $(document).ready(function(){
  11. $("a[title]").style_my_tooltips({
  12. tip_follows_cursor:true,
  13. tip_delay_time:90,
  14. tip_fade_speed:600,
  15. attribute:"title"
  16. });
  17. });
  18. })(jQuery);
  19. </script>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300,700' rel='stylesheet' type='text/css'>
  22. <script type="text/javascript">
  23. <!--
  24.  
  25. // Disable Right Click Script
  26.  
  27. function IE(e)
  28. {
  29. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  30. {
  31. return false;
  32. }
  33. }
  34. function NS(e)
  35. {
  36. if (document.layers || (document.getElementById && !document.all))
  37. {
  38. if (e.which == "2" || e.which == "3")
  39. {
  40. return false;
  41. }
  42. }
  43. }
  44. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  45.  
  46. //-->
  47. </script>
  48.  
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. <!--DEFAULT VARIABLES-->
  54. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  55. <meta name="color:background" content="#fff"/>
  56. <meta name="color:link" content="#777"/>
  57. <meta name="color:text" content="#777"/>
  58. <meta name="color:title" content="#333"/>
  59. <meta name="color:scrollbar" content="#ccc">
  60. <meta name="color:blogtitle" content="#aaa">
  61. <meta name="color:hover" content="#fff"/>
  62. <meta name="image:sidebar" content="1"/>
  63. <meta name="image:background" content="1"/>
  64. <meta name="text:link one" content="/">
  65. <meta name="text:link one title" content="link">
  66. <meta name="text:link two" content="/">
  67. <meta name="text:link two title" content="link">
  68. <meta name="text:link three" content="/">
  69. <meta name="text:link three title" content="link">
  70. <meta name="text:link four" content="/">
  71. <meta name="text:link four title" content="link">
  72. <meta name="text:musicplayercode" content="billy code here"/>
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  78.  
  79. ::-webkit-scrollbar-thumb{
  80. background-color: {color:scrollbar};
  81. border: 2px solid #ffffff;
  82. height:5px;
  83. -moz-border-radius: 20px;
  84. border-radius: 20px;
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height:5px;
  89. width:9px;
  90. background-color: #aaaaaa;
  91. border: 4px solid #fff;
  92. }
  93.  
  94. ::selection {
  95. background: #fff;
  96. }
  97.  
  98. ::-moz-selection {
  99. background: #fff;
  100. }
  101.  
  102.  
  103. p {
  104. margin:0px;
  105. margin-top:5px;
  106. }
  107.  
  108.  
  109. body {
  110. padding: 0px;
  111. margin: 0px;
  112. color:{color:text};
  113. font-family:georgia;
  114. font-size:9px;
  115. line-height:100%;
  116. text-normal;
  117. text-align:right;
  118. background-color: {color:Background};
  119. background-image:url({image:Background});
  120. background-attachment: fixed;
  121. background-repeat: repeat;
  122. }
  123.  
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. transition: color 0.3s ease-out;
  131. color:{color:link};
  132. }
  133.  
  134. a:hover {
  135. text-decoration: none;
  136. font-style:;
  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.  
  150. .entry {
  151. float:left;
  152. display: block;
  153. margin:15px;
  154. overflow:hidden;
  155. width:227px;
  156. padding:10px;
  157. border-radius: 0px;
  158. {block:PermalinkPage}
  159. width:486px;
  160. border: 1px solid #eee;
  161. text-align:left;
  162. line-height:10px;
  163. {/block:PermalinkPage}
  164. background:white;
  165. background-image:URL();
  166. -webkit-transition: all .7s ease;
  167. -moz-transition: all .7s ease;
  168. -o-transition: all .7s ease;
  169. transition: all .7s ease;
  170. }
  171.  
  172.  
  173. .entry .permalink{position:absolute;width:;margin-top:5px;margin-left:5px;padding:8px;height: 10px;background-color:#000;overflow:hidden;font-family:georgia;font-size: 9px;line-height:10px;text-align:center; border-radius: 5px; opacity:0.0;
  174. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  175.  
  176. .entry:hover .permalink{overflow:visible;opacity: .6;margin-top:5px;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  177.  
  178. .entry .permalink a{color:#fff;}
  179.  
  180. .permalinktext{
  181. display: block;
  182. font-family:calibri;
  183. font-size:8px;
  184. line-height:3px;
  185. letter-spacing:1px;
  186. text-transform:uppercase;
  187. text-align: right;
  188. background-color:transparent;
  189. margin: 2px;
  190. margin-top:5px;
  191. border-top:1px solid #eee;
  192. padding-top:7px;
  193. }
  194.  
  195. #audio {
  196. width:200px;
  197. height:auto;
  198. min-height:60px;
  199. padding-bottom:0px;
  200. }
  201. .cover {
  202. position:absolute;
  203. z-index:1;
  204. width:60px;
  205. height:60px;
  206. }
  207. .cover img {
  208. float:left;
  209. width:60px;
  210. height:60px;
  211. }
  212. .playbox {
  213. opacity:0.6;
  214. width:27px;
  215. height:30px;
  216. overflow:hidden;
  217. position:absolute;
  218. z-index:1000;
  219. margin-left:17px;
  220. margin-top:17px;
  221. text-align:center;
  222. }
  223. .info {
  224. margin-left:73px;
  225. margin-top:4px;
  226. line-height:14px;
  227. }
  228.  
  229. #musicplayer {
  230. font-size:8px;
  231. text-transform:uppercase;
  232. border-radius:3px;
  233. position:fixed;
  234. font-family:calibri;
  235. text-align:center;
  236. right:5px;
  237. border:1px solid #efefef;
  238. background-color:#fff;
  239. letter-spacing:1px;
  240. width:100px;
  241. z-index:9999;
  242. height:;
  243. padding:7px;
  244. top:35px;
  245. }
  246.  
  247. askk{
  248. font-size:9px;
  249. text-transform:uppercase;
  250. letter-spacing:1px;
  251. color:#fabcde;
  252. }
  253.  
  254. #s-m-t-tooltip {
  255. max-width:auto;
  256. padding:3px 3px 3px 3px;
  257. margin:20px 0px 0px 20px;
  258. background-color:#eee; /* change the background color */
  259. border:4px double #fff; /* change the border color */
  260. font-family:calibri; /* change the font */
  261. font-size:9px; /* change the font size */
  262. letter-spacing:1px; /* change the letter spacing */
  263. text-transform:uppercase;/* can be uppercase, lowercase, none*/
  264. color:#000; /* change the text color */
  265. z-index:999999999999999999999999999999999999;
  266. opacity:.8;
  267. }
  268.  
  269. #posts {
  270. width:560px;
  271. border-right: 1px solid #eee;
  272. margin-top:-6px;
  273. z-index:99;
  274. margin-left:326px;
  275. right:auto;
  276. background:white;
  277. margin-right:auto;
  278. position:relative;
  279. overflow-y: hidden;
  280. {block:permalinkpage}
  281. margin-left:330px;
  282. overflow: hidden;
  283. border:0px solid blue;
  284. background: transparent;
  285. {/block:PermalinkPage}
  286. }
  287.  
  288. #sidebar{
  289. position:fixed !important;
  290. width:205px;
  291. background:white;
  292. height:100%;
  293. z-index:999;
  294. margin-top:-3px;
  295. margin-left:100px;
  296. text-align:center;
  297. border-left:1px solid #eee;
  298. border-right:2px dotted #eee;
  299.  
  300. padding:10px;
  301. padding-left:14px;
  302. padding-right:14px;
  303.  
  304. padding-top:100px;
  305. {block:permalinkpage}margin-left:100px;border-right:1px solid #efefef;{/block:permalinkpage}
  306. }
  307.  
  308.  
  309. #sidebar .desc{
  310. margin-top:3px;
  311. width:205px;
  312. height:auto;
  313. line-height:11px;
  314. padding-top:3px;
  315. }
  316.  
  317.  
  318.  
  319.  
  320. #sidebarbackground{
  321. position:fixed;
  322. margin-top: 0px;
  323. margin-left:890px;
  324. top: -5px;
  325. background: #fabcde;
  326. width:500px;
  327. height:100%;
  328. border-left: 4px double #fff;
  329. border-right: 4px double #fff;
  330. opacity:1;
  331. z-index: 1;
  332. }
  333.  
  334. #blogtitle{
  335. width:205px;
  336. height:auto;
  337. font-family:ch;
  338. font-size:30px;
  339. margin-top:9px;
  340. margin-left:0px;
  341. text-align:right;
  342. color:{color:blogtitle}
  343. }
  344.  
  345. div #titlee{
  346. font-size:25px;
  347. margin-top:10px;
  348. font-style:uppercase;
  349. margin-left:8px;
  350. text-transform:uppercase;
  351. font-family:rw;
  352. padding-bottom:14px;
  353. }
  354.  
  355.  
  356. @font-face { font-family: "ch"; src: url('http://static.tumblr.com/u37ad6e/apRmoe3up/callie_hand-trial_version.otf'); }
  357.  
  358. #header{
  359. position:fixed !important;
  360. width:1207px;
  361. height:20px;
  362. padding:2px;
  363. margin-left:-90px;
  364. margin-top:-1px;
  365.  
  366. background: white;
  367. line-height:22px;
  368. }
  369.  
  370.  
  371. .links a{font-size:11px;font-family:calibri;text-shadow:10px 1px 0px transparent, -10px 1px 0px transparent;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(0px);;}
  372.  
  373.  
  374. .links a:hover{text-shadow:0px 0px 0px {color:Hover}, 0px 0px 0px {color:Hover};
  375. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(15px);;
  376. }
  377.  
  378. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  379.  
  380. @font-face{font-family:Gibson;font-weight:10;src:url('/fonts/gibson/gibson-light.otf')}
  381.  
  382.  
  383.  
  384. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  385.  
  386.  
  387. .title{
  388. font-family:rw;
  389. text-transform:uppercase;
  390. font-size:18px;
  391. line-height: 20px;
  392. color:{color:Title};
  393. font-weight: normal;
  394. }
  395.  
  396.  
  397. .permalink{
  398. text-transform: normal;
  399. display: block;
  400. text-align: right;
  401. text-decoration: none;
  402. }
  403.  
  404.  
  405. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  406. #infscr-loading{
  407. bottom: -70px;
  408. position: absolute;
  409. left: 50%;
  410. margin-left:-8px;
  411. width:16px;
  412. height:11px;
  413. overflow:hidden;
  414. margin-bottom: 50px;
  415. }
  416.  
  417. #postnotes{
  418. text-align: justify;}
  419.  
  420. #postnotes blockquote{
  421. border: 0px;}
  422.  
  423. blockquote{
  424. padding:0px 0px 2px 5px;
  425. margin:5px 5px 5px 5px;
  426. border-left: 2px solid {color:blogtitle};
  427. }
  428.  
  429. blockquote p, ul{
  430. margin:0px;
  431. padding:0px;
  432. }
  433.  
  434. a img{border: 0px;}
  435.  
  436.  
  437. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  438.  
  439. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  440. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  441.  
  442. .notes img{width:10px; position:relative; top:3px;}
  443. <--ses-->
  444. small{font-size: 90%;}
  445.  
  446. {CustomCSS}
  447.  
  448. </style>
  449.  
  450. {block:IndexPage}
  451. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  452. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  453.  
  454. <script type="text/javascript">
  455. $(window).load(function(){
  456. var $wall = $('#posts');
  457. $wall.imagesLoaded(function(){
  458. $wall.masonry({
  459. itemSelector: '.entry, .entry_photo',
  460. isAnimated : false
  461. });
  462. });
  463.  
  464. $wall.infinitescroll({
  465. navSelector : '#pagination',
  466. nextSelector : '#pagination a',
  467. itemSelector : '.entry, .entry_photo',
  468. bufferPx : 2000,
  469. debug : false,
  470. errorCallback: function() {
  471. $('#infscr-loading').fadeOut('normal');
  472. }},
  473. function( newElements ) {
  474. var $newElems = $( newElements );
  475. $newElems.hide();
  476. $newElems.imagesLoaded(function(){
  477. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  478. });
  479. }); $('#posts').show(500);
  480. });
  481. </script>
  482.  
  483.  
  484. {/block:IndexPage}
  485.  
  486.  
  487. <title>{title}</title>
  488.  
  489. <link rel="shortcut icon" href="{Favicon}" />
  490. <meta name="viewport" content="width=820" />
  491. </head>
  492.  
  493. <body>
  494. <BODY onselectstart="return false;" ondragstart="return false;">
  495. <div class="wrapper">
  496. <div class="header">
  497. </div>
  498.  
  499.  
  500.  
  501. <div id="cage">
  502. <div id="center">
  503.  
  504. <div id="musicplayer">{text:musicplayercode}</center></div>
  505.  
  506.  
  507.  
  508.  
  509. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  510. <div id="sidebar">
  511. <center>
  512. <div id="titlee">{title}</div>
  513. <a href="/"><img src="{image:sidebar}" width=100%></a>
  514. <div style=" width: 207px; line-height: 12px; margin-top: 7px; font-size: 12px; font-family:calibri; padding-bottom:3px;">{description}</div>
  515.  
  516. <div id="lickbar">
  517.  
  518. <div style="margin-top:2px;border-top:1px solid #efefef; width: 180px; padding-top:5px;font-family:calibri;text-transform: uppercase;"><div class="links">
  519. <a href="/">home</a>
  520. <a href="/ask">inbox</a>
  521. <a href="{text:link one}">{text:link one title}</a>
  522. <a href="{text:link two}">{text:link two title}</a>
  523. <a href="{text:link three}">{text:link three title}</a>
  524. <a href="{text:link four}">{text:link four title}</a>
  525.  
  526.  
  527.  
  528. </center>
  529. </div>
  530. <!------------------------------------->
  531.  
  532.  
  533. <div class="left">
  534.  
  535. <div id="posts">
  536. {block:Posts}
  537. <div class="entry">
  538.  
  539. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  540. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  541. {/block:Text}
  542.  
  543. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  544. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  545.  
  546.  
  547. {block:Answer}
  548. <div id="question>"><b>{Asker} asks</b>:{Question}</div>
  549. <div id="answer">
  550. <i>{Answer}</i>
  551. </div>
  552. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>
  553. {/block:IndexPage}
  554. {/block:Answer}
  555.  
  556. {block:Photo}
  557. {block:IndexPage}
  558. <center>
  559. <div class="permalink">
  560. <a href="{Permalink}">{NoteCount} / <a href="{ReblogURL}">↻</a></a></div>
  561. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  565.  
  566. {LinkCloseTag}
  567. {/block:PermalinkPage}
  568. {/block:Photo}
  569.  
  570. {block:Photoset}
  571. <center>
  572. {block:IndexPage}
  573. <div class="perma">
  574. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  575. </div>
  576. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  577. {/block:IndexPage}
  578. </center>
  579. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  580. {/block:Photoset}
  581.  
  582. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  583. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{/block:Quote}
  584.  
  585. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  586. <ul class="chat">
  587. {block:Lines}
  588. <li class="user_{UserNumber}">
  589. {block:Label}
  590. <span class="label">{Label}</span>
  591. {/block:Label}
  592.  
  593. {Line}
  594. </li>
  595. {/block:Lines}
  596. <div class="permalinktext">
  597. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  598. {/block:Chat}
  599.  
  600. {block:Audio}
  601. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  602. {block:IndexPage}
  603. <div class="permalinktext">
  604. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center>
  605. </div>
  606. {/block:IndexPage}
  607. {/block:Audio}
  608.  
  609. {block:Video}
  610. <center>
  611. {block:IndexPage}
  612. <div class="perma">
  613. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  614. </div>
  615. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  616. {/block:IndexPage}
  617. </center>
  618. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  619. {block:Video}
  620.  
  621.  
  622. {block:PostNotes}<div align="left">{caption}</div>
  623. <center>
  624.  
  625. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  626.  
  627. {block:HasTags}
  628. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  629. {block:RebloggedFrom}
  630. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  631. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  632.  
  633. {/block:RebloggedFrom}
  634. </center></span>
  635. <br>
  636. <div id="postnotes">{PostNotes}</div><br>
  637.  
  638. <center>{block:ContentSource}
  639. <br><a href="{SourceURL}">
  640. {lang:Source}:
  641. {block:SourceLogo}
  642. <img src="{BlackLogoURL}" width="{LogoWidth}"
  643. height="{LogoHeight}" alt="{SourceTitle}" />
  644. {/block:SourceLogo}
  645. {block:NoSourceLogo}
  646. {SourceLink}
  647. {/block:NoSourceLogo}
  648. </a>
  649. {/block:ContentSource}</center>
  650.  
  651. {/block:PostNotes}
  652. </div>
  653. {/block:Posts}
  654. </div></div>
  655.  
  656. {block:IndexPage}
  657. {block:Pagination}
  658. <div id="pagination">
  659. {block:NextPage}
  660. <a id="nextPage" href="{NextPage}"></a>
  661. {/block:NextPage}
  662. {block:PreviousPage}
  663. <a href="{PreviousPage}"></a>
  664. {/block:PreviousPage}
  665. </div>
  666. {/block:Pagination}
  667. {/block:IndexPage}
  668. </body>
  669. <div style="position:fixed; bottom:0px; right:0px; padding: 2px;"> <a href="http://ssexiuh.tumblr.com/"><img src="http://24.media.tumblr.com/tumblr_me8dpnQQwD1r83eo0o1_400.png" style="width:33px;"></a></div>
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement