Advertisement
rasperries

paracosm farahmir 2 side

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