Advertisement
tsiappoworks

Chrono v1

May 30th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.92 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  5.  
  6.  
  7. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  8. <script type="text/javascript"
  9. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block, .popup_block2').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39. <!-------------------- VERSES SCRIPT BELOW -------------------->
  40. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  41.  
  42. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  43. <link rel="shortcut icon" href="" />
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <meta name="color:Page BG" content="#d2d2d2"/>
  47. <meta name="color:Accent" content="#d1d1d1" />
  48. <meta name="color:Accent2" content="#2d5e73" />
  49. <meta name="color:Accent3" content="#FAFAFA" />
  50. <meta name="color:body font" content="#447373" />
  51. <meta name="color:Page BG" content="#d8e2e7" />
  52. <meta name="color:ask bg" content="#FAFAFA" />
  53.  
  54. <meta name="text:LinkSymbol" content="✕" />
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb{
  61. background-color: transparent;
  62. height:auto;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. background-color:transparent;
  67. height:auto;
  68. width:4px;
  69. }
  70.  
  71. hr {
  72. border: 0;
  73. height: 1px;
  74. background-image: linear-gradient(to right, rgba(55, 62, 33, 0), rgba(55, 62, 33, 0.75), rgba(55, 62, 33, 0));
  75. }
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:22px;
  80. text-align:center;
  81. font-style:normal;
  82. line-height:100%;
  83. letter-spacing:1px;
  84. text-transform:normal;
  85. color:{color:accent3};
  86. font-family: 'Oswald', sans-serif;
  87. }
  88.  
  89. h2 {
  90. font-size:26px;
  91. text-align:center;
  92. line-height:100%;
  93. letter-spacing:-0.5px;
  94. color:{color:accent3};
  95. font-weight:bold;
  96. padding:5px;
  97. font-family: 'Oswald', sans-serif;
  98. }
  99.  
  100. blockquote {
  101. padding:2px 5px 2px 10px;
  102. margin:5px;
  103. border-left:2px solid {color:body font};
  104. -moz-border-radius: 15px;
  105. -webkit-border-radius: 15px;
  106. }
  107.  
  108. blockquote img {
  109. max-width:100%;}
  110.  
  111. body {
  112. background:{color:Page BG};
  113. background-image:url('http://static.tumblr.com/k6zk3b1/X2Foct7rn/flissbg.png');
  114. background-position:left top fixed;
  115. background-repeat:no-repeat;
  116. color:{color:body font};
  117. font-size:11px;
  118. line-height:120%;
  119. word-wrap: break-word;
  120. font-family:Calibri, helvetica, arial, sans-serif;
  121. }
  122.  
  123. pre {
  124. white-space: pre-wrap;
  125. white-space: -moz-pre-wrap;
  126. white-space: -pre-wrap;
  127. white-space: -o-pre-wrap;
  128. word-wrap: break-word;
  129. }
  130.  
  131. small,sub,sup {
  132. font-size:12px;
  133. font-family: calibri,helvetica,arial,sans-serif;
  134. }
  135.  
  136. b,strong {
  137. color:{color:accent2};
  138. font-size:15px;
  139. font-family: 'Oswald', sans-serif;
  140. }
  141.  
  142. em,i {
  143. color:{color:accent3};
  144. text-shadow:0px 0px 8px #000;
  145. font-family: 'Oswald', sans-serif;
  146. }
  147.  
  148. s,strike {
  149. color:{color:accent2};
  150. }
  151.  
  152. u,underline {
  153. color:{color:accent2};
  154. }
  155.  
  156. a {
  157. text-decoration:none;
  158. outline:none;
  159. -moz-outline-style:none;
  160. color:{color:accent2};
  161. -moz-transition-duration:0.5s;
  162. -webkit-transition-duration:0.5s;
  163. -o-transition-duration:0.5s;
  164. }
  165.  
  166. a:hover {
  167. outline:none;
  168. -moz-outline-style:none;
  169. color:#FFFFFF;
  170. }
  171.  
  172. img{border:0; max-width:100%;max-height:auto;}
  173.  
  174. .fancytitle {
  175. font-size:11px;
  176. font-family: 'Oswald', sans-serif;
  177. padding:2px 4px;
  178. border:2px solid {color:page bg};
  179. text-align:right;
  180. margin-bottom:5px;
  181. background-image:url('http://static.tumblr.com/k6zk3b1/VKNoct8d5/selectiondarkblue.png');
  182. background-repeat:no-repeat;
  183. background-position: top center;
  184. color:{color:page bg};
  185. }
  186.  
  187.  
  188. /*-----------------------------POPUP BOXES---------------------------*/
  189. .popup_block{
  190. display:none;
  191. max-height:446px;
  192. width:410px;
  193. overflow-y:auto transparent;
  194. overflow-x:hidden;
  195. background:#b9b9b9;
  196. background-image:url();
  197. padding:2px 5px;
  198. float:none;
  199. position:fixed;
  200. font-size:11px;
  201. top:306px;
  202. left:748px;
  203. z-index: 99999;
  204. }
  205.  
  206. *html #fade {position: absolute;}
  207. *html .popup_block {position: absolute;}
  208. #fade {
  209. display:none;
  210. position:fixed;
  211. left:0px;
  212. top:0px;
  213. width:100%;
  214. height:100%;
  215. z-index:9999;
  216. background:#000; /* change to #fff for solid white */
  217. opacity:0; /* change to opacity:1; */
  218. }
  219.  
  220. #boxy {
  221. margin-right:10px;
  222. padding-right:5px;
  223. padding-left:5px;
  224. margin-left:5px;
  225. padding-top:10px;
  226. margin-top:10px;
  227. height: 305px;
  228. width: 290px;
  229. overflow:auto;
  230. }
  231.  
  232. #boxydos {
  233. margin-top:10px;
  234. height: 448px;
  235. width: 400px;
  236. overflow:auto;
  237. }
  238.  
  239.  
  240. iframe#tumblr_controls {
  241. white-space:nowrap;
  242. -webkit-filter: invert(100%);
  243. -moz-filter: invert(100%);
  244. -o-filter: invert(100%);
  245. -ms-filter: invert(100%);
  246. filter: invert(100%);
  247. opacity:.2;transition: .8s ease-in-out;
  248. -webkit-transition: .8s ease-in-out;
  249. -moz-transition: .8s ease-in-out;
  250. -o-transition: .8s ease-in-out;
  251. }
  252.  
  253. #post {
  254. width:400px;
  255. margin:0px 0px 0px 3px;
  256. padding:10px 10px;
  257. background-color:transparent;
  258. font-family:calibri,helvetica,arial,sans-serif;
  259. color:{color:body font};
  260. }
  261.  
  262. #post .text{font-size:11px; line-height:16px;}
  263. #post .title{font-size:20px;;line-height:22px;}
  264. #post .text ul li{list-style-type:circle;}
  265.  
  266. #container {
  267. position:fixed;
  268. overflow-y:scroll;
  269. overflow-x:auto;
  270. padding:1px;
  271. width:420px;
  272. height:448px;
  273. left:495px;
  274. top:43px;
  275. }
  276.  
  277.  
  278. div#qTip {
  279. background-image:url('http://static.tumblr.com/k6zk3b1/VKNoct8d5/selectiondarkblue.png');
  280. border:1px solid white;
  281. padding: 5px;
  282. display: none;
  283. text-align: center;
  284. position: absolute;
  285. font-size:13px;
  286. line-height:10px;
  287. z-index: 9999999;
  288. color:{color:accent3};
  289. letter-spacing: 1px;
  290. font-family: 'Oswald', sans-serif;
  291. }
  292.  
  293. /*-------------------------PERMALINKS AND TAGS------------------------*/
  294. #permalink{
  295. position:absolute;
  296. z-index:9;
  297. margin-top:-5px;
  298. padding:3px;
  299. font-size:10px;
  300. text-align:center;
  301. text-transform:uppercase;
  302. font-family:calibri,helvetica,arial,sans-serif;
  303. color:{color:accent};
  304. background:url('http://static.tumblr.com/k6zk3b1/VKNoct8d5/selectiondarkblue.png');
  305. width:300px;
  306. margin-left:60px;
  307. }
  308.  
  309. #permalink a{color:{color:accent};vertical-align:middle;}
  310. #permalink a:hover{color:{color:accent2};}
  311.  
  312. #tags{
  313. margin-top:15px;
  314. font-size:10px;
  315. font-family:calibri,helvetica,arial,sans-serif;
  316. width:300px;
  317. text-align:center;
  318. margin-bottom:40px;
  319. margin-left:60px;
  320. }
  321.  
  322. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  323. .chat ul {list-style:none; margin:0; padding:0;}
  324. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  325.  
  326. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  327. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  328. #notesbox img.avatar{display:none;}
  329.  
  330. /*------------------- "SIDEBAR" ------------------*/
  331. #nav{
  332. position:fixed;
  333. z-index:75;
  334. margin-left:10px;
  335. margin-top:150px;
  336. width:400px;
  337. text-align:center;
  338. -ms-transform: rotate(90deg); /* IE 9 */
  339. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  340. transform: rotate(90deg);
  341. }
  342.  
  343. #navigation a{color:{color:accent2}; font-size:15px;}
  344.  
  345. #navigation a:hover{
  346. color:{color:accent}; text-decoration:bold;
  347. }
  348.  
  349. #pagination{
  350. font-family:Calibri, Helvetica, Arial, sans-serif;
  351. font-size:10px;
  352. text-align:center;
  353. color:{color:accent2};
  354. text-transform:uppercase;
  355. letter-spacing:3px;
  356. }
  357.  
  358. #pagination a{color:{color:accent2}; padding:0px 2px;}
  359.  
  360. /*--------------BITS AND BOBBLES-------------------*/
  361.  
  362. #audioplayer {
  363. width:30px;
  364. height:30px;
  365. overflow:hidden;
  366. position:absolute;
  367. margin-top:93px;
  368. margin-bottom:93px;
  369. margin-left:93px;
  370. }
  371.  
  372. #albumart { margin:0px 4px;}
  373.  
  374. .question {
  375. padding:9px;
  376. text-align:left;
  377. color:#bb6e8a;
  378. line-height:100%;
  379. -moz-border-radius: 6px;
  380. -webkit-border-radius: 6px;
  381. }
  382.  
  383. .answer {
  384. text-align:left;
  385. padding:7px;
  386. color:#bb6e8a;
  387. }
  388.  
  389. #ask a{color:white;
  390. }
  391.  
  392. /*-----------------------BIG BIO AHEAD------------------------*/
  393. .title {
  394. font-family: 'Oswald', sans-serif;/*title font*/
  395. font-size:70px;
  396. padding-top:100px;
  397. text-shadow:0 0 10px rgba(0,0,0,0.3);
  398. text-transform:bold;
  399. }
  400.  
  401. .subheader {
  402. margin-top:50px;
  403. }
  404.  
  405. .header {
  406. width:510px;
  407. height:200px;
  408. -webkit-transition:ease-in-out .3s;
  409. -moz-transition:ease-in-out .3s;
  410. -o-transition:ease-in-out .3s;
  411. transition:ease-in-out .3s;
  412. text-align:center;
  413. letter-spacing:1px;
  414. color:#fff;
  415. text-shadow:0 0 10px rgba(255,255,255);
  416. border-bottom:solid #fff 10px;
  417. background-color:#acacac;
  418. background-image:url(http://i.imgur.com/f64F0BG.png);
  419. background-position:center;
  420. background-size:100% auto;
  421. }
  422.  
  423. .header:hover {
  424. letter-spacing:3px;
  425. text-shadow:0 0 30px rgba(255,255,255);
  426. }
  427.  
  428. /* ---------------------SECTION TITLE CUSTOMIZATION--------------------- */
  429. .header2 {
  430. font-family: 'Oswald', sans-serif;
  431. font-size:14px;
  432. position:relative;
  433. z-index:1;
  434. width:400px;
  435. padding:5px 5px;
  436. padding-top:20px;
  437. text-align:center;
  438. letter-spacing:1px;
  439. }
  440.  
  441. .header2:before {
  442. position:absolute;
  443. z-index:-1;
  444. top:25px;
  445. right:0;
  446. bottom:0;
  447. left:0;
  448. width:95%;
  449. margin:0 auto;
  450. content:'';
  451. border-top:1px solid #dfdfdf;
  452. }
  453.  
  454. .header2 span {
  455. padding:0 5px;
  456. background:#B9B9B9;
  457. }
  458.  
  459. .content {
  460. position:relative;
  461. overflow:hidden;
  462. width:400px;
  463. min-height:75px;
  464. }
  465.  
  466. /* -----------------------TEXT SELECTION CUSTOMIZATION----------------------- */
  467. ::selection {
  468. color:#fff;
  469. background:#379eca;
  470. }
  471.  
  472. ::-moz-selection {
  473. color:#fff;
  474. background:#379eca;
  475. }
  476.  
  477. ::-webkit-selection {
  478. color:#fff;
  479. background:#379eca;
  480. }
  481.  
  482. /*---------------------------DROP CAP CUSTOMIZATION---------------------------*/
  483. #dropcap {
  484. font-family: 'Oswald', sans-serif;
  485. font-size:230%;
  486. float:left;
  487. margin-right:5px;
  488. padding:10px 3px;
  489. color:#fff;
  490. background-color:#000;
  491. }
  492.  
  493. /* ----------------------- COLOR PALETTE CSS ------------------------*/
  494. .swatch {
  495. line-height:180px;
  496. position:relative;
  497. float:left;
  498. width:80px;
  499. height:80px;
  500. margin:10px;
  501. margin-top:-5px;
  502. text-align:center;
  503. background-position:center;
  504. background-size:auto 100%;
  505. }
  506.  
  507. /* ----------------------------QUOTE/LYRICS BOX ----------------------*/
  508. .quotebox {
  509. position:relative;
  510. display:inline-block;
  511. overflow:hidden;
  512. width:125px;
  513. height:125px;
  514. margin-left:20px;
  515. padding:20px;
  516. background-color:#acacac;
  517. background-image:url(http://static.tumblr.com/k6zk3b1/gywocdwj6/unaquotebox.png);
  518. background-position:center;
  519. background-size:auto 100%;
  520. }
  521.  
  522. .quote {
  523. font-family: 'Oswald', sans-serif;
  524. /* QUOTE FONT */
  525. text-shadow: 1px 1px 0px #5d5d5d, 1px -1px 0px #5d5d5d, -1px 1px 0px #5d5d5d, -1px -1px 0px #5d5d5d;
  526. font-size:12px;
  527. line-height:130%;
  528. position:absolute;
  529. display:inline-block;
  530. width:125px;
  531. height:125px;
  532. margin-top:-30px;
  533. margin-left:-20px;
  534. padding:20px;
  535. text-align:center;
  536. letter-spacing:.5px;
  537. color:#fff;
  538. }
  539.  
  540. .musicbox {
  541. position:relative;
  542. display:inline-block;
  543. width:125px;
  544. height:125px;
  545. margin-left:20px;
  546. padding:20px;
  547. -webkit-transition:ease-in-out 1s;
  548. -moz-transition:ease-in-out 1s;
  549. -o-transition:ease-in-out 1s;
  550. transition:ease-in-out 1s;
  551. background-color:#acacac;
  552. background-image:url(http://static.tumblr.com/k6zk3b1/fs0ocdwj0/unamusicbox.png);
  553. background-position:center;
  554. background-size:auto 100%;
  555. }
  556.  
  557. .players {
  558. position:absolute;
  559. overflow:scroll;
  560. width:125px;
  561. height:125px;
  562. text-align:left;
  563. vertical-align:middle;
  564. background-color:transparent;
  565. color:#fff;/*billy player color*/
  566. }
  567.  
  568. /* ---------------------------- UPDATES ------------------------------*/
  569.  
  570. #updates {
  571. font-size:10px;
  572. font-family:century gothic, arial;
  573. color:{color:body font};
  574. text-align:center;
  575. height:448px;
  576. width:120px;
  577. padding:0px;
  578. top:43px;
  579. left:956px;
  580. z-index:10;
  581. position:fixed;
  582. overflow-x:hidden;
  583. overflow-y:auto;
  584. }
  585.  
  586. #headerbar{
  587. width:410px; /*– sets width of your text –*/
  588. overflow:scroll;
  589. text-align:justify;
  590. color:#fff;
  591. font-family:calibri;
  592. font-size:12px;
  593. }
  594.  
  595. #tabbar{
  596. left:50%;
  597. top:50%;
  598. height:auto; /*– sets height of your text –*/
  599. overflow-y:scroll;
  600. overflow-x:hidden;
  601. text-align:justify;
  602. color:#222;
  603. font-family:calibri;
  604. font-size:11.4px;
  605. height:446px;
  606. }
  607.  
  608. ul#tabs {text-align: center;}
  609. ul#tabs li { /*– your inactive / not viewed tabs –*/
  610. display:inline-block;
  611. padding:2px 3px;
  612. cursor:pointer;
  613. text-decoration:none;
  614. margin:0px -2px;
  615. opacity:1;
  616. color:#fff;
  617. background-color:#4A7E91;
  618. }
  619.  
  620. ul#tabs li.active { /*– your active tab –*/
  621. background-color:#fff;
  622. color:#4A7E91;
  623. }
  624.  
  625. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  626. ul#tab li.active {display: block;}
  627. ul#tab li {display: none;}
  628.  
  629.  
  630. /*--------------------CREDITS-----------------------*/
  631. #cred
  632. {
  633. width: 50px;
  634. height: 18px;
  635. font-family: Arial;
  636. font-size: 7px;
  637. text-transform: uppercase;
  638. text-align: center;
  639. bottom: 10px;
  640. right: 10px;
  641. letter-spacing: 1px;
  642. line-height: 4px;
  643. padding: 10px 3px;
  644. display: block;
  645. color:#4A7E91;
  646. background: {color:page bg};
  647. position: fixed;
  648. }
  649.  
  650. #cred a
  651. {
  652. font-weight: bold;
  653. line-height: 17px;
  654. font-size: 15px;
  655. font-family: 'Oswald', sans-serif;
  656. text-transform: uppercase;
  657. color: #4A7E91;
  658. letter-spacing: 6px;
  659. margin-left:5px;
  660. }
  661.  
  662. </style>
  663.  
  664. </head>
  665.  
  666.  
  667. <body style="overflow:hidden;">
  668.  
  669. <!-- begin updates tab -->
  670.  
  671. <div id="updates">
  672.  
  673. <div style="padding-top:10px;">
  674.  
  675. <b><p><span style="font-size:16px"><b>❛</b> <a href="/" style="color:white;text-shadow: black 0 0 2px;">SEASIDE SIREN</a> <b>❜</b></span></b><br>
  676. <div class="fancytitle">about</div>
  677. <p><b>mcu/616-based<br> original character</b><br>
  678. pan-fandom<br>
  679. SELECTIVE & PRIVATE</p>
  680.  
  681. <!------------------------- NAVIGATION -------------------------->
  682. <div class="fancytitle">navigation</div><p>
  683. <div id="navigation" style="font-size:11px;">
  684. <a href="/ask" title="ask">✕</a>
  685. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>
  686. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>
  687. <a href="#?w=400" rel="verses" class="poplight" title="verses">✕</a>
  688. <a href="/tagged/trivia" title="trivia">✕</a>
  689. <a href="/commish" title="commissions">✕</a>
  690. </div></p>
  691. <!------------------------ NAV END ------------------------------>
  692. <div class="fancytitle">further info</div>
  693. <p>est. 20 may 2012<br>
  694. rbt. 11 march 2016<br>
  695. written by <a href="/mun" style="color:white;text-shadow: black 0 0 2px;">CHE</a></span> (21+)<br>
  696. do not steal content
  697. </p>
  698. {block:Pagination}<div class="fancytitle">pagination</div><p>
  699. {block:NextPage}<a href="{NextPage}" style="color:white;text-shadow: black 0 0 2px;">old</a>{/block:NextPage}
  700. {block:PreviousPage}&nbsp;/&nbsp;<a href="{PreviousPage}" style="color:white;text-shadow: black 0 0 2px;">new</a>{/block:PreviousPage}
  701. </p>{/block:Pagination}
  702.  
  703.  
  704.  
  705.  
  706. </div></div>
  707.  
  708. <!-- end updates tab -->
  709.  
  710. </div>
  711.  
  712. <div id="container">
  713. {block:Posts}
  714.  
  715. <!--------------------------TYPES OF POSTS----------------------------->
  716. <div id="post">
  717.  
  718. {block:Photo}
  719. <img src="{PhotoURL-400}" />
  720. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  721. {/block:Photo}
  722.  
  723. {block:Photoset}
  724. {Photoset-400}
  725. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  726. {/block:Photoset}
  727.  
  728. {block:Video}
  729. {Video-400}
  730. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  731. {/block:Video}
  732.  
  733. {block:Audio}
  734. <div class="musicbox">
  735. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  736. <div style="background-color:rgba(255,255,255,0.5);height:100px;padding:5px;">{block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  737. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  738. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  739. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div></div>
  740. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  741. {/block:Audio}
  742.  
  743. {block:Quote}
  744. <div class="title" style="width:380px;text-align:justify;padding-top:10px;line-height:20px;">{Quote}</div>
  745. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  746. {/block:Quote}
  747.  
  748. {block:Text}
  749. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  750. <div class="text">{Body}</div>
  751. {/block:Text}
  752.  
  753. {block:Answer}<div id="ask">
  754. <div style="background-color:{color:accent2};color:white; padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;padding-top:10px;">{Question}<br/></div>
  755. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  756. <div class="text" style="width:500px;">{Answer}</div>
  757. {/block:Answer}
  758.  
  759. {block:Chat}
  760. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  761. {block:Lines}<div class="chat"><li class="line_{Alt}">
  762. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  763. {/block:Lines}
  764. {/block:Chat}
  765.  
  766. {block:Link}
  767. <div class="title" style="padding-top:10px;"><a href="{URL}">{Name}</a></div>
  768. {block:Description}<div class="text">{Description}</div>{/block:Description}
  769. {/block:Link}
  770.  
  771. </div>
  772. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  773. <div id="permalink">{block:Date}<a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth}</a>&nbsp;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount}♥</a>&nbsp;&nbsp;{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp;&nbsp;<a href="{SourceURL}" title="{SourceName}">©</a>{/block:ContentSource}<a href="{ReblogURL}" target="_blank" class="details">&nbsp;&nbsp;reblog</a></div>
  774.  
  775. <!----------------------------TAG STUFF----------------------------->
  776. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  777.  
  778. {block:PostNotes}
  779. <div id="notesbox">{PostNotes}</div>
  780. {/block:PostNotes}
  781. {/block:Posts}
  782. </div></div>
  783.  
  784. <iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe>
  785.  
  786. </body>
  787.  
  788. <!-------HERE BEGIN THE POPUP BOXES------->
  789.  
  790. <div id="ask" class="popup_block" style="overflow:auto;background:white;height:260px;">
  791.  
  792. <table>
  793. <tr><td>
  794. <iframe frameborder="0" scrolling="yes" width="340" height="150" src="https://www.tumblr.com/ask_form/chrononautica.tumblr.com" style="background-color:transparent; overflow:auto; display:block; float:left;" id="ask_form"></iframe>
  795. </td></tr>
  796. </table>
  797. </div>
  798.  
  799. <div id="submit" class="popup_block" style="overflow:auto;">
  800.  
  801. <table>
  802. <tr><td>
  803. <iframe frameborder="0" scrolling="yes" width="340" height="250" src="https://www.tumblr.com/submit_form/chrononautica.tumblr.com" style="background-color:transparent; overflow:auto; display: block; float:right; margin-left:20px;" id="submit_form"></iframe>
  804. </td></tr>
  805. </table>
  806. </div>
  807.  
  808. <div id="story" class="popup_block" style="margin:0px auto;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};">
  809.  
  810. <div id="headerbar">
  811. <ul id="tabs">
  812. <li class="active">STATS.</li>
  813. <li>STORY.</li>
  814. <li>POWER.</li>
  815. </ul></div>
  816. <div id="tabbar">
  817. <div id="boxydos">
  818. <div class="container" style="color:#000;">
  819. <ul id="tab">
  820.  
  821. <li class="active" style="color:{color:body font};">
  822. <center><b>OVERVIEW</b></center>
  823. <div class="content">
  824. <div align="center"><div style="width:385px; text-align: justify;font-size:11.5px;">
  825. <b>name:</b> Una Victoria Genevieve Naux<br>
  826. <b>nickname:</b> Tuna, Captain<br>
  827. <b>super identity:</b> Chrononautica (formerly Leap Year)<br>
  828. <b>birthday:</b> 19 Feb (22 years old)<br>
  829. <b>ethnicity:</b> Caucasian (English+Irish blood)<br>
  830. <b>orientation:</b> Heteroflexible.<br>
  831. <b>languages:</b> English, French, Latin. Minor German.<br>
  832. <b>place of birth:</b> Hartlepool, North East England.<br>
  833. <b>living conditions:</b> Brooklyn apartment. <br>
  834. <b>occupation:</b> Bookseller, occasional dominatrix.<br><br>
  835. <center><b>relationships</b></center>
  836. <b>parents:</b> Barnaby Reginald Naux, father. Adelaide Stark, mother.<br>
  837. <b>descendants:</b> Henry Hollick, from an illegitimate child of Barnaby.<br>
  838. <b>children:</b> Onion, a pug. Unagi Nutmeg Naux, a three year old human.<br><br>
  839. <center><b>physical</b></center>
  840. <b>eyes:</b> Pale grey-blue; colour of cataracts. Piercing stare.<br>
  841. <b>hair:</b> Dark brown. Wavy. Exceptionally full. Top half tied back.<br>
  842. <b>height:</b> Around 5'5" in heels, or 5'2" barefoot.<br>
  843. <b>weight:</b> 100 pounds, give or take<br>
  844. <b>build:</b> Scrawny, leggy, flat-chested. Not very imposing. Moderate muscle tone. High cheekbones, jutting chin. Weight carried mainly in thighs and rear—possibly her best asset. Callused hands. Freckled nose.<br>
  845. <b>notable physical traits:</b> Gapped buck teeth.<br><br>
  846. <center><b>core</b></center>
  847. <b>intelligence:</b> Book-smart. Sharp mind for business/negotiation.<br>
  848. <b>likes:</b> Sweaters, cheap perfume, books, horror films, skating, dolls.<br>
  849. <b>dislikes:</b> Pants, ants, divination, overly sweet foods, conspiracy theories.<br>
  850. <b>disposition:</b> Headstrong, self-sufficient, amicable, curious, helpful, mistrustful, selfish, arrogant, reliable.<br>
  851. <b>mbti:</b> ENTJ<br>
  852. <b>moral alignment:</b> lawful neutral<br><br>
  853. <center><b>other</b></center>
  854. <b>phobias:</b> Heights, drowning, being completely alone.<br>
  855. <b>allergies:</b> Mushrooms.<br>
  856. <b>abilities:</b> Time travel (including "teleportation").<br>
  857. <b>strengths:</b> Running, fitting in small spaces, holding breath, origami, being nosy, resourcefulness.<br>
  858. <b>weaknesses:</b> Cooking, climbing, empathizing, children. Tends to be too mouthy for her own good. Terrible at archery or any other long-distance weapon/sport.<br>
  859. <b>extras:</b> Most valuable item is her mobile phone. Favourite food is steak. Uses reading glasses.</div></div></div>
  860.  
  861. <!-------------------QUOTE/PLAYLIST SECTION BEGINS HERE------------------->
  862.  
  863.  
  864. <center><b>WORDS</b></center><br>
  865.  
  866. <div class="quotebox">
  867. <div class="quote" style="margin-top:-44px;"><br>
  868. <p>
  869. ❝ Why do you think the old stories tell of men who set out on great journeys to impress the gods? Because trying to impress people just isn't worth the time and effort. ❞
  870. </div>
  871. </div>
  872.  
  873. <div class="musicbox">
  874. <div class="quote">
  875. <p>
  876. ❝ If you want to build a ship, don't drum up people to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea. ❞
  877. </div>
  878. </div>
  879.  
  880.  
  881. <!-------------------QUOTE/PLAYLIST SECTION ENDS HERE------------------->
  882.  
  883. </li>
  884.  
  885. <li style="color:{color:body font};">
  886. <center><b>BRIEF HISTORY</b></center>
  887. <div class="content">
  888.  
  889. <div align="center"><div style="width:380px; text-align: justify">
  890. <p>&nbsp; &nbsp; &nbsp; &nbsp;In 1734, Una was born to the most estimable Captain Barnaby Reginald Naux, and his lovely wife, Adelaide. However, Una never knew her mother, as she died in childbirth. As a result, Una was happily raised on her father's ship by him and his crew. She gained the mannerisms of older men and would have been quite the tomboy if only society didn't require her to be an upstanding young lady. In any case, she lived the relatively normal life of a merchant at sea, traveling around the world while shipping items from point A to point B.</p>
  891.  
  892. <p>&nbsp; &nbsp; &nbsp; &nbsp;In 1752, there was a terrible storm that rocked their ship, the Amaranthe. There may have been a sea monster involved as well—she can't remember the details of the event too well. Either way, she and a few other men were thrown overboard by the boat's precarious motions. As far as the rest of the ship is aware, they all drowned. As far as she's aware, she time traveled to the year 2012.</p>
  893.  
  894. <p>&nbsp; &nbsp; &nbsp; &nbsp;Now, a few years after the terrible occurrence, Una has carved a modest life for herself. With a steady income and good friends, she's adapting quickly to the modern world, though much of it still remains a mystery to her. As far as her abilities go, she's gotten more of a handle on them, and uses them every now and then to assist others&mdash;for profit.
  895.  
  896. <p>&nbsp; &nbsp; &nbsp; &nbsp;Due to a run-in with a certain <a href="http://duckpantshoward.tumblr.com/" style="color:{color:body font};text-decoration:underline;" title="Who else?">cigar-chomping duck</a>, Una has been made aware of the Nexus of All Realities, and is under the impression that it could take her back to ther own time. After hearing rumors and stories regarding the other fallen shipmates, her current goal is to find them and remake her makeshift family...and possibly send all of them back home to the past.</p>
  897.  
  898. <p>&nbsp; &nbsp; &nbsp; &nbsp;In the meantime, she runs a small bookstore called <b>Books & Baubles</b>. Although the literature is the main attraction, the &ldquo;baubles&rdquo; in question are a variety of other services on the sly, including acts of heroism as well as occasional dominatrixing. Sometimes she sells antiques and magical paraphernalia. Whatever is on this &ldquo;secret menu&rdquo; is constantly changing depending on whims and availability. To the average person who doesn't bother to inquire about it, Books & Baubles is just another independent bookstore. She lives in a small apartment just above her business.</div></div></div>
  899.  
  900. </li>
  901.  
  902. <li style="color:{color:body font};">
  903. <center><b>TIME HOPPING</b></center>
  904. <div align="center"><div style="width:380px; text-align: justify">
  905. <center>Time can be seen as a circuit, but it’s actually far more linear.</center>
  906.  
  907. <p>&nbsp; &nbsp; &nbsp; &nbsp;Everything that has happened, is happening, and will ever happen…has already happened. What you yourself are able to perceive depends on when you were born.
  908.  
  909. <p>&nbsp; &nbsp; &nbsp; &nbsp;Each person exists as a point on this timeline. When they die or are otherwise removed from their point in history, they come back as a different point on the timeline. It might be as an astrophysicist in the future, but there is just as equal a chance someone could come back as a flower in ancient Greece. Time doesn’t play favourites; it isn’t bound to a single species or era.
  910.  
  911. <p>&nbsp; &nbsp; &nbsp; &nbsp;Effectively, everyone is running a very long race. At some point, each runner is going to be picked up and given a boost toward the finish line or made to begin again closer to the starting point. People who have traveled through time have just gotten tangled up in the strings of the universe before they were supposed to.
  912.  
  913. <p>&nbsp; &nbsp; &nbsp; &nbsp;Though time travel is rare, it happens most often when someone is on the brink of death. Because it is [nearly] time for them to move on to another point on the timeline, they fall into a wrinkle in time and are taken to a new area. Because they have not actually died, however, they do not get to reincarnate. Instead, they are stranded wherever the universe has seen fit to place them, their body and the majority of their memories still intact. No new life for them, but an enormous amount of confusion.
  914.  
  915. <p>&nbsp; &nbsp; &nbsp; &nbsp;Una is able to travel through time and space by jumping: whenever she is in midair, she leaves this plane. Because she still hasn't mastered her powers, the length of her leap is directly proportional to the amount of time traveled—a tiny hop might be a few minutes, while falling from the top of a skyscraper might be a few decades. In this way, she is able to achieve a crude form of teleportation by transporting herself (and anyone she's holding) milliseconds into the past or future. </div>
  916.  
  917. </li>
  918.  
  919. </ul> <!--- important. don’t delete --->
  920. </div></div></div></div></div></div></div></div>
  921.  
  922. <div id="verses" class="popup_block" style="margin:0px auto; font-family:calibri, helvetica, arial, sans-serif;overflow:auto;color:{color:body font};">
  923. <div id="headerbar">
  924. <ul id="tabs">
  925. <li class="active">MAIN.</li>
  926. <li>NORMAL.</li>
  927. <li>MAD MAX.</li>
  928. <li>TMI.</li>
  929. <li>FANTASY.</li>
  930. <li>STAR WARS.</li>
  931. </ul></div>
  932. <div id="tabbar" style="width:400px;">
  933. <ul id="tab">
  934.  
  935. <li class="active" style="color:{color:body font};">
  936. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||CHRONONAUTICA</span></div>
  937. <p><em>MARVEL/DC (MAIN<sub>1</sub>)</em></p>
  938.  
  939. &nbsp; &nbsp; &nbsp; &nbsp;Una Naux is a time traveler from the 18th century trying to make her way in the modern era. She doesn't know where she's headed or what the world has in store for her, but if there's one thing she knows, it's how to survive. She mainly bets on horses and performs occasional time travel favors for extra money, but has alternative forms of income in the wares and services available at her shop, <b>Books & Baubles</b>.
  940. <p>&nbsp; &nbsp; &nbsp; &nbsp;During the last few years spent in the 21st century, she has run into a young man, Henry Hollick, who is descended from an illegitimate child of her father, Barnaby. They've grown rather close, or as close as time-displaced relatives can be, but he's not enough for Una to consider a &ldquo;family.&rdquo; She still plans on locating the other crew members that fell through time&mdash;if they really are stranded&mdash;and taking them with her through the Nexus of All Realities. The only thing complicating matters is her daughter, three year old <a title="Una really likes food."><b>Unagi Nutmeg Naux</b></a>.
  941. <p>The thing she likes best about the 21st century is the fact that she's able to command so much more respect than she did in her home time. Of course, part of that may be due to the fact that she does a shoddy job of separating her life as <b>Chrononautica</b> from her life as Una Naux. Her civilian identity really isn't too big a secret if you know who to ask, which is why she makes daring acts of good (or evil, depending on how well it pays) a premium service available at her shop. She doesn't do much patrolling; she waits for people to come to her. They always do, in the end.
  942.  
  943.  
  944. </li>
  945.  
  946. <li style="color:{color:body font};">
  947. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||NEXT TO NORMAL</span></div>
  948. <p><em>GEN MODERN (MAIN<sub>2</sub>)</em>
  949. <p>&nbsp; &nbsp; &nbsp; &nbsp;Time travel is the stuff of fantasy. Una would know: she's writing a novel about it. This Englishwoman is prone to flights of fancy and tends to have her head in the clouds when it's not trapped in a book. The same goes for her half-brother, Henry Hollick, five years younger. After the passing of Adelaide, Barnaby was known to fraternize with various women. It's possible that Una has other siblings, but none that she knows about.</p>
  950.  
  951. <p>&nbsp; &nbsp; &nbsp; &nbsp;Strange as it may be, Una has a bit of an obsession with completing her family tree. Part of the reason for this may be because her father is the only full-blooded kin she's ever known. The two of them get along wonderfully, but Una can't help wondering what it would be like to have a larger family.</p>
  952.  
  953. <p>&nbsp; &nbsp; &nbsp; &nbsp;Once she completed her university education, Una moved from England to the United States, following in the footsteps of Henry, who moved with his family when he was fourteen. Currently, she lives in Brooklyn and works multiple odd jobs to pay the rent as she writes her novel. Barnaby is proud of his daughter, believing her to be an enterprising young woman, but he wouldn't be too happy if he knew she was moonlighting as a dominatrix.
  954.  
  955. </li>
  956.  
  957. <li style="color:{color:body font};">
  958. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||TEENAGE WASTELAND</span></div>
  959. <p>&nbsp; &nbsp; &nbsp; &nbsp;In a sandstorm, seventeen year old Una was separated from her father and his band of merchants. Headstrong and resilient, she is determined to find them again. If they live, they'll live together happily. If they're gone, she'll give them a proper burial.</p>
  960.  
  961. <p>&nbsp; &nbsp; &nbsp; &nbsp;While not outright &ldquo;mad,&rdquo; Una has her own neurotic tendencies. Ridiculously attached to a dagger from her father, she'll bite the hand of anyone who dares touch it. That, and she has a proclivity toward poetic speech&mdash;when she bothers to talk at all. Most people, it would seem, are a waste of time. They don't factor into her journey or goal and so she pays them as little mind as she can. Things are easier that way.</p>
  962.  
  963. <p>&nbsp; &nbsp; &nbsp; &nbsp;Una knows she can't last long on her own, however, and so she tends to band together with anyone she comes across as long as they seem halfway trustworthy. Knowing it's only temporary and that they can't replace her <em>real</em> family helps make the shame of relying on others less severe. After all, as her father taught her, to succumb to the will of others is weakness. So, she does what is necessary to reach him again. Nothing more, nothing less.
  964.  
  965. </li>
  966.  
  967. <li style="color:{color:body font};">
  968. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||BETTER IN BLACK</span></div>
  969. <p>&nbsp; &nbsp; &nbsp; &nbsp;England-born Una Fairwater is a shadowhunter educated by the London Institute. Her parabatai is family friend and long time companion, Jack Roseway. As they recently came of age, the two of them are currently undergoing the customary travel to various Institutes, studying Nephilim culture in other parts of the globe.</p>
  970.  
  971. <p>&nbsp; &nbsp; &nbsp; &nbsp;Una's weapon of choice is a whip, passed on to her from her father, Barnaby. She has a younger half-brother, Henry, who is also studying at the London Institute. She has half a mind to give him her whip when it's time for her to evolve to a new weapon. After all, he may not be <em>completely</em> blood-related, but he's family all the same, and for the Fairwaters, family is paramount.</p>
  972.  
  973. <p>&nbsp; &nbsp; &nbsp; &nbsp;The life of a shadowhunter is a difficult one when one has a certain interest in modern pop culture. It's one thing to study novels from all sorts of time periods; it's another when one wants to keep up with the Kardashians.
  974. </li>
  975.  
  976. <li style="color:{color:body font};">
  977. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||PENNY FOR A TALE</span></div>
  978. <p>&nbsp; &nbsp; &nbsp; &nbsp;If you're all alone in a secluded area and hear the jingling of bells, don't fret. It's only a girl. Una travels across the land, hawking her wares wherever she can. They might be expensive, but you pay for convenience.
  979. <p>&nbsp; &nbsp; &nbsp; &nbsp;In the Naux family, when a child comes of age it is traditional for them to go on a journey, selling an assortment of items all on their own. The terrain is dangerous and risky; only a true merchant makes it out alive. This is normal: nobody could trust a merchant who wasn't worth their salt.
  980. </li>
  981.  
  982.  
  983. <li style="color:{color:body font};">
  984. <div style="font-family: 'Oswald', sans-serif;font-size:14px;"><span>||CREDIT KARMA</span></div>
  985. <p>&nbsp; &nbsp; &nbsp; &nbsp;Una is the daughter of a humble Coruscanti merchant and a wealthy merchant in her own right. She's known to overcharge, but there's no disputing that her wares are top-notch. A girl's got to make a living somehow.
  986. <p>&nbsp; &nbsp; &nbsp; &nbsp;Una wouldn't call herself a pacifist, but it would be inaccurate to say she dreams of war. Rather, what she likes is winning. She holds no allegiance to any particular party, preferring to side with whoever has the upper hand at the moment. It's always worked out for her father; why shouldn't it work out for her as well?
  987. </li>
  988.  
  989.  
  990. </ul> <!--- important. don’t delete --->
  991. </div></div></div></div></div></div></div></div>
  992.  
  993. <div id="guide" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11px;line-height:15px;overflow:auto;color:{color:body font}">
  994.  
  995. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/k6zk3b1/VKNoct8d5/selectiondarkblue.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  996.  
  997. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>I’m going to keep this simple and assume you know how these things work. No godmodding, try your best to use proper grammar, etc. I’m not a stickler for length, but at least give me enough to work with. If I give you a few paragraphs, don’t leave me with two sentences. That’s not cool.
  998.  
  999. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>As a heads up, I’m just going to put it out there that I’m less inclined to roleplay with people who write in purple prose. Nothing personal, but I don’t care for diction/syntax muddling clarity.
  1000. Una is currently single in all verses. She is allowed to take one lover per verse. However, shipping is not my main focus…but I’m still more than willing to give a ship a try. It just needs buildup and it needs to make sense. Nothing instant over here.
  1001.  
  1002. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>Obligatory warning: Mun and muse are of age. Anything NSFW of a sexual nature is probably going to be uncommon, though violence, alcohol, drugs, etc. may appear (depending on who I'm writing with). Don’t worry, I’ll make sure things are tagged.
  1003.  
  1004. <p style="letter-spacing:2px;text-align:center;"><b><u>LAST NOTES</u></b></p>
  1005.  
  1006. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>Given the nature of Una's history, she may make comments that are not considered politically correct in this modern era. Please be aware that these are not the beliefs of me, but of my character.
  1007. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>I don’t always follow back–I like a clean dash, so if you post a lot of images/OOC in a short time, I probably won’t follow unless I really like you. If we’re mutuals, you can tag me in a post at any time. If we aren’t, you can still try tagging me in something, but I might not stick with it for very long.
  1008.  
  1009. </div>
  1010. </div></div></div></div></div></div>
  1011. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit">CHE</a></div>
  1012.  
  1013. <div id="credit" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:448px;">
  1014.  
  1015. <div class="fancytitle">credit</div>
  1016.  
  1017. <p style="font-family:calibri,helvetica,arial,sans-serif;text-align:center;"><small>theme coded by <b>me</b><br>
  1018. with the assistance of <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  1019. pop-ups by <a href="http://str-wrs.tumblr.com/"><b>str-wrs</b></a><br>
  1020. and bio page by <a href="http://hailthehelpful.tumblr.com/"><b>hailthehelpful</b></a>
  1021.  
  1022. </div>
  1023. </div></div></div></div></div></div>
  1024. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement