Advertisement
rasperries

mcpoyles/farahmir/sleepings

Jan 8th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 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. *, body {
  135. cursor: url(http://static.tumblr.com/aegsbm3/yx8mynbjg/cursor__3_.png), crosshair;
  136. }
  137.  
  138.  
  139. img{
  140. opacity:1;
  141. border:none;
  142. text-decoration:none}
  143. h1, h2, h3, h4 {font-size:11px;font-weight:normal;}
  144. b, strong {font-weight:normal;
  145. color:{color:title}}
  146. i, em {
  147. color:{color:text}}
  148. p {
  149. margin-top:5px;
  150. margin-bottom:5px}
  151. ol {
  152. list-style:normal;}
  153. ul {
  154. list-style:circle;}
  155.  
  156. small {
  157. font-size:10px;}
  158.  
  159. big {
  160. font-size:10px;}
  161.  
  162. a {
  163. color:{color:link};
  164. border-bottom:1px solid #ddd;
  165. text-decoration:none; }
  166. a:hover {
  167. border-bottom:1px solid #999;
  168. text-decoration:none; }
  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. #sidebar {
  198. padding:5px;
  199. width:175px;
  200. left:50%;
  201. margin-left:-500px;
  202. top:120px;
  203. position:fixed;
  204. background-color:#ffffff;
  205. margin-right:5px;
  206. margin-top:0px;
  207. border-right:1px solid #ebebeb;
  208. padding-right:20px;}
  209.  
  210. .description {
  211. text-align:justify;
  212. line-height:12px;
  213. color:#707070;
  214. font-size:10px;
  215. font-family:times new roman;
  216. font-style:;}
  217.  
  218. .side-title {
  219. font-family:times new roman;
  220. font-weight:;
  221. font-size:9px;
  222. letter-spacing:3px;
  223. color:#cccccc;
  224. text-transform:uppercase;
  225. text-align:left;
  226. padding-bottom:0;
  227. -webkit-transform: skew(-0deg, 0deg);
  228. -moz-transform: skew(-0deg, 0deg);
  229. -o-transform: skew(-0deg, 0deg);
  230. margin-bottom:0;}
  231.  
  232. .side-title a {
  233. border-bottom:0px solid #cccccc;
  234. font-family:times new roman;
  235. font-size:9px;
  236. letter-spacing:3px;
  237. text-transform:uppercase;
  238. font-weight:;
  239. color:#999;
  240. text-align:left;}
  241.  
  242. .sidelinks {
  243. text-align:left;}
  244.  
  245. .sidelinks a {
  246. border-bottom:0px solid #cccccc;
  247. padding:0 3px 0 0;
  248. color:#999;
  249. background-color:#ffffff;
  250. font-family:times new roman;
  251. font-size:8px;
  252. text-transform:uppercase;
  253. letter-spacing:1px; }
  254.  
  255. .sidelinks a:hover {
  256. background-color:#ffffff; }
  257.  
  258.  
  259.  
  260. /*theme*/
  261. #title {font-size:11px;
  262. margin-bottom:15px;
  263. font-style:italic;
  264. margin-left:40px;
  265. position:relative;
  266. color:{color:title};}
  267. #title:before {position:Absolute;
  268. content:'';
  269. width:30px;
  270. left:-40px;
  271. top:6px;
  272. height:1px;
  273. background:{color:borders};}
  274. #title a {color:{color:title};letter-spacing:3px;
  275. text-transform:uppercase;font-size:9px;}
  276.  
  277. pre {width:400px!important;
  278. overflow-x:scroll;
  279. word-break:break-all;
  280. }
  281.  
  282. .con {left:50%;
  283. margin-left:-200px;
  284. {block:if500px}
  285. margin-left:-250px;
  286. {/block:if500px}
  287. position:absolute;
  288. top:0;
  289. }
  290. #ent {margin-top:100px;
  291. width:400px;
  292. {block:if500px}
  293. width:500px;
  294. {/block:if500px}
  295. {block:PermalinkPage}
  296. margin-bottom:100px;
  297. {/block:PermalinkPage}
  298. }
  299. #posts {
  300. width:400px;
  301. {block:if500px}
  302. width:500px;
  303. {/block:if500px}
  304. {block:IndexPage}
  305. margin-bottom:150px;
  306. {/block:IndexPage}
  307. {block:PermalinkPage}
  308. margin-bottom:25px;
  309. {/block:PermalinkPage}
  310. }
  311.  
  312. #posts img {
  313. max-width:400px;
  314. {block:if500px}
  315. max-width:500px;
  316. {/block:if500px}
  317. }
  318. #posts ul {margin:10px 0 10px 25px}
  319. #titlequote{
  320. font-size:10px;
  321. font-style:;
  322. margin:0 0px;
  323. color:{color:text};
  324. }
  325.  
  326.  
  327. #source {text-align:left;
  328. position:relative;
  329. margin-top:10px;
  330. margin-left:20px;}
  331.  
  332. #source:before {position:Absolute;
  333. content:'';
  334. width:15px;
  335. left:-20px;
  336. margin-top:6px;
  337. height:1px;
  338. background:{color:borders};}
  339.  
  340. #posts li, #posts blockquote {max-width: 100%;}
  341. .caption img {max-width:400px;}
  342. .caption {
  343. {block:ifnotshowcaptions}
  344. {block:indexpage}
  345. display:none;
  346. {/block:indexpage}
  347. {/block:ifnotshowcaptions}
  348. margin:10px 0;
  349. padding:0;
  350. width:100%;
  351. text-transform:none;
  352. }
  353.  
  354. .photo img {
  355. display:block;}
  356. .photoset {
  357. display:block;}
  358.  
  359. .te a {text-decoration:none;}
  360. .te a:hover {text-decoration:none;}
  361.  
  362. /*asks*/
  363. .q {
  364. padding:5px 0;
  365. font-style:italic;
  366. text-transform:none;
  367. }
  368. .as {letter-spacing:2px;
  369. text-transform:uppercase;
  370. font-size:8px;
  371. margin-left:20px;
  372. }
  373. .as:before {position:Absolute;
  374. content:'';
  375. width:15px;
  376. left:0px;
  377. margin-top:5px;
  378. height:1px;
  379. background:{color:borders};}
  380.  
  381. .as a {}
  382. .a {
  383. margin-top:15px;}
  384.  
  385. .a ol, li, blockquote {text-align:left;}
  386.  
  387. .chat ol {
  388. padding:0;
  389. list-style:none;
  390. }
  391.  
  392. .line.odd {
  393. padding:5px 0;
  394. }
  395.  
  396. .line.even {
  397. padding:5px 0;
  398. }
  399.  
  400. .label {font-weight:bold;
  401. padding-right:1px;
  402. color:{color:title};
  403. }
  404.  
  405. .tumblr_audio_player {width:400px;
  406. height:30px;
  407. }
  408. .player {width:30px;
  409. overflow:hidden;
  410. padding-left:10px;
  411. border-left:1px solid {color:borders};
  412. height:33px;
  413. float:left;
  414. padding-top:2px;
  415. border-right:10px solid {color:background};
  416. }
  417. .audio_info {
  418. padding-top:5px;
  419. letter-spacing:1px;
  420. font-size:8px;
  421. text-transform:uppercase;
  422. }
  423.  
  424. .plays {font-style:italic;
  425. text-transform:none;
  426. letter-spacing:0;
  427. font-size:10px;
  428. }
  429.  
  430. /*permalink and notes*/
  431.  
  432.  
  433. #permalink {
  434. margin-top:10px;
  435. font-size:7px;
  436. letter-spacing:1px;
  437. text-transform:uppercase;
  438. }
  439.  
  440. #permalink a {margin-right:5px;
  441. color:#999;
  442. }
  443.  
  444. .tags {
  445. {block:indexpage}
  446. {block:ifhidetags}
  447. display:none;
  448. {/block:ifhidetags}
  449. {/block:indexpage}
  450. position:relative;
  451. font-size:9px;
  452. margin-left:0px;
  453. -webkit-transition:all 0.6s;
  454. -moz-transition:all 0.6s;
  455. -ms-transition:all 0.6s;
  456. -o-transition:all 0.6s;
  457. transition:all 0.6s;
  458. }
  459.  
  460. .tags:before {position:Absolute;
  461. content:'';
  462. width:0;
  463. left:0px;
  464. margin-top:6px;
  465. height:1px;
  466. background:{color:borders};
  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. #permalink:hover .tags {padding-left:20px;
  474. -webkit-transition:all 0.6s;
  475. -moz-transition:all 0.6s;
  476. -ms-transition:all 0.6s;
  477. -o-transition:all 0.6s;
  478. transition:all 0.6s;}
  479. #permalink:hover .tags:before {width:15px;
  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.  
  487. .tags a{
  488. text-transform:none;
  489. font-style:italic;
  490. }
  491.  
  492. .pagenotes {
  493. {block:IndexPage}
  494. display: none!important;
  495. {/block:IndexPage}
  496. width:375px;
  497. {block:if500px}
  498. width:475px;
  499. {/block:if500px}
  500. padding:5px 0 5px 24px;
  501. font-size:7px;
  502. margin-bottom:20px;
  503. display:none;
  504. border-left:1px solid {color:borders};
  505. }
  506. .pagenotes img {
  507. display:none!important;}
  508. .pagenotes li {
  509. list-style-type:none;
  510. padding:5px 0px;
  511. text-align:left;
  512. font-size:7px;
  513. letter-spacing:1px;
  514. text-transform:uppercase;
  515. }
  516. .t {
  517. font-style:italic;
  518. color:{color:title};
  519. position:relative;
  520. font-size:12px;
  521. cursor:pointer;
  522. margin-top:25px;
  523. margin-bottom:10px;
  524. }
  525.  
  526. .t:hover {text-decoration:underline;}
  527.  
  528. {customCss}
  529.  
  530.  
  531. #tab1, #tab2, #tab3, #tab4 {
  532. display:none;
  533. position:Relative;
  534. }
  535. #tab1 {display:block;}
  536.  
  537. #lank a {
  538. line-height:25px;
  539. padding:10px 5px;
  540. font-style:italic;}
  541.  
  542. .butt {position:fixed;
  543. right:15px;
  544. bottom:15px;}
  545.  
  546. #cr {
  547. bottom:0px;
  548. right:10px;
  549. position:fixed;
  550. z-index:1000;
  551. padding:8px 9px;
  552. background-color:{color:background};
  553. }
  554. #cr a {
  555. font-size:7px;
  556. line-height:8px;
  557. background-color:transparent;
  558. font-family:times;
  559. letter-spacing:0px;
  560. color:#666;}
  561.  
  562. /*pagination*/
  563.  
  564. .pagination { text-align:right; color:#ffffff;text-transform:uppercase;border-bottom:0px solid #cccccc; }
  565. .current_page { background-color:#000000; padding:5px; margin:1px; }
  566. .jump_page, .next { background-color:#f2f2f2; padding:5px; margin:1px; }
  567.  
  568.  
  569. </style>
  570.  
  571. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  572.  
  573.  
  574. <script>
  575. $(document).ready(function(){
  576. $(".t").click(function(){
  577. $(".pagenotes").toggle();
  578. });
  579. });
  580.  
  581. </script>
  582.  
  583.  
  584. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  585. <script>
  586. $(document).ready(function(){
  587. {block:indexpage}
  588. $("a.one").click(function(){
  589. $("#tab1").show();
  590. $("#tab2").hide();
  591. $("#tab3").hide();
  592. $("#tab4").hide();
  593.  
  594. });
  595. {/block:indexpage}
  596. $("a.two").click(function(){
  597. $("#tab1").hide();
  598. $("#tab2").show();
  599. $("#tab3").hide();
  600. $("#tab4").hide();
  601. });
  602. $("a.three").click(function(){
  603. $("#tab1").hide();
  604. $("#tab2").hide();
  605. $("#tab3").show();
  606. $("#tab4").hide();
  607. });
  608. $("a.four").click(function(){
  609. $("#tab1").hide();
  610. $("#tab2").hide();
  611. $("#tab3").hide();
  612. $("#tab4").show();
  613. });
  614. });
  615.  
  616. </script>
  617.  
  618. <body>
  619.  
  620. <div class="con">
  621.  
  622. <div id="sidebar">
  623. <div class="side-title">
  624. <a href="/">{Title}</a></div>
  625.  
  626. <br>
  627. <div class="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.<br><br>
  628.  
  629. <div class="sidelinks">
  630. <a href="/" title="Index">I.</a>&nbsp;&nbsp;
  631. <a href="/info" title="About">II.</a>&nbsp;&nbsp;
  632. <a href="/faq" title="Message">III.</a>&nbsp;&nbsp;
  633. <a href="/tagged/!" title="edits">IV.</a>&nbsp;&nbsp;
  634. <a href="/nav" title="links">V.</a>
  635.  
  636. </div>
  637.  
  638. <br>
  639.  
  640. <div style="text-align:right; border-bottom:0px solid #cccccc; padding-top:10px;letter-spacing:2px;font-size:7px;margin-top:0px; margin-bottom:10px;text-transform:uppercase;color:#aaaaaa;">
  641. {block:Pagination}
  642.  
  643. {block:PreviousPage}
  644. <a href="{PreviousPage}">back</a>
  645. {/block:PreviousPage}
  646. &mdash;
  647. {block:NextPage}
  648. <a href="{NextPage}">next</a>
  649. {/block:NextPage}
  650. {/block:Pagination}
  651.  
  652. </div></div></div>
  653.  
  654. <div id="ent">
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661. <div id="tab1">
  662. {block:Posts}
  663. <div id="posts" >
  664.  
  665.  
  666.  
  667.  
  668.  
  669. {block:Quote}
  670.  
  671.  
  672. <div id="titlequote">{Quote}</div>
  673. {block:Source}<div id="source">{Source}</div>{/block:Source}
  674. {/block:Quote}
  675.  
  676.  
  677.  
  678. {block:Text}
  679.  
  680. {block:Title}
  681. <div id="title">{Title}</div>{/block:Title}
  682. <div class="te">{Body}</div>
  683.  
  684.  
  685. {/block:Text}
  686.  
  687. {block:Link}
  688.  
  689. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  690.  
  691. {/block:Link}
  692.  
  693. {block:Chat}
  694. {block:Title}
  695. <h1>{Title}</h1>
  696. {/block:Title}
  697. <div class="chat">
  698. <ol>{block:Lines}
  699. <li class="line {Alt}">
  700. {block:Label}
  701. <span class="label">
  702. {Label}</span>
  703. {/block:Label}{Line}</li>
  704. {/block:Lines}
  705. </ol></div>
  706. {/block:Chat}
  707.  
  708. {block:Photo}
  709. <div class="photo">
  710. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  711. </div>
  712. {/block:Photo}
  713.  
  714. {block:Photoset}
  715. <div class="photoset">
  716. {block:ifnot500px}
  717. {Photoset-400}
  718. {/block:ifnot500px}
  719. {block:if500px}
  720. {Photoset-500}
  721. {/block:if500px}
  722. </div>
  723. {/block:Photoset}
  724.  
  725.  
  726.  
  727. {block:Answer}
  728. <div class="as">{Asker} said:</div>
  729. <div class="q">
  730. {Question}</div>
  731. <div class="a">{Answer}</div>
  732.  
  733. {/block:Answer}
  734.  
  735. {block:Video}
  736. {block:ifnot500px}
  737. {video-400}
  738. {/block:ifnot500px}
  739. {block:if500px}
  740. {video-500}
  741. {/block:if500px}
  742. {/block:Video}
  743.  
  744. {block:Audio}{block:AudioPlayer}
  745. <div class="player">{AudioPlayerWhite}</div>
  746. {/block:AudioPlayer}
  747. <div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}<div class="plays">{block:Artist}{Artist} &mdash; {/block:Artist}
  748. {playcountwithlabel}</div></div>
  749. {/block:Audio}
  750.  
  751. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  752.  
  753. {block:Date}
  754. <div id="permalink">
  755. <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}
  756. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  757. </div>
  758. {/block:Date}
  759.  
  760.  
  761. </div>
  762.  
  763.  
  764. {block:PostNotes}
  765. <div class="t">Notes</div>
  766. <div class="pagenotes">
  767. {PostNotes}
  768. </div>
  769. {/block:PostNotes}
  770.  
  771.  
  772. {/block:Posts}
  773.  
  774. </div>
  775.  
  776.  
  777. <!--description here, feel free to add text and stuff go wild-->
  778. <div id="tab2">
  779. <div id="description">
  780. <div id="title">{text:about title}</div>
  781. trish, twenty one, gemini (she/her)<br>
  782. i like cute boys, romance novels, indian food, cold coffee and pastel colors.<br><br>
  783. currently reading:<br>
  784. <ul>
  785. <li>the bell jar by sylvia plath</li>
  786. <li>the girlfriend by abigail barnette</li>
  787.  
  788. </ul>
  789. </div>
  790. </div>
  791.  
  792.  
  793. <!--ask box here-->
  794. <div id="tab3">
  795. <div id="title">{text:ask title}</div>
  796.  
  797. <iframe frameborder="0" height="250" id="ask_form" scrolling="auto" src="http://www.tumblr.com/ask_form/{text:url}.tumblr.com"
  798. width="100%">
  799. </iframe>
  800. </div>
  801.  
  802.  
  803.  
  804. <!--links here, you can add tags too idc-->
  805. <div id="tab4">
  806. <div id="lank">
  807. <div id="title">{text:link title}</div>
  808. {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}
  809. </div>
  810. </div>
  811.  
  812. </div>
  813. </div>
  814.  
  815. </div>
  816.  
  817.  
  818. <div id="cr"><script language="JavaScript">
  819. var ref = (''+document.referrer+'');
  820. var w_h = window.screen.width + " x " + window.screen.height;
  821. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  822. </script></div>
  823.  
  824.  
  825. {block:ContentSource}
  826. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  827. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  828. {/block:SourceLogo}
  829. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  830. {/block:ContentSource}
  831. </body>
  832.  
  833. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement