Advertisement
beican

11/23

Nov 22nd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Theme by @sleepwatersun -->
  6. <title>{Title}</title>
  7.  
  8. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  9.  
  10. <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
  11. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Scrollbar" content="#000000"/>
  15. <meta name="color:Link" content="#000000"/>
  16. <meta name="color:Highlight" content="#FFFFB8"/>
  17. <meta name="color:Sidebar" content="#000000"/>
  18. <meta name="color:Sidebar Text" content="#ffffff"/>
  19. <meta name="color:Navigation" content="#ffffff"/>
  20. <meta name="color:Post Borders" content="#e9e9e9"/>
  21. <meta name="color:Post Text" content="#000000"/>
  22.  
  23. <meta name="if:Show Captions" content="1"/>
  24. <meta name="if:Audio Player Black" content="1"/>
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27.  
  28.  
  29.  
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34.  
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36.  
  37. <!-- Fonts -->
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  40.  
  41. <script>
  42.  
  43. (function($){
  44.  
  45. $(document).ready(function(){
  46.  
  47. $("a[title]").style_my_tooltips({
  48.  
  49. tip_follows_cursor:true,
  50.  
  51. tip_delay_time:30,
  52.  
  53. tip_fade_speed:300,
  54.  
  55. attribute:"title"
  56.  
  57. });
  58.  
  59. });
  60.  
  61. })(jQuery);
  62.  
  63. </script>
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <!-- FONT -->
  74. <script type="text/javascript">
  75. WebFontConfig = {
  76. google: { families: [ 'PT+Sans:400,700,400italic,700italic:latin' ] }
  77. };
  78. (function() {
  79. var wf = document.createElement('script');
  80. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  81. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  82. wf.type = 'text/javascript';
  83. wf.async = 'true';
  84. var s = document.getElementsByTagName('script')[0];
  85. s.parentNode.insertBefore(wf, s);
  86. })(); </script>
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  89.  
  90. <style type="text/css">
  91. @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
  92.  
  93. /*------------------ General ------------------*/
  94.  
  95.  
  96. #s-m-t-tooltip{
  97. position:absolute;
  98. margin-top: 15px;
  99. margin-left:15px;
  100. z-index:9999999;
  101. background:{color:background};
  102. font-style:italic;
  103. padding:5px;
  104. }
  105.  
  106.  
  107. body{
  108. font-size: 11px;
  109. line-height: 16px;
  110. background: {color:Background};
  111. font-family:'PT Sans', sans-serif;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. width: 3px;
  116. }
  117.  
  118. ::-webkit-scrollbar-track {
  119. border-radius: 5px;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb {
  123. border-radius: 5px;
  124. background: {color:scrollbar};
  125. }
  126.  
  127. a, a:hover, a:visited, a:active{
  128. color: {color:link};
  129. background: transparent;
  130. text-decoration: none;
  131. }
  132.  
  133. table{
  134. border-collapse: collapse;
  135. }
  136.  
  137. #title {text-transform:uppercase;
  138. text-align:center;
  139. font-size:11px;
  140. margin-left:30px;
  141. font-family: 'Montserrat', sans-serif;
  142. letter-spacing:10px;
  143. color:#fff;
  144. border:1px solid #fff;
  145. width:150px;
  146. padding:15px;
  147. }
  148. #one{
  149. left: 0;
  150. top: 0;
  151. width: 250px;
  152. height: 100%;
  153. color: {color:Sidebar Text};
  154. background: {color:Sidebar};
  155. position: fixed;
  156. background-image: url('');
  157. }
  158.  
  159. /* #one:hover{
  160. background-image: url('http://static.tumblr.com/zibrynf/5rJn9ji5g/img08.gif');
  161.  
  162. }*/
  163.  
  164. #woo{
  165. width: 125px;
  166. margin: 0 auto;
  167. text-align: center;
  168. }
  169.  
  170. #woo a{background: transparent; color:{color:Sidebar Text};}
  171.  
  172. #woo:before{
  173. content: "·";
  174. display: block;
  175. margin: 0px 0px 10px 0px;
  176. }
  177.  
  178. #woo:after{
  179. display: block;
  180. content: "·";
  181. margin: 10px 0px 0px 0px;
  182. }
  183.  
  184. .description{
  185. cursor: help;
  186. font-style: italic;
  187.  
  188. text-transform: lowercase;
  189. }
  190.  
  191. .links{
  192. display: none;
  193. }
  194.  
  195. .links a{
  196. display: block;
  197. background: transparent;
  198. color: {color:Navigation};
  199. margin: 5px 0px 5px 0px;
  200. }
  201.  
  202. .links a:first-child{margin-top:0px;}
  203.  
  204. .links a:last-child{margin-bottom: 0px;}
  205.  
  206. .close{cursor: pointer;}
  207.  
  208. /*----------basics---------*/
  209.  
  210. body {
  211. background:{color:background} url({image:background image}) repeat right top fixed;
  212. color:{color:text};
  213. font-family:'PT Sans', sans-serif;
  214. font-weight:400;
  215. line-height:15px;
  216. font-size:10px;
  217. margin:0;
  218. text-align:justify;
  219. overflow-x:hidden;
  220. }
  221.  
  222. blockquote {
  223. padding:0px 10px 0px 20px;
  224. border-left:1px solid;
  225. border-color:#111;
  226. margin-left:5px;
  227. }
  228.  
  229. a {
  230. color:{color:links};
  231. text-decoration:none;
  232. }
  233.  
  234. a:hover {
  235. text-decoration:none;
  236. color: {color:links hover};
  237. -webkit-transition:all 0.5s;
  238. -moz-transition:all 0.5s;
  239. -ms-transition:all 0.5s;
  240. -o-transition:all 0.5s;
  241. transition:all 0.5s;
  242. }
  243.  
  244. img {
  245. opacity:1;
  246. text-decoration:none;
  247. }
  248.  
  249.  
  250. h1 {
  251. font-size:11px;
  252. letter-spacing:1px;
  253. color:{color:text};
  254. text-transform:uppercase;
  255. padding:20px;
  256. margin-bottom:-30px;
  257. }
  258.  
  259.  
  260. .left {
  261. position:fixed;
  262. z-index:9999;
  263. height:100%;
  264. width:30px;
  265. left:0;
  266. top:0;
  267. background-color:{color:borders};
  268. }
  269.  
  270. .right {
  271. position:fixed;
  272. z-index:9999;
  273. height:100%;
  274. width:30px;
  275. right:0;
  276. top:0;
  277. background-color:{color:borders};
  278. }
  279.  
  280. .top {
  281. position:fixed;
  282. z-index:9999;
  283. height:30px;
  284. width:100%;
  285. right:0;
  286. top:0;
  287. background-color:{color:borders};
  288. }
  289.  
  290. .bottom {
  291. position:fixed;
  292. z-index:9999;
  293. height:30px;
  294. width:100%;
  295. right:0;
  296. bottom:0;
  297. background-color:{color:borders};
  298. }
  299.  
  300. /*----------posts---------*/
  301.  
  302. .container {
  303. left:40%;
  304. width:800px;
  305. position:absolute;
  306. }
  307.  
  308. .posts {
  309. {block:IndexPage}
  310. margin-bottom:100px;
  311. {/block:IndexPage}
  312. {block:PermalinkPage}
  313. margin-bottom:40px;
  314. {/block:PermalinkPage}
  315. margin-left:-90px;
  316. width:400px;
  317. padding:50px;
  318. position:relative;
  319. -moz-transition-duration:.6s;
  320. -webkit-transition-duration:.6s;
  321. -o-transition-duration:.6s;
  322. }
  323.  
  324. .posts:hover {
  325. {block:IfColorFadeOnHover}
  326. -moz-transition-duration:.6s;
  327. -webkit-transition-duration:.6s;
  328. -o-transition-duration:.6s;
  329. -webkit-filter: grayscale(50%);
  330. -moz-filter: grayscale(50%);
  331. filter: grayscale(50%);
  332. {/block:IfColorFadeOnHover}
  333. }
  334.  
  335. .entries {
  336. width:400px;
  337. margin-top:50px;
  338. margin-bottom:70px;
  339. }
  340.  
  341.  
  342. .posts li {
  343. list-style: square;
  344. }
  345.  
  346. blockquote img {
  347. max-width:320px!important;
  348. }
  349.  
  350. .caption {
  351. margin-top:10px;
  352. padding:20px 20px 20px 20px;
  353. background-color:#f8f8f8;
  354.  
  355. }
  356.  
  357. .tcaption {
  358. padding:20px;
  359. }
  360.  
  361.  
  362. /*----------post info---------*/
  363.  
  364. .info {
  365. margin-top:15px;
  366. padding:20px;
  367. font-size:8px;
  368. text-align:left;
  369. text-transform:uppercase;
  370. width:360px;
  371. overflow:hidden;
  372. background:{color:sbar links bg};
  373. }
  374.  
  375. .via {
  376. text-align:right;
  377. margin-top:-15px;
  378. }
  379.  
  380. .tags {
  381. text-transform:uppercase;
  382. word-break:break-all;
  383. text-align:center;
  384. letter-spacing:1px;
  385. font-size:7px;
  386. margin-top:15px;
  387. {block:IfHoverTags}
  388. opacity: 0.0;
  389. {/block:IfHoverTags}
  390. {block:IfNotHoverTags}
  391. opacity:1.0;
  392. {/block:IfNotHoverTags}
  393. -moz-transition-duration: 0.6s;
  394. -o-transition-duration: 0.6s;
  395. -webkit-transition-duration: 0.6s;
  396. transition-duration: 0.6s;
  397. }
  398.  
  399. .posts:hover .tags {
  400. {block:IfHoverTags}
  401. opacity:1.0;
  402. -moz-transition-duration: 0.6s;
  403. -o-transition-duration: 0.6s;
  404. -webkit-transition-duration: 0.6s;
  405. transition-duration: 0.6s;
  406. {/block:IfHoverTags}
  407. }
  408.  
  409. ol.notes {
  410. padding:0px;
  411. width:400px;
  412. margin-left:-40px;
  413. list-style:none;
  414. border-bottom:solid 1px #f5f5f5;
  415. }
  416.  
  417. ol.notes li.note {
  418. border-top:solid 1px #f5f5f5;
  419. padding:10px;
  420. list-style:none;
  421. }
  422.  
  423. ol.notes li.note img.avatar {
  424. vertical-align: -4px;
  425. margin-right: 10px;
  426. width: 16px;
  427. height: 16px;
  428. border-radius:0%;
  429. }
  430.  
  431. ol.notes li.note span.action {
  432. font-weight: none;
  433. text-transform:uppercase;
  434. letter-spacing:1px;
  435. font-size:8px;
  436. }
  437.  
  438. ol.notes li.note .answer_content {
  439. font-weight: normal;
  440. }
  441.  
  442. ol.notes li.note blockquote {
  443. border-color: {color:border};
  444. padding: 4px 10px;
  445. margin: 10px 10px 10px 25px;
  446. }
  447.  
  448. ol.notes li.note blockquote a {
  449. text-decoration: none;
  450. }
  451.  
  452. .pagenotes {
  453. text-align:left;
  454. }
  455.  
  456.  
  457. /*----------questions---------*/
  458.  
  459. .asker {
  460. font-size:9px;
  461. letter-spacing:2px;
  462. margin-bottom:10px;
  463. text-transform:uppercase;
  464. }
  465.  
  466. .question {
  467. padding:20px 20px 20px 10px;
  468. font-style:none;
  469. z-index:1;
  470. background:#fff;
  471. border-bottom:1px solid {color:borders};
  472. }
  473.  
  474. .answer {
  475. margin-left:2px;
  476. padding:10px;
  477. margin-top:-8px;
  478. margin-bottom:-5px;
  479. }
  480.  
  481.  
  482.  
  483. /*----------audio---------*/
  484.  
  485. .newplayerbutton {
  486. position: relative;
  487. width: 40px;
  488. height: 50px;
  489. overflow: hidden;
  490. }
  491.  
  492. .playerbuttonhug {
  493. margin-top: 10px;
  494. margin-left: 20px;
  495. }
  496.  
  497. .tumblr_audio_player {
  498. border: none;
  499. padding: 0px;
  500. margin: 0px;
  501. height: 50px;
  502. width: 345px;
  503. }
  504.  
  505. .playerbuttonbg {
  506. position: absolute;
  507. left: 15px;
  508. top: 5px;
  509. width: 68px;
  510. height: 68px;
  511. background-color: #e4e4e4;
  512. padding: 10px;
  513. -webkit-border-radius: 0px;
  514. -moz-border-radius: 0px;
  515. border-radius: 0px;
  516. opacity: 0;
  517. filter: alpha(opacity=40);
  518. -moz-opacity: 0.4;
  519. -khtml-opacity: 0.4;
  520. transition: opacity .7s ease-in-out;
  521. -moz-transition: opacity .7s ease-in-out;
  522. -webkit-transition: opacity .7s ease-in-out;
  523. }
  524.  
  525. .playerbuttonbg:hover {
  526. opacity: 1;
  527. filter: alpha(opacity=100);
  528. -moz-opacity: 1;
  529. -khtml-opacity: 1;
  530. }
  531.  
  532. .audioimgwrapper {
  533. position: absolute;
  534. left: 5px;
  535. top: -5px;
  536. -webkit-border-radius: 50px;
  537. -moz-border-radius: 50px;
  538. border-radius: 0px;
  539. overflow: hidden;
  540. width: 88px;
  541. height: 88px;
  542. border:10px solid #fff;
  543. }
  544.  
  545. .audioimgwrapper img {
  546. width: 100%;
  547. height: auto;
  548. -webkit-border-radius: 50px;
  549. -moz-border-radius: 50px;
  550. border-radius: 0px;
  551. }
  552.  
  553. .trackdetails {
  554. width: 240px;
  555. letter-spacing:1px;
  556. font-size:9px;
  557. display:inline-block;
  558. margin-left: 110px;
  559. height: 68px;
  560. padding: 20px 20px 20px 30px;
  561. margin-top:-5px;
  562. line-height:220%;
  563. text-transform:uppercase;
  564. background-color:#fafafa;
  565. }
  566.  
  567. .audiowrapper {
  568. position: relative;
  569. display:inline-block;
  570. }
  571.  
  572. /*----------chat---------*/
  573.  
  574. .chat {
  575. line-height:160%;
  576. list-style:none;
  577. }
  578.  
  579. .line.odd {
  580. background:#fafafa;
  581. margin-bottom:2px;
  582. padding:5px;
  583. list-style:none;
  584. font-size:10px;
  585. }
  586.  
  587. .line.even {
  588. background:#ffffff;
  589. margin-bottom:2px;
  590. padding:5px;
  591. list-style:none;
  592. font-size:10px;
  593. }
  594.  
  595. .label {
  596. padding-right:1px;
  597. text-transform:uppercase;
  598. font-weight:bold;
  599. color:{color:links};
  600. }
  601.  
  602. /*----------quotes---------*/
  603.  
  604. .quote {
  605. font-size:10px;
  606. line-height:150%;
  607. letter-spacing:3px;
  608. font-weight:400;
  609. padding:10px;
  610. margin-top:-10px;
  611. font-style:none;
  612. text-align:center;
  613. text-transform:uppercase;
  614. }
  615.  
  616. .quotesource {
  617. border-top:1px solid {color:borders};
  618. padding-top:15px;
  619. margin-top:7px;
  620. font-size:9px;
  621. text-transform:uppercase;
  622. letter-spacing:1px;
  623. text-align:center;
  624. margin-bottom:30px;
  625. }
  626.  
  627.  
  628.  
  629.  
  630. #btt{
  631.  
  632. position:fixed;
  633. z-index:999;
  634. bottom:5px;
  635. left:5px;
  636. width:16px;
  637. height:16px;
  638. overflow:hidden;
  639. padding:4px;
  640. background:#f9f9f9;
  641. border-radius:5px;
  642. -webkit-transition: all 0.5s ease-in-out;
  643. -moz-transition: all 0.5s ease-in-out;
  644. transition: all 0.5s ease-in-out;
  645. }
  646. .btta{
  647. width:16px;
  648. line-height:21px;
  649. font-size:16px;
  650. font-family:lucida;
  651. text-align:center;
  652. color:#111;
  653. cursor:help;
  654. }
  655. #btt:hover .btta{
  656. margin-top:-21px;
  657. -webkit-transition: all 0.5s ease-in-out;
  658. -moz-transition: all 0.5s ease-in-out;
  659. transition: all 0.5s ease-in-out;
  660. }
  661.  
  662.  
  663.  
  664. #theme{
  665. position: fixed;
  666. right: 0;
  667. bottom: 0;
  668. margin: 15px;
  669. font-style: italic;
  670. }
  671.  
  672. #theme a{
  673. background: transparent;
  674. color: {color:Sidebar};
  675. }
  676. </style>
  677.  
  678.  
  679. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  680.  
  681.  
  682. <script>
  683. $(document).ready(function(){
  684. $(".description").click(function(){
  685. $(".description").slideUp(400);
  686. $(".links").delay(250).slideDown(400);
  687. });
  688.  
  689. $(".close").click(function(){
  690. $(".links").slideUp(400);
  691. $(".description").delay(250).slideDown(400);
  692. });
  693. });
  694. </script>
  695. </head>
  696. <body>
  697.  
  698.  
  699.  
  700.  
  701. <script type='text/javascript'> $(function() { $.fn.scrollToTop = function() { $(this).hide().removeAttr("href"); if ($(window).scrollTop() != "0") { $(this).fadeIn("slow") } var scrollDiv = $(this); $(window).scroll(function() { if ($(window).scrollTop() == "0") { $(scrollDiv).fadeOut("slow") } else { $(scrollDiv).fadeIn("slow") } }); $(this).click(function() { $("html, body").animate({ scrollTop: 0 }, "slow") }) } }); $(function() { $("#btt").scrollToTop(); });</script>
  702. <a href='#' id="btt" style="display:none;"><div class="btta">^<br/>^</div></a>
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711. <table id="one"><tr><td><div id="title">midnight amnesia</div><br>
  712. <div id="woo">
  713. <div class="description">{Description}</div>
  714. <div class="links">
  715. <a href="/">refresh</a>
  716. <a href="/ask" target="_blank">inbox</a> <a href="/archive">memories</a>
  717. <a href="/mor">navi</a>
  718. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  719. <a class="close">close</a>
  720. </div>
  721. </div>
  722. </td></tr></table>
  723. <div class="container">
  724. <div class="entries">
  725.  
  726. {block:Posts}
  727. <div class="posts">
  728.  
  729.  
  730. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="tcaption">{Body}</div>{/block:Text}
  731.  
  732. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  733.  
  734. {block:Photoset}{Photoset-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  735.  
  736. {block:Quote}<div class="quote">&ldquo;</span>{Quote}&rdquo;</span></div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  737.  
  738. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<div class="tcaption">{Description}</div>{/block:Description}{/block:Link}
  739.  
  740. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}
  741.  
  742. {block:Audio}{block:AudioPlayer}
  743. <div class="audiowrapper">
  744.  
  745. {block:AlbumArt}
  746. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  747. {/block:AlbumArt}
  748.  
  749. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerGrey}
  750. </div></div></div>
  751.  
  752. <div class="trackdetails">
  753. {block:TrackName}<span style="border-bottom:1px solid #eeeeee; padding-bottom:5px;"><b>{TrackName}</b></span>{/block:TrackName}</br>
  754. {block:Artist}<p>{Artist}{/block:Artist}<br/>
  755. {FormattedPlayCount} PLAYS</div></div></p>
  756. {/block:AudioPlayer}</span>
  757. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  758. {/block:Audio}
  759.  
  760.  
  761. {block:Video}{Video-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  762.  
  763. {block:Answer}<div class="question">
  764. <div class="asker"><b>{Asker} said:</b></div>
  765. {Question}</div><br>
  766. <div class="answer">
  767. {Answer}</div>
  768. {/block:Answer}
  769.  
  770. <div class="info">
  771. {block:Date}<a title="{12Hour}:{Minutes} {AmPm}" href="{Permalink}"><b>{ShortMonth} {DayOfMonthWithZero} </b> </a>{/block:Date}
  772.  
  773. &nbsp;&nbsp;&nbsp;&nbsp;+ <a href="{Permalink}">{NoteCount}</a>
  774.  
  775. <div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">from –</a> {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}" style="color:{color:links}"> org –</a>{/block:ContentSource}
  776. {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" style="color:{color:links}">reblog</a>
  777. </div></div>
  778.  
  779. {block:HasTags}
  780. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} &nbsp;</a>{/block:Tags}</div>
  781. {/block:HasTags}
  782.  
  783.  
  784. </div>
  785.  
  786. {block:PostNotes}
  787. <div class="pagenotes">
  788. {PostNotes}
  789. </div>
  790. {/block:PostNotes}
  791.  
  792. {/block:Posts}
  793. </div>
  794.  
  795. {block:ContentSource}
  796. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  797. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  798. {/block:SourceLogo}
  799. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  800. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  801.  
  802. <div id="theme"><a title="swsthemes"href="http://sleepwatersun.tumblr.com">s</a> & <a title="mrsmilicevic" href="http://mrsmilicevic.tumblr.com/">m</a></div>
  803. </body>
  804. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement