Advertisement
rasperries

250 never let me go

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