septims

Curator

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