Advertisement
limaisa

preliminaress

Jul 23rd, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.14 KB | None | 0 0
  1. <head>
  2.  
  3.   <!-- THEME POR INCESTA! NÃO COPIE. NÃO IMITE. PLÁGIO É CRIME -->
  4.      
  5.      
  6.       <title>{Title}</title>
  7.         <link rel="shortcut icon" href="{Favicon}">
  8.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.         {block:Description}
  10.   <meta name="description" content="{MetaDescription}" />
  11.         {/block:Description}
  12.        
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <head>
  17.  
  18. <link rel="stylesheet" href="http://static.tumblr.com/ssvjggv/Tjumkub1q/boucing_transition_by_lovsets.css" media="screen"/>
  19.  
  20.  
  21. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  22.  
  23. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  24. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  25. <script type="text/javascript">
  26. $(window).load(function () {
  27. $('#entry').masonry(),
  28. $('.masonryWrap').infinitescroll({
  29. navSelector : ".posts",
  30. nextSelector : "#page a#p",
  31. itemSelector : ".posts",
  32. bufferPx : 10000,
  33. extraScrollPx: 10000,
  34. loadingImg : "",
  35. loadingText : "",
  36. },
  37. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  38. );
  39. });
  40. </script>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
  43. <script src="http://tumbletricks.webs.com/like.js"></script>
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  50.  
  51. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  52. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  53. <script type="text/javascript">
  54. $(window).load(function () {
  55. $('#entry').masonry(),
  56. $('.masonryWrap').infinitescroll({
  57. navSelector : ".posts",
  58. nextSelector : "#page a#p",
  59. itemSelector : ".posts",
  60. bufferPx : 10000,
  61. extraScrollPx: 10000,
  62. loadingImg : "",
  63. loadingText : "",
  64. },
  65. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  66. );
  67. });
  68. </script>
  69.  
  70.  
  71. <script type="text/javascript">
  72. //dsblt
  73. function desabilitaMenu(e)
  74. {
  75. if (window.Event)
  76. {
  77. if (e.which == 2 || e.which == 3)
  78. return false;
  79. }
  80. else
  81. {
  82. event.cancelBubble = true
  83. event.returnValue = false;
  84. return false;
  85. }
  86. }
  87.  
  88. //dsblt
  89. function desabilitaBotaoDireito(e)
  90. {
  91. if (window.Event)
  92. {
  93. if (e.which == 2 || e.which == 3)
  94. return false;
  95. }
  96. else
  97. if (event.button == 2 || event.button == 3)
  98. {
  99. event.cancelBubble = true
  100. event.returnValue = false;
  101. return false;
  102. }
  103. }
  104.  
  105. //dsblt
  106. if ( window.Event )
  107. document.captureEvents(Event.MOUSEUP);
  108. if ( document.layers )
  109. document.captureEvents(Event.MOUSEDOWN);
  110.  
  111. document.oncontextmenu = desabilitaMenu;
  112. document.onmousedown = desabilitaBotaoDireito;
  113. document.onmouseup = desabilitaBotaoDireito;
  114. </script>
  115.  
  116.  
  117.     <!-- DEFAULT VARIABLES -->
  118. <meta name="color:background" content="#ffffff" />
  119. <meta name="image:sidebar" content="http://static.tumblr.com/ftj6ykd/pO4mz5lox/tumblr_inline_mti59vvnw61rkznnz.png"/>
  120. <meta name="image:background" content="" />
  121. <meta name="color:text" content="#7a7878" />
  122. <meta name="color:links descri" content="#7a7878" />
  123. <meta name="color:post" content="#d1cece" />
  124. <meta name="color:scrollbar" content="#e0e0e0" />
  125. <meta name="color:lhover" content="#9c9c9c" />
  126. <meta name="text:frase" content="Eu quero calma na alma" />
  127.  
  128.  
  129. <meta name="text:Link1" content="/" />
  130. <meta name="text:Link1 Title" content="link" />
  131. <meta name="text:Link2" content="/" />
  132. <meta name="text:Link2 Title" content="link" />
  133. <meta name="text:Link3" content="/" />
  134. <meta name="text:Link3 Title" content="link" />
  135. <meta name="text:Link4" content="/" />
  136. <meta name="text:Link4 Title" content="link" />
  137. <meta name="text:Link5" content="/" />
  138. <meta name="text:Link5 Title" content="link" />
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  <!-- DEFAULT VARIABLES -->
  151.                      
  152.  
  153.     <style type="text/css">
  154.  
  155. body {background-color: {color:background}; font-family: arial; color: {color:text links descri}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  156.  
  157. a {color: {color:text}; text-decoration: none; text-transform: none;}
  158. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  159.  
  160. p {margin: 6px 0 0 0}
  161.  
  162. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  163. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  164. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  165. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  166.  
  167. blockquote img{max-width: 470px!important}
  168. blockquote blockquote img{max-width: 450px!important}
  169. blockquote blockquote blockquote img{max-width: 430px!important}
  170. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  171.  
  172.  
  173.  
  174.  
  175.  
  176. #container {text-align: center; width: 935px; margin: 2px auto 20px auto; padding: 0px; z-index:-99999;}
  177.  
  178. #entry {z-index:-99999;margin-left:350px; width: 750px; margin-top: 30px;height:200px;z-index:-999999999;}
  179.  
  180. .posts { width: 250px;  margin-top:15px;text-align: justify; font-family: arial; font-size: 10px; position: relative;margin-left:100px;}
  181.  
  182. h1 {width: 250px;font-family: calibri; text-align: center; font-size: 13px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  183. h1 a {text-align: center; font-size: 13px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  184. h1 a:hover {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  185.  
  186. .image {text-align: center; border: 0px}
  187. .image img {width: 300px; margin-bottom: 2px;opacity:0.9; }
  188. .image:hover{-moz-transition:All 1s ease;
  189. -o-transition:All 1s ease;
  190.   -webkit-filter: grayscale(1.0) blur(0px);
  191. -webkit-transition:All 1s ease;}
  192.  
  193. .pquote {width: 250px;font-family: arial; text-align: justify; font-size: 11px; line-height: 15px; color:{color:text};}
  194.  
  195. .pquotesource {font-family: arial;width: 250px;text-align: left; text-transform: none; font-size: 9px; color:{color:text};-webkit-transition-duration: 1.5s;text-transform:lowercase;}
  196.  
  197. .pquotesource a{font-size: 9px;color:{color:text};-webkit-transition-duration: 1.5s;text-transform:lowercase;}
  198.  
  199.  
  200. .chat {line-height: 13px; list-style: none }
  201. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;font-family:consolas;font-size:10px;}
  202. .person1 {color: {color:text}; padding: 2px; }
  203. .person1 .label {font-weight: bold; color:{color:text}}
  204. .person2 {color: {color:text}; padding: 2px; }
  205. .person2 .label {font-weight: bold; color:{color:text}}
  206.  
  207. .player {background-color: #000; text-align: left; display:block;}
  208.  
  209. ::-webkit-scrollbar{width:7px;height:0px;}
  210. ::-webkit-scrollbar-button:start:decrement
  211. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  212. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  213. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  214. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  215.  
  216.  .source {display: none;}
  217.  
  218. .perma {text-align: right;  margin-top:-18px;  margin-left:0px; width: 250px;-webkit-transition-duration: 0.8s; opacity:0;zfont-size:9px;font-family: arial;display: block;}
  219. .perma a { -webkit-transition-duration: 0.8s;font-size:9px; text-transform: lowercase; color:{color:text}; -webkit-transition-duration: 0.4s;font-family: arial;}
  220. .posts:hover .perma {opacity:9;z-index:99999999999999999;margin-top:-12px;display: block;}
  221.  
  222. #cap {width: 250px; margin-top: -2px;}
  223.  
  224. #tumblr_controls{position: fixed!important}
  225. #tumblr_controls{position: fixed!important}
  226. #tumblr_controls{position: fixed!important}
  227. #tumblr_controls{position: fixed!important}
  228.  
  229. .nts {text-align:left;font-family:arial;font-size:9px;width:250px;border-bottom:1px solid #f0f0f0;padding-bottom:2px;margin-top:10px;-webkit-transition: all 0.8s ease-out;}
  230.  
  231. .nts:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  232.  
  233. .nts a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  234.  
  235. #notesavatar ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  236. #notesavatar li {background:#f0f0f0;margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 11px; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 387px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};}
  237. #notesavatar li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  238. #notesavatar li img.avatar {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;color:{color:text}; }
  239.  
  240. .pergunta{font-family:cambria; font-size:12px;width:250px; background: #cfcfcf;}
  241.  
  242. .pergunta a{color:#000; font-family:cambria; font-size:12px; }
  243.  
  244. .resposta{background-color:#fff;font-family: cambria; font-size: 11px;color:{color:text links descri};text-align: left;border-bottom:1px solid #f0f0f0;padding-bottom:5px;}
  245.  
  246. .resposta a{color:{color:text links descri};}
  247.  
  248.  
  249.  
  250.    
  251.  
  252.  iframe#tumblr_controls {
  253.     white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  254. }
  255.  
  256. #palid{opacity:0;}
  257.  
  258.  
  259.  
  260. #sidebar {margin-top:100px;margin-left:120px;position:fixed;width:200px;height:px;background:{color:sidebar};}
  261.  
  262. #foto {position:fixed;width: 140px; height: 160px;margin-top: 00px; margin-left: -1px;-moz-border-top-left-radius: 45px; border-top-left-radius: 45px ;}
  263. #foto img {width:170px;height:220px;margin-top:20px;margin-left:10px;position:fixed;-webkit-transition-duration: 0.6s;}
  264. #sidebar:hover #foto img {-webkit-filter: grayscale(20%)}
  265.  
  266.  
  267.  
  268.  
  269.  
  270. .frase {-webkit-transition-duration: 0.4s;  -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;width:146px; height:20px;margin-top:242px; text-transform:; line-height:14px;margin-left:103px; font-family:comic; font-size:13;px;text-align:left; position:fixed;color:#000;background-color:  ;font-style:;opACITY:;}
  271.      #sidebar:hover .frase {margin-top:256px; opacity:;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  272.  
  273.  
  274.  .links {-webkit-transition-duration: 0.1s;  -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed;font: 12px cambria;font-style:;color:#DAA520 ;padding: 0px;background-color:#000;opacity:0;width:170px;height:15px; text-align:center;margin-left:79px;margin-top:0px; word-spacing:1.5px}
  275. .links a{color: #fff;text-transform:capitalize;display: inline-block;-webkit-transition: all .1s ease-out; -moz-transition: all .1s ease-out; font-style:;}
  276. .links a:hover{text-shadow: 0.5px 1px 5px #fff ; background-color:;color:#fff;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.4s ease-out;}
  277.  #sidebar:hover .links {margin-top:239px;opacity:8;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  278.  
  279.  -webkit-border-radius: 00px 00px 00px 00px;}
  280.  #titulo:hover{}
  281. @font-face {
  282. font-family:basic;
  283. src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,
  284. }
  285. @font-face{font-family:"Basic";src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  286.  
  287.  
  288. .pipi {opacity:0; width:100px; margin-left:27px; margin-top:120px;position:fixed;}
  289. .pipi {width:32px; height:21px;border:px dashed #000;transition:All 0s ease;-webkit-transition:all 0.8s ease;-moz-transition:all 0.0s ease;-o-transition:All .0s ease;}
  290. #sidebar:hover .pipi {opacity:1 ; margin-top: 127px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  291.  
  292.  
  293.  #gira {;margin-left:83px; margin-top:205px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s;  -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out}
  294. #gira img { width:18px; height:61px;}
  295. #sidebar:hover #gira {opacity:0;-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);}
  296.  
  297.  
  298.  #cred {background: #fff ; border: 0px solid {color:Titulos}; color: #000; padding: 1px 3px 0px 3px; text-transform: uppercase; position: fixed; bottom: 60px; left: 20px; border-radius: 100%; z-index: 999;}
  299. #cred big {font-family: comic; font-size: 25px;}
  300. .creds {color:#000; font-family: comic; font-size: 10px; position: absolute; width: 120px; padding: 5px; background: {color:Fundo}; border: 1px double #000; bottom: 0px; left: -40px; -webkit-transition-duration: .5s; -moz-transition-duration: .5s; -o-transition-duration: .5s; opacity: 0; border-radius: 3px; -webkit-transform: scale(0.1); -moz-transform: scale(0.1); -o-transform: scale(0.1);}
  301. #cred:hover .creds { bottom: 30px; left: 0px; opacity: 1; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0);}
  302.  
  303.  
  304.  
  305. </style>
  306.  
  307.  
  308.  
  309.  
  310.  
  311. <body oncontextmenu="return false" onkeydown="return false">
  312. <div id="cred"><big></big>
  313. <div class="creds">
  314. Theme por: <a href="http://incesta.tumblr.com" target="_blank">INCESTA</a><br>
  315. Outros themes em: <a href="http://incesta.tumblr.com/meus" target="_blank">THEMES</a>
  316. </div>
  317. </div>
  318. <div id="sidebar">
  319. <div id="foto"><img src="{image:sidebar}"/></div>
  320. <div class="pipi"><img src="http://i.imgur.com/yXU8ul3.png" class="pipi"></div>
  321. <div id="gira"><img src="https://38.media.tumblr.com/09bb0431b342b64f71c1d157e8f18fe8/tumblr_n96qexQkzb1t2tdxqo1_400.png"></div>
  322. <div class="frase">{text:frase}</div>
  323. <div class="links">
  324. <a href="{text:link1}">{text:link1 title}</a>
  325. <a href="{text:link2}">{text:link2 title}</a>
  326. <a href="{text:link3}">{text:link3 title}</a>
  327. <a href="{text:link4}">{text:link4 title}</a>
  328. <a href="{text:link5}">{text:link5 title}</a>
  329.  
  330.  
  331.     </div> </div>
  332.  
  333. <a style="text-shadow: 1px 1px 2px; width:120px; font-size:11px; color:#000; font-family:engravers;position:fixed;font-style: ; text-transform: capitalize ;bottom:50px;left:-23px;" href="http://incesta.tumblr.com/" title="">exclusivo</b></a>
  334.  
  335.  
  336.  
  337.     </div>
  338.    
  339.  
  340.  
  341.  
  342.  
  343.  
  344. <div id="entry">
  345.  
  346.  
  347.  
  348.  {block:Posts}
  349.  
  350.  
  351. <div class="posts">
  352.  
  353.  
  354. {block:Text}{block:Title}<h1><div class=”h1”>{Title}</div></h1>{/block:Title}{Body}{/block:Text}
  355.  
  356. {block:Photo} {LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"></div>{LinkCloseTag}{/block:Photo}
  357.  
  358. {block:Photoset}{Photoset-250}{/block:Photoset}
  359.  
  360.  
  361. {block:Quote}<div class="pquote">“{Quote}”</div>
  362. {block:Source}<div class="pquotesource"><b>- {Source}</b></div>
  363. {/block:Source}
  364.  
  365. {/block:Quote}
  366.  
  367. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>
  368. {block:Description}{Description}{/block:Description}
  369. {/block:Link}
  370.  
  371. {block:Chat}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  372. <div class="chat"><ul>{block:Lines}
  373. <li class="person{UserNumber}">{block:Label}
  374. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  375. {/block:Chat}
  376.  
  377. {block:Audio}<div class="player">{AudioPlayerBlack}</div>
  378. {block:Caption}{Caption}{/block:Caption}
  379. {/block:Audio}
  380.  
  381. {block:Video}{Video-250}{/block:Video}
  382.  
  383.  
  384. {block:Answer}
  385.  
  386. <div class="pergunta"><b>{Asker} perguntou: </b>{Question}</div>
  387. <div class="resposta">{Answer}</div>
  388. {/block:Answer}
  389.  
  390. <div id="cap">
  391. {block:Photo}{block:Caption}<br>{Caption}{/block:Caption}{/block:Photo}
  392. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  393. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}"/>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</div></div><br>
  396.  
  397. {block:Date}<div class="perma"><a href="{Permalink}">{Month}, {DayOfMonthWithZero}</a> / {block:Date}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank"><b>reblog</b></a>{/block:IndexPage}</div>{/block:Date}</div>
  398. {block:PostNotes}
  399.  
  400. <div class="nts">
  401. <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  402. </div>
  403. <div class="nts">
  404. <b>Tags:</b> {block:HasTags}{/block:HasTags}
  405. {block:HasTags}
  406. {block:Tags}
  407. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  408. </div>
  409. <div class="nts">
  410. <b>With:</b> {NoteCount} notes.
  411. </div>
  412. <div id="notesavatar">{PostNotes}</div>
  413. {/block:PostNotes}
  414. {/block:Posts}
  415. {/block:Posts}
  416.    
  417.  
  418.  
  419.  
  420.  
  421. </div>
  422. </div>
  423. </div>
  424. </div>
  425.  
  426. <div id="palid">
  427. {block:Pagination}<ul id="pagination">
  428. {block:PreviousPage}
  429. <li><a href="{PreviousPage}"></a></li>
  430. {/block:PreviousPage}
  431. {block:JumpPagination length="1"}
  432. {block:CurrentPage}
  433. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  434. {/block:CurrentPage}
  435. {block:JumpPage}
  436. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  437. {/block:JumpPage}
  438. {/block:JumpPagination}
  439. {block:NextPage}
  440. <li><a id="nextPage" href="{NextPage}"></a></li>
  441. {/block:NextPage}
  442. </ul>{/block:Pagination}
  443.  
  444. {block:IndexPage}
  445. <script type="text/javascript">
  446. $(window).load(function () {
  447. $('#content').masonry(),
  448. $('.masonryWrap').infinitescroll({
  449. navSelector    : '#pagination',  
  450. nextSelector   : '#pagination a#nextPage',
  451. itemSelector : ".posts, .loading",
  452. bufferPx : 40,
  453. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  454. loadingText : "<em></em>",
  455. },
  456. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  457. );
  458. });
  459. </script>
  460. {/block:IndexPage}</div>
  461.  
  462.  
  463. </body>
  464.    
  465.  
  466.  
  467.  
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement