Advertisement
rasperries

cosmos farahmir

Feb 8th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.98 KB | None | 0 0
  1.  
  2. <!-- °°° Made by septim °°° -->
  3.  
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#cccccc"/>
  18. <meta name="color:Link" content="#a7a7a7"/>
  19. <meta name="color:Title"content="#070707"/>
  20. <meta name="color:Blog Title"content="#aaaaaa"/>
  21. <meta name="color:Scrollbar" content="#d5d5d5" />
  22. <meta name="color:Link Hover" content="#aaaaaa"/>
  23. <meta name="color:Post Separator" content="#cccccc"/>
  24. <meta name="color:Accents" content="#F5F3F7"/>
  25. <meta name="color:Borders" content="#eeeeee"/>
  26.  
  27. <meta name="if:Top Sidebar" content="0"/>
  28. <meta name="if:Hide Captions" content="0"/>
  29. <meta name="if:Show Tags" content="0"/>
  30. <meta name="if:Show Title" content="1"/>
  31. <meta name="if:Stretch Background" content="0"/>
  32. <meta name="if:Borders" content="1"/>
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Background" content=""/>
  36.  
  37. <meta name="text:Link 1 URL" content="" />
  38. <meta name="text:Link 1" content="" />
  39. <meta name="text:Link 2 URL" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 3 URL" content="" />
  42. <meta name="text:Link 3" content="" />
  43. <meta name="text:Link 4 URL" content="" />
  44. <meta name="text:Link 4" content="" />
  45. <meta name="text:Link 5 URL" content="" />
  46. <meta name="text:Link 5" content="" />
  47. <meta name="text:Link 6 URL" content="" />
  48. <meta name="text:Link 6" content="" />
  49.  
  50.  
  51. <!-- jquery -->
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:30,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82.  
  83.  
  84. <!--CSS customization here. -->
  85.  
  86. <style type="text/css">
  87.  
  88. iframe#tumblr_controls { white-space:nowrap!important;
  89. top:15px!important;
  90. right:15px!important;
  91. position:fixed!important;
  92. -webkit-filter: invert(100%);
  93. -moz-filter: invert(100%);
  94. -o-filter: invert(100%);
  95. -ms-filter: invert(100%);
  96. filter: invert(100%);
  97. opacity:.5;
  98. transition: .4s ;
  99. -webkit-transition: .4s ;
  100. -moz-transition: .4s ;
  101. -o-transition: .4s ; }
  102.  
  103. iframe#tumblr_controls:hover {
  104. opacity:1;
  105. transition: .4s ;
  106. -webkit-transition: .4s ;
  107. -moz-transition: .4s ;
  108. -o-transition: .4s ;}
  109.  
  110.  
  111. #s-m-t-tooltip{
  112. position:absolute;
  113. margin:15px;
  114. z-index:9999;
  115. letter-spacing:1px;
  116. border:1px solid {color:accents};
  117. font-size:8px;
  118. font-family:consolas;
  119. background:{color:background};
  120. color:{color:text};
  121. text-transform:uppercase;
  122. padding:0px 3px;
  123. }
  124.  
  125.  
  126.  
  127.  
  128. /*scrollbar*/
  129. ::-webkit-scrollbar{height: 4px;
  130. width: 4px;
  131. background-color:{color:background}}
  132. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  133. ::-webkit-scrollbar-track{background-color:{color:background};}
  134.  
  135.  
  136.  
  137. /*main structure*/
  138. blockquote {padding-left: 15px;
  139. padding-top:3px;
  140. padding-bottom:3px;
  141. padding-right:0px;
  142. border-left:solid 1px #eee;
  143. margin-left:0px;
  144. margin-top:5px;
  145. width:95%;
  146. text-align:justify;
  147. }
  148.  
  149.  
  150.  
  151. body {
  152. background:{color:background} url('{image:background}') center center fixed repeat;
  153. {block:ifstretchbackground}
  154. -webkit-background-size: cover;
  155. -moz-background-size: cover;
  156. -o-background-size: cover;
  157. background-size: cover;
  158. {/block:ifstretchbackground}
  159. color:{color:text};
  160. font-family:sans-serif;
  161. font-size:9px;
  162. letter-spacing:0.03em;
  163. text-align:justify;
  164. margin:0;
  165. line-height:155%;}
  166.  
  167.  
  168. a {
  169. color:{color:link};
  170. text-decoration:none;
  171. }
  172.  
  173. a:hover {color:{color:link hover};
  174. }
  175.  
  176. img{
  177. opacity:1;
  178. border:none;
  179. text-decoration:none}
  180.  
  181.  
  182. b, strong {
  183. color:{color:title}; font-weight:normal;}
  184. i, em { }
  185.  
  186. small {
  187. font-size:9px;
  188. }
  189.  
  190. big {
  191. font-size:9px;
  192. }
  193.  
  194.  
  195. p {margin:0};
  196.  
  197. p:first-of-type {margin-top:0;
  198. padding-top:0;
  199. }
  200. p:last-of-type {margin-bottom:0;
  201. padding-bottom:0;
  202. }
  203.  
  204. #left, #right, #top, #bottom {position:fixed;
  205. background:{color:borders};
  206. z-index:99;
  207. }
  208.  
  209. #left {height:100%;
  210. width:15px;
  211. left:0;
  212. top:0;}
  213.  
  214. #right {height:100%;
  215. width:15px;
  216. right:0;
  217. top:0;}
  218.  
  219. #top {height:15px;
  220. width:100%;
  221. right:0;
  222. top:0;}
  223.  
  224. #bottom {height:15px;
  225. width:100%;
  226. right:0;
  227. bottom:0;}
  228.  
  229. ol {
  230. list-style:lower-roman;
  231. text-align:justify;}
  232. ul {
  233. list-style:circle;
  234. text-align:justify;}
  235.  
  236.  
  237.  
  238.  
  239. #title {font-size:9px;
  240. letter-spacing:2px;
  241. text-transform:uppercase;
  242. text-align:center;
  243. margin-bottom:25px;
  244. color:{color:title};}
  245. #title a {color:{color:title};}
  246.  
  247.  
  248.  
  249.  
  250. /*header*/
  251.  
  252. #headers {
  253. text-align:left;
  254. width:150px;
  255. {block:ifnottopsidebar}
  256. bottom:50px;
  257. {/block:ifnottopsidebar}
  258. {block:iftopsidebar}
  259. top:50px;
  260. {/block:iftopsidebar}
  261. left:50px;
  262. position:fixed;
  263. }
  264.  
  265. #si img:hover {opacity:.7;
  266. transition:0.4s;
  267. -o-transition-transition:0.4s;
  268. -webkit-transition-duration:0.4s;
  269. -moz-transition-duration:0.4s;}
  270.  
  271.  
  272. #si img {width:75px;
  273. height:75px;
  274. border-radius:100%;
  275. margin-bottom:20px;
  276. transition:0.4s;
  277. -o-transition-transition:0.4s;
  278. -webkit-transition-duration:0.4s;
  279. -moz-transition-duration:0.4s;
  280. }
  281.  
  282. #blogt {font-size:20px;
  283. margin-bottom:5px;
  284. font-weight:bold;
  285. text-transform:lowercase;
  286. color:{color:blog title};
  287. }
  288.  
  289.  
  290.  
  291. .standardlinks{
  292. text-transform:lowercase;
  293. }
  294. .standardlinks a {margin-right:5px;
  295. cursor:pointer;
  296. }
  297. .standardlinks img {margin-right:5px;
  298. }
  299.  
  300.  
  301.  
  302. #description {margin-top:15px;
  303. padding:3px;
  304. display:none;
  305. text-align:justify;
  306. border:0px solid #f5f5f5;
  307. border-style:double;
  308.  
  309. }
  310.  
  311. #links {display:none;
  312. margin-top:15px;
  313. position:relative;
  314. width:160px;
  315. }
  316. #links a {text-transform:capitalize;
  317. font-size:9px;
  318. width:62px;
  319. padding:0 5px;
  320. background:{color:accents};
  321. float:left;
  322. margin-right:5px;
  323. margin-bottom:5px;
  324. display:inline-block;
  325.  
  326. }
  327.  
  328. /*pagination*/
  329. #pagination {
  330. text-align:center;
  331. margin:100px 0;
  332. font-size:6px;
  333. letter-spacing:2px;
  334. text-transform:uppercase;
  335. font-weight:;
  336. color:{color:link};
  337. {block:PermalinkPage}
  338. margin:25px 0;
  339. {/block:PermalinkPage}
  340. }
  341.  
  342.  
  343. #pagination a {
  344. display:inline-block;
  345. margin:0 10px;
  346. color:{color:link};
  347. }
  348.  
  349.  
  350. a.tumblr_blog {font-size:6px;
  351. letter-spacing:2px;
  352. text-transform:uppercase;
  353. }
  354.  
  355.  
  356. /*container*/
  357. #con {
  358. left:50%;
  359. margin-left:-190px;
  360. position:absolute;
  361. }
  362.  
  363.  
  364.  
  365. /*posts*/
  366.  
  367. #entries {
  368. margin:50px 0;
  369. width:330px;
  370. }
  371.  
  372.  
  373.  
  374. #posts {
  375. width:350px;
  376. border-bottom:1px solid {color:post separator};
  377. position:relative;
  378. {block:IndexPage}
  379. margin-bottom:35px;
  380. padding:15px 15px 50px 15px;
  381. {/block:IndexPage}
  382. {block:PermalinkPage}
  383. padding:15px 15px 30px 15px;
  384. {/block:PermalinkPage}
  385. }
  386. #posts img {
  387. max-width:350px;
  388. display:block;
  389. }
  390.  
  391.  
  392. #buttt img {width:350px;}
  393.  
  394. #titlequote {
  395. font-size:12px;
  396. line-height:150%;
  397. padding:0px;
  398. font-weight:Bold;
  399. background:#fff;
  400. font-style:italic;
  401. font-family:arial;
  402. color:{color:title};
  403. }
  404.  
  405. #source {
  406. text-align:right;
  407. margin-top:10px;
  408. font-family:;
  409. text-transform:uppercase;
  410. letter-spacing:2px;
  411. font-weight:normal;
  412. font-size:6px;
  413. background:#000;
  414. color:#fff;
  415. padding:0 5px;
  416. }
  417. #source a {text-decoration:none;
  418. color:#ffffff;
  419. }
  420.  
  421. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  422. .caption img{
  423. max-width:350px;
  424. }
  425. .caption {text-transform:none;
  426. margin-top:15px;
  427. padding:15px 15px 0px 15px;
  428. background:#fff;
  429. {block:IfHideCaptions}
  430. {block:IndexPage}
  431. display:none;
  432. {/block:IndexPage}
  433. {/block:IfHideCaptions}
  434. }
  435.  
  436.  
  437. /*audio*/
  438.  
  439.  
  440.  
  441. .tumblr_audio_player {width:350px;
  442. height:30px;
  443. margin-top:-2px;
  444. }
  445.  
  446. .player {width:75px;
  447. height:25px;
  448. display:block;
  449. overflow:hidden;}
  450.  
  451. .hold {
  452. background:white;
  453. display:block;
  454. border:10px solid {color:Accents};
  455. }
  456.  
  457. .audio_info {
  458. display:block;
  459. background:{color:accents};
  460. color:#888;
  461. padding:5px;
  462. margin-top:10px;
  463. letter-spacing:2px;
  464. font-size:6px;
  465. text-transform:uppercase;
  466. }
  467. .audio_info b {
  468. padding:0 5px;
  469. display:inline-block;
  470. }
  471.  
  472. .audio_info span {display:block;}
  473.  
  474.  
  475. /*asks*/
  476. .q {
  477. padding-left:10px;
  478. border-left: 1px solid {color:borders};
  479. margin:0 0 0 50px;
  480. text-align:left;
  481. min-height:40px;
  482. }
  483. .as img {display:block;
  484. width:30px;
  485. height:30px;
  486. cursor:help;
  487. border:5px solid {color:accents};
  488. margin:0px;
  489. border-radius:100%;}
  490. .as {
  491. float:left;}
  492. .as a {color:{color:text};
  493. text-decoration:none;
  494. }
  495. .as a:hover {color:{color:link hover}}
  496. .a {margin-top:10px}
  497.  
  498.  
  499.  
  500.  
  501.  
  502. .chat ol {
  503. margin:0;
  504. padding:0;
  505. line-height:180%;
  506. list-style:none;
  507. }
  508.  
  509.  
  510. .line.odd {
  511. padding:5px;
  512. background:{color:accents};
  513. }
  514.  
  515. .line.even {
  516. padding:5px;
  517. }
  518.  
  519. .label {font-weight:bold;
  520. display:inline-block;
  521. color:{color:title};
  522. }
  523.  
  524.  
  525.  
  526.  
  527.  
  528. /*permalink and notes*/
  529.  
  530.  
  531. #permalink {
  532. text-align:center;
  533. position:Absolute;
  534. width:350px;
  535. padding:0 15px;
  536. left:0;
  537. bottom:-8px;
  538. font-size:6px;
  539. text-transform:uppercase;
  540. font-weight:normal;
  541. letter-spacing:2px;
  542. {block:indexpage}
  543. opacity:0;
  544. {/block:indexpage}
  545. }
  546. #permalink a {display:inline-block;
  547. text-align:center;
  548. color:{color:link};
  549. background:{color:background};
  550. padding:0 3px;
  551. margin:0 -1px;
  552. }
  553.  
  554. #posts:hover #permalink {opacity:1;
  555. transition:0.6s;
  556. -o-transition-transition:0.6s;
  557. -webkit-transition-duration:0.4s;
  558. -moz-transition-duration:0.4s;
  559. }
  560.  
  561. .tags {{block:ifNotShowTags}
  562. {block:IndexPage}
  563. display:none;
  564. {/block:IndexPage}
  565. {/block:ifNotShowTags}
  566. word-break:break-all;
  567. margin-top:30px;
  568.  
  569. }
  570. .tags a{margin-right:5px;
  571. text-transform:lowercase;
  572. font-size:9px;
  573. font-style:italic;
  574. text-decoration:;}
  575.  
  576. .tags a:hover {margin-right:5px;
  577. text-transform:lowercase;
  578. font-size:9px;
  579. color:#777;
  580. font-style:italic;
  581. text-decoration:underline;}
  582.  
  583.  
  584. .pagenotes {
  585. width:380px;
  586. text-align:center;
  587. margin-bottom:100px;
  588. color:{color:link};
  589. }
  590. .pagenotes ol {margin:0;
  591. padding:0;
  592. text-align:left;
  593. }
  594. .same {display:none;}
  595. .pagenotes img {
  596. display:none!important;}
  597. .pagenotes li {
  598. padding:0 5px;
  599. color:{color:link};
  600. background:{color:accents};
  601. display:block;
  602. margin:5px 0;
  603. list-style-type:none;
  604. line-height:250%;
  605. font-size:6px;
  606. letter-spacing:2px;
  607. text-transform:uppercase;
  608. }
  609. .t {margin-bottom:25px;
  610. font-size:8px;
  611. cursor:pointer;
  612. text-align:center;
  613. font-weight:;
  614. letter-spacing:2px;
  615. color:{color:link};
  616. text-transform:uppercase;}
  617.  
  618. #text {position:fixed;
  619. right:15px;
  620. font-size:8px;
  621. bottom:15px;
  622. width:25px;
  623. color:#aaa;
  624. height:25px;
  625. line-height:25px;
  626. text-align:center;
  627. }
  628. #cover {background:{color:background};
  629. width:25px;
  630. height:25px;
  631. position:absolute;
  632. color:{color:title};
  633. z-index:5;
  634. }
  635.  
  636. {CustomCSS}
  637.  
  638.  
  639. </style>
  640.  
  641. <script>
  642. $(document).ready(function() {
  643. $('.t').click(function() {
  644. $('.same').fadeToggle(500);
  645. });
  646. $('.ab').click(function() {
  647. $("#description").slideToggle(500);
  648. });
  649. $('.li').click(function() {
  650. $("#links").slideToggle(500);
  651. });
  652. });
  653. </script>
  654.  
  655.  
  656.  
  657.  
  658.  
  659. </head>
  660.  
  661. <body>
  662. {block:ifBorders}
  663. <div id="left"></div><div id="right"></div><div id="top"></div><div id="bottom"></div>
  664. {/block:ifBorders}
  665. <div id="con">
  666.  
  667.  
  668. <div id="headers">
  669. <div id="si"><a href="/"><img src="{image:sidebar}"></a></div>
  670. {block:IfShowTitle}
  671. <div id="blogt">{Title}</div>
  672. {/block:IfShowTitle}
  673. <div class="standardlinks">
  674. <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png">
  675. <a href="/">home</a>
  676. <a href="/faq">message</a>
  677. <a class="ab">about</a>
  678. <a class="li">links</a>
  679. <a href="/archive">archive</a>
  680. </div>
  681. <div id="description">
  682. trish, twenty one (she/her)<br><i>I have galaxies hidden between my bones and I will love you until the stars burn out.</i>
  683. </div>
  684. <div id="links">
  685. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  686. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  687. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  688. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  689. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  690. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  691. </div>
  692.  
  693. </div>
  694.  
  695.  
  696. <div id="entries">
  697.  
  698. {block:Posts}
  699. <div id="posts">
  700.  
  701. {block:Date}
  702. <div id="permalink">
  703. <a href="{Permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>
  704. {block:NoteCount}<a href="{Permalink}">({NoteCount})</a>{/block:NoteCount}
  705. <span class="bush"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  706. {block:PermalinkPage}
  707. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via&nbsp;</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  708. </div>
  709. {/block:Date}
  710.  
  711. {block:Quote}
  712.  
  713.  
  714. <div id="titlequote">{Quote}</div>
  715. {block:Source}<div id="source">{Source}</div>{/block:Source}
  716. {/block:Quote}
  717.  
  718.  
  719.  
  720. {block:Text}
  721. {block:Title}<div id="title">{Title}</div>{/block:Title}
  722.  
  723. {Body}
  724. {/block:Text}
  725.  
  726. {block:Link}
  727.  
  728. <div id="title"><a href="{URL}">{Name}</a></div>
  729. {block:Description}{Description}{/block:Description}
  730.  
  731. {/block:Link}
  732.  
  733. {block:Chat}
  734. {block:Title}
  735. <h1>{Title}</h1>
  736. {/block:Title}
  737. <div class="chat">
  738. <ol>{block:Lines}
  739. <li class="line {Alt}">
  740. {block:Label}
  741. <span class="label">
  742. {Label}</span>
  743. {/block:Label}{Line}</li>
  744. {/block:Lines}
  745. </ol></div>
  746. {/block:Chat}
  747.  
  748. {block:Photo}
  749. <div id="buttt">
  750. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  751. {/block:Photo}
  752.  
  753. {block:Photoset}
  754. {Photoset}
  755. {/block:Photoset}
  756.  
  757. {block:Video}
  758. {Video-400}
  759. {/block:Video}
  760.  
  761.  
  762.  
  763. {block:Audio}
  764. {block:AudioPlayer}
  765. <div class="hold">
  766. <div class="player">{AudioPlayerWhite}</div>
  767. </div>
  768. {/block:AudioPlayer}
  769. <div class="audio_info">
  770. {block:TrackName}<span><b>Track:</b> {TrackName}</span>{/block:TrackName}
  771. {block:Artist}<span><b>Artist:</b> {Artist}</span>{/block:Artist}
  772. <span><b>Plays:</b> {playcount}</span>
  773. </div>
  774. {/block:Audio}
  775.  
  776. {block:Answer}
  777. <div class="as"><a href="{askerUrl}" title="{Askername}"><img src="{AskerPortraitURL-128}"></a></div>
  778. <div class="q">
  779. {Question}</div>
  780. <div class="a">{Answer}</div>
  781.  
  782. {/block:Answer}
  783.  
  784. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  785.  
  786. {block:Date}
  787. {block:HasTags}<div class="tags">Indexed: {block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  788. {/block:Date}
  789.  
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795. {/block:Posts}
  796.  
  797. </div>
  798.  
  799. {block:Pagination}
  800. <div id="pagination">
  801. {block:PreviousPage}
  802. <a href="{PreviousPage}"style="margin-left:50px" >back</a>
  803. {/block:PreviousPage}
  804. {block:NextPage}
  805. <a href="{NextPage}" style="margin-left:50px">next</a>
  806. {/block:NextPage}
  807. </div>
  808. {/block:Pagination}
  809. {block:PermalinkPagination}
  810. <div id="pagination">
  811. {block:NextPost}<a href="{nextpost}" style="font-weight:">previous post</a>{/block:NextPost}
  812. {block:PreviousPost}<a href="{previouspost}" style="">next post</a>{/block:PreviousPost}
  813. </div>
  814. {/block:PermalinkPagination}
  815.  
  816. {block:PostNotes}
  817. <div class="pagenotes">
  818. <div class="t">Notes</div>
  819. <div class="same">{PostNotes}</div>
  820. </div>
  821. {/block:PostNotes}
  822. </div>
  823. <div id="text"><script language="JavaScript">
  824. var ref = (''+document.referrer+'');
  825. var w_h = window.screen.width + " x " + window.screen.height;
  826. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  827. </script></div>
  828.  
  829. </div>
  830.  
  831.  
  832. {block:ContentSource}
  833. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  834. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  835. {/block:SourceLogo}
  836. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  837. {/block:ContentSource}
  838.  
  839. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement