Advertisement
rasperries

paracosm farahmir

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