Advertisement
bau-de-incertezas

Theme 26

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