Advertisement
tsiappoworks

do the una jump

Dec 1st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  4.  
  5.  
  6. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  7. <script type="text/javascript"
  8. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block, .popup_block2').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38. <!-------------------- VERSES SCRIPT BELOW -------------------->
  39. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  40.  
  41. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. <link rel="shortcut icon" href="" />
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <meta name="color:Accent" content="#d1d1d1" />
  46. <meta name="color:Accent2" content="#4792ad" />
  47. <meta name="color:Accent3" content="#80b0ad" />
  48. <meta name="color:body font" content="#435d73" />
  49. <meta name="color:Page BG" content="#d0d0d0" />
  50.  
  51. <meta name="text:LinkSymbol" content="✕" />
  52.  
  53. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb{
  58. background-color: transparent;
  59. height:auto;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. background-color:transparent;
  64. height:auto;
  65. width:4px;
  66. }
  67.  
  68. hr {
  69. border: 0;
  70. height: 1px;
  71. background-image: linear-gradient(to right, rgba(55, 62, 33, 0), rgba(55, 62, 33, 0.75), rgba(55, 62, 33, 0));
  72. }
  73.  
  74. h1 {
  75. font-weight:normal;
  76. font-size:22px;
  77. text-align:center;
  78. font-style:normal;
  79. line-height:100%;
  80. letter-spacing:1px;
  81. text-transform:normal;
  82. color:{color:accent2};
  83. font-family: 'Oswald', sans-serif;
  84. }
  85.  
  86. h2 {
  87. font-size:26px;
  88. text-align:center;
  89. line-height:100%;
  90. letter-spacing:-0.5px;
  91. color:{color:accent2};
  92. font-weight:bold;
  93. padding:5px;
  94. font-family: 'Oswald', sans-serif;
  95. }
  96.  
  97. blockquote {
  98. padding:2px 5px 2px 10px;
  99. margin:5px;
  100. border-left:2px solid {color:body font};
  101. -moz-border-radius: 15px;
  102. -webkit-border-radius: 15px;
  103. }
  104.  
  105. blockquote img {
  106. max-width:100%;}
  107.  
  108. body {
  109. background:{color:Page BG};
  110. background-image:url('http://static.tumblr.com/oh3xcbq/gUqofzmw4/thethemesuna.png');
  111. background-position:left top fixed;
  112. background-repeat:no-repeat;
  113. color:{color:body font};
  114. font-size:11px;
  115. line-height:120%;
  116. word-wrap: break-word;
  117. font-family:Calibri, helvetica, arial, sans-serif;
  118. }
  119.  
  120. pre {
  121. white-space: pre-wrap;
  122. white-space: -moz-pre-wrap;
  123. white-space: -pre-wrap;
  124. white-space: -o-pre-wrap;
  125. word-wrap: break-word;
  126. }
  127.  
  128. small,sub,sup {
  129. font-size:12px;
  130. font-family: calibri,helvetica,arial,sans-serif;
  131. }
  132.  
  133. b,strong {
  134. color:{color:accent2};
  135. font-size:15px;
  136. font-family: 'Oswald', sans-serif;
  137. }
  138.  
  139. em,i {
  140. color:{color:accent2};
  141. font-family: 'Oswald', sans-serif;
  142. }
  143.  
  144. s,strike {
  145. color:{color:accent2};
  146. }
  147.  
  148. u,underline {
  149. color:{color:accent2};
  150. }
  151.  
  152. a {
  153. text-decoration:none;
  154. outline:none;
  155. -moz-outline-style:none;
  156. color:{color:accent2};
  157. -moz-transition-duration:0.5s;
  158. -webkit-transition-duration:0.5s;
  159. -o-transition-duration:0.5s;
  160. }
  161.  
  162. a:hover {
  163. outline:none;
  164. -moz-outline-style:none;
  165. color:#FFFFFF;
  166. }
  167.  
  168. img{border:0; max-width:100%;max-height:auto;}
  169.  
  170. .fancytitle {
  171. font-size:11px;
  172. font-family: 'Oswald', sans-serif;
  173. padding:2px 4px;
  174. border:2px solid {color:page bg};
  175. text-align:right;
  176. margin-bottom:5px;
  177. background-image:url('http://static.tumblr.com/oh3xcbq/ouSofzmx8/selectiondarkblue.png');
  178. background-repeat:no-repeat;
  179. background-position: top center;
  180. color:#f9fcfc;
  181. }
  182.  
  183.  
  184. /*-----------------------------POPUP BOXES---------------------------*/
  185. .popup_block{
  186. display:none;
  187. max-height:428px;
  188. width:450px;
  189. overflow-y:auto transparent;
  190. overflow-x:hidden;
  191. background:#fff;
  192. background-image:url();
  193. padding:2px 5px;
  194. float:none;
  195. position:fixed;
  196. font-size:11px;
  197. top:383px;
  198. left:860px;
  199. z-index: 99999;
  200. }
  201.  
  202. *html #fade {position: absolute;}
  203. *html .popup_block {position: absolute;}
  204. #fade {
  205. display:none;
  206. position:fixed;
  207. left:0px;
  208. top:0px;
  209. width:100%;
  210. height:100%;
  211. z-index:9999;
  212. background:#000; /* change to #fff for solid white */
  213. opacity:0; /* change to opacity:1; */
  214. }
  215.  
  216. #boxy {
  217. margin-right:10px;
  218. padding-right:5px;
  219. padding-left:5px;
  220. margin-left:5px;
  221. padding-top:10px;
  222. margin-top:10px;
  223. height: 305px;
  224. width: 290px;
  225. overflow:auto;
  226. }
  227.  
  228. #boxydos {
  229. margin-top:10px;
  230. height: 448px;
  231. width: 400px;
  232. overflow:auto;
  233. }
  234.  
  235.  
  236. iframe#tumblr_controls {
  237. white-space:nowrap;
  238. -webkit-filter: invert(100%);
  239. -moz-filter: invert(100%);
  240. -o-filter: invert(100%);
  241. -ms-filter: invert(100%);
  242. filter: invert(100%);
  243. opacity:.2;transition: .8s ease-in-out;
  244. -webkit-transition: .8s ease-in-out;
  245. -moz-transition: .8s ease-in-out;
  246. -o-transition: .8s ease-in-out;
  247. }
  248.  
  249. #post {
  250. width:400px;
  251. margin:0px 0px 0px 3px;
  252. padding:10px 10px;
  253. background-color:transparent;
  254. font-family:calibri,helvetica,arial,sans-serif;
  255. color:{color:body font};
  256. }
  257.  
  258. #post .text{font-size:11px; line-height:16px;}
  259. #post .title{font-size:20px;;line-height:22px;}
  260. #post .text ul li{list-style-type:circle;}
  261.  
  262. #container {
  263. position:fixed;
  264. overflow-y:scroll;
  265. overflow-x:auto;
  266. padding:1px;
  267. width:450px;
  268. height:431px;
  269. left:607px;
  270. top:128px;
  271. }
  272.  
  273.  
  274. div#qTip {
  275. background-image:url('http://static.tumblr.com/oh3xcbq/ouSofzmx8/selectiondarkblue.png');
  276. border:1px solid white;
  277. padding: 5px;
  278. display: none;
  279. text-align: center;
  280. position: absolute;
  281. font-size:13px;
  282. line-height:10px;
  283. z-index: 9999999;
  284. color:{color:accent3};
  285. letter-spacing: 1px;
  286. font-family: 'Oswald', sans-serif;
  287. }
  288.  
  289. /*-------------------------PERMALINKS AND TAGS------------------------*/
  290. #permalink{
  291. position:absolute;
  292. z-index:9;
  293. margin-top:-5px;
  294. padding:3px;
  295. font-size:10px;
  296. text-align:center;
  297. text-transform:uppercase;
  298. font-family:calibri,helvetica,arial,sans-serif;
  299. color:{color:accent};
  300. background:url('http://static.tumblr.com/oh3xcbq/ouSofzmx8/selectiondarkblue.png');
  301. width:300px;
  302. margin-left:60px;
  303. border:2px solid {color:page bg};
  304. }
  305.  
  306. #permalink a{color:{color:accent};vertical-align:middle;}
  307. #permalink a:hover{color:{color:accent2};}
  308.  
  309. #tags{
  310. margin-top:20px;
  311. font-size:10px;
  312. font-family:calibri,helvetica,arial,sans-serif;
  313. width:300px;
  314. text-align:center;
  315. margin-bottom:40px;
  316. margin-left:60px;
  317. }
  318.  
  319. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  320. .chat ul {list-style:none; margin:0; padding:0;}
  321. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  322.  
  323. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  324. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  325. #notesbox img.avatar{display:none;}
  326.  
  327. /*------------------- "SIDEBAR" ------------------*/
  328. #linkback{
  329. position:fixed;
  330. z-index:80;
  331. margin-left:1078px;
  332. margin-top:45px;
  333. font-size:70px;
  334. -ms-transform: rotate(101deg); /* IE 9 */
  335. -webkit-transform: rotate(101deg); /* Chrome, Safari, Opera */
  336. transform: rotate(101deg);
  337. }
  338.  
  339. #linkback a{
  340. color:{color:body font};
  341. }
  342.  
  343. #nav{
  344. position:fixed;
  345. z-index:75;
  346. margin-left:10px;
  347. margin-top:170px;
  348. width:400px;
  349. text-align:center;
  350. -ms-transform: rotate(90deg); /* IE 9 */
  351. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  352. transform: rotate(90deg);
  353. }
  354.  
  355. #navigation a{color:{color:accent2}; font-size:15px;}
  356.  
  357. #navigation a:hover{
  358. color:{color:accent}; text-decoration:bold;
  359. }
  360.  
  361. #pagination{
  362. font-family:Calibri, Helvetica, Arial, sans-serif;
  363. font-size:10px;
  364. text-align:center;
  365. color:{color:accent2};
  366. text-transform:uppercase;
  367. letter-spacing:3px;
  368. }
  369.  
  370. #pagination a{color:{color:accent2}; padding:0px 2px;}
  371.  
  372. /*--------------BITS AND BOBBLES-------------------*/
  373.  
  374. #audioplayer {
  375. width:30px;
  376. height:30px;
  377. overflow:hidden;
  378. position:absolute;
  379. margin-top:93px;
  380. margin-bottom:93px;
  381. margin-left:93px;
  382. }
  383.  
  384. #albumart { margin:0px 4px;}
  385.  
  386. .question {
  387. padding:9px;
  388. text-align:left;
  389. color:#bb6e8a;
  390. line-height:100%;
  391. -moz-border-radius: 6px;
  392. -webkit-border-radius: 6px;
  393. }
  394.  
  395. .answer {
  396. text-align:left;
  397. padding:7px;
  398. color:#bb6e8a;
  399. }
  400.  
  401. #ask a{color:white;
  402. }
  403.  
  404. /*-----------------------BIG BIO AHEAD------------------------*/
  405. .title {
  406. font-family: 'Oswald', sans-serif;/*title font*/
  407. font-size:70px;
  408. padding-top:100px;
  409. text-shadow:0 0 10px rgba(0,0,0,0.3);
  410. text-transform:bold;
  411. }
  412.  
  413. .subheader {
  414. margin-top:50px;
  415. }
  416.  
  417. .header {
  418. width:510px;
  419. height:200px;
  420. -webkit-transition:ease-in-out .3s;
  421. -moz-transition:ease-in-out .3s;
  422. -o-transition:ease-in-out .3s;
  423. transition:ease-in-out .3s;
  424. text-align:center;
  425. letter-spacing:1px;
  426. color:#fff;
  427. text-shadow:0 0 10px rgba(255,255,255);
  428. border-bottom:solid #fff 10px;
  429. background-color:#acacac;
  430. background-image:url(http://i.imgur.com/f64F0BG.png);
  431. background-position:center;
  432. background-size:100% auto;
  433. }
  434.  
  435. .header:hover {
  436. letter-spacing:3px;
  437. text-shadow:0 0 30px rgba(255,255,255);
  438. }
  439.  
  440. /* ---------------------SECTION TITLE CUSTOMIZATION--------------------- */
  441. .header2 {
  442. font-family: 'Oswald', sans-serif;
  443. font-size:14px;
  444. position:relative;
  445. z-index:1;
  446. width:400px;
  447. padding:5px 5px;
  448. padding-top:20px;
  449. text-align:center;
  450. letter-spacing:1px;
  451. }
  452.  
  453. .header2:before {
  454. position:absolute;
  455. z-index:-1;
  456. top:25px;
  457. right:0;
  458. bottom:0;
  459. left:0;
  460. width:95%;
  461. margin:0 auto;
  462. content:'';
  463. border-top:1px solid #dfdfdf;
  464. }
  465.  
  466. .header2 span {
  467. padding:0 5px;
  468. background:#B9B9B9;
  469. }
  470.  
  471. .content {
  472. position:relative;
  473. overflow:hidden;
  474. width:400px;
  475. min-height:75px;
  476. }
  477.  
  478. /* -----------------------TEXT SELECTION CUSTOMIZATION----------------------- */
  479. ::selection {
  480. color:#fff;
  481. background:#379eca;
  482. }
  483.  
  484. ::-moz-selection {
  485. color:#fff;
  486. background:#379eca;
  487. }
  488.  
  489. ::-webkit-selection {
  490. color:#fff;
  491. background:#379eca;
  492. }
  493.  
  494. /*---------------------------DROP CAP CUSTOMIZATION---------------------------*/
  495. #dropcap {
  496. font-family: 'Oswald', sans-serif;
  497. font-size:230%;
  498. float:left;
  499. margin-right:5px;
  500. padding:10px 3px;
  501. color:#fff;
  502. background-color:#000;
  503. }
  504.  
  505.  
  506. /* ---------------------------- UPDATES ------------------------------*/
  507.  
  508. #updates {
  509. font-size:10px;
  510. font-family:century gothic, arial;
  511. color:{color:body font};
  512. text-align:center;
  513. height:432px;
  514. width:120px;
  515. padding:0px;
  516. top:128px;
  517. left:1071px;
  518. z-index:10;
  519. position:fixed;
  520. overflow-x:hidden;
  521. overflow-y:auto;
  522. }
  523.  
  524. #headerbar{
  525. width:410px; /*– sets width of your text –*/
  526. overflow:scroll;
  527. text-align:justify;
  528. color:#fff;
  529. font-family:calibri;
  530. font-size:12px;
  531. }
  532.  
  533. #tabbar{
  534. left:50%;
  535. top:50%;
  536. height:auto; /*– sets height of your text –*/
  537. overflow-y:scroll;
  538. overflow-x:hidden;
  539. text-align:justify;
  540. color:#222;
  541. font-family:calibri;
  542. font-size:11.4px;
  543. }
  544.  
  545. ul#tabs {text-align: center;}
  546. ul#tabs li { /*– your inactive / not viewed tabs –*/
  547. display:inline-block;
  548. padding:2px 3px;
  549. width:60px;
  550. cursor:pointer;
  551. text-decoration:none;
  552. margin:0px -2px;
  553. opacity:1;
  554. color:#fff;
  555. background-color:{color:body font};
  556. }
  557.  
  558. ul#tabs li.active { /*– your active tab –*/
  559. background-color:#fff;
  560. color:{color:body font};
  561. border:1px solid {color:body font};
  562. padding:1px 3px;
  563. }
  564.  
  565. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  566. ul#tab li.active {display: block;}
  567. ul#tab li {display: none;}
  568.  
  569.  
  570. /*--------------------CREDITS-----------------------*/
  571. #cred
  572. {
  573. width: 50px;
  574. height: 18px;
  575. font-family: Arial;
  576. font-size: 7px;
  577. text-transform: uppercase;
  578. text-align: center;
  579. bottom: 10px;
  580. right: 10px;
  581. letter-spacing: 1px;
  582. line-height: 4px;
  583. padding: 10px 3px;
  584. display: block;
  585. color:{color:body font};
  586. background: {color:page bg};
  587. position: fixed;
  588. }
  589.  
  590. #cred a
  591. {
  592. font-weight: bold;
  593. line-height: 17px;
  594. font-size: 15px;
  595. font-family: 'Oswald', sans-serif;
  596. text-transform: uppercase;
  597. color:{color:body font};
  598. letter-spacing: 6px;
  599. margin-left:5px;
  600. }
  601.  
  602. </style>
  603.  
  604. </head>
  605.  
  606.  
  607. <body style="overflow:hidden;">
  608.  
  609. <div id="linkback"><a href="http://treurspel.tumblr.com" title="secret">▼</a></div>
  610.  
  611. <!-- begin updates tab -->
  612.  
  613. <div id="updates">
  614.  
  615. <div style="padding-top:10px;">
  616.  
  617. <b><p><span style="font-size:16px"><b>❛</b> <a href="/" title="refresh"><b>SEASIDE SIREN</b></a> <b>❜</b></span></b><br>
  618. <div class="fancytitle">about</div>
  619. <p><b>a panfandom<br> original character</b><br>
  620. SELECTIVE & PRIVATE</p>
  621.  
  622. <!------------------------- NAVIGATION -------------------------->
  623. <div class="fancytitle">navigation</div><p>
  624. <div id="navigation" style="font-size:11px;">
  625. <a href="/ask" title="ask">✕</a>
  626. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>
  627. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>
  628. <a href="/v" title="verses">✕</a>
  629. <a href="/ships" title="relationships">✕</a>
  630. <a href="/tagged/;;LITTLE SEA STAR (trivia.)" title="trivia">✕</a>
  631. <a href="/commish" title="commissions">✕</a>
  632. </div></p>
  633. <!------------------------ NAV END ------------------------------>
  634. <div class="fancytitle">further info</div>
  635. <p>est. 20 may 2012<br>
  636. rbt. 3 july 2016<br>
  637. written by <a href="/mun"><b>CHE</b></a></span> (21+)<br>
  638. do not steal content
  639. </p>
  640. {block:Pagination}<div class="fancytitle">pagination</div><p>
  641. {block:NextPage}<a href="{NextPage}" style="color:{color:accent2};">sink</a>{/block:NextPage}
  642. {block:PreviousPage}&nbsp;/&nbsp;<a href="{PreviousPage}" style="color:{color:accent2};">swim</a>{/block:PreviousPage}
  643. </p>{/block:Pagination}
  644. <div class="fancytitle">more than friends</div><p>
  645. <a href="http://oncforall.tumblr.com/"><img src="http://static.tumblr.com/mpgtugs/cFWo82rbj/luv1.png"></a>
  646. <a href="http://jumpshiine.tumblr.com/"><img src="http://static.tumblr.com/mpgtugs/iMGo82ra3/luv2.png"></a></p>
  647.  
  648.  
  649.  
  650. </div></div>
  651.  
  652. <!-- end updates tab -->
  653.  
  654. </div>
  655.  
  656. <div id="container">
  657. {block:Posts}
  658.  
  659. <!--------------------------TYPES OF POSTS----------------------------->
  660. <div id="post">
  661.  
  662. {block:Photo}
  663. <img src="{PhotoURL-400}" />
  664. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  665. {/block:Photo}
  666.  
  667. {block:Photoset}
  668. {Photoset-400}
  669. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  670. {/block:Photoset}
  671.  
  672. {block:Video}
  673. {Video-400}
  674. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  675. {/block:Video}
  676.  
  677. {block:Audio}
  678. <div class="musicbox">
  679. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  680. <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/>
  681. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  682. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  683. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div></div>
  684. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  685. {/block:Audio}
  686.  
  687. {block:Quote}
  688. <div class="title" style="width:380px;text-align:justify;padding-top:10px;line-height:20px;">{Quote}</div>
  689. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  690. {/block:Quote}
  691.  
  692. {block:Text}
  693. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  694. <div class="text">{Body}</div>
  695. {/block:Text}
  696.  
  697. {block:Answer}<div id="ask">
  698. <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>
  699. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  700. <div class="text" style="width:400px;">{Answer}</div>
  701. {/block:Answer}
  702.  
  703. {block:Chat}
  704. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  705. {block:Lines}<div class="chat"><li class="line_{Alt}">
  706. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  707. {/block:Lines}
  708. {/block:Chat}
  709.  
  710. {block:Link}
  711. <div class="title" style="padding-top:10px;"><a href="{URL}">{Name}</a></div>
  712. {block:Description}<div class="text">{Description}</div>{/block:Description}
  713. {/block:Link}
  714.  
  715. </div>
  716. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  717. <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>
  718.  
  719. <!----------------------------TAG STUFF----------------------------->
  720. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  721.  
  722. {block:PostNotes}
  723. <div id="notesbox">{PostNotes}</div>
  724. {/block:PostNotes}
  725. {/block:Posts}
  726. </div></div>
  727.  
  728. <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>
  729.  
  730. </body>
  731.  
  732. <!-------HERE BEGIN THE POPUP BOXES------->
  733. <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};">
  734.  
  735. <div id="headerbar">
  736. <ul id="tabs">
  737. <li class="active">STATS</li>
  738. <li>STORY</li>
  739. <li>GROUP</li>
  740. </ul></div>
  741. <div id="tabbar">
  742. <div id="boxydos">
  743. <div class="container" style="color:#000;">
  744. <ul id="tab">
  745.  
  746. <li class="active" style="color:{color:body font};">
  747. <center><b>NOBORI UNA</b></center>
  748. <div class="content">
  749. <div align="center"><div style="width:385px; text-align: justify;font-size:11.5px;">
  750. <b>name:</b> <a title="ascending summer dream">昇夢夏</a><br>
  751. <b>nickname:</b> unagi, uu-chan, bishiri-chan<br>
  752. <b>handle:</b> <a title="seven seas">七海</a> [nanami]<br>
  753. <b>birthday:</b> 19 Feb (17 years old)<br>
  754. <b>school:</b> year 2 (no club)<br>
  755. <b>blood:</b> half english, quarter japanese, quarter korean.<br>
  756. <b>orientation:</b> heteroflexible.<br>
  757. <b>place of birth:</b> izumo, shimane.<br>
  758. <b>living conditions:</b> shinjuku, tokyo apartment with uncle.<br>
  759. <b>occupation:</b> student, idol (in training), waitress at maid cafe.<br><br>
  760. <center><b>relationships</b></center>
  761. <b>parents:</b> Nobori Kazuki, father. Adelaide Stark, mother, deceased.<br>
  762. <b>family:</b> Nobori Nozomu, uncle. Otani Haruo, half-brother.<br>
  763. <b>children:</b> Negi, a pug.<br><br>
  764. <center><b>physical</b></center>
  765. <b>eyes:</b> Pale grey-blue; colour of cataracts. Piercing stare. Very long lashes.<br>
  766. <b>hair:</b> Naturally dark brown, but dyed powder blue. Wavy; typically straightened. Worn mostly in twin tails.<br>
  767. <b>height:</b> 150 cm (4'11")<br>
  768. <b>weight:</b> 41 kg, give or take<br>
  769. <b>build:</b> &ldquo;Delicate.&rdquo; A premature baby, she never quite caught up with her peers. Slim, angular, flat-chested. Wide hips and prominent rear; most of weight is carried here. Waist is tiny in comparison. Small, round face. Freckled nose. Large forehead hidden by fringe.<br>
  770. <b>notable physical traits:</b> Gapped buck teeth.<br>
  771. <b>clothing:</b> Prefers pale colours. Loose, comfortable outfits (i.e. roomy blouses, tunics)&mdash;distract from lack of bust. Often wears minidresses and skirts to draw attention to legs. Zettai ryouiki game is on point.<br><br>
  772. <center><b>core</b></center>
  773. <b>intelligence:</b> business, books.<br>
  774. <b>likes:</b> sweaters, cheap perfume, books, horror films, skating, dolls.<br>
  775. <b>dislikes:</b> pants, console games, gardening, overly sweet foods, beetles.<br>
  776. <b>disposition:</b> Headstrong, self-sufficient, amicable, curious, helpful, mistrustful, selfish, arrogant, reliable.<br>
  777. <b>mbti:</b> ENTJ<br>
  778. <b>moral alignment:</b> lawful neutral<br><br>
  779. <center><b>other</b></center>
  780. <b>phobias:</b> Heights, drowning, being completely alone.<br>
  781. <b>allergies:</b> Mushrooms.<br>
  782. <b>strengths:</b> Running, small spaces, holding breath, origami, resourcefulness, rapping.<br>
  783. <b>weaknesses:</b> Cooking, throwing, empathizing, children. Tends to be too mouthy for her own good. Terrible at archery or any other long-distance weapon/sport.<br>
  784. <b>extras:</b> Most valuable item is her mobile phone. Favourite food is steak. Uses reading glasses. Was briefly on school swim team.<br>
  785. <b>current concern:</b> All the food she eats will catch up with her.<br><br>
  786. </div></div></div>
  787.  
  788. <!-------------------QUOTE/PLAYLIST SECTION ENDS HERE------------------->
  789.  
  790. </li>
  791.  
  792. <li style="color:{color:body font};">
  793. <center><b>BRIEF HISTORY</b></center>
  794. <div class="content">
  795.  
  796. <div align="center"><div style="width:380px; text-align: justify;font-size:12px;">
  797. <p>&nbsp; &nbsp; &nbsp; &nbsp; Born the daughter of fisherman <b>Nobori Kazuki</b>, Una lived a fairly idyllic life in the countryside of Izumo. She never truly minded living without her mother, who died in childbirth, because the company of her father’s colourful coworkers more than made up for it. A variety of men from all walks of life, they served as Kazuki’s close friends, and thus, as additional fathers and uncles to Una.
  798.  
  799. <p>&nbsp; &nbsp; &nbsp; &nbsp; When Kazuki and his mates were away at work, she was often watched over by <b>Uemura Rei</b>, a wife of one of one of the fishermen. What made this ideal was that she had a son, <b>Ikki</b>, who was a year older than Una. They quickly became best friends.
  800.  
  801. <p>&nbsp; &nbsp; &nbsp; &nbsp; Ikki practically leapt from the womb with a guitar in hand. He practiced it from the moment his small hands were articulate enough to pluck the strings. Because he aimed for stardom, people had taken to calling him <b>“Johnny”</b> after the prominent talent agency, “Johnny & Associates.” Una, amazed by his skills, wanted to prove that she could become famous as well. It became a sort of bond between them, this promise of future fame.
  802.  
  803. <p>&nbsp; &nbsp; &nbsp; &nbsp; While she had a natural knack for singing, her passions strayed toward acting. She roped Johnny and their friends into making movies with her whenever possible. They filmed their stories using Kazuki’s camera, posting them online with parental consent. Often, their movies featured original music by Johnny, allowing him an avenue of expression as well. This marked Una’s initial foray into internet fame.
  804.  
  805. <p>&nbsp; &nbsp; &nbsp; &nbsp; As the group grew older, the production value of their films increased. Some of them had taken to set design, while others, like Una, were into costuming. She made a photoblog to chart her progress. Because of her young age in comparison to other, more established cosplayers, Una began to attract attention.
  806.  
  807. <p>&nbsp; &nbsp; &nbsp; &nbsp; All the while, she did her best to cultivate a ladylike image, something not so out of place in comparison with the young starlets of cinema’s golden age. It was difficult; her natural tendencies strayed toward the crass and simple side. More than just playing at fame, Una wanted to prove to the world that a daughter raised by old fishermen could be just as prim and proper as anyone else. She wasn’t ashamed of her upbringing, although she did realize the peculiarity of it. She felt that she owed it to them to uphold an ideal image.
  808.  
  809. <p>&nbsp; &nbsp; &nbsp; &nbsp; Noticing the way that Una struggled with her identity, Kazuki thought that Una needed a change of pace. Instead of attending a local high school, he had her enroll at one in Tokyo, where she would stay with her uncle, <b>Nozomu</b>. The larger variety of people in the city, he reasoned, would be good for her.
  810.  
  811. <p>&nbsp; &nbsp; &nbsp; &nbsp; While Una was amazed at the difference between the bustling city and her hometown, she wasn’t entirely starstruck. Rather, the city made her feel lost and lonely. She retreated more into herself for a time, and took to posting covers of songs online, as it was an activity she could do without relying on her network of friends. Whether it was due to this or because of a completely unrelated chain of events, it didn’t take long for her to be scouted by a rather well-known entertainment company for an upcoming music group called <b>HONEY-HOT</b>.</div></div></div>
  812.  
  813. </li>
  814.  
  815. <li style="color:{color:body font};">
  816. <center><b>HONEY-HOT</b></center>
  817. <div align="center"><div style="width:380px; text-align: justify;font-size:12px;">
  818.  
  819. <p>A squad of seven girls, HONEY-HOT is a Japanese pop group. In training, they have yet to debut, although their first song is on the near horizon. They’re managed by a rather popular company, though not the best in the industry. Their concept is girls with a “spicy” side underscoring their sweetness, hence the name HONEY-HOT. Not vanilla cutesy, but not overtly sexy, they’re a group that will be known for their charismatic personalities, especially on variety shows.
  820.  
  821. <center><b>MEMBERS</b><br>
  822. <a href="http://kogatano.tumblr.com/">Gilly Takako</a><br>
  823. <a href="http://baratan.tumblr.com/">Kasai Shun</a><br>
  824. <a href="/">Nobori Una</a><br>
  825.  
  826. </center> </div>
  827.  
  828. </li>
  829.  
  830. </ul> <!--- important. don’t delete --->
  831. </div></div></div></div></div></div></div></div>
  832.  
  833. <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}">
  834.  
  835. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/oh3xcbq/O7tofzrp8/selectiondarkblue.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  836.  
  837. <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.
  838.  
  839. <p style="font-family:calibri,helvetica,arial,sans-serif;;">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.
  840.  
  841. <p style="font-family:calibri,helvetica,arial,sans-serif;">This blog is multiship. Una is currently single in most verses. 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.
  842.  
  843. <p style="font-family:calibri,helvetica,arial,sans-serif;">Obligatory warning: Mun is of age, muse is not (by American standards). 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.
  844.  
  845. <p style="font-family:calibri,helvetica,arial,sans-serif;">***I'm willing to play Una at all points in her timeline, from childhood through adult years. If a sexually explicit thread occurs, please note that it takes place at a point where Una is at least eighteen.
  846.  
  847. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;"><b>LAST NOTES</b></h1>
  848.  
  849. <p style="font-family:calibri,helvetica,arial,sans-serif;">If Una has so much development with a character that playing with a duplicate could be considered disrespectful, I reserve the right to put priority over the original.
  850. <p style="font-family:calibri,helvetica,arial,sans-serif;">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.
  851.  
  852. </div>
  853. </div></div></div></div></div></div>
  854. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit" style="color:#382c3f;">CHE</a></div>
  855.  
  856. <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;">
  857.  
  858. <div class="fancytitle">credit</div>
  859.  
  860. <p style="font-family:calibri,helvetica,arial,sans-serif;text-align:center;"><small>theme coded by <a href="http://uminojo.tumblr.com/"><b>che</b></a><br>
  861. with the assistance of <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  862. pop-ups by <a href="http://str-wrs.tumblr.com/"><b>str-wrs</b></a><br>
  863.  
  864. </div>
  865. </div></div></div></div></div></div>
  866. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement