Advertisement
Guest User

billiondays theme 17

a guest
Jul 28th, 2013
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-----------------
  4. Theme by Dagmar -
  5. ╭╮╱╱╭╮╭╮╱╱╱╱╱╱╱╱╱╭╮
  6. ┃┃╱╱┃┃┃┃╱╱╱╱╱╱╱╱╱┃┃
  7. ┃╰━┳┫┃┃┃╭┳━━┳━╮╭━╯┣━━┳╮╱╭┳━━╮
  8. ┃╭╮┣┫┃┃┃┣┫╭╮┃╭╮┫╭╮┃╭╮┃┃╱┃┃━━┫
  9. ┃╰╯┃┃╰┫╰┫┃╰╯┃┃┃┃╰╯┃╭╮┃╰━╯┣━━┃
  10. ╰━━┻┻━┻━┻┻━━┻╯╰┻━━┻╯╰┻━╮╭┻━━╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. Do not remove credit please.
  15. ------------->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#a8a8a8"/>
  27. <meta name="color:Tags" content="#a8a8a8"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Link" content="#b8b8b8"/>
  30. <meta name="color:sblinkshover" content="f0f0f0"/>
  31. <meta name="color:Hover" content="#f2f2f2"/>
  32. <meta name="color:Sblinks" content="#f2f2f2"/>
  33. <meta name="color:description" content="#a8a8a8"/>
  34. <meta name="color:Title" content="#e4e4e4"/>
  35. <meta name="color:Post" content="#ffffff"/>
  36. <meta name="color:Ask" content="#f8f8f8"/>
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:bg" content=""/>
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 1 Text" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 2 Text" content="" />
  43. <meta name="color:scrollbarbg" content="ffffff"/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. #bite
  49. #bite a{
  50. display:block
  51. }
  52. #bite .death {
  53. margin-right:0px;filter: alpha(opacity = 0);
  54. opacity:0;-webkit-transition: all 0.5s ease-out;
  55. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  56. }
  57.  
  58. #bite:hover .death {
  59. margin-left:0px;
  60.  
  61. -webkit-transition: all 0.8s ease-out;
  62. -moz-transition: all 0.8s ease-out;
  63. transition: all 0.8s ease-out;
  64. filter: alpha(opacity = 100);
  65. filter: alpha(opacity = 100);
  66. opacity:8;
  67. }
  68.  
  69. /* --- SCROLLBAR ---*/
  70.  
  71. ::-webkit-scrollbar {
  72. width: 5px;height: 5px;}
  73. ::-webkit-scrollbar-button:start:decrement,
  74. ::-webkit-scrollbar-button:end:increment {
  75. height: 6px;display: block;background-color: {color:white};}
  76. ::-webkit-scrollbar-track-piece {
  77. background-color: {color:scrollbarbg};}
  78. ::-webkit-scrollbar-thumb:vertical {
  79. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  80.  
  81.  
  82. /* --- BODY ---*/
  83.  
  84. body {
  85. background:{color:background};
  86. margin:0px;
  87. color:{color:text};
  88. font-family:Calibri;
  89. font-size:10px;
  90. line-height:110%;
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:link};
  98. }
  99.  
  100. img {
  101. border:none;
  102. }
  103.  
  104. blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. }
  108.  
  109. blockquote blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. }
  113.  
  114. h1 {
  115. font-size:15px;
  116. text-transform:uppercase;
  117. text-align:center;
  118. }
  119.  
  120. a:hover {
  121. opacity:10;
  122. color:{color:hover};
  123. -webkit-transition: all 0.7s ease;
  124. -moz-transition: all 0.7s ease;
  125. -o-transition: all 0.7s ease
  126. }
  127.  
  128. /* --- POST ENTRIES ---*/
  129.  
  130.  
  131. #entries {
  132. padding:20px;
  133. width:500px;
  134. margin-left:430px;
  135. margin-top:60px;
  136. font-size:10px;
  137. }
  138.  
  139. /* --- BODY: POSTS ---*/
  140.  
  141.  
  142. #post {
  143. width:500px;
  144. padding-bottom:550px;
  145. padding:20px;
  146. margin-top:20px;
  147. background-color:{color:Post};
  148. }
  149.  
  150. /* --- SIDEBAR IMAGE ---*/
  151.  
  152.  
  153. #sidebar {
  154. width:135px;
  155. height:135px;
  156. position:fixed;
  157. margin-left:200px;
  158. margin-top:200px;
  159. opacity:10;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163. #sidebarimage {
  164. width:135px;
  165. height:135px;
  166. }
  167.  
  168. #sidebarimage img {
  169. position:fixed;
  170. margin-top:-300px;
  171. margin-left:86px;
  172. width:170px;
  173. padding:6px;
  174. }
  175.  
  176.  
  177. /* --- SIDEBAR LINKS ---*/
  178.  
  179. .links {
  180. width:800px;
  181. height:10px;
  182. padding: 10px;
  183. font-size:10px;
  184. font-family:'oxford';
  185. text-align:center;
  186. margin-top:-80px;
  187. margin-left:-360px;
  188. text-transform:uppercase;
  189. word-spacing:1px;
  190. position:fixed;
  191. padding-bottom:7px;
  192. -moz-transition-duration:0.4s;
  193. -webkit-transition-duration:0.4s;
  194. -o-transition-duration:0.4s;
  195. -webkit-transform: rotate(270deg);
  196. -moz-transform: rotate(270deg);
  197. -o-transform: rotate(270deg);
  198. }
  199.  
  200. .links a {
  201. display:inline;
  202. text-shadow:10px 0px transparent, -10px 0px transparent;
  203. color:{color:sblinks};
  204. font-size:27px;
  205. letter-spacing:-1px;
  206. padding:30px;
  207. line-height:180%;
  208. -moz-transition-duration:0.5s;
  209. -webkit-transition-duration:0.5s;
  210. -o-transition-duration:0.5s;
  211. -webkit-transform: rotate(270deg);
  212. -moz-transform: rotate(270deg);
  213. -o-transform: rotate(270deg);
  214. }
  215.  
  216. .links a:hover {
  217.  
  218. text-decoration:none;
  219. -webkit-transition: all 0.5s linear;
  220. text-shadow:0px 0px {color:sblinkshover}, -0px 0px {color:sblinkshover};
  221. -moz-transition-duration:0.5s;
  222. -webkit-transition-duration:0.5s;
  223. -o-transition-duration:0.5s;
  224. }
  225.  
  226.  
  227. /* --- DESCRIPTION ---*/
  228.  
  229. #description {
  230. position:fixed;
  231. text-transform:uppercase;
  232. font-family:oxford;
  233. line-height:95%;
  234. font-size:12px;
  235. letter-spacing:2px;
  236. width:700px;
  237. margin-top:-325px;
  238. padding:8px;
  239. margin-left:270px;
  240. text-align:justify;
  241. color:{color:description};
  242. }
  243.  
  244. #description a { color:{color:description}; -moz-transition-duration:0.4s;
  245. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  246.  
  247. /* --- PAGINATION---*/
  248.  
  249.  
  250. #pagination {
  251. text-transform:uppercase;
  252. color:#000;
  253. width:100px;
  254. font-size:15px;
  255. text-align:center;
  256. margin-left:680px;
  257. margin-top:-380px;
  258. position:fixed;
  259. font-family:oxford;
  260. letter-spacing:0px;
  261. }
  262.  
  263. #pagination a {
  264. color:{color:sblinks};
  265. text-shadow:10px 0px transparent, -10px 0px transparent;
  266. }
  267.  
  268. #pagination a:hover{
  269. text-decoration:underline;
  270. text-shadow:0px 0px {color:sblinkshover}, -0px 0px {color:sblinkshover};
  271. }
  272.  
  273.  
  274. /* --- TITLE ---*/
  275.  
  276. #title {
  277. z-index:100;
  278. position:fixed;
  279. margin-left:470px;
  280. margin-top:-10px;
  281. font-size:42px;
  282. color:{color:title};
  283. padding:3px;
  284. font-family:'georgia',700;
  285. text-transform:uppercase;
  286. }
  287.  
  288. #line {
  289. z-index:100;
  290. padding:2px;
  291. margin-left:463px;
  292. margin-top:-22px;
  293. position:fixed;
  294. width:2px;
  295. height:50px;
  296. background-color:{color:title};
  297. }
  298.  
  299. #backgrounds {
  300. margin-left:460px;
  301. margin-top:-60px;
  302. background-color:white;
  303. padding:8px;
  304. width:500px;
  305. height:80px;
  306. position:fixed;
  307. }
  308.  
  309.  
  310. /* --- POST INFO ---*/
  311.  
  312.  
  313.  
  314. .swag {
  315. width:490px;
  316. padding:5px;
  317. font-family:cambria;
  318. font-size:8px;
  319. color:{color:link};
  320. text-transform:uppercase;
  321. font-style:normal;
  322. letter-spacing:2px;
  323. text-align:left;
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. .swag a {
  330. text-align:center;
  331. letter-spacing:1px;
  332. padding:5px;
  333. font-style:normal;
  334. -moz-transition-duration:0.4s;
  335. -webkit-transition-duration:0.4s;
  336. -o-transition-duration:0.4s;
  337. }
  338.  
  339. .swag a:hover {
  340. color:#000;
  341. background-color:#fff;
  342. -moz-transition-duration:0.4s;
  343. -webkit-transition-duration:0.4s;
  344. -o-transition-duration:0.4s;
  345. }
  346.  
  347. #reblog {
  348. margin-left:auto;
  349. margin-top:-15px;
  350. font-family:cambria;
  351. font-size:8px;
  352. color:#000;
  353. letter-spacing:1px;
  354. text-transform:uppercase;
  355. -moz-transition-duration:0.9s;
  356. -webkit-transition-duration:0.9s;
  357. -o-transition-duration:0.9s;
  358. }
  359.  
  360. #reblog a {
  361. color:#000;
  362. -moz-transition-duration:0.9s;
  363. -webkit-transition-duration:0.9s;
  364. -o-transition-duration:0.9s;
  365. }
  366.  
  367. #reblog a:hover {
  368. text-decoration:underline;
  369. -moz-transition-duration:0.9s;
  370. -webkit-transition-duration:0.9s;
  371. -o-transition-duration:0.9s;
  372. }
  373.  
  374. .source {
  375. width:490px;
  376. padding:5px;
  377. font-family:cambria;
  378. font-size:8px;
  379. margin-top:-20px;
  380. color:#000;
  381. MARGIN-LEFT:-10PX;
  382. font-style:bold;
  383. text-transform:uppercase;
  384. font-style:normal;
  385. letter-spacing:0px;
  386. text-align:right;
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392. .source a {
  393. background-color:#000;
  394. color:#fff;
  395. text-align:center;
  396. letter-spacing:1px;
  397. padding:5px;
  398. word-spacing:-5px;
  399. font-style:bold;
  400. -moz-transition-duration:0.4s;
  401. -webkit-transition-duration:0.4s;
  402. -o-transition-duration:0.4s;
  403. }
  404.  
  405. .source a:hover {
  406. color:#000;
  407. background-color:#fff;
  408. -moz-transition-duration:0.4s;
  409. -webkit-transition-duration:0.4s;
  410. -o-transition-duration:0.4s;}
  411.  
  412.  
  413.  
  414. /* --- TOOL TIP FOR INFO | DO NOT REMOVE ---*/
  415.  
  416. #s-m-t-tooltip {
  417.  
  418. max-width:300px;
  419.  
  420. padding:3px 4px 5px 4px;
  421.  
  422. margin:20px 0px 0px 20px;
  423.  
  424. background-color:#000; /* change the background color */
  425.  
  426. font-family:cambria; /* change the font */
  427.  
  428. font-size:8px; /* change the font size */
  429.  
  430. letter-spacing:2px; /* change the letter spacing */
  431.  
  432. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  433.  
  434. color:#FFF; /* change the text color */
  435.  
  436. z-index:999999999999999999999999999999999999;
  437.  
  438. line-height:100%;
  439.  
  440. }
  441.  
  442. /* --- POST TAGS---*/
  443.  
  444.  
  445. #tags {
  446. padding:10px;
  447. font-family:consolas;
  448. letter-spacing:1px;
  449. text-transform:lowercase;
  450. font-size:10px;
  451. margin-top:0px;
  452. display:block;
  453. text-align:left;
  454. }
  455.  
  456. #tags a {
  457. display:inline;
  458. background-color:{color:Tags};
  459. padding:-3px;
  460. text-align:left;
  461. -webkit-transition: all 0.6s ease-in-out;
  462. -moz-transition: all 0.6s ease-in-out;
  463. -o-transition: all 0.6s ease-in-out;
  464. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  465.  
  466.  
  467. /* --- QUESTIONS ---*/
  468.  
  469. #asker {
  470. color:#fff;
  471. width:475px;
  472. padding:10px;
  473. font-family:calibri;
  474. letter-spacing:2px;
  475. text-align:left;
  476. margin-left:1px;
  477. background-color:{color:ask};
  478. }
  479.  
  480. #asker a {
  481. color:#fff;
  482. }
  483.  
  484. #answer {
  485. text-align:center;
  486. margin-left:20px;
  487. margin-top:-10px;
  488. font-size:10px;
  489. font-family:consolas;
  490. letter-spacing:1px;
  491. }
  492.  
  493. /* --- QUOTE --- */
  494.  
  495. #quote {
  496. color:{color:text};
  497. padding:20px;
  498. font-family:cambria;
  499. font-size:20px;
  500. line-height:130%;
  501. font-style:italic;
  502. }
  503.  
  504.  
  505. /* --- CHAT --- */
  506.  
  507. #chattitle {
  508. font-size:13px;
  509. font-family:cambria;
  510. padding:3px;
  511. }
  512.  
  513. #chat {
  514. width:500px;
  515. font-size:10px;
  516. font-family:cambria;
  517. line-height:120%;
  518. padding:5px;
  519. border:1px solid #F2F2F2;
  520. }
  521.  
  522. /* --- AUDIO TRACK --- */
  523.  
  524. #trackartist {
  525. padding:5px;
  526. font-family:calibri;
  527. letter-spacing:1px;
  528. word-spacing:1px;
  529. font-size:11px;
  530. }
  531.  
  532. #trackplays {
  533. padding:5px;
  534. font-family:calibri;
  535. letter-spacing:1px;
  536. word-spacing:1px;
  537. font-size:11px;
  538. }
  539.  
  540. #tracktitle {
  541. padding:5px;
  542. font-family:calibri;
  543. letter-spacing:1px;
  544. word-spacing:1px;
  545. font-size:11px;
  546. }
  547.  
  548. #track {
  549. width:450px;
  550. height:90px;
  551. background-color:#000;
  552. padding:20px;
  553. padding-top:15px;
  554. }
  555.  
  556.  
  557. /* --- LINK POSTS --- */
  558.  
  559. #bloglink {
  560. color:{color:links};
  561. text-align:center;
  562. font-size:17px;
  563. padding:7px;
  564. }
  565.  
  566. #linkdescription {
  567. padding:1px;
  568. padding-left:5px;
  569. text-align:justify;
  570. }
  571.  
  572.  
  573.  
  574. {CustomCSS}</style></head><body>
  575.  
  576. <link href='http://fonts.googleapis.com/css?family=Caudex:400,700|Cinzel:400,700|Cardo:400,700' rel='stylesheet' type='text/css'>
  577.  
  578. <link href='http://fonts.googleapis.com/css?family=Average|Fauna+One|Croissant+One|Inconsolata|Berkshire+Swash' rel='stylesheet' type='text/css'>
  579.  
  580. <!----TOOLTIP FO RTHE INFO | DO NOT REMOVE----->
  581.  
  582. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  583.  
  584. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  585.  
  586. <script>
  587.  
  588. (function($){
  589.  
  590. $(document).ready(function(){
  591.  
  592. $("a[title]").style_my_tooltips({
  593.  
  594. tip_follows_cursor:true,
  595.  
  596. tip_delay_time:90,
  597.  
  598. tip_fade_speed:600,
  599.  
  600. attribute:"title"
  601.  
  602. });
  603.  
  604. });
  605.  
  606. })(jQuery);
  607.  
  608. </script>
  609.  
  610. <div id="line"></div>
  611. <div id="title">{title}</div>
  612. <div id="backgrounds"></div>
  613. <!----SIDEBAR----->
  614.  
  615. <div id="sidebar">
  616. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  617.  
  618.  
  619. <!----DESCRIPTION----->
  620.  
  621. <div id="description">
  622. {Description}
  623. </div>
  624.  
  625.  
  626. <!----LINKS----->
  627.  
  628.  
  629. <div class="links">
  630. <a href="/">Refresh</a>
  631. <a href="/ask">Message</a>
  632. <a href="{text:Link 1}">{Text:Link 1 Text}</a>
  633. <a href="{text:Link 2}">{Text:Link 2 Text}</a>
  634.  
  635. </div>
  636.  
  637.  
  638. <!----PAGINATION----->
  639.  
  640. {block:Pagination}<div id="pagination">
  641. {block:PreviousPage}<a href="{PreviousPage}">Back</a>&nbsp;&nbsp;{/block:PreviousPage}
  642. {block:NextPage}<a href="{NextPage}">Forth</a>{/block:NextPage}
  643. </div>{/block:Pagination}
  644.  
  645. </div>
  646.  
  647.  
  648. <!----POSTS----->
  649.  
  650. <div id="entries">{block:Posts}<div id="post">
  651.  
  652. <!----TEXT----->
  653.  
  654. {block:Text}<h1>{block:Title}<div id="posttitle">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  655.  
  656.  
  657. <!----PHOTOS----->
  658.  
  659. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  660.  
  661.  
  662. <!----PHOTOSETS----->
  663.  
  664. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  665.  
  666.  
  667. <!----QUOTES----->
  668.  
  669. {block:Quote}{block:Source} <div id="quote">❝ {Quote} ❞ — {source}</div>{/block:Source}{/block:Quote}
  670.  
  671.  
  672. <!----LINKS----->
  673.  
  674. {block:Link}<h1><div id="bloglink"><a href="{URL}" {Target}>⊱ {Name}</a></div></h1>{block:Description}<div id="linkdescription">{Description}</div>{/block:Description}{/block:Link}
  675.  
  676.  
  677. <!----CHAT----->
  678.  
  679. {block:Chat}{block:Title}<div id="chattitle"><h1>{Title}</h1></div>{/block:Title}{block:Lines}{block:Label}<div id="chat"><b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  680.  
  681. <!----AUDIO----->
  682.  
  683. {block:Audio}<div id="track"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="95px" height="95px" align="left" style="margin-right:10px" /><br>{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  684. {block:TrackName}<div id="tracktitle"><b>Title:</b> {TrackName}</div>{/block:TrackName}
  685. {block:Artist}<div id="trackartist"><b>Artist:</b> {Artist}</div>{/block:Artist}
  686. {/block:ExternalAudio}<div id="trackplays"><b>Played:</b> {PlayCount} times</div></div>
  687. {/block:Audio}
  688.  
  689.  
  690. <!----VIDEO----->
  691.  
  692. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  693.  
  694.  
  695. <!----ANSWER/QUESTION----->
  696.  
  697. {block:Answer}<div id="asker"><span style="text-transform:uppercase; font-family:calibri;font-size:11px;color:#fff;">≣{Asker}: </span>{Question}</div><left><font face="calibri"></div><div id="answer"> {Answer}</font>{/block:Answer}
  698.  
  699. <!----INFO----->
  700.  
  701. <div id="info">
  702.  
  703. <br>{block:Date}<div class="swag"><a title="{TimeAgo}"href="{Permalink}"><span style="background-color:#000; color:#fff;padding:5px;">{Month} {DayOfMonth}</span></a> {/block:Date}
  704.  
  705. <a href="{Permalink}"><span style="background-color:#000;padding:5px;color:#fff;margin-left:-10px;">{NoteCountWithLabel}</span></span></a>
  706.  
  707. <a href="{ReblogURL}" target="_blank" class="details"><span style="color:#000;">— Reblog</span></a></div>
  708.  
  709. {block:RebloggedFrom}<div class="source"><a title="{ReblogParentName}" href="{ReblogParentURL}">Via </a> {/block:RebloggedFrom}{block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}">credit</a>{/block:ContentSource} {block:RebloggedFrom}</div> {/block:RebloggedFrom}
  710. {block:HasTags}
  711.  
  712. <div id="tags"> {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  713.  
  714. {/block:Posts}
  715. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  716. {/block:Posts}
  717.  
  718.  
  719.  
  720.  
  721. <!--
  722. THEME MAKER CREDIT
  723. -->
  724. <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Walter+Turncoat|Gloria+Hallelujah|Great+Vibes|Norican' rel='stylesheet' type='text/css'>
  725.  
  726. <div style="position:fixed;bottom:3px; padding:5px; right:3px; font-size:11px; letter-spacing:1px; font-family:cambria;"><a href="http://billiondays.tumblr.com/">ℬilliondays</a></center></div>
  727.  
  728.  
  729. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement