Advertisement
bau-de-incertezas

Theme 29

Dec 11th, 2013
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <html>
  10.  
  11. <head>
  12. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <head><title>{Title}</title>
  59. <link rel="shortcut icon" href="{favicon}">
  60.  
  61.  
  62. <meta name="text:frase" content="Mas, é como dizem" />
  63. <meta name="text:subfrase" content="contos de fadas só existem" />
  64.  
  65.  
  66.  
  67. <meta name="image:fundo sidebar" content="http://static.tumblr.com/kqwwc30/Pu9mxnlbc/tumblr_moii0kgdai1ro3fdho1_500.jpg" />
  68. <meta name="image:background" content="{image:background}" />
  69. <meta name="image:sidebar" content="http://static.tumblr.com/47b6b29c14eb74561a8adff99b54fef0/sbxkdxg/642mx0zhe/tumblr_static_tumblr_mwahdpty1f1qk4eo2o1_500.jpg" />
  70.  
  71.  
  72.  
  73.  
  74.  
  75. <meta name="color:borda" content="#fff" />
  76. <meta name="color:frase" content="#fff" />
  77. <meta name="color:links sidebar" content="#808080" />
  78. <meta name="color:links background" content="#eeeeee" />
  79.  
  80.  
  81.  
  82. <meta name="color:background" content="#ffffff" />
  83. <meta name="color:text" content="#c0c0c0" />
  84. <meta name="color:scroll" content="#c0c0c0"/>
  85. <meta name="color:chat" content="#c0c0c0" />
  86. <meta name="color:tags" content="#c5c5c5" />
  87. <meta name="color:links" content="#808080" />
  88. <meta name="color:linkshover" content="#808080" />
  89. <meta name="color:post" content="#fff" />
  90. <meta name="color:textask" content="#fff" />
  91. <meta name="color:note" content="#fff" />
  92. <meta name="color:texto note" content="#c0c0c0" />
  93. <meta name="color:scrollbar" content="#c0c0c0" />
  94. <meta name="color:fundo ask" content="#c0c0c0" />
  95. <meta name="color:perguntou ask" content="#fff" />
  96. <meta name="color:resposta ask" content="#c0c0c0" />
  97.  
  98.  
  99.  
  100. <meta name="text:Link1" content="" />
  101. <meta name="text:Link1 Title" content="link 1" />
  102.  
  103. <meta name="text:Link2" content="" />
  104. <meta name="text:Link2 Title" content="link 2" />
  105.  
  106. <meta name="text:Link3" content="" />
  107. <meta name="text:Link3 Title" content="link 3" />
  108.  
  109. <meta name="text:Link4" content="" />
  110. <meta name="text:Link4 Title" content="link 4" />
  111.  
  112. <meta name="text:Link5" content="" />
  113. <meta name="text:Link5 Title" content="link 5" />
  114.  
  115. <meta name="text:Link6" content="" />
  116. <meta name="text:Link6 Title" content="link 6" />
  117.  
  118. <!---rolagem infinita -->
  119.  
  120. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  121.  
  122.  
  123.  
  124.  
  125. </head>
  126.  
  127.  
  128. <style>
  129.  
  130. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  131.  
  132. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  133.  
  134. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  135.  
  136. a:hover {color: {color:linkshover};text-decoration:none;}
  137.  
  138.  
  139.  
  140. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  141. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  142. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  143. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  144.  
  145. blockquote img{max-width: 450px!important}
  146. blockquote blockquote img{max-width: 450px!important}
  147. blockquote blockquote blockquote img{max-width: 430px!important}
  148. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  155.  
  156. #entry {float: left; margin-bottom: 26px; margin-left: 550px; }
  157.  
  158. /*******post*****************/
  159.  
  160.  
  161.  
  162. .posts {width: 420px; background-color: {color:post}; padding: 5px; margin-bottom: -10px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; margin-left:-70px; border:0px solid{color:borda};}
  163.  
  164.  
  165.  
  166. h1 {font-family: cambria; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  167. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  168. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  169.  
  170.  
  171.  
  172. .image {text-align: center; border: 1px}
  173. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; }
  174. .image img:hover {max-width: 420px; margin-bottom: 1px; opacity: 0.5;}
  175.  
  176.  
  177.  
  178.  
  179. .myquote2 {font-family:'cambria'; font-size:12px; margin-left:20px;text-align:left; color: {color:text}; letter-spacing:0px; }
  180.  
  181. .myquote { font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'calibri'; line-height: 16px; text-indent:2px; padding: 0px; }
  182.  
  183.  
  184.  
  185.  
  186.  
  187. .chat {line-height: 20px; list-style: none }
  188. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  189. .person1 {color: {color:chat}; padding: 2px; }
  190. .person1 .label {font-weight: bold; color:{color:chat};}
  191. .person2 {color: {color:chat}; padding: 2px; }
  192. .person2 .label {font-weight: bold; color:{color:chat};}
  193.  
  194. .player {background-color: #fff; text-align: left; display:block;}
  195.  
  196. /*****ASK POR BAU-DE-INCERTEZAS*******/
  197.  
  198. .fundoaskbau {background-color:transparent; padding: 8px; margin-top: 0px; margin-left: 0px;margin-right: 0;overflow: hidden; line-height:9px;}
  199.  
  200. .perguntandobau {width: 351px;height:auto; margin-top:-5px; background-color:{color:fundo ask}; color:{color:perguntou ask}; padding:3px; margin-bottom:5px; margin-left:0px; }
  201. .perguntandobau g {color:{color:perguntou ask};}
  202. .perguntandobau a {color: {color:perguntou ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  203.  
  204. .askfotobau { border-radius: 0px 0px 10px 10px; opacity: 0.7; margin-right:0px; margin-left:-50px;margin-top:0px;border: 2px solid #eee; width: 50px;height: 50px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  205. .askfotobau:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  206.  
  207.  
  208. .respostabau { background: transparent; font-family: consolas; font-size: 10px;text-align:left; margin-left:10px; margin-top:5px; color:{color:resposta ask};}
  209.  
  210.  
  211.  
  212.  
  213. #st {width: 400px; margin-top: -2px;}
  214. .source {display: none;}
  215.  
  216. #pse {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  217. #pse:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  218.  
  219.  
  220.  
  221. /******notes ******/
  222.  
  223.  
  224. #notest { text-align: center; margin-top:-50px; margin-left:420px; font-size: 8px; font-family: consolas; text-transform: uppercase; z-index: 100;{block:If1coluna} ; {/block:If1coluna}; width:70px; background-color: transparent; opacity:0; border-right:2px solid{color:note}; position:absolute; }
  225.  
  226. #notest a { font-size: 8px; font-family: consolas; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; opacity:0.8; width:400px; color:{color:texto note}; }
  227.  
  228. #notest a:hover {font-style:italic;}
  229.  
  230. .posts:hover #notest {opacity:0.9; -webkit-transition-duration: 2s;}
  231.  
  232.  
  233.  
  234.  
  235.  
  236. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  237. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  238. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  239. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  240. ::-webkit-scrollbar-thumb:vertical {border:1px solid {color:borda scrollbar};border-radius: 0px 0px 0px 0px; background:{color:scroll};}
  241. ::-webkit-scrollbar-thumb:horizontal {border-left:1px solid {color:borda scrollbar}; border-radius: 0px 0px 0px 0px; background: {color:background};}
  242. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  243.  
  244.  
  245.  
  246.  
  247. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  248. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  249. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  250. .notes img{display: none; border:0px}
  251.  
  252.  
  253.  
  254. /***rolagem infinita****/
  255. .tumblrAutoPager_page_separator,
  256. .tumblrAutoPager_page_info {display: none;}
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. /*****SIDEBAR POR BAU-DE-INCERTEZAS NAO COPIA PORRA ******/
  271.  
  272.  
  273.  
  274. .fotosidebar {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  275. -moz-transition: all 1s ease-in-out;
  276. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: absolute;width:158px;height:auto;margin-left:300px;
  277. margin-top: 50px; position:fixed; -webkit-transition-duration: 0.8s; position:fixed;}
  278.  
  279.  
  280.  
  281. .fotosidebar img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  282. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:200px;width:150px;
  283. padding:0px;margin:3px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; position:fixed; border:2px solid{color:borda}; border-radius: 0px 0px 0px 0px; -webkit-filter: saturate(1);}
  284.  
  285.  
  286. .fotosidebar img:hover {-webkit-filter: saturate(2);-webkit-transform: rotate(0deg); }
  287.  
  288.  
  289. .baulinks {position:fixed; margin-top: 210px; margin-left:0px; padding: 2px; border: 2px solid {color:borda};background-color:{color:links background}; background-image:url('{image:menu}'); background-attachment: repeat;width:45px; height:15px; -webkit-border-radius:10px 10px 10px 10px;}
  290. .baulinks a { font-family: consolas;font-size: 10px;text-transform:uppercase;color: {color:links sidebar}; margin-top:1px; position:fixed; margin-left:-13px;}
  291. .baulinks a:hover {letter-spacing:3px; }
  292.  
  293.  
  294. .baufundo {position:fixed; margin-top: -10px; margin-left:-10px; background-color:{color:links background}; background-image:url('{image:fundo sidebar}'); background-attachment: repeat;width:200px; height:700px;}
  295.  
  296. .sidebar { width:160px; height:auto;margin-top:213px; margin-left:20px; border:1px solid{color:borda}; position:fixed;}
  297.  
  298.  
  299. .baudesc {font-family:'Muli'; font-size: 9px; margin-top:15px; margin-left:5px; text-align:left; width:155px; height: auto; color:{color:frase}; position:fixed; }
  300.  
  301.  
  302. .baufrase{ font-family: consolas; font-size: 15px; margin-top:-20px; margin-left:5px; text-align:left; width:155px; height: auto; color:{color:frase}; position:fixed; }
  303.  
  304.  
  305. .bausubfrase {font-family: consolas; font-size: 11px; margin-top:3px; margin-left:5px; text-align:left; width:155px; height: auto; color:{color:frase}; position:fixed;}
  306.  
  307.  
  308. .simbolobau {background-color:{color:links background}; width:20px; font-family:cambria; font-size:15px;position:fixed; margin-left:130px; margin-top:213px; color:{color:links sidebar};}
  309.  
  310.  
  311.  
  312.  
  313. @font-face {
  314. font-family: 'ABeeZee';
  315. font-style: normal;
  316. font-weight: 400;
  317. src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://themes.googleusercontent.com/static/fonts/abeezee/v1/m_J3nYLkIiGqm2wAiy01kg.woff) format('woff');
  318. }
  319.  
  320. @font-face {
  321. font-family: 'Muli';
  322. font-style: normal;
  323. font-weight: 400;
  324. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  325. }
  326. @font-face {font-family: "vintage";
  327. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  328.  
  329.  
  330.  
  331.  
  332. @font-face {
  333. font-family: 'Baumans';
  334. font-style: normal;
  335. font-weight: 400;
  336. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  337. }
  338. @font-face {
  339. font-family: 'Wire One';
  340. font-style: normal;
  341. font-weight: 400;
  342. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  343. }
  344.  
  345. /***********CREDITO NAO RETIRE****************/
  346.  
  347. .meutheme {background-color:#fff; border:1px solid#d4d4d4; width:30px; height:40px; position:fixed; margin-left:2px; margin-top:1px; transition: .8s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  348. .meutheme a {font-family:consolas; margin-top:25px; margin-left:-22px; position:fixed;font-size:10px; color:#918e8e; width:40px;}
  349. .meutheme a:hover {opacity:0.5;}
  350. .meutheme2 {border:1px solid#d4d4d4; width:36px; height: 45px; position:fixed; margin-left:25px; margin-top:-10px; }
  351. .meutheme:hover {padding-top:5px;}
  352.  
  353.  
  354. </style>
  355. <body>
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <div class="fotosidebar"><img src="{image:sidebar}">
  364. <select style="position:fixed; margin-top: 210px; margin-left:-25px; padding: 2px; border: 2px solid {color:borda};background-color:{color:links background}; background-image:url('{image:menu}'); background-attachment: repeat;font-family: consolas;font-size: 10px;text-transform:uppercase;color: {color:links sidebar}; width:100px; -webkit-border-radius:10px 10px 10px 10px;" onChange="location.href=this.options[this.selectedIndex].value;">
  365. <option selected>More links</option>
  366.  
  367. <option value="{text:link2}">{text:link2 Title}</option>
  368. <option value="{text:link3}">{text:link3 Title}</option>
  369. <option value="{text:link4}">{text:link4 Title}</option>
  370. <option value="{text:link5}">{text:link5 Title}</option>
  371. <option value="{text:link6}">{text:link6 Title}</option>
  372.  
  373. </select>
  374.  
  375. <div class="simbolobau">✖</div>
  376. <div class="baulinks"><a href="{text:link1}">{text:link1 title}</a></div>
  377. </div>
  378.  
  379. <div class="baufundo">
  380. <div class="sidebar">
  381. <div class="baufrase">{text:frase}</div>
  382. <div class="bausubfrase">{text:subfrase}</div>
  383. <div class="baudesc">{description}</div>
  384. </div></div>
  385.  
  386.  
  387.  
  388.  
  389. <!----- Se mexer aqui vai da pani, e o theme não vai funcionar--->
  390. <div class="meutheme2">
  391. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Theme</a></div></div>
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398. <div id="post">
  399. <div class="autopagerize_page_element">
  400. <div id="entry">
  401.  
  402. {block:Posts}
  403. <div class="posts">
  404.  
  405. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  406.  
  407. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  408.  
  409. {block:Photoset}{Photoset-400}{/block:Photoset}
  410.  
  411.  
  412.  
  413. {block:Quote}
  414. <div class="myquote">"{Quote}"</div><div class="myquote2"><font color="{color:frase}">✝ ✝</font>
  415. {block:Source}{Source}{/block:Source}</div>
  416. {/block:Quote}
  417.  
  418. {block:Link}
  419. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  420. {block:Description}{Description}{/block:Description}
  421. {/block:Link}
  422.  
  423. {block:Chat}
  424. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  425. <div class="chat"><ul>{block:Lines}
  426. <li class="person{UserNumber}">{block:Label}
  427. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  428. {/block:Chat}
  429.  
  430. {block:Audio}
  431. <div class="player">{AudioPlayerBlack}</div>
  432. {block:Caption}{Caption}{/block:Caption}
  433. {/block:Audio}
  434.  
  435. {block:Video}{Video-400}{/block:Video}
  436.  
  437.  
  438. {block:Answer}
  439. <div class="post">
  440. <img src="{AskerPortraitURL-64}" align="right" class="askfotobau">
  441. <div class="fundoaskbau">
  442. <div class="perguntandobau"><g>{Asker} asked:</g>{Question}</div>
  443.  
  444. <div class= "respostabau">{Answer}</div></div></div>
  445. {/block:Answer}
  446.  
  447. {block:Photoset}<center>{Photoset-100}</center>
  448. {/block:Photoset}
  449.  
  450.  
  451. <div id="st">
  452. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  454. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. <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>
  457. {/block:ContentSource}</div></div>
  458. <br>
  459.  
  460.  
  461. {block:Date}<div id="notest">
  462. {block:NoteCount}<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>
  463. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>
  464. <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<br>
  465. <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}{block:IndexPage}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div><a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </div>{block:IfShowTags}<div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  466. </div>{/block:IfShowTags}{/block:Date}</div>
  467. <!------ rolagem infinita-->
  468. <div class="autopagerize_page_element">
  469.  
  470.  
  471. {/block:Posts}
  472. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  473. </div>
  474.  
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. </body>
  486. </html>
  487.  
  488.  
  489.  
  490. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement