Advertisement
rasperries

zara

Sep 14th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 KB | None | 0 0
  1. <!--
  2. By Solus Themes
  3.  
  4. Rules of the road:
  5. 1. Do not remove the credit
  6. 2. Do not use as a base code
  7. 3. Do not take bits of code
  8. Must like and reblog the theme post before using the theme!
  9. -->
  10.  
  11.  
  12. <html>
  13. <head>
  14. <title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  21.  
  22. <!--meta tags-->
  23. <meta name="color:Background" content="#f5f5f5"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Nav Links" content="#ffffff"/>
  27. <meta name="color:Header Bg" content="#ffffff"/>
  28. <meta name="color:Hover" content="##529ecc"/>
  29. <meta name="color:Border" content="#ffffff"/>
  30. <meta name="color:Info Bg" content="#ffffff"/>
  31. <meta name="color:Post Border" content="#ffffff"/>
  32. <meta name="color:Post" content="#ffffff"/>
  33. <meta name="color:Asker" content="#f8f8f8"/>
  34. <meta name="color:description" content="#000000"/>
  35. <meta name="color:Title" content="#000000"/>
  36.  
  37. <meta name="image:bg" content=""/>
  38. <meta name="image:header" content=""/>
  39. <meta name="if:Show header Img" content="0" />
  40. <meta name="if:Border" content="1" />
  41. <meta name="if:Lowercase Title" content="0" />
  42. <meta name="text:Next Page Text" content="Next" />
  43. <meta name="text:Prev Page Text" content="Prev" />
  44.  
  45. <meta name="text:Link 1" content="" />
  46. <meta name="text:Link 1 Text" content="link" />
  47. <meta name="text:Link 2" content="" />
  48. <meta name="text:Link 2 Text" content="link" />
  49. <meta name="text:Link 3" content="" />
  50. <meta name="text:Link 3 Text" content="" />
  51. <meta name="text:Link 4" content="" />
  52. <meta name="text:Link 4 Text" content="" />
  53. <meta name="text:Link 5" content="" />
  54. <meta name="text:Link 5 Text" content="" />
  55. <meta name="text:Link 6" content="" />
  56. <meta name="text:Link 6 Text" content="" />
  57. <meta name="if:Show Link 1" content="1" />
  58. <meta name="if:Show Link 2" content="1" />
  59. <meta name="if:Show Link 3" content="0" />
  60. <meta name="if:Show Link 4" content="0" />
  61. <meta name="if:Show Link 5" content="0" />
  62. <meta name="if:Show Link 6" content="0" />
  63. <meta name="color:scrollbarbg" content="ffffff"/>
  64.  
  65. <!-- links -->
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68. <script>
  69. $(document).ready(function() {
  70. //
  71. $('a.poplight[href^=#]').click(function() {
  72. var popID = $(this).attr('rel'); //Get Popup Name
  73. var popURL = $(this).attr('href'); //Get Popup href to define size
  74. var query= popURL.split('?');
  75. var dim= query[1].split('&');
  76. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  77. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/b28c104906c576285505ca134600853a/tumblr_inline_mfp5cwdybL1qh7cpd.gif" class="btn_close" title="Close" alt="Close" /></a>');
  78. var popMargTop = ($('#' + popID).height() + 80) / 2;
  79. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  80. //Apply Margin to Popup
  81. $('#' + popID).css({
  82. 'margin-top' : -popMargTop,
  83. 'margin-left' : -popMargLeft
  84. });
  85. $('body').append('<div id="fade"></div>');
  86. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  87. return false;
  88. });
  89. $('a.close, #fade').live('click', function() {
  90. $('#fade , .popup_block').fadeOut(function() {
  91. $('#fade, a.close').remove(); //fade them both out
  92. });
  93. return false;
  94. });
  95. });
  96. </script>
  97. <!-- tooltip-->
  98. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  99.  
  100. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  101.  
  102. <script>
  103.  
  104. (function($){
  105.  
  106. $(document).ready(function(){
  107.  
  108. $("a[title]").style_my_tooltips({
  109.  
  110. tip_follows_cursor:true,
  111.  
  112. tip_delay_time:40,
  113.  
  114. tip_fade_speed:400,
  115.  
  116. attribute:"title"
  117.  
  118. });
  119.  
  120. });
  121.  
  122. })(jQuery);
  123.  
  124. </script>
  125.  
  126.  
  127. <style type="text/css">
  128.  
  129. /* --- SCROLLBAR ---*/
  130.  
  131. ::-webkit-scrollbar {
  132. width: 5px;height: 5px;
  133. }
  134. ::-webkit-scrollbar-button:start:decrement,
  135. ::-webkit-scrollbar-button:end:increment {
  136. height: 0px;display: block;background-color:white;
  137. }
  138. ::-webkit-scrollbar-track-piece {
  139. background-color:none;
  140. }
  141. ::-webkit-scrollbar-thumb:vertical {
  142. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};
  143. }
  144.  
  145. /* --- BODY ---*/
  146. body {
  147. background:url('{image:bg}')no-repeat center center fixed;
  148. -webkit-background-size: cover;
  149. -moz-background-size: cover;
  150. -o-background-size: cover;
  151. background-size: cover;
  152. background-color:{color:background};
  153. margin: 0px;
  154. color: {color:text};
  155. font-family:times;
  156. font-size:9px;
  157. line-height:100%;
  158.  
  159.  
  160. }
  161.  
  162. #left{position:fixed;right:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999999;}
  163. #top{position:fixed;left:0;top:0;width:100%;height:30px;background:{color:Border};z-index:999999;}
  164. #bottom{position:fixed;left:0;bottom:0;width:100%;height:35px;background:{color:Border};z-index:999999;}
  165. #right{position:fixed;left:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999999;}
  166.  
  167. img {
  168. border:none;
  169. }
  170. a {
  171. text-decoration:none;
  172. text-align:left;
  173. outline:none;
  174. color:{color:Link};
  175. }
  176. a:hover {
  177. text-shadow: 3px 3px 2px {color:Hover};
  178. }
  179. blockquote {
  180. padding-left:10px;
  181. border-left:1px solid #fff;
  182. margin-left:10px;
  183. width:90%;
  184. }
  185. blockquote blockquote {
  186. padding-left:10px;
  187. border-left:1px solid #fff;
  188. }
  189. h1 {
  190. font-size:9px;
  191. text-transform:uppercase;
  192. }
  193. /*--Posts--*/
  194. #entries {
  195. width:250px;
  196. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  197. margin:auto;
  198. margin-top:-100px;
  199. font-size:9px;
  200. padding-top:50px;
  201. padding-bottom:75px;
  202. }
  203. #post {
  204. width:250px;
  205. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  206. padding:35px 35px 0px 35px;
  207. border:1px solid {color:Post Border};
  208. margin-top:100px;
  209. background-color:transparent;
  210. font-family: 'Roboto', sans-serif;
  211.  
  212. transition-duration: 0.8s;
  213. -moz-transition-duration: 0.8s;
  214. -webkit-transition-duration: 0.8s;
  215. -o-transition-duration: 0.8s;
  216. }
  217.  
  218. /*--quotes--*/
  219. .quote {
  220. font-size:9px;
  221. text-align:justify;
  222. padding:15px;
  223. font-weight:;
  224. border:1px solid {color:Post Border};
  225. line-height:150%;
  226. }
  227. /*-- audio--*/
  228. .newplayerbutton {
  229. position: relative;
  230. width: 28px;
  231. height: 27px;
  232. overflow: hidden;
  233. }
  234.  
  235. .playerbuttonhug {
  236. position: absolute;
  237. top: -11px;
  238. left: 0px;
  239. }
  240.  
  241.  
  242. .tumblr_audio_player {
  243. border: none;
  244. padding: 0px;
  245. margin: 0px;
  246. height: 50px;
  247. width: 500px;
  248. }
  249.  
  250. .playerbuttonbg {
  251. position: absolute;
  252. left: 30px;
  253. top: 30px;
  254. width: 28px;
  255. height: 28px;
  256. background-color: #ffffff;
  257. padding: 10px;
  258. -webkit-border-radius: 40px;
  259. -moz-border-radius: 40px;
  260. border-radius: 40px;
  261. opacity: .5;
  262. filter: alpha(opacity=40);
  263. -moz-opacity: 0.4;
  264. -khtml-opacity: 0.4;
  265. transition: opacity .7s ease-in-out;
  266. -moz-transition: opacity .7s ease-in-out;
  267. -webkit-transition: opacity .7s ease-in-out;
  268. }
  269.  
  270. .playerbuttonbg:hover {
  271. opacity: 1;
  272. filter: alpha(opacity=100);
  273. -moz-opacity: 1;
  274. -khtml-opacity: 1;
  275. }
  276.  
  277. .audioimgwrapper {
  278. position: absolute;
  279. left: 10px;
  280. top: 10px;
  281. -webkit-border-radius: 50px;
  282. -moz-border-radius: 50px;
  283. border-radius: 50px;
  284. overflow: hidden;
  285. width: 88px;
  286. height: 88px;
  287. }
  288.  
  289. .audioimgwrapper img {
  290. width: 100%;
  291. height: auto;
  292.  
  293. -webkit-border-radius: 50px;
  294. -moz-border-radius: 50px;
  295. border-radius: 50px;
  296. }
  297.  
  298. .trackdetails {
  299. width: auto;
  300. margin-top:17px;
  301. display:inline-block;
  302. margin-left: 100px;
  303. min-height: 85px;
  304. line-height:210%
  305. }
  306.  
  307. .audiowrapper {
  308. position: relative;
  309. display:inline-block;
  310. border:1px solid {color:Post Border};
  311. width:230px;
  312. {block:PermalinkPage}width:380px;{/block:PermalinkPage}
  313. padding:10px
  314. }
  315. /*-- text --*/
  316. .text {
  317. border:1px solid {color:Post Border};
  318. padding:10px;
  319. line-height:150%;
  320. }
  321. /*--Messages--*/
  322. #asker {
  323. padding:10px;
  324. font-family:'Roboto' sans-serif;
  325. letter-spacing:1px;
  326. text-align:left;
  327. font-style:;
  328. font-size:9px;
  329. margin-left:0px;
  330. background-color:{color:Asker};
  331. }
  332. .mssg {
  333. border:1px solid {color:Post Border};
  334. }
  335. /*--link--*/
  336. .link {
  337. padding:10px;
  338. border:1px solid {color:Post Border};
  339. line-height:110%;
  340. font-weight:600;
  341. }
  342. /*--header--*/
  343.  
  344. #header {
  345. width:200px;
  346. opacity:1;
  347. top:0px;
  348. background-color:{color:Header Bg};
  349. left:0px;
  350. text-align:right;
  351. height:100%;
  352. z-index:99999;
  353. padding:300px 75px 60px 100px;
  354. {block:IfShowHeaderImg} padding:200px 75px 60px 100px;{/block:IfShowHeaderImg}
  355. position:fixed;
  356. transition-duration: 0.8s;
  357. -moz-transition-duration: 0.8s;
  358. -webkit-transition-duration: 0.8s;
  359. -o-transition-duration: 0.8s;
  360.  
  361. }
  362. #header:hover {
  363. cursor:help;
  364. }
  365.  
  366.  
  367. #header img {
  368. width:75px;
  369. height:75px;
  370. border-radius:50%;
  371. padding-bottom:0px;
  372. margin-left:50px;
  373. border:5px solid {color:Background};
  374.  
  375. }
  376. #header img:hover{
  377. box-shadow: 3px 3px 3px {color:Hover};
  378. }
  379. #title {
  380. position:relative;
  381. font-family: 'Roboto', sans-serif;
  382. line-height:100%;
  383. font-size:20px;
  384. font-weight:lighter;
  385. text-transform:uppercase;
  386. {block:iflowercasetitle}
  387. text-transform:lowercase;
  388. {block:iflowercasetitle}
  389. width:200px;
  390. margin-top:0px;
  391. padding:10px 2px 0px 0px;
  392. text-align:right;
  393. float:left;
  394. display:block;
  395. z-index:9999999;
  396. color:{color:Title};
  397. }
  398. #title a{
  399. color:{color:Title};
  400. transition-duration: 0.1s;
  401. -moz-transition-duration: 0.1s;
  402. -webkit-transition-duration: 0.1s;
  403. -o-transition-duration: 0.1s;
  404.  
  405. }
  406. #title a:hover{
  407. text-shadow: 3px 3px 2px {color:Hover};
  408. cursor:help;
  409. }
  410. #description {
  411. position:relative;
  412. font-family: 'Roboto', sans-serif;
  413. line-height:100%;
  414. font-size:9px;
  415. font-style:italic;
  416. width:200px;
  417. margin-top:0px;
  418. padding:5px 0px 5px 0px;
  419. border-color:#f2f2f2;
  420. text-align:right;
  421. color:{color:description};
  422. float:left;
  423. }
  424.  
  425. .links {
  426. font-family: 'Roboto', sans-serif;
  427. font-size:9px;
  428. color:{color:Nav Links};
  429. text-transform:lowercase;
  430. margin-top:0px;
  431. width:500;
  432. padding:0px 0px 5px 20px;
  433. letter-spacing: 1px;
  434. display:block;
  435. }
  436. .links a{
  437. padding:20px 3px;
  438. line-height:200%;
  439. color:{color:Nav Links};
  440.  
  441. }
  442. .links ol {
  443. list-style-type: lower-roman;
  444. text-align:center;
  445. width:50px;
  446. }
  447. .links li {
  448. padding:10px 3px;
  449. }
  450. .links a:hover{
  451. text-shadow: 3px 3px 2px {color:Hover};
  452.  
  453. }
  454. /*--Info!--*/
  455. #info {
  456. text-align:center;
  457. text-transform:none;
  458. font-size:8px;
  459. padding:0px 5px 10px 5px;
  460. font-style:none;
  461. font-family: 'Roboto', sans-serif;
  462. margin:-5px auto;
  463. opacity:0;
  464. z-index:100;
  465. transition-duration: 0.8s;
  466. -moz-transition-duration: 0.8s;
  467. -webkit-transition-duration: 0.8s;
  468. -o-transition-duration: 0.8s;
  469. }
  470.  
  471. #post:hover #info {
  472. opacity:1;
  473. transition-duration: 0.8s;
  474. -moz-transition-duration: 0.8s;
  475. -webkit-transition-duration: 0.8s;
  476. -o-transition-duration: 0.8s;
  477. }
  478. #post:hover {
  479. background-color:{color:Info Bg};
  480. transition-duration: 0.8s;
  481. -moz-transition-duration: 0.8s;
  482. -webkit-transition-duration: 0.8s;
  483. -o-transition-duration: 0.8s;
  484. }
  485. /*--Tags!--*/
  486. #tags {
  487. opacity:1;
  488. padding:2px 0px;
  489. line-height:200%;
  490. font-weight:500;
  491. }
  492. #tags a{
  493. padding-left:3px;
  494.  
  495. }
  496. #tags a:hover{
  497. text-shadow: 3px 3px 2px {color:Hover};
  498.  
  499. }
  500.  
  501.  
  502. /*--Pagination!--*/
  503.  
  504. #pagination {
  505. width:200px;
  506. text-transform:lowercase;
  507. font-style:italic;
  508. font-size:9px;
  509. position:fixed;
  510. font-weight:600;
  511. padding:45px 0px;
  512. font-family: 'Roboto', sans-serif;
  513.  
  514. }
  515. #pagination a {
  516. margin:auto;
  517. font-family: 'Roboto', sans-serif;
  518. display:inline-block;
  519. text-decoration:none;
  520. color:#000;
  521. padding:5px 5px 5px 0px;
  522. }
  523. #pagination a:hover {
  524. text-shadow: 3px 3px 2px {color:Hover};
  525. }
  526. /* links */
  527. #fade { /*--Transparent background layer--*/
  528. display: none; /*--hidden by default--*/
  529. background: #000;
  530. position: fixed; left: 0; top: 0;
  531. width: 100%; height: 100%;
  532. opacity: .80;
  533. z-index: 9999;
  534. }
  535. .popup_block{
  536.  
  537. display: none; /*--hidden by default--*/
  538. color:#fff;
  539. padding: 5px;
  540. text-align:center;
  541. float: left;
  542. font-size: 12px;
  543. position: fixed;
  544. top: 50%; left: 60%;
  545. z-index: 99999;
  546. }
  547. img.btn_close {
  548. float: right;
  549. margin: -50px -2px 0 0;
  550. -webkit-filter: invert(100%);
  551. filter: invert(100%);
  552. }
  553. /*--Making IE6 Understand Fixed Positioning--*/
  554. *html #fade {
  555. position: absolute;
  556. }
  557. *html .popup_block {
  558. position: absolute;
  559. }
  560.  
  561. /*tooltip*/
  562. #s-m-t-tooltip {
  563.  
  564. max-width:300px;
  565.  
  566. opacity:1;
  567.  
  568. padding:4px;
  569.  
  570. margin:-30px 0px -10px 10px;
  571.  
  572. background-color:{color:Border}; /* change the background color */
  573.  
  574. border:0.5px solid; /* change the border color */
  575.  
  576. font-family:helvetica; /* change the font */
  577.  
  578. font-size:9px; /* change the font size */
  579.  
  580. letter-spacing:2px; /* change the letter spacing */
  581.  
  582. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  583.  
  584. color:{color:Link}; /* change the text color */
  585.  
  586. position:relative;
  587. z-index:999999;
  588.  
  589. }
  590.  
  591. {CustomCSS}
  592.  
  593.  
  594. </style>
  595. </head>
  596.  
  597. <body>{block:IfBorder}<div id="top"></div><br><br><br><div id="bottom"></div><div id="right"></div><div id="left"></div>{/block:IfBorder}
  598.  
  599.  
  600. <div id="header">
  601.  
  602. {block:IfShowHeaderImg} <img src="{image:header}"/></a>{/block:IfShowHeaderImg}
  603. <div id="title"><a href="#?w=400" rel="03" class="poplight">{Title}</a></div>
  604.  
  605. <div id="description">
  606. {Description}
  607. </div>
  608. <br>
  609. <div id="pagination">
  610. {block:Pagination}
  611. {block:PreviousPage}
  612. <a href="{PreviousPage}">{text:Prev Page Text}</a>
  613. {/block:PreviousPage}
  614. {block:NextPage}
  615. <a href="{NextPage}">{text:Next Page Text}</a>
  616. {/block:NextPage}
  617. {/block:Pagination}
  618. </div>
  619. </div>
  620. <div id="03" class="popup_block"><center>
  621. <div class="links">
  622. <ol>
  623. <li><a href="/">home</a></li>
  624. <li><a href="/ask">inbox</a> </li>
  625. {block:IfShowLink1}<li><a href="{text:Link 1}">{text:Link 1 Text}</a></li>{/block:IfShowLink1}
  626. {block:IfShowLink2}<li><a href="{text:Link 2}">{text:Link 2 Text}</a></li>{/block:IfShowLink2}
  627. {block:IfShowLink3}<li><a href="{text:Link 3}">{text:Link 3 Text}</a> </li>{/block:IfShowLink3}
  628. {block:IfShowLink4}<li><a href="{text:Link 4}">{text:Link 4 Text}</a></li> {/block:IfShowLink4}
  629. {block:IfShowLink5}<li><a href="{text:Link 5}">{text:Link 5 Text}</a></li> {/block:IfShowLink5}
  630. {block:IfShowLink6}<li><a href="{text:Link 6}">{text:Link 6 Text}</a></li>{/block:IfShowLink6}
  631. </ol>
  632. </div>
  633. </div>
  634.  
  635. <div id="entries">
  636. {block:Posts}<div id="post">
  637.  
  638. {block:Text}
  639. <div class="text">
  640. <h1>{block:Title}{Title}{/block:Title}</h1>
  641. {Body}
  642. </div>
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646.  
  647. {block:IndexPage}
  648. {LinkOpenTag}
  649. <img src="{PhotoURL-250}">
  650. {LinkCloseTag}
  651. {/block:IndexPage}
  652. {block:PermalinkPage}
  653. {LinkOpenTag}
  654. <img src="{PhotoURL-400}">
  655. {LinkCloseTag}
  656. {/block:PermalinkPage}
  657.  
  658. {block:Caption}{Caption}{/block:Caption}
  659. {/block:Photo}
  660.  
  661. {block:Photoset}
  662. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  663. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  664. {block:Caption}{Caption}{/block:Caption}
  665. {/block:Photoset}
  666.  
  667. {block:Quote}<div class="quote">{Quote}<br><br><i>{Source}</i></div>
  668. {/block:Quote}
  669.  
  670. {block:Link}
  671. <div class="link">
  672. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  673. {block:Description}{Description}{/block:Description}
  674. </div>
  675. {/block:Link}
  676.  
  677. {block:Chat}
  678. <div class="text">
  679. {block:Title}<h1>{Title}</h1>{/block:Title}
  680. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  681. {Line}<br>{/block:Lines}
  682. </div>
  683. {/block:Chat}
  684.  
  685. {block:Audio}
  686. {block:AudioPlayer}
  687. <div class="audiowrapper">
  688. <div class="playerbuttonbg">
  689. <div class="newplayerbutton">
  690. <div class="playerbuttonhug">
  691.  
  692. {AudioPlayerWhite}
  693.  
  694. </div>
  695. </div>
  696. </div>
  697.  
  698. <div class="trackdetails">
  699.  
  700. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  701. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  702. {PlayCountWithLabel}
  703.  
  704. </div>
  705. </div>
  706. {/block:AudioPlayer}
  707.  
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:Audio}
  710.  
  711. {block:Video}
  712. {block:IndexPage}{Video-250}{/block:IndexPage}
  713. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  714. {block:Caption}{Caption}{/block:Caption}
  715. {/block:Video}
  716.  
  717. {block:Answer}
  718. <div class="mssg">
  719. <div id="asker">
  720. <span style="font-family:'Roboto', sans-serif;font-size:9px;font-style:;">{Asker}: </span>{Question}</div><left><font face="'Roboto', sans-serif"><div style="padding:0px 5px;">{Answer}</div></font>
  721. </div>
  722. {/block:Answer}
  723.  
  724. <div id="info">
  725. <br><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a> / {NoteCount} notes{block:PermalinkPage}<br><br>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp;|&nbsp;{block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">Β©</a>{/block:ContentSource}&nbsp;<a href="{Permalink}"></a>{/block:PermalinkPage}
  726. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  727.  
  728. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  729.  
  730. {/block:Posts}
  731. </div>
  732. </div>
  733.  
  734.  
  735. </p>
  736.  
  737. <!--
  738. THEME MAKER CREDIT: DO NOT DELETE
  739. -->
  740.  
  741. <div style="position:fixed;color:{color:Link};bottom:10px; right:10px; font-size:8px; letter-spacing:1px; font-family:'Roboto', sans-serif;z-index:9999999999;"><script language="JavaScript">
  742. var ref = (''+document.referrer+'');
  743. var w_h = window.screen.width + " x " + window.screen.height;
  744. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4091188&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  745. </script></center></div>
  746. </body>
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement