halfqueen

3rd theme (2nd version)

Jun 26th, 2012
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 KB | None | 0 0
  1. <!-- base por nee-d
  2.  
  3. adaptado por call-menow -->
  4.  
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15. <meta name="color:background" content="#f8f8f8" />
  16.  
  17. <meta name="color:link" content="#000000" />
  18.  
  19. <meta name="color:text" content="#000000" />
  20.  
  21. <meta name="color:post" content="#ffffff" />
  22.  
  23. <meta name="color:sidebar" content="#ffffff" />
  24.  
  25. <meta name="color:scrollbar" content="#000" />
  26.  
  27. <meta name="color:bglinks" content="#fff" />
  28.  
  29. <meta name="color:bglinks1" content="#fff" />
  30.  
  31. <meta name="color:linkshover" content="#999" />
  32.  
  33.  
  34.  
  35. <meta name="image:background" content="" />
  36.  
  37. <meta name="image:sidebar" content="" />
  38.  
  39.  
  40.  
  41. <meta name="if:Show tags" content="1"/>
  42.  
  43.  
  44.  
  45. <meta name="text:Link1" content="" />
  46.  
  47. <meta name="text:Link1 Title" content="um" />
  48.  
  49. <meta name="text:Link2" content="" />
  50.  
  51. <meta name="text:Link2 Title" content="dois" />
  52.  
  53. <meta name="text:Link3" content="" />
  54.  
  55. <meta name="text:Link3 Title" content="tres" />
  56.  
  57. <meta name="text:Link4" content="" />
  58.  
  59. <meta name="text:Link4 Title" content="quatro" />
  60.  
  61. <meta name="text:Link5" content="" />
  62.  
  63. <meta name="text:Link5 Title" content="cinco" />
  64.  
  65. <meta name="text:Link6" content="" />
  66.  
  67. <meta name="text:Link6 Title" content="seis" />
  68.  
  69.  
  70.  
  71. <title>{Title}</title>
  72.  
  73. <link rel="shortcut icon" href="{Favicon}">
  74.  
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76.  
  77. {block:Description}
  78.  
  79. <meta name="description" content="{MetaDescription}" />
  80.  
  81. {/block:Description}
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  84.  
  85.  
  86.  
  87.  
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  98.  
  99.  
  100.  
  101. a {color: {color:link}; text-decoration: none; text-transform: none;}
  102.  
  103. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  104.  
  105.  
  106.  
  107. p {margin: 6px 0 0 0}
  108.  
  109.  
  110.  
  111. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  112.  
  113. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  114.  
  115. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  116.  
  117. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  118.  
  119.  
  120.  
  121. blockquote img{max-width: 470px!important}
  122.  
  123. blockquote blockquote img{max-width: 450px!important}
  124.  
  125. blockquote blockquote blockquote img{max-width: 430px!important}
  126.  
  127. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  128.  
  129.  
  130.  
  131.  
  132.  
  133. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  134.  
  135.  
  136.  
  137. #entry {float: left; margin-left: 326px;}
  138.  
  139.  
  140.  
  141. .posts {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  142.  
  143.  
  144.  
  145. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  146.  
  147. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  148.  
  149. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  150.  
  151.  
  152.  
  153. .image {text-align: center; border: 0px}
  154.  
  155. .image img {max-width: 500px; margin-bottom: 2px }
  156.  
  157.  
  158.  
  159. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  160.  
  161. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  162.  
  163. .pquotesource a, a:hover{text-transform: none;}
  164.  
  165.  
  166.  
  167. .chat {line-height: 13px; list-style: none }
  168.  
  169. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  170.  
  171. .person1 {color: {color:text}; padding: 2px; }
  172.  
  173. .person1 .label {font-weight: bold; color:{color:text}}
  174.  
  175. .person2 {color: {color:text}; padding: 2px; }
  176.  
  177. .person2 .label {font-weight: bold; color:{color:text}}
  178.  
  179.  
  180.  
  181. .player {background-color: #000; text-align: left; display:block;}
  182.  
  183.  
  184.  
  185. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  186.  
  187. .answer {padding: 2px}
  188.  
  189. .answer img {max-width: 470px;}
  190.  
  191.  
  192.  
  193.  
  194.  
  195. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity:1}
  196.  
  197. #info a {font-size: 9px;}
  198.  
  199. #info:hover {margin-left: 10px; opacity:1}
  200.  
  201.  
  202.  
  203. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  204.  
  205. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  206.  
  207.  
  208.  
  209. #cap {width: 500px; margin-top: -2px;}
  210.  
  211. .source {display: none;}
  212.  
  213.  
  214.  
  215. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  216.  
  217. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  218.  
  219. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  220.  
  221. .notes img{display: none; border:0px}
  222.  
  223.  
  224.  
  225. #damon {position: fixed; margin: 0px 0px 0px -492px;}
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. #masoq{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 560px; width: 245px; height: 85px; background-color: #ffffff; color: #838383; padding: 6px; margin-top: -6px; background-attachment: fixed;}
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. #masoq2{font-size: 9px; font-family: verdana; position: relative; margin-left: 560px; width: 249px; background-color: #ffffff; padding: 4px; margin-top: 0px; background-attachment: fixed; background-image:url(''); height:auto;}
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. #masoq3{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 560px; width: 245px; height: auto; background-color: {color:sidebar}; color: {color:body}; padding: 6px; margin-top: 0px; background-attachment: fixed;}
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. #masoq5{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 560px; width: 241px; height: auto; background-color: {color:sidebar}; color: {color:body}; padding: 8px; margin-top: 1px; background-attachment: fixed;}
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. #koala {width: 111px; text-align: center; margin-left:127px; font-family: georgia; font-size: 17px; color: {color:body}; letter-spacing: -1px; text-transform: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  266.  
  267. #koala:hover {letter-spacing: -3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. #koala2 {width: 111px; text-align: center; margin-left:127px; margin-top:10px; font-family: verdana; font-size: 9px; color: {color:body}; letter-spacing: -1px; text-transform: none;}
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. .links1 {position: absolute; width: 118px; margin-left:0px; margin-top:0px; padding: 0px; text-align: center; z-index:3;}
  290.  
  291.  
  292.  
  293. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 118px; background-color: {color:bglinks}; color:#FFFFFF; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  294.  
  295.  
  296.  
  297. .links1 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. .links2 {position: absolute; width: 118px; margin-left:0px; margin-top:14px; padding: 0px; text-align: center; z-index:3;}
  306.  
  307.  
  308.  
  309. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 118px; background-color: {color:bglinks1}; color:#FFFFFF; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  310.  
  311.  
  312.  
  313. .links2 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. .links3 {position: absolute; width: 118px; margin-left:0px; margin-top:28px; padding: 0px; text-align: center; z-index:3;}
  322.  
  323.  
  324.  
  325. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 118px; background-color: {color:bglinks}; color:#FFFFFF; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  326.  
  327.  
  328.  
  329. .links3 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  330.  
  331.  
  332.  
  333.  
  334.  
  335. .links4 {position: absolute; width: 118px; margin-left:0px; margin-top:42px; padding: 0px; text-align: center; z-index:3;}
  336.  
  337.  
  338.  
  339. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 118px; background-color: {color:bglinks1}; color:#FFFFFF; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  340.  
  341.  
  342.  
  343. .links4 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. .links5 {position: absolute; width: 118px; margin-left:0px; margin-top:56px; padding: 0px; text-align: center; z-index:3;}
  352.  
  353.  
  354.  
  355. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 118px; background-color: {color:bglinks}; color:#FFFFFF; text-decoration: none; text-transform:uppercase;line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  356.  
  357.  
  358.  
  359. .links5 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  360.  
  361.  
  362.  
  363.  
  364.  
  365. .links6 {position: absolute; width: 118px; margin-left:0px; margin-top:70px; padding: 0px; text-align: center; z-index:3;}
  366.  
  367.  
  368.  
  369. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:0px; width: 118px; background-color: {color:bglinks1}; color:#FFFFFF; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  370.  
  371.  
  372.  
  373. .links6 a:hover{text-align: center; width: 90px; letter-spacing:0px;}
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. #cred {text-align: justify; font-size: 9px; font-family: verdana; position: absolute; margin-left: 540px; width: 205px; height:14px; background-color: #ffffff; color: #838383; padding: 3px; margin-top: 1px; background-attachment: fixed;}
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. #simg {float: left; margin-top: 0px; margin-left: 0px; height: auto; width:400px; position: absolute; background-color: #ffffff; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. #simgg {margin-top: 0px; margin-bottom: 0px;}
  398.  
  399.  
  400.  
  401. #simgg img{width: 245px; height:auto;}
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. #senten {width:105px; margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px; font-family: georgia; font-size:18px; width:auto; text-align: center;}
  410.  
  411.  
  412.  
  413.  
  414.  
  415. .oizinho {font-family: georgia; position: fixed; margin-left: 5px; margin-bottom:6px; margin-top: -13px; font-size: 12px; z-index: 0;}
  416.  
  417. .oizinho a {color: ; background-color: transparent;}
  418.  
  419. .oizinho a:hover {color: ;}
  420.  
  421.  
  422.  
  423. .oizinho2 {font-family: georgia; position: fixed; margin-left: 68px; margin-bottom:6px; margin-top: -13px; font-size: 12px; z-index: 0;}
  424.  
  425. .oizinho2 a {color: ; background-color: transparent;}
  426.  
  427. .oizinho2 a:hover {color: ;}
  428.  
  429.  
  430.  
  431. ::-webkit-scrollbar{width:7px;height:0px;}
  432.  
  433. ::-webkit-scrollbar-button:start:decrement
  434.  
  435. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  436.  
  437. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  438.  
  439. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  440.  
  441. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  442.  
  443.  
  444.  
  445. #tumblr_controls{position: fixed!important}
  446.  
  447. #tumblr_controls{position: fixed!important}
  448.  
  449. #tumblr_controls{position: fixed!important}
  450.  
  451. #tumblr_controls{position: fixed!important}
  452.  
  453.  
  454.  
  455. .paginacao {position: absolute; margin-top: -4px; margin-left: 560px; width: 60px; background-color: #ffffff; color: #838383; padding: 3px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:3; }
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. #pagination {font-family:calibri; text-align:center; font-size:10px; margin-left:115px; margin-bottom:2px; text-transform:none}
  464.  
  465.  
  466.  
  467.  
  468.  
  469. </style>
  470.  
  471.  
  472.  
  473. <body>
  474.  
  475. <div id="container">
  476.  
  477. <div id="damon">
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <div id="masoq3">
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. <div id="simgg"><img src="{image:sidebar}"></div>
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505. </div>
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <div id="masoq">
  514.  
  515.  
  516.  
  517. <div class="links1"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  518.  
  519.  
  520.  
  521. <div class="links2"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  522.  
  523.  
  524.  
  525. <div class="links3"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  526.  
  527.  
  528.  
  529. <div class="links4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  530.  
  531.  
  532.  
  533. <div class="links5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  534.  
  535.  
  536.  
  537. <div class="links6"><a href="{text:Link6}">{text:Link6 Title}</a></a></div>
  538.  
  539.  
  540.  
  541. <div id="koala2">{description}</div>
  542.  
  543.  
  544.  
  545. <div id="koala">{title}</div>
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} + {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br /></div>
  554.  
  555.  
  556.  
  557. </div>
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565. <div class="paginacao">theme: <a href="http://call-menow.tumblr.com">+</a>-<a href="http://nee-d.tumblr.com">+</a></div>
  566.  
  567.  
  568.  
  569. </div>
  570.  
  571. <div id="entry">
  572.  
  573.  
  574.  
  575. {block:Posts}
  576.  
  577. <div class="posts">
  578.  
  579.  
  580.  
  581. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  582.  
  583.  
  584.  
  585. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  586.  
  587.  
  588.  
  589. {block:Photoset}{Photoset-500}{/block:Photoset}
  590.  
  591.  
  592.  
  593. {block:Quote}
  594.  
  595. <div class="pquote">“{Quote}”</div>
  596.  
  597. {block:Source}<div class="pquotesource"> — {Source}</div>
  598.  
  599. {/block:Source}
  600.  
  601. {/block:Quote}
  602.  
  603.  
  604.  
  605. {block:Link}
  606.  
  607. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  608.  
  609. {block:Description}{Description}{/block:Description}
  610.  
  611. {/block:Link}
  612.  
  613.  
  614.  
  615. {block:Chat}
  616.  
  617. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  618.  
  619. <div class="chat"><ul>{block:Lines}
  620.  
  621. <li class="person{UserNumber}">{block:Label}
  622.  
  623. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  624.  
  625. {/block:Chat}
  626.  
  627.  
  628.  
  629. {block:Audio}
  630.  
  631. <div class="player">{AudioPlayerBlack}</div>
  632.  
  633. {block:Caption}{Caption}{/block:Caption}
  634.  
  635. {/block:Audio}
  636.  
  637.  
  638.  
  639. {block:Video}{Video-500}{/block:Video}
  640.  
  641.  
  642.  
  643.  
  644.  
  645. {block:Answer}
  646.  
  647. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  648.  
  649. <div class="answer">{Answer}</div>
  650.  
  651. {/block:Answer}
  652.  
  653.  
  654.  
  655.  
  656.  
  657. <div id="cap">
  658.  
  659. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  660.  
  661. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  662.  
  663. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  664.  
  665.  
  666.  
  667. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  668.  
  669. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  670.  
  671. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  672.  
  673. {/block:ContentSource}</div></div>
  674.  
  675. <br>
  676.  
  677.  
  678.  
  679.  
  680.  
  681. <div id="info">
  682.  
  683. {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
  684.  
  685. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  686.  
  687. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  688.  
  689. {/block:RebloggedFrom}
  690.  
  691. </div>
  692.  
  693. </div>{/block:Date}
  694.  
  695.  
  696.  
  697.  
  698.  
  699. {/block:Posts}
  700.  
  701. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. </div>
  720.  
  721. </div>
  722.  
  723. </div>
  724.  
  725. </div>
  726.  
  727.  
  728.  
  729. </body>
  730.  
  731. </html>
Advertisement
Add Comment
Please, Sign In to add comment