Advertisement
sallydonovar

Sixteen Hours

Jul 23rd, 2014
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 7 by stravinskv --->
  9. <!----thanks for using!! --->
  10.  
  11. <!----title--->
  12. <meta name="text:second title" content="entropy"/>
  13.  
  14. <!----options--->
  15.  
  16. <meta name="if:Show Tags" content=""/>
  17. <meta name="if:Show via" content=""/>
  18. <meta name="if:Borders" content=""/>
  19.  
  20. <!----colors--->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:desc bg" content="#fff"/>
  24. <meta name="color:desc text" content="#000"/>
  25. <meta name="color:gradient" content="#FFCCCC"/>
  26. <meta name="color:gradient1" content"#CCCCCC"/>
  27. <meta name="color:header" content="#000"/>
  28. <meta name="color:Links" content="#6a6a6a"/>
  29. <meta name="color:links hover" content="#4a4a4a"/>
  30. <meta name="color:pagi" content="#000"/>
  31. <meta name="color:pagi hover" content="#b8b8b8"/>
  32. <meta name="color:post bg" content="#fff"/>
  33. <meta name="color:post info" content="#9ce1d1"/>
  34. <meta name="color:Scrollbar" content="#99ffcc"/>
  35. <meta name="color:scrollbar bg" content="#f1f1f1"/>
  36. <meta name="color:selection" content="#ccffcc"/>
  37. <meta name="color:Text" content="#000000"/>
  38. <meta name="color:title" content="#fff"/>
  39.  
  40.  
  41. <!----links--->
  42.  
  43. <meta name="text:Link1 URL" content=""/>
  44. <meta name="text:Link1 Title" content=""/>
  45. <meta name="text:Link2 URL" content=""/>
  46. <meta name="text:Link2 Title" content=""/>
  47. <meta name="text:Link3 URL" content=""/>
  48. <meta name="text:Link3 Title" content=""/>
  49. <meta name="text:Link4 URL" content=""/>
  50. <meta name="text:Link4 Title" content=""/>
  51. <meta name="text:Link5 URL" content=""/>
  52. <meta name="text:Link5 Title" content=""/>
  53.  
  54.  
  55.  
  56. <!----javascript--->
  57.  
  58. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  59.  
  60.  
  61. <style>
  62. div#qTip {
  63. padding: 5px;
  64. display: none;
  65. text-align: center;
  66. position: absolute;
  67. background:{color:text};
  68. color:{color:background};
  69. border:1px solid {color:background};
  70. font-size:11px;
  71.  
  72.  
  73. }
  74. </style>
  75.  
  76. <!----css time yo--->
  77.  
  78. <style type="text/css">
  79.  
  80. /*cursor and misc*/
  81.  
  82. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  83.  
  84. iframe#tumblr_controls {
  85. top: 0% !important;
  86. right:0% !important;
  87. opacity:0.3;
  88. position: fixed !important;
  89. filter:alpha(opacity=30);
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94. iframe#tumblr_controls:hover{
  95. top: 0% !important;
  96. right:0% !important;
  97. opacity:0.8;
  98. position: fixed !important;
  99. filter:alpha(opacity=80);
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease;
  103. }
  104.  
  105. /*default settings*/
  106.  
  107. body {
  108. background:{color:background};
  109. margin:0px;
  110. color:{color:text};
  111. font-family: 'calibri', sans-serif;;
  112. font-size:11px;
  113. line-height:100%;
  114. background:
  115. -webkit-linear-gradient({color:gradient},{color:gradient1});
  116. -o-linear-gradient({color:gradient},{color:gradient1});
  117. -moz-linear-gradient({color:gradient},{color:gradient1});
  118. linear-gradient({color:gradient},{color:gradient1});
  119. }
  120.  
  121. a:link, a:active, a:visited{
  122. color: {color:links};
  123. text-decoration:none;
  124. font-family:calibri;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;
  128. -ms-transition: all 0.5s ease-in-out;
  129. transition: all 0.5s ease-in-out;
  130.  
  131. }
  132. a:hover{
  133. color: {color:links hover};
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;
  137. -ms-transition: all 0.5s ease-in-out;
  138. transition: all 0.5s ease-in-out;
  139.  
  140. }
  141.  
  142.  
  143.  
  144. img {
  145. border:none;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:2px solid;
  151. }
  152.  
  153. blockquote blockquote {
  154. padding-left:5px;
  155. border-left:2px solid;
  156. }
  157.  
  158. h1 {
  159. font-size:15px;
  160. text-align:center;
  161. font-family:calibri;
  162. line-height:20px;
  163. word-spacing:1px;
  164. color:{color:text};
  165. }
  166.  
  167. h2 {
  168. font-size:13px;
  169. text-align:center;
  170. font-family:calibri;
  171. line-height:15px;
  172. color:{color:text};
  173. word-spacing:1px;
  174. padding:5px;
  175. }
  176.  
  177. /*scrollbar*/
  178.  
  179. ::-webkit-scrollbar {
  180. height: 5px;
  181. width: 8px;
  182. }
  183.  
  184. ::-webkit-scrollbar-thumb {
  185. background-color:{color:scrollbar};
  186. }
  187.  
  188. ::-webkit-scrollbar-track{
  189. background-color:{color:scrollbar bg};
  190. opacity:0;
  191. }
  192. ::-webkit-scrollbar-buttom{
  193. background-color:{color:scrollbar bg};
  194. }
  195.  
  196. /*highlight*/
  197.  
  198. ::selection {
  199. background:{color:selection} ;
  200. color: #000;
  201. }
  202. ::-moz-selection {
  203. background: {color:selection};
  204. color: #000;
  205. }
  206.  
  207.  
  208.  
  209. /*posts*/
  210.  
  211.  
  212. #entries {
  213. float:left;
  214. margin-left:12%;
  215. text-align:justify;
  216. background-color:;
  217. color:{color:text};
  218. margin-bottom: 100px;
  219. margin-top:40px;
  220. line-height: 190%;
  221.  
  222.  
  223. }
  224.  
  225. #entries {
  226. padding:10px;
  227. width:500px;
  228. margin:50px 0px 40px 350px;
  229. margin-top:5px;
  230. font-size:10px;
  231. font-family:'calibri';
  232. letter-spacing:0px;
  233.  
  234. }
  235.  
  236. #post {
  237. width:500px;
  238. padding-bottom:400px;
  239. margin-top:100px;
  240. padding:30px;
  241. opacity:.99999999999;
  242. -webkit-transition: all 0.6s ease-in-out;
  243. -moz-transition: all 0.6s ease-in-out;
  244. -o-transition: all 0.6s ease-in-out;
  245. -ms-transition: all 0.6s ease-in-out;
  246. transition: all 0.6s ease-in-out;
  247.  
  248. }
  249.  
  250.  
  251. #post:hover {
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. -ms-transition: all 0.6s ease-in-out;
  256. transition: all 0.6s ease-in-out;
  257. border-bottom-right-radius: 11px;
  258. border-bottom-left-radius:11px;
  259. border-top-left-radius: 11px;
  260. border-top-right-radius: 11px;
  261. -moz-border-radius-bottomright: 11px;
  262. -moz-border-radius-topleft: 11px;
  263. -moz-border-radius-bottomleft: 11px;
  264. -moz-border-radius-topright: 11px;
  265. }
  266.  
  267. /*post info*/
  268.  
  269. #info {
  270. opacity:1;
  271. color:{color:link};
  272. width:auto;
  273. font-family:'calibri';
  274. letter-spacing:2px;
  275. text-align:center;
  276. font-size:40px;
  277. word-spacing:5px;
  278. font-style:none;
  279. padding:1px;
  280. margin-left:40px;
  281. line-height:10px;
  282. text-transform:uppercase;
  283.  
  284. }
  285.  
  286. #info a {
  287. text-align:center;
  288. color:{color:post info};
  289. }
  290.  
  291. #info a:hover {
  292. -moz-transition-duration:0.3s;
  293. -webkit-transition-duration:0.3s;
  294. -o-transition-duration:0.3s;
  295. color:{color:Hover}
  296. }
  297.  
  298. /*tags*/
  299.  
  300. {block:IfShowTags}
  301. #tags {
  302. float:center;
  303. width:489px;
  304. margin-top:3px;
  305. text-align:center;
  306. padding-top:10px;
  307. margin-left:-15px;
  308. font-size:8px;
  309. opacity:1;
  310. transition-duration: 0.5s;
  311. -moz-transition-duration: 0.5s;
  312. -webkit-transition-duration: 0.5s;
  313. -o-transition-duration: 0.5s
  314. color:{color:text};
  315. }
  316.  
  317. #tags a {
  318. letter-spacing:2px;
  319. font-size:8px;
  320. text-align:center;
  321. padding-bottom:10px;
  322. font-family:'calibri';
  323. text-decoration:none;
  324. display:inline-block;
  325. color:{color:text};
  326. }
  327.  
  328. #tags a:hover {
  329. font-style:italic;
  330. -moz-transition-duration:0.3s;
  331. -webkit-transition-duration:0.3s;
  332. -o-transition-duration:0.3s;
  333. color:{color:Hover};
  334. }
  335. {/block:IfShowTags}
  336.  
  337. /*specific types of posts*/
  338.  
  339. img {
  340. {block:IfBorders}
  341. border:1px solid {color:text} ;
  342. padding:15px;
  343. {/block:IfBorders}
  344. background:{color:post bg};
  345. -webkit-transition:all 0.9s;
  346. -moz-transition:all 0.9s;
  347. -ms-transition:all 0.9s;
  348. -o-transition:all 0.9s;
  349.  
  350. }
  351.  
  352. img:hover {
  353.  
  354. -webkit-fiter:blur(2px);
  355. -webkit-transition:all 0.9s;
  356. -moz-transition:all 0.9s;
  357. -ms-transition:all 0.9s;
  358. -o-transition:all 0.9s;
  359. border-bottom-right-radius: 11px;
  360. border-bottom-left-radius:11px;
  361. border-top-left-radius: 11px;
  362. border-top-right-radius: 11px;
  363. -moz-border-radius-bottomright: 11px;
  364. -moz-border-radius-topleft: 11px;
  365. -moz-border-radius-bottomleft: 11px;
  366. -moz-border-radius-topright: 11px;
  367.  
  368.  
  369.  
  370.  
  371. }
  372.  
  373. #photoset {
  374. {block:IfBorders}
  375. border:1px solid {color:text} ;
  376. padding:15px;
  377. {/block:IfBorders}
  378. width:500px;
  379. background:{color:post bg};
  380. overflow:hidden;
  381. -webkit-transition:all 0.9s;
  382. -moz-transition:all 0.9s;
  383. -ms-transition:all 0.9s;
  384. -o-transition:all 0.9s;
  385.  
  386.  
  387. }
  388.  
  389. #photoset:hover {
  390.  
  391. -webkit-fiter:blur(1px);
  392. -webkit-transition:all 0.9s;
  393. -moz-transition:all 0.9s;
  394. -ms-transition:all 0.9s;
  395. -o-transition:all 0.9s;
  396. border-bottom-right-radius: 11px;
  397. border-bottom-left-radius:11px;
  398. border-top-left-radius: 11px;
  399. border-top-right-radius: 11px;
  400. -moz-border-radius-bottomright: 11px;
  401. -moz-border-radius-topleft: 11px;
  402. -moz-border-radius-bottomleft: 11px;
  403. -moz-border-radius-topright: 11px;
  404. }
  405.  
  406. #caption {
  407. {block:IfCaptions}
  408. display:none;
  409. {/block:IfCaptions}
  410. }
  411.  
  412. #quote {
  413.  
  414. font-size:12px;
  415. text-align:left;
  416. font-family:calibri;
  417. line-height:19px;
  418. font-style:italic;
  419. color:{color:text};
  420. word-spacing:1px;
  421. padding:15px;
  422.  
  423. }
  424.  
  425. #qsource {
  426. font-family:calibri;
  427. font-size:10px;
  428. text-align:center;
  429. margin-left:40px;
  430. color:{color:text};
  431. }
  432.  
  433. #art {
  434. width:70px;
  435. display:inline-block;
  436. max-width:70px;
  437. float:left;
  438. margin-left:70px;
  439. margin-right:20px;
  440. }
  441.  
  442. .playbox {
  443. margin-top:40px;
  444. margin-left:70px;
  445. height:47px;
  446. opacity:0;
  447. background-color:{color:post bg};
  448. position: absolute;
  449. border-radius: 30px;
  450. -webkit-transition: all 0.5s ease-in-out;
  451. -moz-transition: all 0.5s ease-in-out;
  452. -o-transition: all 0.5s ease-in-out;
  453. -ms-transition: all 0.5s ease-in-out;
  454. }
  455.  
  456. .playbox:hover {
  457. opacity:1;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. -ms-transition: all 0.5s ease-in-out;
  462. }
  463.  
  464. #asker {
  465. background:{color:post bg};
  466. {block:ifBorders}
  467. border:1px solid {color:text};
  468. {/block:ifBorders}
  469. padding:15px;
  470. }
  471.  
  472. #answer {
  473. text-transform:uppercase;
  474. text-align:right;
  475. }
  476.  
  477.  
  478. /*sidebar*/
  479.  
  480. #sidebar {
  481. width:250px;
  482. position:fixed;
  483. margin-left:100px;
  484. margin-top:100px;
  485. }
  486.  
  487. #title {
  488. font-size:27px;
  489. text-transform:uppercase;
  490. letter-spacing:5px;
  491. font-family: calibri
  492. text-align:left;
  493. margin-bottom:25px;
  494. color:{color:title};
  495. padding:29px;
  496. margin:-70px 0 120px 0 ;
  497. -webkit-transition: all 0.5s ease-in-out;
  498. -moz-transition: all 0.5s ease-in-out;
  499. -o-transition: all 0.5s ease-in-out;
  500. -ms-transition: all 0.5s ease-in-out;
  501.  
  502. }
  503.  
  504. #title a{
  505.  
  506. color:{color:title};
  507. -webkit-transition: all 0.5s ease-in-out;
  508. -moz-transition: all 0.5s ease-in-out;
  509. -o-transition: all 0.5s ease-in-out;
  510. -ms-transition: all 0.5s ease-in-out;
  511.  
  512. }
  513.  
  514. #title:hover {
  515. -webkit-transition: all 0.5s ease-in-out;
  516. -moz-transition: all 0.5s ease-in-out;
  517. -o-transition: all 0.5s ease-in-out;
  518. -ms-transition: all 0.5s ease-in-out;
  519.  
  520.  
  521. }
  522.  
  523.  
  524. #links {
  525. margin-top: -100px;
  526. margin-left:-100px;
  527. font-size:34px;
  528. font-family: calibri;
  529. text-transform:uppercase;
  530. text-align:right;
  531. letter-spacing:2px;
  532. padding-right:50px;
  533. line-height:170%;
  534. width:940px;
  535. background:{color:header};
  536. height:70px;
  537. font-style:normal;
  538.  
  539.  
  540. }
  541.  
  542.  
  543.  
  544. #links a{
  545. padding:3px;
  546. color:{color:post bg};
  547. letter-spacing:0px;
  548. text-decoration:none;
  549. -moz-transition-duration:1s;
  550. -webkit-transition-duration:1s;
  551. -o-transition-duration:1s;
  552.  
  553. }
  554.  
  555. #links a:hover{
  556. color:{color:links hover};
  557. -webkit-transition:all 0.9s;
  558. -moz-transition:all 0.9s;
  559. -ms-transition:all 0.9s;
  560. -o-transition:all 0.9s;
  561. transition:all 0.9s;
  562. -webkit-transition: all 0.5s ease-out;
  563. -moz-transition: all 0.5s ease-out;
  564. transition: all 0.5s ease-out;
  565.  
  566. }
  567.  
  568.  
  569. #description {
  570. padding:10px;
  571. text-align:center;
  572. margin:40px 0 0 40px;
  573. color:{color:desc text};
  574. font-family:calibri;
  575. line-height:12px;
  576. width:150px;
  577. {block:ifBorders}
  578. border:1px solid {color:header};
  579. {/block:ifBorders}
  580. background:{color:desc bg};
  581. }
  582.  
  583. /*pagination*/
  584.  
  585. #pagination {
  586. position:fixed;
  587. width:150px;
  588. padding:5px;
  589. right:70px;
  590. bottom:50px;
  591. font-size:22px;
  592. text-align:right;
  593. letter-spacing:1px;
  594. font-weight:bold;
  595. }
  596.  
  597.  
  598.  
  599.  
  600. #pagination a {
  601. color:{color:pagi};
  602. text-decoration:none;
  603. }
  604.  
  605. #pagination a:hover {
  606. color:{color:pagi hover};
  607. }
  608.  
  609.  
  610. /*html time again*/
  611.  
  612.  
  613. {CustomCSS}</style></head><body>
  614.  
  615. <!----sidebar html--->
  616.  
  617. <div id="sidebar">
  618.  
  619. <!----links--->
  620.  
  621. <div id="links">
  622.  
  623. <a href="{text:link1 url}" title="{text:link1 title}">+</a>
  624.  
  625. <a href="{text:link2 url}" title="{text:link2 title}">+</a>
  626.  
  627. <a href="{text:link3 url}" title="{text:link3 title}">+</a>
  628.  
  629. <a href="{text:link4 url}" title="{text:link4 title}">+</a>
  630.  
  631. <a href="{text:link5 url}" title="{text:link5 title}">+</a>
  632.  
  633. </div>
  634.  
  635. <!----title--->
  636.  
  637. <div id="title"><a href="/" title="refresh">{text:second title}</a></div>
  638.  
  639. <!----description--->
  640.  
  641. <div id="description">{Description}</div>
  642.  
  643. <!----pagination--->
  644.  
  645. <div id="pagination">
  646. {block:Pagination}
  647. {block:PreviousPage}
  648. <a href="{PreviousPage}">←</a>
  649. {/block:PreviousPage}
  650. {block:NextPage}
  651. <a href="{NextPage}">→</a>
  652. {/block:NextPage}
  653. {/block:Pagination}
  654. </div>
  655. </div>
  656.  
  657.  
  658. <!----posts--->
  659.  
  660.  
  661. <div id="entries">
  662. {block:Posts}
  663. <div id="post">
  664.  
  665. <!----text posts--->
  666.  
  667. {block:Text}
  668. <h1>
  669. {block:Title}
  670. {Title}
  671. {/block:Title}
  672. </h1>
  673. {Body}
  674. {/block:Text}
  675.  
  676. <!----photo posts--->
  677.  
  678. {block:Photo}
  679. {LinkOpenTag}
  680. <a href="{Permalink}">
  681. <img src="{PhotoURL-500}"></a>
  682. {LinkCloseTag}
  683. {block:Caption}
  684. <!----if you want to put captions on just get rid of {block:IfCaption} and {/block:ifCaption}--->
  685. {block:IfCaption}
  686. {Caption}
  687. {/block:IfCaption}
  688. {/block:Caption}
  689. {/block:Photo}
  690.  
  691. {block:Photoset}
  692. <div id="photoset">
  693. {Photoset-500}
  694. </div>
  695. {block:Caption}
  696. {block:IfCaption}
  697. {Caption}
  698. {/block:IfCaption}
  699. {/block:Caption}
  700. {/block:Photoset}
  701.  
  702. <!----quotes--->
  703.  
  704. {block:Quote}
  705. <div id="quote">
  706. <a href="{Permalink}">{Quote}</a>
  707. </div>
  708. {block:Source}
  709. <div class="qsource">
  710. <div id="src">—{Source}</div>
  711. </div>
  712. {/block:Source}
  713. {/block:Quote}
  714.  
  715. <!----links--->
  716.  
  717. {block:Link}
  718. <h1>
  719. <a href="{URL}" {Target}>{Name}</a>
  720. </h1>
  721. {block:Description}
  722. {Description}
  723. {/block:Description}
  724. {/block:Link}
  725.  
  726. <!----chats--->
  727.  
  728. {block:Chat}
  729. {block:Title}
  730. {Title}
  731. {/block:Title}
  732. {block:Lines}
  733. {block:Label}
  734. <b><u>{Label}</u></b>
  735. {/block:Label}
  736. {Line}
  737. <br>
  738. {/block:Lines}
  739. {/block:Chat}
  740.  
  741. <!---audio--->
  742.  
  743. {block:Audio}
  744. <left>
  745. {block:AlbumArt}
  746. <img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px;" />
  747. {/block:AlbumArt}
  748. <span class="audio">
  749. {AudioPlayer}
  750. </left>
  751. </span>
  752. {block:TrackName}
  753. <b><div style="font-family:calibri;">
  754. {TrackName}</b>
  755. </div>
  756. {/block:TrackName}
  757. {block:Artist}
  758. <div style=" padding-bottom:20px;">
  759. <b>by {Artist}</b>
  760. </div>
  761. {/block:Artist}
  762. {/block:Audio}
  763.  
  764. <!----video--->
  765.  
  766. {block:Video}
  767. {Video-500}
  768. {block:Caption}
  769. {block:IfCaption}
  770. {block:IfCaption}
  771. {Caption}
  772. {/block:IfCaption}
  773. {/block:IfCaption}
  774. {/block:Caption}
  775. {/block:Video}
  776.  
  777. <!---asks--->
  778.  
  779. {block:Answer}
  780. <div style="font-size:11px;">
  781. <div id="asker">
  782. <b><i>{Asker}</i></b> is typing...<i>
  783. {Question} </i><br>
  784. </div>
  785. </div>
  786. <left>
  787. <div style="padding:2px;margin-top:10px;font-size:11px;">
  788. <div id="answer">
  789. {Answer}
  790. </div>
  791. </font>
  792. </div>
  793. {/block:Answer}
  794.  
  795. <!---post info--->
  796.  
  797. <div id="info">
  798. <p><p></p></p>
  799. <a href="{Permalink}" title="{NoteCountWithLabel}" target="_blank">&bull;</a>&nbsp;
  800. {block:IfShowVia}
  801. {block:RebloggedFrom}
  802. <a href="{ReblogParentURL}" title="via" target="_blank">&bull;</a>
  803. {/block:RebloggedFrom}
  804. {/block:ifShowVia}&nbsp;<a href="{ReblogURL}" target="_blank" title="reblog">&bull;</a>
  805.  
  806. <!---tags-->
  807.  
  808. {block:IfShowTags}
  809. {block:HasTags}
  810. <div id="tags">
  811. {block:Tags}
  812. <a href="/tagged/{Tag}" target="_blank">#{tag}</a> |
  813. {/block:Tags}
  814. </div>
  815. {/block:HasTags}
  816. {/block:IfShowTags}
  817. </div>
  818. </div>
  819. {/block:Posts}
  820. </div></div></div>
  821. <br><br><br><br>
  822.  
  823. <!---end of posts-->
  824.  
  825. <!---credit-->
  826.  
  827. </div></div>
  828. <div style="position:fixed; bottom:10px; right:10px; color:black;">
  829. <a href="http://stravinskv.tumblr.com">◊</a>
  830. </div></html>
  831. </div>
  832. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement