Advertisement
tsiappoworks

Noborijo!

Apr 18th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. <!-----THEME MADE BY NOBORIJO FOR NOBORIJO.
  2. DO NOT STEAL OR COPY THIS CODE.
  3. THANKS.----->
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7.  
  8. <!-----------------------------TOOLTIPS------------------------------->
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13.  
  14. $(document).ready(function(){
  15.  
  16. $("a[title]").style_my_tooltips({
  17.  
  18. tip_follows_cursor:true,
  19.  
  20. tip_delay_time:0,
  21.  
  22. tip_fade_speed:0,
  23.  
  24. attribute:"title"
  25.  
  26. });
  27.  
  28. });
  29.  
  30. })(jQuery);
  31. </script>
  32.  
  33. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  34. <script type="text/javascript"
  35. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65. <!-------------------- VERSES SCRIPT BELOW -------------------->
  66. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  67.  
  68. <head>
  69.  
  70. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73.  
  74. <meta name="color:Accent" content="#e3ced4" />
  75. <meta name="color:Accent2" content="#b3e0cc" />
  76. <meta name="color:Accent3" content="#FAFAFA" />
  77. <meta name="color:body font" content="#ccbfc3" />
  78. <meta name="color:Page BG" content="#fffbc2" />
  79. <meta name="color:ask bg" content="#FAFAFA" />
  80.  
  81. <meta name="font:Body" content="Helvetica" />
  82. <meta name="font:Details" content="Helvetica" />
  83.  
  84. <style type="text/css">
  85. /*---------------------BODY--------------------*/
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background-color:transparent;
  88. height:7px;}
  89. ::-webkit-scrollbar {
  90. background-color:transparent;
  91. height:7px;
  92. width:5px;}
  93.  
  94. html {
  95. background: url('http://static.tumblr.com/mpgtugs/tFRo58ulr/nobobobo.png') no-repeat top left fixed;
  96. background-color:#fffbc2;
  97. }
  98.  
  99. body {
  100. margin: 0;
  101. word-wrap: break-word;
  102. color:Calibri, helvetica, arial, sans-serif;
  103. }
  104.  
  105. body a{
  106. text-decoration:none;
  107. font-weight:700;
  108. }
  109.  
  110. small, sub {
  111. font-size:12px;
  112. font-family: calibri,helvetica,arial,sans-serif;
  113. }
  114.  
  115. s,strike {
  116. color:{color:accent2};
  117. }
  118.  
  119. u,underline {
  120. color:{color:accent2};
  121. }
  122.  
  123.  
  124. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  125. img{border:0; max-width:100%;}
  126.  
  127. #body{
  128. position:absolute;
  129. z-index:70;
  130. margin-left:551px;
  131. }
  132.  
  133. #body a{text-decoration:none;color:{color:Accent2};}
  134. #body a:hover{color:black;border-bottom:1px solid {color:Accent};}
  135. #body blockquote{border-left:2px solid {color:accent3};margin:0;padding-left:7px;}
  136. /*--------------------CONTAINER BOX THING---------------------------*/
  137. #container{
  138. position:fixed;
  139. margin-top:146px;
  140. width:430px;
  141. height:459px;
  142. overflow-x:hidden;
  143. overflow-y:auto;
  144. margin-left:20px;
  145. }
  146.  
  147. /*-------------------------INDIVID POSTS------------------------*/
  148. #post{
  149. width:400px;
  150. margin:10px auto;
  151. padding:10px 5px;
  152. font-family: {font:Body};
  153. color:{color:body font};
  154. }
  155.  
  156. #post .text{font-size:11px; line-height:16px;}
  157. #post .title{font-size:20px;}
  158. .text ul li{list-style-type:circle;}
  159.  
  160. /*-------------------------PERMALINKS AND TAGS------------------------*/
  161. #permalink{
  162. margin-left:5px;
  163. margin-top:-10px;
  164. padding:3px 0px;
  165. font-size:10px;
  166. text-align:center;
  167. font-family:{font:Details};
  168. width:410px;
  169. color:{color:accent};
  170. background:{color:accent2};
  171.  
  172. }
  173.  
  174. #permalink a{color:{color:accent};vertical-align:middle;}
  175. #permalink a:hover{color:{color:accent3};}
  176.  
  177. #tags{
  178. margin-top:2px;
  179. text-align:center;
  180. width:410px;
  181. font-size:10px;
  182. font-family:{font:Details};
  183. margin-bottom:40px;
  184. }
  185.  
  186. #notesbox{width:400px;margin:20px auto;font-size:10px;font-family:century gothic,arial,sans-serif;}
  187. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  188. #notesbox img.avatar{display:none;}
  189.  
  190. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  191. .chat ul {list-style:none; margin:0; padding:0;}
  192. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  193.  
  194. /*----------------------------NAVIGATION--------------------------*/
  195. #navigation a{color:{color:body font};}
  196.  
  197. /*------------------------CUSTOM TOOLTIP--------------------------*/
  198. #s-m-t-tooltip {
  199. max-width:150px;
  200. padding:5px;
  201. margin:0px 0px 0px 17px;
  202. background-color:{color:accent2};
  203. font-family:{font:Body};
  204. font-size:9px;
  205. letter-spacing:2px;
  206. text-transform:lowercase;
  207. color:{color:accent};
  208. z-index:9999;
  209. }
  210.  
  211. /* ---------------------------- UPDATES ------------------------------*/
  212.  
  213. #updates {
  214. font-size:9px;
  215. font-family:century gothic, arial;
  216. color:{color:body font};
  217. text-align:center;
  218. height:451px;
  219. width:150px;
  220. padding:4px;
  221. top:146px;
  222. left:1005px;
  223. z-index:10;
  224. position:fixed;
  225. overflow-x:hidden;
  226. overflow-y:auto;
  227. }
  228.  
  229. #headerbar{
  230. left:50%;
  231. top:50%;
  232. width:400px; /*– sets width of your text –*/
  233. overflow:scroll;
  234. text-align:justify;
  235. color:#eee;
  236. font-family:calibri;
  237. font-size:12px;
  238. }
  239.  
  240. #tabbar{
  241. left:50%;
  242. top:50%;
  243. width:400px; /*– sets width of your text –*/
  244. height:400px; /*– sets height of your text –*/
  245. overflow: scroll;
  246. text-align:justify;
  247. color:#222;
  248. font-family:calibri;
  249. font-size:12px;
  250. }
  251.  
  252. ul#tabs {text-align: center;}
  253. ul#tabs li { /*– your inactive / not viewed tabs –*/
  254. display:inline-block;
  255. padding:2px;
  256. cursor:pointer;
  257. text-decoration:none;
  258. opacity:1;
  259. color:#3b6e82;
  260. }
  261.  
  262. ul#tabs li.active { /*– your active tab –*/
  263. background-color:#a6c9d7;
  264. color:#fff;
  265. -webkit-transition:
  266. all 0.5s ease-out;
  267. -moz-transition: all 0.5s ease-out;
  268. transition: all 0.5s ease-out;
  269. }
  270.  
  271. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  272. ul#tab li.active {display: block;}
  273. ul#tab li {display: none;}
  274.  
  275. /*-----------------------------POPUP BOXES---------------------------*/
  276. #fade { /*--Transparent background layer--*/
  277. display: none; /*--hidden by default--*/
  278. background: #000;
  279. position: fixed; left: 0; top: 0;
  280. width: 100%; height: 100%;
  281. opacity: .80;
  282. z-index: 9999;
  283. }
  284. .popup_block{
  285. display: none; /*--hidden by default--*/
  286. color:{font:body font};
  287. padding: 10px;
  288. float: left;
  289. font-size: 11.5;
  290. position: fixed;
  291. top: 50%; left: 50%;
  292. z-index: 9999999;
  293.  
  294. img.btn_close {
  295. float: right;
  296. margin: -20 -20px 0 0;
  297. }
  298. /*--Making IE6 Understand Fixed Positioning--*/
  299. *html #fade {
  300. position: absolute;
  301. }
  302. *html .popup_block {
  303. position: absolute;
  304. }
  305.  
  306. {CustomCSS}</style>
  307. </head>
  308. <body>
  309.  
  310. <!-- begin updates tab -->
  311.  
  312. <div id="updates">
  313.  
  314. <div style="padding-top:10px;">
  315.  
  316. <b><p><span style="font-size:11px"><b>❛</b> <a href="/" style="color:white;text-shadow: black 0 0 2px;">SEASIDE SIREN</a> <b>❜</b></span></b><br>
  317. <span style="font-size:9px">
  318. 17 | ♀ | tokyo<br>
  319. student, waitress, <br>bookworm, survivor.</p>
  320. <img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png">
  321. <p>pan-fandom</span><br>
  322. SELECTIVE & PRIVATE</p>
  323. <img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png">
  324.  
  325. <!------------------------- NAVIGATION -------------------------->
  326. <p>
  327. <div id="navigation" style="font-size:11px;">navigation<br>
  328. <a href="#?w=700" rel="ask" class="poplight" title="ask">✕</a>
  329. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>
  330. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>
  331. <a href="/verselanding" title="verses">✕</a>
  332. <a href="/tagged/trivia" title="trivia">✕</a>
  333. <a href="/commish" title="commissions">✕</a>
  334. </div></p>
  335. <!------------------------ NAV END ------------------------------>
  336. <img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png"><br>
  337. <p>est. may 2012<br>
  338. reboot 19 july 2015<br>
  339. <span style="font-size:11px">written by <a href="/mun" style="color:white;text-shadow: black 0 0 2px;">CHE</a></span> (21+)</p>
  340. <img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png">
  341. <p><span style="font-size:11px;text-decoration:underline;">OPEN</span><br>
  342. plots, chats, para<br>
  343.  
  344. <span style="font-size:11px;text-decoration:underline;">CLOSED</span><br>
  345. unplotted novella,<br>
  346. rp through asks</p>
  347. <img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png">
  348. {block:Pagination}<p>
  349. {block:NextPage}<a href="{NextPage}" style="color:white;text-shadow: black 0 0 2px;">old</a>{/block:NextPage}
  350. {block:PreviousPage}&nbsp;/&nbsp;<a href="{PreviousPage}" style="color:white;text-shadow: black 0 0 2px;">new</a>{/block:PreviousPage}
  351. </p><img src="http://static.tumblr.com/mpgtugs/3Pko58vxb/3bow.png">{/block:Pagination}
  352. <p>in a relationship with:<br>
  353. <a href="http://jumpshiine.tumblr.com/"><img src="http://static.tumblr.com/mpgtugs/hYzo2gkn0/shouyo.png"></a></p>
  354. </div></div>
  355.  
  356. <!-- end updates tab -->
  357.  
  358. </div>
  359. <!----------------------------MAIN BODY----------------------------->
  360. <div id="body">
  361. <div id="container">
  362. {block:Posts}
  363.  
  364. <!--------------------------TYPES OF POSTS----------------------------->
  365. <div id="post">
  366. {block:Photo}
  367. <a href="{LinkURL}"><img src="{PhotoURL-400}" /></a>
  368. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  369. {/block:Photo}
  370.  
  371. {block:Photoset}
  372. {Photoset-400}
  373. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  374. {/block:Photoset}
  375.  
  376. {block:Video}
  377. {Video-400}
  378. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  379. {/block:Video}
  380.  
  381. {block:Audio}
  382. <div class="musicbox">
  383. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  384. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  385. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  386. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  387. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  388. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  389. {/block:Audio}
  390.  
  391. {block:Quote}
  392. <div class="title" style="width:400px;margin:auto;text-align:justify;">{Quote}</div>
  393. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  394. {/block:Quote}
  395.  
  396. {block:Text}
  397. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  398. <div class="text">{Body}</div>
  399. {/block:Text}
  400.  
  401. {block:Answer}
  402. <div style="background-color:rgba(255,255,255,0.2); padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  403. <div class="text" style="text-align:right;">&mdash;{Asker}<br/></div></div>
  404. <div class="text">{Answer}</div>
  405. {/block:Answer}
  406.  
  407. {block:Chat}
  408. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  409. {block:Lines}<div class="chat"><li class="line_{Alt}">
  410. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  411. {/block:Lines}
  412. {/block:Chat}
  413.  
  414. {block:Link}
  415. <div class="title"><a href="{URL}">{Name}</a></div>
  416. {block:Description}<div class="text">{Description}</div>{/block:Description}
  417. {/block:Link}
  418. </div>
  419.  
  420. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  421. <div id="permalink">{block:Date}<a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> |&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |&nbsp;{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> |&nbsp;{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="{SourceName}">©</a> |&nbsp;{/block:ContentSource}<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>
  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.  
  433. </div></div></div></div></div></div></div></div></div></div>
  434.  
  435.  
  436. </div>
  437.  
  438. <!-------HERE BEGIN THE POPUP BOXES------->
  439.  
  440. <div id="ask" class="popup_block" style="overflow:auto;">
  441.  
  442. <table>
  443. <tr><td>
  444. <iframe frameborder="0" scrolling="yes" width="340" height="150" src="https://www.tumblr.com/ask_form/noborijo.tumblr.com" style="background-color:transparent; overflow:auto; display:block; float:left;" id="ask_form"></iframe>
  445. </td></tr>
  446. </table>
  447. </div>
  448.  
  449. <div id="submit" class="popup_block" style="overflow:auto;">
  450.  
  451. <table>
  452. <tr><td>
  453. <iframe frameborder="0" scrolling="yes" width="340" height="250" src="https://www.tumblr.com/submit_form/noborijo.tumblr.com" style="background-color:transparent; overflow:auto; display: block; float:right; margin-left:20px;" id="submit_form"></iframe>
  454. </td></tr>
  455. </table>
  456. </div>
  457.  
  458. <div id="guide" class="popup_block" style="margin:0px auto; padding:10px 30px; background:#FCFBF8;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font}">
  459.  
  460. <h1 style="text-align:center; background:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">GUIDELINES</h1>
  461.  
  462. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  463.  
  464. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  465.  
  466. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  467.  
  468. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  469.  
  470. <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>
  471.  
  472. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  473. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  474.  
  475. </div>
  476.  
  477. <div id="story" class="popup_block" style="margin:0px auto; padding:10px 30px; background:#FCFBF8;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font}">
  478.  
  479. <div id="headerbar">
  480. <ul id="tabs">
  481. <li class="active">stats</li>
  482. <li>history</li>
  483. <li>group</li>
  484. </ul></div>
  485. <div id="tabbar">
  486. <ul id="tab">
  487.  
  488. <li class="active" style="color:{color:body font};">
  489.  
  490. <table style="width:400px;color:#3b6e82;">
  491. <tr><h1 style="text-align:center;background-color:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">NOBORI UNA</h1></tr>
  492. <tr><td style="width:200px;">
  493. <b>name:</b> 昇夢夏 <span style="font-size:10px;">(ascending summer dream)</span><br>
  494. <b>birthday:</b> 19 feb (17 years) <br>
  495. <b>orientation:</b> heteroflexible<br>
  496. <b>location:</b> shinjuku, tokyo<br>
  497. <b>pets:</b> a pug, negi<br>
  498. <b>height:</b> 150 cm (4'11")<br>
  499. <b>mbti:</b> entj <br>
  500. <b>allergies:</b> mushrooms
  501. </td><td style="width:200px;">
  502. <b>handle:</b> 七海 (nanami; seven seas)<br>
  503. <b>nickname:</b> unagi, bishiri-chan<br>
  504. <b>job:</b> student, idol (in training)</a><br>
  505. <b>p.o.b:</b> izumo, shimane <br>
  506. <b>school:</b> year 1 (no club)<br>
  507. <b>weight:</b> 41 kg, give or take<br>
  508. <b>intelligence:</b> business, books <br>
  509. <b>trivia:</b> reading glasses
  510. </td></tr></table>
  511. <table style="color:#3b6e82;"><tr><td>
  512. <b>likes:</b> sweaters, cheap perfume, books, horror films.<br>
  513. <b>dislikes:</b> pants, console games, beetles, gardening.<br>
  514. <b>disposition:</b> self-sufficient, amicable, curious, selfish.<br>
  515. <b>phobias:</b> heights, drowning, being completely alone.<br>
  516. <b>strengths:</b> running, jumping, small spaces, swimming, origami, rapping.<br>
  517. <b>weaknesses:</b> throwing, cooking, children, empathizing. mouthy, nosy. long-distance weaponry/sports.<br>
  518. <b>dream:</b> to become an actress, or else a world-renowned idol.<br>
  519. <b>extras:</b> was briefly on school swim team. highly values mobile phone.<br>
  520. <b>current concern:</b> all the food she eats will catch up to her.
  521. </td></tr>
  522.  
  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 has been dyed a pastel blue and 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. <br><br>As far as clothing and aesthetic choices go, she tends to prefer paler colours. She's drawn toward loose and comfortable clothing, such as roomy blouses or tunics, as they distract from her lack of bust. Fearless in her fashion, Una wears a lot of mini dresses and skirts, as they draw attention to her legs, often clad in thigh high socks.</td></tr>
  525. </div></td>
  526.  
  527. </table>
  528.  
  529. </li>
  530.  
  531. <li style="color:#3b6e82;"><h1 style="text-align:center;background-color:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">THE BASICS</h1>
  532.  
  533. <p>&nbsp; &nbsp; &nbsp; &nbsp; 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.
  534. <p>&nbsp; &nbsp; &nbsp; &nbsp; 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.
  535. <p>&nbsp; &nbsp; &nbsp; &nbsp; 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.
  536. <p>&nbsp; &nbsp; &nbsp; &nbsp; Soon afterward, she was discovered by a certain well-known entertainment company and scouted for an upcoming group, HONEY-HOT.
  537. </tr></p>
  538.  
  539. </li>
  540.  
  541. <li style="color:#3b6e82;">
  542.  
  543. <center>coming soon</center>
  544.  
  545. </li>
  546.  
  547. </ul> <!--- important. don’t delete --->
  548. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement