Advertisement
Carolaine_Vieira

#06

Aug 11th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1. <head>
  2.  
  3. <link rel="shortcut icon" href="{PortraitURL-24}">
  4. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  5. <meta name="viewport" content="width=820" />
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  8.  
  9. {block:IndexPage}
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  17. <script type="text/javascript">
  18. $(window).load(function () {
  19. var $content = $('#content');
  20. $content.masonry({itemSelector: '.entry'}),
  21. $content.infinitescroll({
  22. navSelector : 'div#pagination',
  23. nextSelector : 'div#pagination a#nextPage',
  24. itemSelector : '.entry',
  25. loading: {
  26. finishedMsg: '',
  27. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  28. },
  29. bufferPx : 600,
  30. debug : false,
  31. },
  32. // call masonry as a callback.
  33. function( newElements ) {
  34. var $newElems = $( newElements );
  35. $newElems.hide();
  36. // ensure that images load before adding to masonry layout
  37. $newElems.imagesLoaded(function(){
  38. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  39. {/block:IndexPage}
  40.  
  41. <meta name="color:background" content="#ffffff" />
  42. <meta name="color:text" content="#000" />
  43. <meta name="color:link" content="#000" />
  44. <meta name="color:link hover" content="#5ac9e1" />
  45. <meta name="color:scrollbar" content="#000" />
  46. <meta name="color:description" content="#ebebeb" />
  47.  
  48. <meta name="font:title font" content="" />
  49. <meta name="font:body font" content="" />
  50. <meta name="font:post font" content="" />
  51. <meta name="font:perma font" content="" />
  52.  
  53. <meta name="if:1 column" content="0">
  54. <meta name="if:2 columns" content="0">
  55. <meta name="if:3 columns" content="1">
  56. <meta name="image:background" content="" />
  57. <meta name="image:header" content="" />
  58.  
  59. <meta name="text:header left" content="470" />
  60. <meta name="text:header image left" content="250" />
  61. <meta name="text:link1" content="link1" />
  62. <meta name="text:link1url" content="http://" />
  63. <meta name="text:link2" content="link2" />
  64. <meta name="text:link2url" content="http://" />
  65. <meta name="text:link3" content="link3" />
  66. <meta name="text:link3url" content="http://" />
  67. <meta name="text:link4" content="link4" />
  68. <meta name="text:link4url" content="http://" />
  69. <meta name="text:link5" content="link5" />
  70. <meta name="text:link5url" content="http://" />
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  76. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:0px;}
  77.  
  78. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  79.  
  80. body {cursor:crosshair; overflow-x:hidden;
  81. background-color: {color:background};
  82. background-image:url({image:Background});
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. font-size:13px;
  86. font-family:{font:body font};
  87. line-height:14px;
  88. text-transform:none;
  89. color: {color:text};
  90. }
  91.  
  92. #header {color:#fff; width:100%; background:{color:background}; margin-top:0; padding:25px; margin-left:{text:header left}px; height:220px;}
  93.  
  94. .headerimage {margin-bottom:-10px;
  95. position:relative;
  96. background-image:{image:header};
  97. margin-left:{text:header image left}px;
  98. height:150px;
  99. }
  100.  
  101. .headerimage img {
  102. height:150px;
  103. }
  104.  
  105. #kinads {width:800px; height:25px; float:center; background:transparent; margin-top:-40px; margin-left:-80px; color:{color:text}; text-align:center;}
  106.  
  107. /*--- BEGIN UPDATES ---*/
  108.  
  109. #updatescont {
  110. top:20px;
  111. left:20px;
  112. position:fixed;
  113. }
  114.  
  115. #sq1, #sq2, #sq3, #sq4 {
  116. position:relative;
  117. display:inline-block;
  118. height:15px;
  119. width:15px;
  120. margin-right:5px;
  121. background-color:#000; /*--- change bg color of tab squares ---*/
  122. }
  123.  
  124. #tab1, #tab2, #tab3, #tab4 {
  125. position:absolute;
  126. width:140px;
  127. height:auto;
  128. text-align:left;
  129. margin-top:5px;
  130. margin-left:0px;
  131. border-left:solid 1px #000; /*--- change border color of text boxes ---*/
  132. background-color:#f2f2f2; /*--- change background color of text boxes ---*/
  133. word-wrap:break-word;
  134. padding:10px;
  135. }
  136.  
  137.  
  138. #tab1 { visibility:hidden; opacity:0; }
  139. .show:focus + #tab1 { visibility:visible; opacity:1; }
  140.  
  141. #tab2 { visibility:hidden; opacity:0; }
  142. .show:focus + #tab2 { visibility:visible; opacity:1; }
  143.  
  144. #tab3 { visibility:hidden; opacity:0; }
  145. .show:focus + #tab3 { visibility:visible; opacity:1; }
  146.  
  147. #tab4 { visibility:hidden; opacity:0; }
  148. .show:focus + #tab4 { visibility:visible; opacity:1; }
  149.  
  150. /*--- END UPDATES ---*/
  151.  
  152. #nav{padding:15px 0px; float:center;
  153. width:380px;
  154. text-align:center; margin-left:100px;
  155. }
  156.  
  157. #navlink{font-family:;
  158. font-size:12px;
  159. line-height:20px;
  160. word-spacing:7px;
  161. text-align:center;
  162. text-transform:uppercase;
  163. -moz-transition: all 0.4s ease-in-out;
  164. -webkit-transition: all 0.4s ease-in-out;
  165. -o-transition: all 0.4s ease-in-out;
  166. -ms-transition: all 0.4s ease-in-out;
  167. transition: all 0.4s ease-in-out;
  168. }
  169.  
  170. #navlink a{
  171. color:#000;
  172. background-color:transparent;
  173. }
  174.  
  175. #navlink a:hover{color:{color:link hover}; text-decoration:none;
  176. }
  177.  
  178. .description{height:100%; font-family:{font:body font}; color:{color:description}; padding:10px; float:center; width:100%;
  179. font-size:11px; margin-left:{text:description left}px; position:relative;
  180. line-height:0px; text-align:justify;
  181. text-transform:none;
  182. word-spacing:1px;
  183. }
  184.  
  185. .answer{
  186. }
  187. .answer img {
  188. width:250px;
  189. height:auto;
  190. {block:permalinkpage}
  191. width:auto;
  192. height:auto;
  193. {/block:permalinkpage}
  194. }
  195.  
  196. a {
  197. text-decoration:none;
  198. color:{color:link};
  199. -webkit-transition: all 0.4s linear;
  200. -moz-transition: all 0.4s linear;
  201. transition: all 0.4s linear;
  202. }
  203.  
  204. a:link, a:active, a:visited{
  205. color: {color:link};
  206. }
  207.  
  208. a:hover{text-decoration:line-through;
  209. color: {color:link hover};
  210. }
  211.  
  212. #position-menu-bar {
  213. position:fixed;
  214. right:50px;
  215. top:30px;
  216. z-index:99999999;
  217. -webkit-transition: all 0.8s ease;
  218. -moz-transition: all 0.8s ease;
  219. -o-transition: all 0.8s ease;
  220. }
  221.  
  222.  
  223. .menu-bar {
  224. display:block;
  225. width:40px;
  226. height:40px;
  227. background-color:#333;
  228. padding-left:5px;
  229. padding-right:5px;
  230. color:#fff;
  231. cursor:crosshair;
  232. -webkit-transition: all 0.5s ease;
  233. -moz-transition: all 0.5s ease;
  234. -o-transition: all 0.5s ease;
  235. }
  236.  
  237. .menu-bar img {
  238. width:30px;
  239. height:30px;
  240. margin-top:6px;
  241. margin-left:5px;
  242. }
  243.  
  244. .mb {
  245. display:block;
  246. width:200px;
  247. height:20px;
  248. padding-top:10px;
  249. padding-bottom:10px;
  250. color:#fff;
  251. cursor:help;
  252. background-color:#444;
  253. margin-bottom:5px;
  254. -webkit-transition: all 0.5s ease;
  255. -moz-transition: all 0.5s ease;
  256. -o-transition: all 0.5s ease;
  257. }
  258.  
  259. .mb:hover {text-decoration:none;
  260. background-color:#333;
  261. color:#FFF;
  262. letter-spacing:5px;
  263. -webkit-transition: all 0.5s ease;
  264. -moz-transition: all 0.5s ease;
  265. -o-transition: all 0.5s ease;
  266. }
  267.  
  268. #more-bar {
  269. display:block;
  270. opacity:0;
  271. position:absolute;
  272. padding:12px;
  273. margin-top:50px;
  274. margin-left:140px;
  275. width:200px;
  276. height:265px;
  277. text-align:center;
  278. background-color:#333;
  279. color:white;
  280. font-family:calibri;
  281. font-size:15px;
  282. text-transform:uppercase;
  283. -webkit-transition: all 0.7s ease;
  284. -moz-transition: all 0.7s ease;
  285. -o-transition: all 0.7s ease;
  286. }
  287.  
  288. .mb:first-letter {
  289. color:#000;
  290. font-style:italic;
  291. font-family:Georgia;
  292. font-size:25px;
  293. }
  294.  
  295.  
  296. #position-menu-bar:hover #more-bar {
  297. margin-left:-140px;
  298. opacity:1;
  299. }
  300.  
  301. #triangle {
  302. width:0;
  303. height:0;
  304. border-top:42px solid #333;
  305. border-right:42px solid transparent;
  306. position:absolute;
  307. margin-top:-28px;
  308. margin-left:130px;
  309. opacity:1;
  310. -webkit-transform:rotate(45deg);
  311. -moz-transform:rotate(45deg);
  312. -o-transform: rotate(45deg);
  313. }
  314.  
  315. div#center{
  316. margin-left: 0px;
  317. width: 100%;
  318. height: auto;
  319. overflow-x:hidden;
  320. }
  321.  
  322. div#content {
  323. {block:if1column}
  324. width: 300px;
  325. {block:if1column}
  326. {block:if2columns}
  327. width: 800px;
  328. {block:if2columns}
  329. {block:if3columns}
  330. width: 930px;
  331. {block:if3columns}
  332. left:380px;
  333. margin-top:10px;
  334. position: absolute;
  335. }
  336.  
  337. .entry{
  338. margin:8px;
  339. padding:5px;
  340. float:left;
  341. height:auto;
  342. background-color: #transparent;
  343. {block:IndexPage}
  344. width:250px;
  345. overflow:hidden;
  346. {/block:IndexPage}
  347. {block:PermalinkPage}
  348. width:400px;
  349. height:auto;
  350. {/block:PermalinkPage}
  351.  
  352. }
  353.  
  354. .title{font-family:{font:post font};
  355. font-size:21px;
  356. line-height:22px;
  357. color: {color:text};
  358. }
  359.  
  360. blockquote{
  361. padding:0px 0px 0px 3px;
  362. margin:0px 0px 0px 2px;
  363. border-left: 2px solid #ddd;
  364. }
  365.  
  366. .perma
  367. {
  368. opacity: 0.0;sho
  369. filter: alpha(opacity = 0);
  370. margin-top: -21px;
  371. width: px;
  372. height: 30px;
  373. line-height: 30px;
  374. font-size: 9px;
  375. position:absolute;
  376. text-align: center;
  377. z-index:9999991;
  378. color: {color:permalink};
  379.  
  380. }
  381. a.p
  382. {
  383.  
  384. color: {color:permalink};
  385. }
  386. .entry:hover .perma {
  387.  
  388. -webkit-transition: opacity 0.4s linear;
  389. opacity: 1;
  390. -moz-transition: all 0.4s linear;
  391. transition: all 0.4s linear;
  392. filter: alpha(opacity = 100);
  393.  
  394. }
  395.  
  396. select {
  397. font-size: 9px;
  398. width: 100px;
  399. margin-left: 10px;
  400.  
  401. }
  402. option {
  403. font-size: 9px;
  404. text-align: left;
  405.  
  406. }
  407. input[type=button]
  408. {
  409. font-size: 9px;
  410. }
  411.  
  412. .likep {
  413. width: 21px;
  414. height: 20px;
  415. overflow: hidden;
  416. position: relative;
  417. z-index: 9999999;
  418. position: absolute;
  419. margin-top: 26px;
  420. margin-left: 5px;
  421. }
  422. .rep {
  423. width: 24px;
  424. height: 20px;
  425. overflow: hidden;
  426. position: relative;
  427. z-index: 9999999;
  428. position: absolute;
  429. margin-top: 26px;
  430. margin-left: 29px;
  431. }
  432. .likep a:hover {
  433. background-position: 0px 0px;
  434. }
  435. .likep a {
  436. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  437. background-position: 0px 0px;
  438. display: block;
  439. z-index: 9999999;
  440. webkit-transition: all 0s linear;
  441. -webkit-transition: all 0s linear;
  442. -moz-transition: all 0s linear;
  443. transition: all 0s linear;
  444. }
  445. .likep img {
  446. width: 21px;
  447. height: 20px;
  448. webkit-transition: all 0.2s linear;
  449. -webkit-transition: all 0.2s linear;
  450. -moz-transition: all 0.2s linear;
  451. transition: all 0.2s linear;
  452. }
  453. .rep img{
  454. width: 24px;
  455. height: 20px;
  456. line-height: 30px;
  457. display: inline;
  458. }
  459. .k{
  460. word-spacing:1px;
  461. }
  462.  
  463. #titlelink a{
  464. background-color:{color:title link};
  465. }
  466.  
  467. h3 {text-transform:none !important;
  468. font-size:55px;
  469. font-family:{font:title font};
  470. letter-spacing:1px;
  471. margin-top:10px;
  472. margin-bottom:20px;
  473. text-align:center;
  474. color:#000;}
  475. h3:first-letter {
  476. font-weight:bold;
  477. color:{color:links};}
  478. h2:hover{color:{color:link hover};}
  479.  
  480.  
  481. .permalink{
  482. text-align:center;
  483. opacity:0;
  484. -webkit-transition: all 0.4s linear;
  485. -webkit-transition: all 0.4s linear;
  486. -moz-transition: all 0.4s linear;
  487. transition: all 0.4s linear;
  488. }
  489.  
  490. .entry:hover .permalink{
  491. opacity:1;
  492. -webkit-transition: all 0.4s linear;
  493. -webkit-transition: all 0.4s linear;
  494. -moz-transition: all 0.4s linear;
  495. transition: all 0.4s linear;
  496. }
  497.  
  498. .notess{
  499. position:absolute;
  500. border:12px solid {color:post border};
  501. padding:5px;
  502. left:450px;
  503. top:10px;
  504. height:500px;
  505. width:500px;
  506. overflow:scroll;
  507. }
  508.  
  509.  
  510. {CustomCSS}
  511. </style>
  512.  
  513. <title>{title}</title>
  514.  
  515. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  516.  
  517. </head>
  518. <body>
  519. <!--- BEGIN UPDATES --->
  520.  
  521. <div id="updatescont">
  522.  
  523. <a href="#show" id="sq1" class="show"><font style="display:none">[ show ]</font></a>
  524. <div id="tab1">
  525. <h2>Stats</h2></br>
  526. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3002750";
  527. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  528. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  529. </script>
  530. </br>
  531. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5062025";
  532. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  533. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Online User&e2=Online Users&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  534. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  535. </script>
  536.  
  537. </div>
  538.  
  539. <a href="#show" id="sq2" class="show"><font style="display:none">[ show ]</font></a>
  540. <div id="tab2">
  541. <div style="color:#f2f2f2;background-color:#003471;padding:5px">do text dividers like this</div>
  542. </p>
  543. <marquee>do scrolling text like this yay fun</marquee>
  544. </p>
  545. and do fancy picture dividers like this
  546. </p>
  547. <img src="http://www.clker.com/cliparts/L/N/U/m/A/J/black-divider-no-background-md.png" width="140px" height="10px">
  548. </p>
  549. *note: you can make these as long as you want without having to change the code; the height will automatically fit the text you enter
  550. </div>
  551.  
  552. <a href="#show" id="sq3" class="show"><font style="display:none">[ show ]</font></a>
  553. <div id="tab3">
  554. you can type stuff here
  555. </p>
  556. like your name, what kind of blog you have, a little about your personality, your otps, etc
  557. </p>
  558. and you can arrange the info however you want among the tabs ofc
  559. </div>
  560.  
  561. <a href="#show" id="sq4" class="show"><font style="display:none">[ show ]</font></a>
  562. <div id="tab4">
  563. you can type stuff here too wow what a surprise who would've thought...
  564. </p>
  565. don't forget if you have any questions you can message me <a href="http://casowl.tumblr.com/codefaq">here</a>
  566. </p>
  567. okay have fun bye
  568. </div>
  569.  
  570. </div>
  571.  
  572. <!--- END UPDATES --->
  573.  
  574.  
  575. <div id="position-menu-bar">
  576. <div class="menu-bar">
  577. <img src="http://static.tumblr.com/5ojoydj/bunmo0ev7/fukuo-line-bar.png"/>
  578. </div>
  579. <div id="more-bar">
  580. <div id="triangle"></div>
  581. <a href="{text:link1url}" class="mb">{text:link1}</a>
  582. <a href="{text:link2url}" class="mb">{text:link2}</a>
  583. <a href="{text:link3url}" class="mb">{text:link3}</a>
  584. <a href="{text:link4url}" class="mb">{text:link4}</a>
  585. <a href="{text:link5url}" class="mb">{text:link5}</a>
  586. <a href="http://ttamplamente.tumblr.com/" class="mb">Theme</a>
  587. </div>
  588. </div>
  589.  
  590. <div id="header">
  591.  
  592. <div class="headerimage"><img src="{image:header}"></div>
  593. <div id="nav">
  594. <span id="navlink"></br>
  595. <h3><a href="/">{Title}</a></h3>
  596.  
  597. {block:HasPages}{block:Pages}<a href="{URL}"><span class="k">{Label}</span></a> {/block:Pages}{/block:HasPages}
  598. </div> </span>
  599. <br><br>
  600. <div id="kinads">{description} <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2984161";
  601. fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  602. document.body.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  603. </script>
  604. </div>
  605. </div>
  606.  
  607. <div id="center">
  608. <div id="content">
  609.  
  610. {block:Posts}
  611.  
  612. <div class="entry">
  613.  
  614. {block:IndexPage}<div class="perma">
  615. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  616.  
  617. </div>
  618. {/block:IndexPage}
  619. {block:Text}
  620. <div class="text">
  621. {block:Title}
  622. <h3><a href="{Permalink}">{Title}</a></h3>
  623. {/block:Title}
  624. {Body}
  625. </div>
  626. {/block:Text}
  627.  
  628. {block:Photo}
  629. {block:IndexPage}
  630. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}
  631. {/block:IndexPage}
  632. {block:permalinkpage}{LinkOpenTag}
  633. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}
  634. {block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
  635.  
  636. {/block:Photo}
  637.  
  638. {block:Photoset}
  639. {block:IndexPage}
  640. {Photoset-250}
  641. {/block:IndexPage}
  642. {block:permalinkpage}
  643. {Photoset-250}
  644. {/block:permalinkpage}
  645. {/block:Photoset}
  646.  
  647. {block:Quote}
  648. <div class="text">
  649. "{Quote}"
  650. {block:Source}
  651. <div class="source">{Source}</div>
  652. {/block:Source}
  653. </div>
  654. {/block:Quote}
  655.  
  656. {block:Link}
  657. <div class="text">
  658. <a href="{URL}" class="link" {Target}>{Name}</a>
  659. {block:Description}
  660. <div class="description">{Description}</div>
  661. {/block:Description}
  662. </div>
  663. {/block:Link}
  664.  
  665. {block:Chat}
  666. <div class="text">
  667. {block:Title}
  668. <h3><a href="{Permalink}">{Title}</a></h3>
  669. {/block:Title}
  670. <ul class="chat">
  671. {block:Lines}
  672. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  673.  
  674. {Line} </li>
  675. {/block:Lines}
  676. </ul>
  677. </div>
  678. {/block:Chat}
  679.  
  680. {block:Video}
  681.  
  682. {block:IndexPage}
  683. {Video-250}
  684. {/block:IndexPage}
  685. {block:permalinkpage}
  686. {Video-250}
  687. {/block:permalinkpage}
  688. {/block:Video}
  689.  
  690. {block:Audio}
  691. {AudioPlayerBlack}
  692. <div class="text">
  693. {block:Caption}
  694. {Caption}
  695. {/block:Caption}
  696. </div>
  697. {/block:Audio}
  698. {block:PermalinkPage}
  699. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  700. {/block:PermalinkPage}
  701. {block:PostNotes}{PostNotes}{/block:PostNotes}
  702. </div>
  703. {/block:Posts}
  704. </div>
  705.  
  706. {block:IndexPage}
  707. {block:Pagination}
  708. <div id="pagination">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}"></a>
  714. {/block:PreviousPage}
  715. </div>
  716. {/block:Pagination}
  717. {/block:IndexPage}
  718. </div>
  719. </div>
  720.  
  721.  
  722. </body>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement