Advertisement
luxuosei

theme 53

May 30th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 KB | None | 0 0
  1. <!--- ┏┓╋╋┏━┓┏━┳━━━┓
  2. ┃┃╋╋┗┓┗┛┏┫┏━┓┃
  3. ┃┃╋╋╋┗┓┏┛┃┗━━┓
  4. ┃┃╋┏┓┏┛┗┓┗━━┓┃
  5. ┃┗━┛┣┛┏┓┗┫┗━┛┃
  6. ┗━━━┻━┛┗━┻━━━┛
  7.  
  8. NÃO USE COMO BASE, SEJA ORIGINAL E NÃO UMA CÓPIA ---->
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="image:background" content="" />
  24. <meta name="color:text" content="#696969" />
  25. <meta name="color:link" content="#696969" />
  26. <meta name="color:scrollbar" content="#FFF0F8" />
  27. <meta name="color:ask" content="#FFF0F8" />
  28. <meta name="color:frase" content="#696969" />
  29. <meta name="color:borda" content="#888888" />
  30. <meta name="color:simb" content="#FFF0F8" />
  31. <link href='http://fonts.googleapis.com/css?family=Delius+Swash+Caps' rel='stylesheet' type='text/css'>
  32.  
  33. <meta name="image:foto" content="" />
  34. <meta name="text:frase" content="frase aqui" />
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="link" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="link" />
  44.  
  45.  
  46. <meta name="if:Tres Colunas" content="0"/>
  47.  
  48.  
  49.  
  50. <script>
  51. function click() {
  52. if (event.button==2||event.button==3) {
  53. oncontextmenu='return false';
  54. }
  55. }
  56. document.onmousedown=click
  57. document.oncontextmenu = new Function("return false;")
  58. </script>
  59.  
  60.  
  61.  
  62.  
  63. </head>
  64.  
  65.  
  66. <style type="text/css">
  67. body {background-color:{color:background}; font-family:cambria; font-size:10px; color:{color:text}; background:url('{image:background}'); background-repeat:no-repeat; background-image:fixed;}
  68. h1 {font-family:century gothic;text-align:center;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal;}
  69.  
  70. #entry {width:640px; margin-top:20px; margin-left:370px;;position:relative;{block:IfTresColunas}width:900px;{/block:IfTresColunas};{block:IfUmaColuna}width:500px;{/block:IfUmaColuna}}
  71.  
  72.  
  73. #container {width:1000px; margin:0px auto 0px auto;}
  74.  
  75. .posts {-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; width:250px; padding:10px; margin-top:15px; margin-right:15px;position:relative; float:left;;padding:3px;{block:PermalinkPage}width:400px;{/block:PermalinkPage};{block:IfUmaColuna}width:450px; padding:5px; float:left; margin-top:5px; text-align:justify;{/block:IfUmaColuna}}
  76.  
  77.  
  78. .posts img {max-width: 250px; margin-bottom: 0px;{block:PermalinkPage}max-width:450px; padding:0px;{/block:PermalinkPage};-webkit-filter: grayscale(0%); opacity:0.9;{block:IfUmaColuna}max-width: 420px;{/block:IfUmaColuna}}
  79.  
  80. .posts img:hover {-webkit-filter: grayscale(0%);opacity:1;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
  81.  
  82.  
  83. .photoset{max-width:550px;}
  84.  
  85.  
  86. a {color:{color:link};text-decoration:none;}
  87. a:hover{color:{color:link};text-decoration:none}
  88. p {margin: 6px 0 0 0}
  89.  
  90. blockquote {text-decoration:none;background:#F5F5F5;padding-left:4px;border:1px solid #D9D9D9;padding:8px;}
  91. blockquote img{max-width: 470px!important}
  92.  
  93.  
  94.  
  95. iframe#tumblr_controls {
  96. 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;}
  97.  
  98. ::-webkit-scrollbar{width:10px;height:0px;}
  99. ::-webkit-scrollbar-button:start:decrement
  100. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  101. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  102. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  103.  
  104.  
  105.  
  106. .pquote:first-letter{font-family: 'Delius Swash Caps', cursive; color: {color:ask} ;font-style:none; font-size: 15px;line-height:15px; padding:3px;margin-left:2px; margin-bottom:7px; margin-top:-14px;}
  107. .pquote {;text-align:justify; ; font-family:cambria;text-align:left;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal; }
  108. .pquotesource {text-align:right;margin-bottom:0px;font-family:cambria; font-size:9px; }
  109.  
  110.  
  111. .pergunta2{;color:{color:text};font-family:cambria;font-size:10px;padding:5px;background:;border:1px solid #eee;text-transform:lowercase;padding:px;outline-offset: 1px; outline: dotted 1px #eee;}
  112. .florz{color:{color:ask};font-family:sofia;position:absolute;margin-left:104px;margin-top:-10px;font-size:12px;text-decoration:none;text-decoration:lowercase;font-style:normal;text-shadow:0px 1px 0px #000;background:#fff;}
  113.  
  114. .posts:hover #info {opacity:1; z-index:9;; text-transform:lowercase; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;text-transform:uppercase;}
  115.  
  116. #info {;text-transform:uppercase;padding:0px; width:248px; height:auto; background-color:#fff;; text-align:right; position: absolute; opacity:0;font-family:verdana;color:{color:text};font-size:9px; text-transform:lowercase;;display:block; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;margin-top:4px; margin-left:3px}
  117.  
  118. #info a {font-family:verdana;color:{color:text};font-size:8.8px; text-transform:lowercase;;}
  119.  
  120. #permalinks {width:400px; padding:18px; z-index:10; text-align:left; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; }
  121.  
  122.  
  123.  
  124. .vsanna{display:none;}
  125.  
  126.  
  127. #credito{font-family:gabriola;font-size:10px;position:fixed;bottom:30px;padding:8px;color:{color:text};overflow:hidden;height:8px;text-transform:uppercase;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;text-align:center ;right:14px;letter-spacing:1px;}
  128.  
  129.  
  130.  
  131.  
  132. #tumblr_controls{position: fixed!important}
  133. #tumblr_controls{position: fixed!important}
  134. #tumblr_controls{position: fixed!important}
  135. #tumblr_controls{position: fixed!important}
  136. .tumblrAutoPager_page_separator,
  137. .tumblrAutoPager_page_info {display:none;}
  138.  
  139.  
  140.  
  141. #sidebar{position:fixed;margin-left:170px;margin-top:30px;width:190px;height:225px;}
  142.  
  143. #fotinha{position:fixed;margin-left:30px;margin-top:5px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
  144. #fotinha img{width:141px;height:179px;}
  145. #sidebar:hover #fotinha{-webkit-filter: grayscale(1);}
  146.  
  147. #frase{position:fixed;margin-left:34px;margin-top:170px;font-family:cambria;font-size:9.9px;color:#fff;width:138px;text-align:center;text-decoration:none;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:;text-shadow:0 1px 0 #000;}
  148. #sidebar:hover #frase{opacity:0;font-size:0px;margin-top:180px;}
  149.  
  150. #borda{margin-top:4px;margin-left:30px;border:4px solid {color:borda};outline-offset: -4px; outline:1px dotted {color:simb};width:137px;height:176px;position:fixed;}
  151.  
  152. #flor{position:fixed;width:45px;height:15px;background:{color:borda};color:{color:simb};font-size:13px;text-decoration:none;font-family:sofia;margin-top:187px;margin-left:30px;text-align:center;line-height:15px;border-radius:0px 10px 10px 0px;;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;text-shadow:0 1px 0 #000;overflow:hidden;}
  153. #sidebar:hover #flor{width:145px;border-radius:0px;}
  154.  
  155.  
  156. #sidebar:hover #menu{opacity:1;margin-left:44px;}
  157. #menu{margin-left:56px;margin-top:76px;position:fixed;width:100px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  158. #menu a{display:inline-block;float:left;width:40px;height:11px;color:#fff;;text-align:center;line-height:10px;font-family:cambria;font-size:9.2px;letter-spacing:1px;margin:6px;background: rgba(255,255,255,.2);border:1px dotted {color:simb};outline-offset: 2px; outline: solid 1px {color:simb};-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in}
  159. #menu a:hover{box-shadow:inset 0px 18px 0px {color:borda};;border:1px dotted {color:borda};outline-offset: 2px; outline: solid 1px {color:borda};text-shadow: 0 1px 0 #000;}
  160. #fz{background:{color:borda};text-shadow:0 1px 0 #000;color:{color:simb};font-family:sofia;font-size:11px;text-decoration:none;position:fixed;margin-top:-10px;margin-left:-15px;width:12px;height:12px;text-align:center;border-radius:10px 0px 0px 10px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  161.  
  162. #menu a:hover #fz{-webkit-animation:1s linear 1 tadab;
  163. -moz-animation:1s linear 1 tadab;
  164. -o-animation:1s linear 1 tadab;
  165. animation:1s linear 1 tadab;opacity:1;}
  166.  
  167.  
  168. @-webkit-keyframes tadab {
  169. 0% {
  170. -webkit-transform: scale(1);
  171. opacity: 0;
  172. }
  173. 10%, 20% {
  174. -webkit-transform: scale(0.9) rotate(-3deg);
  175. opacity: 0.1;
  176. }
  177. 30%, 50%, 70%, 90% {
  178. -webkit-transform: scale(1.1) rotate(3deg);
  179. opacity: 0.4;
  180. }
  181. 40%, 60%, 80% {
  182. -webkit-transform: scale(1.1) rotate(-3deg);
  183. opacity: 0.7;
  184. }
  185. 100% {
  186. -webkit-transform: scale(1) rotate(0);
  187. opacity:1;
  188. }
  189. }
  190.  
  191. @-moz-keyframes tadab {
  192. 0% {
  193. -moz-transform: scale(1);
  194. opacity: 0;
  195. }
  196. 10%, 20% {
  197. -moz-transform: scale(0.9) rotate(-3deg);
  198. opacity: 0.1;
  199. }
  200. 30%, 50%, 70%, 90% {
  201. -moz-transform: scale(1.1) rotate(3deg);
  202. opacity: 0.4;
  203. }
  204. 40%, 60%, 80% {
  205. -moz-transform: scale(1.1) rotate(-3deg);
  206. opacity: 0.7;
  207. }
  208. 100% {
  209. -moz-transform: scale(1) rotate(0);
  210. opacity: 1;
  211. }
  212. }
  213.  
  214. @-o-keyframes tadab {
  215. 0% {
  216. -o-transform: scale(1);
  217. opacity: 0;
  218. }
  219. 10%, 20% {
  220. -o-transform: scale(0.9) rotate(-3deg);
  221. opacity: 0.1;
  222. }
  223. 30%, 50%, 70%, 90% {
  224. -o-transform: scale(1.1) rotate(3deg);
  225. opacity: 0.4;
  226. }
  227. 40%, 60%, 80% {
  228. -o-transform: scale(1.1) rotate(-3deg);
  229. opacity: 0.7;
  230. }
  231. 100% {
  232. -o-transform: scale(1) rotate(0);
  233. opacity: 1;
  234. }
  235. }
  236.  
  237. @keyframes tadab {
  238. 0% {
  239. transform: scale(1);
  240. opacity: 0;
  241. }
  242. 10%, 20% {
  243. transform: scale(0.9) rotate(-3deg);
  244. opacity: 0.1;
  245. }
  246. 30%, 50%, 70%, 90% {
  247. transform: scale(1.1) rotate(3deg);
  248. opacity: 0.4;
  249. }
  250. 40%, 60%, 80% {
  251. transform: scale(1.1) rotate(-3deg);
  252. opacity: 0.7;
  253. }
  254. 100% {
  255. transform: scale(1) rotate(0);
  256. opacity: 1;
  257. }
  258. }
  259.  
  260. </style>
  261.  
  262. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  263.  
  264.  
  265.  
  266.  
  267. <div id="sidebar">
  268.  
  269. <div id="fotinha"><img src="{image:foto}"></div>
  270.  
  271. <div id="frase">{text:frase}</div>
  272. <div id="borda"></div>
  273. <div id="flor">✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ </div>
  274. <div id="menu">
  275. <a href="{text:Link1}">{text:Link1 Title} <div id="fz">✿</div></a>
  276. <a href="{text:Link2}">{text:Link2 Title} <div id="fz">✿</div></a>
  277. <a href="{text:Link3}">{text:Link3 Title} <div id="fz">✿</div></a>
  278. <a href="{text:Link4}">{text:Link4 Title} <div id="fz">✿</div></a>
  279. </div>
  280.  
  281. </div>
  282.  
  283. <div id="entry">
  284.  
  285.  
  286. {block:Posts}
  287. <div class="posts">
  288.  
  289.  
  290.  
  291.  
  292.  
  293. {block:Text}
  294. {block:Title}{Title}{/block:Title}
  295. {body}
  296. {block:date} <div id="info">
  297. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  298. </div>{/block:date}
  299. {/block:Text}
  300.  
  301.  
  302. {block:Photo}
  303. {LinkOpenTag}
  304. <div class="imagem"><img src="{PhotoURL-250}"></div>
  305. {block:Caption}{Caption}{/block:Caption}
  306. {block:date} <div id="info">
  307. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  308. </div>{/block:date}
  309. {/block:Photo}
  310.  
  311.  
  312.  
  313. {block:Photoset}
  314. <center>
  315. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  316. {block:Caption}{Caption}{/block:Caption}
  317. {block:date} <div id="info">
  318. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  319. </div>{/block:date}{/block:IndexPage}
  320. {/block:Photoset}
  321.  
  322.  
  323.  
  324. {block:Quote}
  325. <div class="pquote">{Quote}</div>
  326. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  327. {/block:Source}
  328. {block:date} <div id="info">
  329. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  330. </div>{/block:date}
  331. {/block:Quote}
  332.  
  333.  
  334. {block:Answer}
  335. <div class="florz">✿<font color="#ddd"> ✿ </font>✿</div> <div class="pergunta2"> <b>{Asker}</b>: {Question}</div>
  336. <div class="resposta">{Answer}</div>
  337. {block:date} <div id="info">
  338. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  339. </div>{/block:date}
  340. {/block:Answer}
  341.  
  342. {block:Link}
  343. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  344. {block:Description} {Description}{/block:Description}
  345. {block:date} <div id="info">
  346. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  347. </div>{/block:date}
  348. {/block:Link}
  349.  
  350.  
  351. {block:Chat}
  352. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  353. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  354. {block:date} <div id="info">
  355. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  356. </div>{/block:date}
  357. {block:Chat}
  358.  
  359.  
  360.  
  361. {block:Video}
  362. {Video-500}
  363. {block:Caption}{Caption}{/block:Caption}
  364. {block:date} <div id="info">
  365. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <font color="{color:ask}">●</font> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  366. </div>{/block:date}
  367. {/block:Video}
  368.  
  369.  
  370. {block:Audio}
  371. {AudioPlayerGrey}
  372. {block:TrackName}{TrackName}{/block:TrackName}
  373. {block:Artist}{Artist}{/block:Artist}
  374. {block:Album}{Album}{/block:Album}
  375. {block:PlayCount}{PlayCount}{/block:PlayCount}
  376. {block:Caption}{Caption}{/block:Caption}
  377. {block:date} <div id="info">
  378. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  379. </div>{/block:date}
  380. {/block:Audio}
  381.  
  382.  
  383.  
  384. <div class="vsanna">
  385. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  386. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  387. </div>
  388.  
  389. </div>
  390. {/block:Posts}
  391.  
  392.  
  393.  
  394.  
  395. {block:PostNotes}<div id="permalinks">{TimeAgo}{NoteCountWithLabel}{block:HasTags}{block:Tags}<a href="{TagURL}" style="margin-right:5px;">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PostNotes}{/block:posts}
  396.  
  397. {/block:Posts}
  398.  
  399.  
  400.  
  401. </div></div>
  402.  
  403.  
  404.  
  405. <div id="credito">
  406. <a href="http://luxuosei.tumblr.com/theminhos">lxs<FONT COLOR="#ffecf5">❋</FONT></a>
  407. </a>
  408. </div>
  409.  
  410.  
  411.  
  412. </div>
  413.  
  414. </div>
  415.  
  416. </body>
  417.  
  418.  
  419.  
  420. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  421. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  422. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  423. <script type="text/javascript">
  424. $(window).load(function () {
  425. $('#entry').masonry(),
  426. $('.masonryWrap').infinitescroll({
  427. navSelector : "div#navigation",
  428. nextSelector : "div#navigation a#nextPage",
  429. itemSelector : ".posts",
  430. bufferPx : 10000,
  431. extraScrollPx: 11000,
  432. loadingImg : "http://www.xiconeditor.com/image/icons/loading.gif",
  433. loadingText : "<i> </i>",
  434. },
  435. // call masonry as a callback.
  436. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  437. );
  438. });
  439. </script>
  440.  
  441.  
  442.  
  443.  
  444. {block:IndexPage}
  445. <div class="column navigation" id="navigation">
  446.  
  447. {block:Pagination}
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}" class="navigate">
  450. {/block:PreviousPage}
  451. {block:PreviousPage}</a>{/block:PreviousPage}
  452.  
  453. {block:NextPage}
  454. <a href="{NextPage}" class="navigate" id="nextPage">
  455. {/block:NextPage}
  456. {block:NextPage}</a>{/block:NextPage}
  457. {/block:Pagination}
  458.  
  459. </div>
  460. {/block:IndexPage}
  461.  
  462.  
  463.  
  464.  
  465.  
  466. </div></div></div></div>
  467.  
  468. <br></center></div></div></div></div></div></div>
  469. </div></div></div></div>
  470.  
  471. <br></center></div></div></div></div></div></div>
  472.  
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement