Advertisement
Guest User

theme 1 by replaying :-) keep credit!

a guest
Dec 1st, 2013
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. <!--
  2. THEME BY REPLAYING, KEEP CREDIT OR I WILL FIND AND END YOU.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  43.  
  44. <!--DEFAULT VARIABLES-->
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#fff"/>
  47.  
  48. <meta name="color:link" content="#777"/>
  49. <meta name="image:sidebar" content="1"/>
  50. <meta name="text:linkone" content="link"/>
  51. <meta name="text:linktwo" content="link"/>
  52. <meta name="text:linkthree" content="link"/>
  53. <meta name="text:linkonetext" content="link"/>
  54. <meta name="text:linktwotext" content="link"/>
  55. <meta name="text:linkthreetext" content="link"/>
  56. <meta name="text:title1" content="Serene"/>
  57. <meta name="color:title1" content="#fff"/>
  58. <meta name="color:borders" content="#777"/>
  59. <meta name="color:text" content="#777"/>
  60. <meta name="color:title" content="#333"/>
  61. <meta name="color:hover" content="#fff"/>
  62. <meta name="image:background" content="1"/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. 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:0.9; }
  68.  
  69.  
  70.  
  71. p {
  72. margin:0px;
  73. margin-top:0px;
  74. }
  75.  
  76.  
  77.  
  78. body {
  79. padding: 0px;
  80. margin: 0px;
  81. color:{color:text};
  82. font-family: calibri;
  83. line-height:12px;
  84. font-size:11px;
  85. background-color: #FAFAFA;
  86. background-image:url({image:Background});
  87. background-attachment: fixed;
  88. background-repeat: repeat;
  89. }
  90.  
  91.  
  92. a:link, a:active, a:visited{
  93. text-decoration: none;
  94. -webkit-transition: color 0.3s ease-out;
  95. -moz-transition: color 0.3s ease-out;
  96. transition: color 0.3s ease-out;
  97. color:{color:link};
  98. }
  99.  
  100. a:hover {
  101. text-decoration: none;
  102. font-style:;
  103. color: {color:Hover};
  104. }
  105.  
  106. div#center{
  107. margin-left:250px;
  108. position:relative;
  109. width:1000px;
  110. background-color:;
  111. overflow:auto;
  112. overflow-y:hidden;
  113. }
  114.  
  115.  
  116. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  117.  
  118.  
  119. ::-webkit-scrollbar-thumb{
  120. background-color: {color:title1};
  121. border: 2px solid #ffffff;
  122. height:5px;
  123. -moz-border-radius: 20px;
  124. border-radius: 20px;
  125. }
  126.  
  127. ::-webkit-scrollbar {
  128. height:5px;
  129. width:9px;
  130. background-color: #aaaaaa;
  131. border: 4px solid #fff;
  132. }
  133.  
  134.  
  135.  
  136. #hehe{
  137. position:Fixed;
  138. bottom:0px;
  139. margin-left:950px;
  140. opacity:.3;
  141. z-index:1;
  142. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  143. filter: gray; /* IE6-9 */
  144. -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  145. }
  146.  
  147.  
  148.  
  149.  
  150.  
  151. .entry {
  152. float:left;
  153. display: block;
  154. border: 1px solid {color:borders};
  155. opacity: 1;
  156. padding: 12px;
  157. padding-bottom: 12px;
  158. margin:20px;
  159. border-top-left-radius: 2px;
  160. border-bottom-left-radius: 2px;
  161. border-top-right-radius: 2px;
  162. border-bottom-right-radius: 2px;
  163. overflow:hidden;
  164. width:230px;
  165. {block:PermalinkPage}
  166. width:500px;
  167. text-align:left;
  168. line-height:19px;
  169. {/block:PermalinkPage}
  170. background:white;
  171. background-image:URL();
  172. -o-transition-transition: all 0.4s ease-in-out;
  173. -webkit-transition: all 0.4s ease-in-out;
  174. -moz-transition: all 0.4s ease-in-out;
  175. }
  176.  
  177.  
  178.  
  179.  
  180. .entry img{
  181. opacity: .8;
  182. {block:indexpage}
  183. max-width:230px
  184. {/block:indexpage}
  185. }
  186.  
  187.  
  188.  
  189. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  190. .entry .perma{
  191. width:270px;
  192. z-index: 9999999999999999;
  193. height:auto;
  194. margin-left:-10px;
  195. padding-left:2px;
  196. padding-right:4px;
  197. position: absolute;
  198. line-height: 15px;
  199. overflow:hidden;
  200. text-align:center;
  201. bottom:0px;
  202. background:white;
  203. font-family:calibri;
  204. font-size:8px;
  205. text-transform:uppercase;
  206. letter-spacing:1px;
  207. opacity: 0.0;
  208. border-top:1px solid {color:title1};
  209. border-left:0px solid {color:title1};
  210. -webkit-transition: all .7s ease;
  211. -moz-transition: all .7s ease;
  212. -o-transition: all .7s ease;
  213. transition: all .7s ease;
  214.  
  215. }
  216.  
  217. .entry:hover .perma{
  218. overflow:visible;
  219. opacity:1;
  220. bottom: 10px;
  221. }
  222.  
  223. .perma:hover{
  224. padding-left:10px;
  225. -webkit-transition: all .7s ease;
  226. -moz-transition: all .7s ease;
  227. -o-transition: all .7s ease;
  228. transition: all .7s ease;
  229. }
  230.  
  231.  
  232.  
  233. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  234. #posts {
  235. width:700px;
  236. margin-top:10px;
  237. z-index:99;
  238. margin-left:250px;
  239. right:auto;
  240. background:transparent;
  241. margin-right:auto;
  242. position:relative;
  243. overflow-y: hidden;
  244. }
  245.  
  246.  
  247. asker{
  248. margin-left:-4px;
  249. font-size:12px;
  250. font-family: raleway;
  251. text-transform:uppercase;
  252. letter-spacing:0px;
  253. background-color:{color:background};
  254. line-height:17px;
  255. border-bottom:0px solid #eee;
  256. padding-right:2px;
  257. padding-left:2px;
  258. }
  259.  
  260.  
  261.  
  262.  
  263. /*CUSTOMIZE SIDEBAR HERE*/
  264. #sidebar{
  265. padding: 10px;
  266. padding-right: 10px;
  267. padding-top: 200px;
  268. padding-bottom: 600px;
  269. border: 1px solid {color:borders};
  270. position:fixed !important;
  271. width:180px;
  272. background:white;
  273. height:auto;
  274. margin-top:-100px;
  275. margin-left:30px;
  276. text-align:center;
  277.  
  278. }
  279.  
  280.  
  281. #linkbar{
  282. position:fixed;
  283. z-index:9999999999999;
  284. width:230px;
  285. height:19px;
  286. opacity: 0;
  287. padding-top:3px;
  288. padding-bottom: 4px;
  289. margin-left:-129px;
  290. margin-top:380px;
  291. font-style: italic;
  292. background:{color:navigationbox};
  293. box-shadow: 0px 0px 0px #ddd;
  294. border: 1px solid {color:borders};
  295. border-left: 0px;
  296. border-right: 0px;
  297. line-height:23px;
  298. text-align:center;
  299. color: {color:text};
  300. font-size: 12px;
  301. letter-spacing: 1px;
  302. font-family: 'cailbri'';
  303. transition: all 0.6s ease-out;
  304. -o-transition-transition: all 0.6s ease-out;
  305. -webkit-transition: all 0.6s ease-out;
  306. -moz-transition: all 0.6s ease-out;
  307. }
  308.  
  309.  
  310.  
  311. #link2{
  312. position:fixed;
  313. z-index:9999999999999;
  314. width:229px;
  315. height:20px;
  316. opacity: 1;
  317. padding-top: 5px;
  318. padding-bottom: 4px;
  319. margin-left:0px;
  320. margin-top:0px;
  321. background:{color:transparent};
  322. box-shadow: 0px 0px 0px #ddd;
  323. border: 0px solid black;
  324. line-height:23px;
  325. text-align:left;
  326. color: black;
  327. font-size: 11px;
  328. letter-spacing: 1px;
  329. font-family: calibri;
  330. transition: all 0.6s ease-out;
  331. -o-transition-transition: all 0.6s ease-out;
  332. -webkit-transition: all 0.6s ease-out;
  333. -moz-transition: all 0.6s ease-out;
  334. }
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361. #title1{
  362.  
  363.  
  364.  
  365. position:fixed !important;
  366. z-index:99;
  367. width:350px;
  368. height:30px;
  369. opacity: 1;
  370. padding:3px;
  371. margin-top:-35px;
  372. margin-left:-115px;
  373. background:transperant;
  374. line-height:40px;
  375. text-align:center;
  376. border: 0px solid {color:borders};
  377. border-bottom: 0px;
  378. color: {color:title1};
  379. letter-spacing:2px;
  380. font-size: 30px;
  381. font-family: 'raleway';
  382. -o-transition-transition: all 0.4s ease-out;
  383. -webkit-transition: all 0.4s ease-out;
  384. -moz-transition: all 0.4s ease-out;
  385. }
  386.  
  387.  
  388. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  389.  
  390.  
  391.  
  392. #img{
  393. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  394. filter: gray; /* IE6-9 */
  395. -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  396. }
  397.  
  398.  
  399.  
  400. #desc{
  401. z-index:2;
  402. position:fixed !important;
  403. opacity: 1;
  404. width:180px;
  405. height:auto;
  406. padding:4px;
  407. margin-left:-10px;
  408. margin-top:25px;
  409. font-style: italic;
  410. color:{color:text};
  411. background:white;
  412. letter-spacing:1px;
  413. font-family: calibri;
  414. font-size:10px;
  415. line-height:12px;
  416. transition: all 0.6s ease-out;
  417. -o-transition-transition: all 0.6s ease-out;
  418. -webkit-transition: all 0.6s ease-out;
  419. -moz-transition: all 0.6s ease-out;
  420. }
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  433.  
  434.  
  435. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  436. .title{
  437. line-height: 12px;
  438. color:{color:Title1};
  439. font-size: 18px;
  440. line-height: 20px;
  441. font-family: 'raleway';
  442. font-weight: normal;
  443. }
  444.  
  445.  
  446. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  447. .permalink{
  448. text-transform: normal;
  449. display: block;
  450. text-align: right;
  451. text-decoration: none;
  452. }
  453.  
  454.  
  455. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  456. #infscr-loading{
  457. bottom: -70px;
  458. position: absolute;
  459. left: 50%;
  460. margin-left:-8px;
  461. width:16px;
  462. height:11px;
  463. overflow:hidden;
  464. margin-bottom: 50px;
  465. }
  466.  
  467. #postnotes{
  468. text-align: justify;}
  469.  
  470. #postnotes blockquote{
  471. border: 0px;}
  472.  
  473. blockquote{
  474. padding:0px 0px 2px 5px;
  475. margin:0px 0px 2px 10px;
  476. border-left: 1px dotted #555555;
  477. }
  478.  
  479. blockquote p, ul{
  480. margin:0px;
  481. padding:0px;
  482. }
  483.  
  484. a img{border: 0px;}
  485.  
  486.  
  487. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  488.  
  489. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  490. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  491.  
  492. .notes img{width:10px; position:relative; top:3px;}
  493. <--ses-->
  494. small{font-size: 90%;}
  495.  
  496. {CustomCSS}
  497.  
  498. </style>
  499.  
  500. {block:IndexPage}
  501. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  502. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  503.  
  504. <script type="text/javascript">
  505. $(window).load(function(){
  506. var $wall = $('#posts');
  507. $wall.imagesLoaded(function(){
  508. $wall.masonry({
  509. itemSelector: '.entry, .entry_photo',
  510. isAnimated : false
  511. });
  512. });
  513.  
  514. $wall.infinitescroll({
  515. navSelector : '#pagination',
  516. nextSelector : '#pagination a',
  517. itemSelector : '.entry, .entry_photo',
  518. bufferPx : 2000,
  519. debug : false,
  520. errorCallback: function() {
  521. $('#infscr-loading').fadeOut('normal');
  522. }},
  523. function( newElements ) {
  524. var $newElems = $( newElements );
  525. $newElems.hide();
  526. $newElems.imagesLoaded(function(){
  527. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  528. });
  529. }); $('#posts').show(500);
  530. });
  531. </script>
  532.  
  533.  
  534. {/block:IndexPage}
  535.  
  536.  
  537. <title>{title}</title>
  538.  
  539. <link rel="shortcut icon" href="{Favicon}" />
  540. <meta name="viewport" content="width=820" />
  541. </head>
  542.  
  543. <body>
  544. <BODY onselectstart="return false;" ondragstart="return false;">
  545. <div class="wrapper">
  546. <div class="header">
  547. </div>
  548.  
  549. <div id="cage">
  550. <div id="center">
  551.  
  552.  
  553.  
  554.  
  555.  
  556. <div id="linkbar">navigation +
  557.  
  558. <div id="link2"><a href="{text:linkone}">{text:linkonetext}</a> / <a href="{text:linktwo}">{text:linktwotext}</a> / <a href="{text:linkthree}">{text:linkthreetext}</a> / <a href="http://replaying.tumblr.com">theme</a></div> </div>
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  569. <div id="sidebar">
  570. <center>
  571.  
  572.  
  573. <div id="title1">{text:title1}</div>
  574.  
  575. <a href="/"><div style="padding: 5px ; border: 0px solid {color:borders}"><img src="{image:sidebar}" width=170; height=130;></a>
  576.  
  577. <div id="desc">{description}</div>
  578.  
  579. <div id="link2"><a href="{text:linkone}">{text:linkonetext}</a> / <a href="{text:linktwo}">{text:linktwotext}</a> / <a href="{text:linkthree}">{text:linkthreetext}</a> / <a href="http://replaying.tumblr.com">theme</a></div>
  580.  
  581. </center>
  582. </div>
  583. <!------------------------------------->
  584.  
  585.  
  586. <div class="left">
  587. <div id="posts">
  588. {block:Posts}
  589. <div class="entry">
  590.  
  591. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  592.  
  593. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  594. {/block:Text}
  595.  
  596. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  597.  
  598. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. {block:Answer}
  606. <div style="margin: 2px 2px 2px 2px; min-height:30px; padding: 3px; background-color: {color:background}; border:1px solid #eee; border-radius: 2px; box-shadow: 0px 0px 2px #ddd;">
  607. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:4px; border:0px solid #eee; padding:3px; margin-left:-3px; border-left:0px; border-top:0px; margin-top:-3px; border-radius:20px;"/>
  608. <asker>{Asker}:</asker> {Question}</div>
  609. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div>
  610. <div class="permalinktext">
  611. posted {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </div>{/block:Answer}
  612.  
  613.  
  614.  
  615.  
  616.  
  617. {block:Photo}
  618. {block:IndexPage}
  619. <center>
  620. <div class="perma">
  621. <a href="{reblogurl}">reblog </a> with <a href="{permalink}">{notecountwithlabel}</a> <br> posted {DayOfWeek}, {12hour}:{Minutes} {AmPm}</div>
  622.  
  623.  
  624. <div class="photo"> <a href="{permalink}"><div style="padding:6px; padding-bottom: 2px;
  625. background:white; border: 0px solid {color:borders}; border-radius: 0px 0px 0px 0px;"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></div>
  626. {/block:IndexPage}
  627. {block:PermalinkPage}
  628. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  629.  
  630. {LinkCloseTag}
  631. {/block:PermalinkPage}
  632. {/block:Photo}
  633.  
  634. {block:Photoset}
  635. {block:IndexPage}
  636. <center>
  637.  
  638. <div class="perma">
  639. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  640.  
  641. {Photoset-250}</center>
  642. {/block:IndexPage}
  643. {block:PermalinkPage}
  644. <center>
  645. {Photoset-500}</center>
  646. {/block:PermalinkPage}
  647. {/block:Photoset}
  648.  
  649. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  650.  
  651. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  652.  
  653. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  654. <ul class="chat">
  655. {block:Lines}
  656. <li class="user_{UserNumber}">
  657. {block:Label}
  658. <span class="label">{Label}</span>
  659. {/block:Label}
  660.  
  661. {Line}
  662. </li>
  663. {/block:Lines}
  664. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  665. {/block:Chat}
  666.  
  667. {block:Audio}
  668. <div style="width:200px; height:30px;">
  669. {AudioPlayerBlack}
  670. </div>
  671. {block:IndexPage}<span class="permalink">
  672. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  673. </span>{/block:IndexPage}
  674. {/block:Audio}
  675.  
  676. {block:Video}
  677. {block:IndexPage}
  678. <center>
  679. <div class="perma">
  680. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  681. {Video-250}</center>
  682. {/block:IndexPage}
  683. {block:PermalinkPage}
  684. <center>
  685. {Video-400}</center>
  686. {/block:PermalinkPage}
  687. {block:Video}
  688.  
  689.  
  690. {block:PostNotes}<div align="middle">{caption}</div>
  691. <center>
  692.  
  693. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  694.  
  695. {block:HasTags}
  696. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  697. {block:RebloggedFrom}
  698. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  699. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  700.  
  701. {/block:RebloggedFrom}
  702. </center></span>
  703. <br>
  704. <div id="postnotes">{PostNotes}</div><br>
  705.  
  706. <center>{block:ContentSource}
  707. <br><a href="{SourceURL}">
  708. {lang:Source}:
  709. {block:SourceLogo}
  710. <img src="{BlackLogoURL}" width="{LogoWidth}"
  711. height="{LogoHeight}" alt="{SourceTitle}" />
  712. {/block:SourceLogo}
  713. {block:NoSourceLogo}
  714. {SourceLink}
  715. {/block:NoSourceLogo}
  716. </a>
  717. {/block:ContentSource}</center>
  718.  
  719. {/block:PostNotes}
  720. </div>
  721. {/block:Posts}
  722. </div></div>
  723.  
  724. {block:IndexPage}
  725. {block:Pagination}
  726. <div id="pagination">
  727. {block:NextPage}
  728. <a id="nextPage" href="{NextPage}"></a>
  729. {/block:NextPage}
  730. {block:PreviousPage}
  731. <a href="{PreviousPage}"></a>
  732. {/block:PreviousPage}
  733. </div>
  734. {/block:Pagination}
  735. {/block:IndexPage}
  736. </body>
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752. <div style="position:fixed; bottom:5px; right:20px; background:white; border: 3px double #ddd; padding: 3px; padding-bottom:7px; padding-top: 7px; font-family: calibri; font-size: 11px; line-height: 10px;"><a href="http://replaying.tumblr.com">REPLAYING</a></div>
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement