s-uperar

19

Apr 14th, 2012
3,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! | THEME FEITO POR VIC (CHASING69) | !>
  6. <! criatividade não se rouba. eu sempre serei o sol, enquanto você sempre será a lua. !>
  7.  
  8. <script type="text/javascript">
  9. //desabilita menu de opcoes ao clicar no botao direito
  10. function desabilitaMenu(e)
  11. {
  12. if (window.Event)
  13. {
  14. if (e.which == 2 || e.which == 3)
  15. return false;
  16. }
  17. else
  18. {
  19. event.cancelBubble = true
  20. event.returnValue = false;
  21. return false;
  22. }
  23. }
  24.  
  25. //desabilita botao direito
  26. function desabilitaBotaoDireito(e)
  27. {
  28. if (window.Event)
  29. {
  30. if (e.which == 2 || e.which == 3)
  31. return false;
  32. }
  33. else
  34. if (event.button == 2 || event.button == 3)
  35. {
  36. event.cancelBubble = true
  37. event.returnValue = false;
  38. return false;
  39. }
  40. }
  41.  
  42. //desabilita botao direito do mouse
  43. if ( window.Event )
  44. document.captureEvents(Event.MOUSEUP);
  45. if ( document.layers )
  46. document.captureEvents(Event.MOUSEDOWN);
  47.  
  48. document.oncontextmenu = desabilitaMenu;
  49. document.onmousedown = desabilitaBotaoDireito;
  50. document.onmouseup = desabilitaBotaoDireito;
  51. </script>
  52.  
  53. <script language="javascript">
  54. function clickIE() {if (document.all) {(mensagem);return false;}}
  55. function clickNS(e) {if
  56. (document.layers||(document.getElementById&&!document.all)) {
  57. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  58. if (document.layers)
  59. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  60. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  61. document.oncontextmenu=new Function("return false")
  62. </script>
  63.  
  64. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  65.  
  66. <head>
  67. <!-- DEFAULT VARIABLES -->
  68. <meta name="font:text" content="georgia" />
  69. <meta name="font:title" content="georgia" />
  70. <meta name="color:background" content="#f8f8f8" />
  71. <meta name="color:link" content="#000000" />
  72. <meta name="color:linkhover" content="#000" />
  73. <meta name="color:text" content="#000000" />
  74. <meta name="color:border2" content="#ccc" />
  75. <meta name="color:border3" content="#000" />
  76. <meta name="color:post" content="#ffffff" />
  77. <meta name="color:descri" content="#ccc" />
  78. <meta name="color:sidebar" content="#fff" />
  79. <meta name="color:linkhover1" content="#fff" />
  80. <meta name="color:linkhover2" content="#000" />
  81. <meta name="color:link1" content="#fff" />
  82. <meta name="color:link2" content="#000" />
  83. <meta name="color:border" content="#000" />
  84. <meta name="color:frase" content="#fff" />
  85. <meta name="color:backscroll" content="#f1f1f1" />
  86. <meta name="color:scroll" content="#000" />
  87. <meta name="if:Show tags" content="1"/>
  88. <meta name="if:Show pic" content="1"/>
  89. <meta name="if:Enable endless scrolling" content="0"/>
  90. <meta name="if:Show subtitle" content="1"/>
  91. <meta name="if:Show links" content="1"/>
  92. <meta name="if:Show search" content="1"/>
  93. <meta name="if:Show sidebar image" content="1"/>
  94. <meta name="image:tbar3" content="http://static.tumblr.com/ad0wsx2/Qu3lt2iea/tumblr_lsyngc9j571qf1ey7o1_500.jpg"/>
  95. <meta name="image:background" content=""/>
  96. <meta name="text:subtitulo" content="frase pequena aqui." />
  97. <meta name="text:titulo" content="frase aqui..." />
  98. <meta name="text:Link1" content="" />
  99. <meta name="text:Link1 Title" content="" />
  100. <meta name="text:Link2" content="" />
  101. <meta name="text:Link2 Title" content="" />
  102. <meta name="text:Link3" content="" />
  103. <meta name="text:Link3 Title" content="" />
  104. <meta name="text:Link4" content="" />
  105. <meta name="text:Link4 Title" content="" />
  106. <meta name="text:Link5" content="" />
  107. <meta name="text:Link5 Title" content="" />
  108. <meta name="text:Link6" content="" />
  109. <meta name="text:Link6 Title" content="" />
  110. <meta name="text:Link7" content="" />
  111. <meta name="text:Link7 Title" content="" />
  112.  
  113. <title>{Title}</title>
  114. <link rel="shortcut icon" href="{Favicon}">
  115. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  116. {block:Description}
  117. <meta name="description" content="{MetaDescription}" />
  118. {/block:Description}
  119.  
  120. {block:IfEnableEndlessScrolling}
  121. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  122. {/block:IfEnableEndlessScrolling}
  123.  
  124.  
  125. <style type="text/css">
  126.  
  127.  
  128. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  129.  
  130. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  131. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  132.  
  133. p {margin: 6px 0 0 0}
  134.  
  135. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  136. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  137. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  138. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  139.  
  140. blockquote img{max-width: 470px!important}
  141. blockquote blockquote img{max-width: 450px!important}
  142. blockquote blockquote blockquote img{max-width: 430px!important}
  143. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  144.  
  145.  
  146.  
  147. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  148.  
  149. .posts {width: 507px; margin-left: 0px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px; margin: 0px 0 0px 0; border-top: 2px solid {color:border2};}
  150.  
  151. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  152.  
  153. #entries {margin-top: 25px; margin-left: 391px;}
  154.  
  155. #top {margin-top: 200px;}
  156.  
  157. h1 {font-family: georgia; text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  158. h1 a {text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  159. h1 a:hover {text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  160.  
  161. .image {text-align: center; border: 0px}
  162. .image img {max-width: 500px; margin-bottom: 2px }
  163.  
  164. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  165. .xquotesource {font-family: verdana; text-align: center; text-transform: none; margin-bottom: 5px;}
  166. .xquotesource a, a:hover{text-transform: none;}
  167.  
  168. .chat {line-height: 12px; list-style: none }
  169. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:15px;}
  170. .person1 {background-color:{color:background}; color: {color:text}; }
  171. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  172. .person2 {color: {color:text} }
  173. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  174.  
  175. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  176. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  177. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  178. .source{display:none}
  179.  
  180. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 9px}
  181. .asker img{float: left; margin: 0px 3px 1px 0}
  182. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  183. .asker a:hover{font-size: 20px; color:{color:text}; text-transform: uppercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  184. .answer {padding: 5px 0 0 0}
  185.  
  186. #cap {width: 500px; margin-top: -2px;}
  187.  
  188. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  189. #dda a {font-size: 9px;}
  190.  
  191. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  192. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  193.  
  194. #nts {width: 507px; font-family: verdana; color: text; margin-left: 0px; background-color: {color:sidebar}; padding: 10px; margin-top: 1px; font-size: 9px; text-align: left; }
  195. #nts img{display: none; border:0px}
  196.  
  197. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  198.  
  199. .sidls {clear: both; float: left; width: 70px; margin-top: 190px; text-align: center; margin-left: 928px; position: fixed;}
  200. .sidls a {float: left; margin-right: 1px; display: block; width: 70px; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; background-color: {color:link2}; color:{color:link1};; text-decoration: none; text-transform: lowercase; height: 9px; line-height: 8px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px;}
  201. .sidls a:hover {width: 85px; background-color: {color:linkhover2}; color:{color:linkhover1};}
  202.  
  203. #borderr {margin-left: 203px; width: 232px; background-color: {color:border}; text-align: justify; margin-top: 93px; height: auto; height: 19px; position:fixed;}
  204.  
  205. #border2 {margin-left: 250px; width: 138px; font-family: georgia; font-size: 16px; background-color: {color:border}; color: {color:frase}; text-align: center; margin-top: 110px; height: auto; height: 21px; line-height: 130%; position:fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  206.  
  207. #xuxu {position: fixed; margin-left: 921px; width: 7px; height: 900px; background-color: {color:border3}; margin-top: 0px;}
  208.  
  209. #aria {position: fixed; margin-left: 199px; width: 240px; height: 89px; background-color: {color:border}; margin-top: 0px;}
  210.  
  211. #frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 172px; height:16px; line-height: 16px; position: absolute; margin-left: 0px; font-family: georgia; margin-top: 0px; margin-left: 310px; text-transform: normal; position: fixed; padding: 2px; font-size: 18px;}
  212.  
  213. #frase2 {background-color: transparent; font-weight: normal; letter-spacing: 0px; color: {color:frase}; text-align: center; width: 172px; height:10px; line-height: 10px; position: absolute; margin-left: 0px; font-family: verdana; margin-top: 0px; margin-left: 964px; text-transform: normal; position: fixed; padding: 2px; font-size: 9px;}
  214.  
  215. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  216. #paginal a {background: {color:border3}; margin: 0 1px 0 0; padding: 3px 4px; color: {color:frase}; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; font-weight: bold;}
  217. #paginal a:hover {background: {color:border2}; color: {color:text}; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;}
  218. #paginal span.pagina_atual {background: {color:border2}; margin: 0 1px 0 0; padding: 3px 4px;; color: {color:text}; font-weight: bold; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;}
  219. .ps {position: fixed; margin-left: 273px; padding: 3px; width: 90px; height: auto; top: 406px; background-color: transparent; color: {color:link1};}
  220.  
  221. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:254px; width:217px; padding-left:8px; padding-right:8px; margin-top:5px;}
  222. #sidebardescription a {color: {color:text}; font-weight:none;}
  223. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  224.  
  225. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:104px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  226. #ssidebardescription a {color: {color:text}; font-weight:none;}
  227.  
  228. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  229.  
  230. #sideimg3 {display: block; margin-left: 356px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  231. .simg3 img {width: 80px; height: 80px; margin-bottom: 2px; border: 4px solid {color:sidebar}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  232. .simg3 img:hover {-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border: 4px solid {color:border};}
  233.  
  234. #sideimg2 {display: block; margin-left: 250px; float: right; margin-top: 132px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  235. .simg2 img {width: 130px; height: 136px; margin-bottom: 2px; border: 4px solid {color:sidebar}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  236. .simg2 img:hover {-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border: 4px solid {color:border};}
  237.  
  238. #boatarde {margin-left: 928px; margin-top: 298px; width: 93px; font-size: 9px; font-family: verdana; height: 17px; line-height: 15px; text-align: center; background-color: {color:link2}; color: {color:link1}; position: fixed; text-transform: lowercase;}
  239.  
  240. #bomdia {margin-left: 830px; margin-top: 288px; width: 150px; font-size: 9px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 12px; color: {color:text}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  241.  
  242. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  243.  
  244. .sdescri {text-align: center; height: auto; font-size: 9px; font-family: verdana; position: fixed; margin-left: 250px; height: 98px; line-height: 12px; width: 132px; background-color: {color:sidebar}; color: {color:text}; padding: 3px; margin-top: 277px; background-attachment: fixed;}
  245.  
  246. #hoverrr {margin-top: -132px; position:fixed; -webkit-transition: all 1.1s ease-out; -moz-transition: all 1.1s ease-out;}
  247. #hoverrr:hover {margin-top: 0px;}
  248.  
  249. ::-webkit-scrollbar{width:7px;height:6px;}
  250.  
  251. ::-webkit-scrollbar-button:start:decrement
  252.  
  253. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  254.  
  255. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  256.  
  257. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  258.  
  259. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  260.  
  261.  
  262. .search {letter-spacing: 3px; text-transform: uppercase;}
  263. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
  264.  
  265. #tumblr_controls{position: fixed!important}
  266. #tumblr_controls{position: fixed!important}
  267. #tumblr_controls{position: fixed!important}
  268. #tumblr_controls{position: fixed!important}
  269.  
  270.  
  271. </style>
  272.  
  273. <body onkeydown="return false">
  274. </div>
  275.  
  276. <div id="boatarde">© <b><a href="http://chasing69.tumblr.com"><font color="{color:link1}">chasing69</font></a></b>; <a href="http://noheartgirl.tumblr.com"><font color="{color:link1}">insp</font></a></div>
  277.  
  278. <div class="ps"><div id="paginal">
  279. {block:JumpPagination length="4"}
  280. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  281. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  282. {/block:JumpPagination}
  283. </div></div>
  284.  
  285. <div id="sideimg2"><div class="simg2">
  286. <img src="{image:tbar3}">
  287. </div></div>
  288.  
  289. <div class="sdescri">{Description}</div>
  290.  
  291. <div id="border2">{text:titulo}</div>
  292. <div class="sidls">
  293. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  294. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  295. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  296. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  297. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  298. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  299. </div>
  300.  
  301. <div id="xuxu"></div>
  302.  
  303. </body>
  304.  
  305.  
  306. <div id="entries">
  307. {block:Posts}
  308. <div class="posts">
  309.  
  310. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  311.  
  312. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  313.  
  314. {block:Photoset}{Photoset-500}{/block:Photoset}
  315.  
  316. {block:Quote}
  317. <div class="xquote">"{Quote}"</div>
  318. {block:Source}<div class="xquotesource"> {Source}</div>
  319. {/block:Source}
  320. {/block:Quote}
  321.  
  322. {block:Link}
  323. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  324. {block:Description}{Description}{/block:Description}
  325. {/block:Link}
  326.  
  327. {block:Chat}
  328. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  329. <div class="chat"><ul>{block:Lines}
  330. <li class="person{UserNumber}">{block:Label}
  331. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  332. {/block:Chat}
  333.  
  334. {block:Audio}
  335. <br>
  336. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  337. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  338. {/block:Audio}
  339.  
  340. {block:Video}{Video-500}{/block:Video}
  341.  
  342.  
  343. {block:Answer}
  344. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  345. <div class="answer">{Answer}</div>
  346. <br>
  347. {/block:Answer}
  348.  
  349. <div id="cap">
  350. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  351. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  352. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  353.  
  354. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  355. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  356. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  357. {/block:ContentSource}</div></div>
  358. <br>
  359. {block:IfShowTags}<div class="tags">in<b>direct</b>: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  360.  
  361. <div id="dda">
  362.  
  363. <div style="float:left;" class="details">
  364. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  365.  
  366. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  367. </span>{/block:RebloggedFrom}
  368. </div>
  369.  
  370. <div style="float:right;" class="details">
  371. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/block:IndexPage}
  372. <BR>
  373. {block:RebloggedFrom}rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  374. </div>
  375. </ br>
  376. <br clear="all" /></div></div>
  377.  
  378.  
  379. {/block:Posts}
  380. {block:PostNotes}
  381. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  382. {/block:PostNotes}
  383.  
  384. </div>
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390.  
  391. </body>
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment