Advertisement
tsiappoworks

Scully's Navy

Feb 12th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.42 KB | None | 0 0
  1. <!-----THEME MADE BY noborijo SPECIFICALLY FOR koukaino.
  2. DO NOT STEAL OR COPY THIS CODE IN ANY CAPACITY. THANKS.----->
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6.  
  7. <!-----------------------------TOOLTIPS------------------------------->
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12.  
  13. $(document).ready(function(){
  14.  
  15. $("a[title]").style_my_tooltips({
  16.  
  17. tip_follows_cursor:true,
  18.  
  19. tip_delay_time:0,
  20.  
  21. tip_fade_speed:0,
  22.  
  23. attribute:"title"
  24.  
  25. });
  26.  
  27. });
  28.  
  29. })(jQuery);
  30. </script>
  31.  
  32. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  33. <script type="text/javascript"
  34. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function() {
  37. //
  38. $('a.poplight[href^=#]').click(function() {
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41. var query= popURL.split('?');
  42. var dim= query[1].split('&');
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  47. //Apply Margin to Popup
  48. $('#' + popID).css({
  49. 'margin-top' : -popMargTop,
  50. 'margin-left' : -popMargLeft
  51. });
  52. $('body').append('<div id="fade"></div>');
  53. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  54. return false;
  55. });
  56. $('a.close, #fade').live('click', function() {
  57. $('#fade , .popup_block').fadeOut(function() {
  58. $('#fade, a.close').remove(); //fade them both out
  59. });
  60. return false;
  61. });
  62. });
  63. </script>
  64.  
  65. <head>
  66.  
  67. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  68. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  69. <link rel="shortcut icon" href="{Favicon}" />
  70.  
  71. <meta name="color:Accent" content="#d1d1d1" />
  72. <meta name="color:Accent2" content="#2d5e73" />
  73. <meta name="color:Accent3" content="#FAFAFA" />
  74. <meta name="color:body font" content="#447373" />
  75. <meta name="color:Page BG" content="#b5dfdd" />
  76. <meta name="color:ask bg" content="#FAFAFA" />
  77.  
  78. <meta name="text:LinkSymbol" content="✕" />
  79. <meta name="text:URL1" content="/" />
  80. <meta name="text:URL2" content="/ask" />
  81. <meta name="text:URL3" content="/submit" />
  82. <meta name="text:URL4" content="/rules" />
  83. <meta name="text:URL5" content="/bio" />
  84. <meta name="text:URL6" content="/map" />
  85.  
  86. <style type="text/css">
  87. /*---------------------BODY--------------------*/
  88. ::-webkit-scrollbar-thumb:vertical {
  89. background-color:transparent;
  90. height:7px;}
  91. ::-webkit-scrollbar {
  92. background-color:transparent;
  93. height:7px;
  94. width:5px;}
  95.  
  96. html {
  97. background: url('http://static.tumblr.com/r9ogly2/HtEo2glcb/scullytheme.png') no-repeat top left fixed;
  98. background-color:{color:Page BG};
  99. }
  100.  
  101. body {
  102. margin: 0;
  103. word-wrap: break-word;
  104. color:Calibri, helvetica, arial, sans-serif;
  105. }
  106.  
  107. body a{
  108. text-decoration:none;
  109. font-weight:700;
  110. }
  111.  
  112. small, sub {
  113. font-size:12px;
  114. font-family: calibri,helvetica,arial,sans-serif;
  115. }
  116.  
  117. s,strike {
  118. color:{color:accent2};
  119. }
  120.  
  121. u,underline {
  122. color:{color:accent2};
  123. }
  124.  
  125. /*------------------- "SIDEBAR" ------------------*/
  126. #nav{
  127. position:fixed;
  128. z-index:75;
  129. margin-left:220px;
  130. margin-top:605px;
  131. width:400px;
  132. text-align:center;
  133. }
  134.  
  135. #nav a{color:{color:accent2}; font-size:15px;}
  136.  
  137. #nav a:hover{
  138. color:{color:accent};
  139. }
  140.  
  141. #pagination{
  142. font-family:Calibri, Helvetica, Arial, sans-serif;
  143. font-size:10px;
  144. text-align:center;
  145. color:{color:accent2};
  146. text-transform:uppercase;
  147. letter-spacing:3px;
  148. }
  149.  
  150. #pagination a{color:{color:accent2}; padding:0px 2px;}
  151.  
  152. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  153. img{border:0; max-width:100%;max-height:auto;}
  154.  
  155. #body{
  156. position:absolute;
  157. z-index:70;
  158. margin-left:34px;
  159. }
  160.  
  161. #body a{text-decoration:none;color:{color:Accent2};}
  162. #body a:hover{color:black;border-bottom:1px solid {color:Accent};}
  163. #body blockquote{width:450px;margin:0;background-color:#f8fcff;margin-left:auto;margin-right:auto;}
  164. /*--------------------CONTAINER BOX THING---------------------------*/
  165. #container{
  166. position:fixed;
  167. margin-top:47px;
  168. width:522px;
  169. height:480px;
  170. overflow:auto;
  171. margin-left:auto;
  172. margin-right:auto;
  173. }
  174.  
  175. /*-------------------------INDIVID POSTS------------------------*/
  176. #post{
  177. width:500px;
  178. margin:0px 0px 0px 3px;
  179. padding:10px 0px;
  180. background-color:transparent;
  181. font-family:calibri,helvetica,arial,sans-serif;
  182. color:{color:body font};
  183. }
  184.  
  185. #post .text{font-size:11px; line-height:16px;}
  186. #post .title{font-size:20px;}
  187. .text ul li{list-style-type:circle;}
  188.  
  189. /*-------------------------PERMALINKS AND TAGS------------------------*/
  190. #permalink{
  191. position:absolute;
  192. z-index:999999;
  193. margin-top:-5px;
  194. padding:3px;
  195. font-size:10px;
  196. text-align:center;
  197. font-family:calibri,helvetica,arial,sans-serif;
  198. color:{color:accent};
  199. background:url('http://static.tumblr.com/r9ogly2/gCAo2gnc8/selection.png');
  200. width:400px;
  201. margin-left:50px;
  202. }
  203.  
  204. #permalink a{color:{color:accent3};vertical-align:middle;}
  205. #permalink a:hover{color:{color:accent};}
  206.  
  207. #tags{
  208. margin-top:15px;
  209. margin-left:50px;
  210. font-size:10px;
  211. font-family:calibri,helvetica,arial,sans-serif;
  212. width:400px;
  213. text-align:center;
  214. margin-bottom:40px;
  215. }
  216.  
  217. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  218. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  219. #notesbox img.avatar{display:none;}
  220.  
  221. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  222. .chat ul {list-style:none; margin:0; padding:0;}
  223. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  224.  
  225. #ask a{color:white;}
  226. /*------------------------CUSTOM TOOLTIP--------------------------*/
  227. #s-m-t-tooltip {
  228. max-width:150px;
  229. padding:5px;
  230. margin:0px 0px 0px 17px;
  231. background-color:{color:accent2};
  232. font-family:calibri,helvetica,arial,sans-serif;
  233. font-size:9px;
  234. letter-spacing:2px;
  235. text-transform:lowercase;
  236. color:{color:accent3};
  237. z-index:9999;
  238. }
  239.  
  240. /*-----------------------------SCROLLBAR-----------------------------*/
  241.  
  242. ::-webkit-scrollbar {
  243. background-color:#eef5fa;border: 4.5px solid white;width:9px;
  244. }
  245. ::-webkit-scrollbar-thumb:vertical {
  246. background-color:#eef5fa;height:auto;
  247. }
  248.  
  249. /* ---------------------------- UPDATES -------------------------------*/
  250.  
  251. #updates {
  252. font-size:9px;
  253. font-family:century gothic, arial;
  254. color:{color:body font};
  255. text-align:center;
  256. height:13px;
  257. width:100px;
  258. padding:4px;
  259. top:15px;
  260. left:570px;
  261. z-index:10;
  262. position:fixed;
  263. overflow:hidden;
  264. -webkit-transition: all 0.5s ease-in-out;
  265. -moz-transition: all 0.5s ease-in-out;
  266. -o-transition: all 0.5s ease-in-out;
  267. }
  268.  
  269. #updates:hover {
  270. height:400px;
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. }
  275.  
  276. #updatestitle {
  277. font-size:10px;
  278. text-transform:uppercase;
  279. font-family:arial;
  280. font-weight:bold;
  281. color:{color:body font};
  282. }
  283.  
  284. /*-----------------------------POPUP BOXES---------------------------*/
  285. #fade { /*--Transparent background layer--*/
  286. display: none; /*--hidden by default--*/
  287. background: #000;
  288. position: fixed; left: 0; top: 0;
  289. width: 100%; height: 100%;
  290. opacity: .80;
  291. z-index: 9999;
  292. }
  293. .popup_block{
  294. display: none; /*--hidden by default--*/
  295. color:{font:body font};
  296. padding: 10px;
  297. float: left;
  298. font-size: 11.5;
  299. position: fixed;
  300. top: 50%; left: 50%;
  301. z-index: 9999999;
  302. background:url('http://static.tumblr.com/r9ogly2/cGLo2gppd/scullysmalll.png');
  303.  
  304. img.btn_close {
  305. float: right;
  306. margin: -20 -20px 0 0;
  307. }
  308. /*--Making IE6 Understand Fixed Positioning--*/
  309. *html #fade {
  310. position: absolute;
  311. }
  312. *html .popup_block {
  313. position: absolute;
  314. }
  315.  
  316. {CustomCSS}</style>
  317. </head>
  318. <body>
  319.  
  320. <!-- begin updates tab -->
  321.  
  322. <div id="updates">
  323. <div id="updatestitle">hover</div>
  324.  
  325. <div style="padding-top:10px;">
  326.  
  327. <b><span style="font-size:10px">nobori una</span></b><br>
  328. 16 | ♀ | tokyo<br>
  329. student, waitress, bookworm, survivor.<br>
  330. <img src="http://static.tumblr.com/mpgtugs/UjSo2gkke/bows.gif">
  331. <i>hq!!-based</i><br>
  332. est. may 2012<br>
  333. reboot 16 july 2015<br>
  334. mun 21+<br>
  335. <img src="http://static.tumblr.com/mpgtugs/UjSo2gkke/bows.gif">
  336. <span style="font-size:11px">written by <a href="/mun" style="color:#4a4a4a;text-decoration:underline;"><i>Che</i></a></span><br>
  337. do not steal content<br><br>
  338. theme optimized for windows, 1366 x 768<br>
  339. <img src="http://static.tumblr.com/mpgtugs/UjSo2gkke/bows.gif">
  340. <span style="font-size:11px;text-decoration:underline;">OPEN</span><br>
  341. plots, chats, para<br><br>
  342.  
  343. <span style="font-size:11px;text-decoration:underline;">CLOSED</span><br>
  344. unplotted novella,<br>
  345. rp through asks<br>
  346. <img src="http://static.tumblr.com/mpgtugs/UjSo2gkke/bows.gif"><br>
  347. in a relationship with:<br>
  348. <a href="http://jumpshiine.tumblr.com/"><img src="http://static.tumblr.com/mpgtugs/hYzo2gkn0/shouyo.png"></a>
  349.  
  350.  
  351.  
  352. </div></div>
  353.  
  354. <!-- end updates tab -->
  355.  
  356. </div>
  357. <!----------------------------MAIN BODY----------------------------->
  358. <div id="body">
  359. <div id="container">
  360. {block:Posts}
  361.  
  362. <!--------------------------TYPES OF POSTS----------------------------->
  363. <div id="post">
  364.  
  365. {block:Photo}
  366. <img src="{PhotoURL-500}" />
  367. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. {Photoset-500}
  372. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  373. {/block:Photoset}
  374.  
  375. {block:Video}
  376. {Video-500}
  377. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  378. {/block:Video}
  379.  
  380. {block:Audio}
  381. <div class="musicbox">
  382. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  383. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  384. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  385. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  386. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  387. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  388. {/block:Audio}
  389.  
  390. {block:Quote}
  391. <div class="title" style="width:480px;text-align:justify;">{Quote}</div>
  392. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  393. {/block:Quote}
  394.  
  395. {block:Text}
  396. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  397. <div class="text">{Body}</div>
  398. {/block:Text}
  399.  
  400. {block:Answer}<div id="ask">
  401. <div style="background-color:{color:accent2};color:white; padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  402. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  403. <div class="text" style="width:500px;">{Answer}</div>
  404. {/block:Answer}
  405.  
  406. {block:Chat}
  407. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  408. {block:Lines}<div class="chat"><li class="line_{Alt}">
  409. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  410. {/block:Lines}
  411. {/block:Chat}
  412.  
  413. {block:Link}
  414. <div class="title"><a href="{URL}">{Name}</a></div>
  415. {block:Description}<div class="text">{Description}</div>{/block:Description}
  416. {/block:Link}
  417.  
  418. </div>
  419. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  420. <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>
  421.  
  422. <!----------------------------TAG STUFF----------------------------->
  423. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  424.  
  425. {block:PostNotes}
  426. <div id="notesbox">{PostNotes}</div>
  427. {/block:PostNotes}
  428. {/block:Posts}
  429. </div></div>
  430.  
  431. </body>
  432. <!-------------------------NAVIGATION STUFF------------------------->
  433. <div id="nav">
  434. <a href="/" title="refresh">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  435. <a href="/ask" title="ask">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  436. <a href="#?w=589" rel="story" class="poplight" title="story">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  437. <a href="#?w=589" rel="guide" class="poplight" title="guide">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  438. <a href="/verselanding" title="verses">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  439. <a href="/tagged/trivia" title="trivia">{text:LinkSymbol}</a>&nbsp; &nbsp; &nbsp;&nbsp;
  440. <a href="/ships" title="relationships">{text:LinkSymbol}</a><br>
  441.  
  442.  
  443. <!---------------------------PAGINATION---------------------------->
  444. {block:Pagination}<div id="pagination">
  445. {block:NextPage}<a href="{NextPage}">back</a>{/block:NextPage}
  446. &middot;
  447. {block:PreviousPage}<a href="{PreviousPage}">forth</a>{/block:PreviousPage}
  448. </div>{/block:Pagination}</div>
  449.  
  450. </div></div></div></div></div></div></div></div></div></div>
  451.  
  452.  
  453. </div>
  454.  
  455. <!-------HERE BEGIN THE POPUP BOXES------->
  456.  
  457. <div id="ask" class="popup_block" style="width:335px;height:340px;overflow:auto;margin-top:50px;">
  458. <iframe frameborder="0" scrolling="yes" width="335" height="250;" src="https://www.tumblr.com/ask_form/noborijo.tumblr.com" style="background-color:transparent; overflow:auto; display:block; float:left;" id="ask_form"></iframe>
  459. </div>
  460.  
  461. <div id="guide" class="popup_block" style="margin:10px auto;font-family:calibri, helvetica, arial, sans-serif;line-height:15px;color:#45798e;">
  462. <div style="width:320px;height:325px;overflow:auto;background:#dcedef;padding:5px 5px;border-top:1px solid #a6c9d7;border-bottom:1px solid #a6c9d7;border-left:1px solid #a6c9d7;font-size:10.5px;">
  463. <h1 style="text-align:center; background:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">GUIDELINES</h1>
  464.  
  465. <p style="font-family:calibri,helvetica,arial,sans-serif;">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.
  466.  
  467. <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.
  468.  
  469. <p style="font-family:calibri,helvetica,arial,sans-serif;">Una is currently single in all 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.
  470.  
  471. <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.
  472.  
  473. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;background-color:#a6c9d7;"><b><span style="color:white;">LAST NOTES</span></b></h1>
  474.  
  475. <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.
  476. <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.
  477.  
  478. </div></div>
  479.  
  480. <div id="story" class="popup_block">
  481. <div style="width:320px;height:325px;overflow:auto;background:#dcedef;padding:5px 5px;border-top:1px solid #a6c9d7;border-bottom:1px solid #a6c9d7;border-left:1px solid #a6c9d7;font-size:10.5px;">
  482. <table><tr>
  483. <td><div id="stats" style="color:#45798e;font-family:calibri, helvetica, sans-serif;font-size: 11px;line-height:15px;width: 280px;height: 300px;float: left;padding:16px;">
  484. <table style="width:280px;">
  485. <tr><h1 style="text-align:center;background-color:#45798e;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">NOBORI UNA</h1></tr>
  486. <tr><td style="width:140px;">
  487. <b>name:</b> <a title="ascending summer dream">昇夢夏</a><br>
  488. <b>birthday:</b> 19 feb (16 years) <br>
  489. <b>orientation:</b> heteroflexible<br>
  490. <b>location:</b> shinjuku, tokyo<br>
  491. <b>pets:</b> pug (negi)<br>
  492. <b>height:</b> 150 cm <br>
  493. <b>mbti:</b> entj <br>
  494. <b>allergies:</b> mushrooms
  495. </td><td style="width:140px;">
  496. <b>handle:</b> <a title="seven seas">七海</a> (nanami)<br>
  497. <b>nickname:</b> unagi<br>
  498. <b>job:</b> student, <a href="/dd" style="color:#45798e;text-decoration:underline;">waitress</a><br>
  499. <b>p.o.b:</b> izumo, shimane <br>
  500. <b>school:</b> nekoma (libero)<br>
  501. <b>weight:</b> 41 kg, give or take<br>
  502. <b>intelligence:</b> business, books <br>
  503. <b>trivia:</b> reading glasses
  504. </td></tr></table>
  505. <table><tr><td>
  506. <b>likes:</b> sweaters, cheap perfume, books, horror films.<br>
  507. <b>dislikes:</b> pants, console games, beetles, gardening.<br>
  508. <b>disposition:</b> self-sufficient, amicable, curious, selfish.<br>
  509. <b>phobias:</b> heights, drowning, being completely alone.<br>
  510. <b>strengths:</b> running, jumping, fitting in small spaces, swimming, origami, rapping.<br>
  511. <b>weaknesses:</b> throwing, cooking, children, empathizing. mouthy, nosy. long-distance weaponry/sports.<br>
  512. <b>extras:</b> was briefly on school swim team. highly values mobile phone.<br>
  513. <b>current concern:</b> all the food she eats will catch up to her.
  514. </td></tr>
  515. <tr><td><center> Power: ★ ★ ★ ☆ ☆
  516. <br>Jumping: ★ ★ ★ ★ ☆
  517. <br>Stamina: ★ ★ ★ ★ ★
  518. <br>Game Sense: ★ ★ ☆ ☆ ☆
  519. <br>Technique: ★ ★ ★ ☆ ☆
  520. <br>Speed: ★ ★ ★ ★ ★
  521.  
  522. </center></td></tr>
  523. <tr><td><center><b>PHYSICAL</b></center></td></tr>
  524. <tr><td>In a word, Una would be best described as "delicate." However, one glance into her hard grey-blue eyes will let you know otherwise. While most premature babies eventually catch up with their peers, Una stayed tiny. Her slim, angular body makes her look much younger than she is, but she tends to flaunt her wide hips and round rear to prove her &ldquo;mature&rdquo; femininity. <br><br>Her long, wavy brown hair is most commonly straightened and worn in twin ponytails. Across her nose is a splash of freckles. She has a gap between her two front teeth. Her right hip is scarred from a childhood adventure gone wrong.</td></tr>
  525. <tr><td><center><b>HISTORY</b></center></td></tr>
  526. <tr><td> Nobori Una grew up in the countryside of Shimane prefecture as the daughter of Kazuki, a fisherman. Her mother, an Englishwoman named Adelaide, died in childbirth. Una had a brush with death of her own when she was young, nearly drowning at sea after falling from her father's boat. These experiences left a profound mark on her; she is acutely aware of life's fragility.<br><br>
  527. Her father's friends and coworkers were always near, more than making up for any familial gap. Though she wasn't embarrassed to be raised by a crew of old men, she realized the peculiarity of her situation. So, she endeavored to cultivate the classic "Yamato Nadeshiko" image, as if to prove her family's worth and show that she was more than a girl with simple, crass country sensibilities.<br><br>
  528. Of course, it was still just an act. Though Una was prim and proper in public, her true nature was more base. There was only so much she could do to lie to herself. Seeing the way she wrestled with what she (erroneously) believed was expected of her, Kazuki decided that it would be better for Una to explore the world a bit, to learn that people were not just “good or bad” or “right or wrong”. His plan was set in motion when Una entered high school, leaving her home of Izumo to stay with her uncle in the big city of Tokyo.</tr>
  529. </div></td>
  530.  
  531. </table>
  532. </div>
  533.  
  534. </div>
  535. </div>
  536. </html>
  537.  
  538. </body>
  539. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement