Advertisement
tsiappoworks

Flower Power Takicchi

Nov 1st, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.13 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:Page BG" content="#d2d2d2"/>
  46. <meta name="color:Accent" content="#d1d1d1" />
  47. <meta name="color:Accent2" content="#4792ad" />
  48. <meta name="color:Accent3" content="#FAFAFA" />
  49. <meta name="color:body font" content="#513555" />
  50. <meta name="color:Page BG" content="#d0d0d0" />
  51.  
  52. <meta name="text:LinkSymbol" content="✕" />
  53.  
  54. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar-thumb{
  59. background-color: transparent;
  60. height:auto;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. background-color:transparent;
  65. height:auto;
  66. width:4px;
  67. }
  68.  
  69. hr {
  70. border: 0;
  71. height: 1px;
  72. background-image: linear-gradient(to right, rgba(55, 62, 33, 0), rgba(55, 62, 33, 0.75), rgba(55, 62, 33, 0));
  73. }
  74.  
  75. h1 {
  76. font-weight:normal;
  77. font-size:22px;
  78. text-align:center;
  79. font-style:normal;
  80. line-height:100%;
  81. letter-spacing:1px;
  82. text-transform:normal;
  83. color:{color:accent2};
  84. font-family: 'Oswald', sans-serif;
  85. }
  86.  
  87. h2 {
  88. font-size:26px;
  89. text-align:center;
  90. line-height:100%;
  91. letter-spacing:-0.5px;
  92. color:{color:accent2};
  93. font-weight:bold;
  94. padding:5px;
  95. font-family: 'Oswald', sans-serif;
  96. }
  97.  
  98. blockquote {
  99. padding:2px 5px 2px 10px;
  100. margin:5px;
  101. border-left:2px solid {color:body font};
  102. -moz-border-radius: 15px;
  103. -webkit-border-radius: 15px;
  104. }
  105.  
  106. blockquote img {
  107. max-width:100%;}
  108.  
  109. body {
  110. background:{color:Page BG};
  111. background-image:url('http://static.tumblr.com/oh3xcbq/XSRofzjsg/thethemestaki.png');
  112. background-position:left top fixed;
  113. background-repeat:no-repeat;
  114. color:{color:body font};
  115. font-size:11px;
  116. line-height:120%;
  117. word-wrap: break-word;
  118. font-family:Calibri, helvetica, arial, sans-serif;
  119. }
  120.  
  121. pre {
  122. white-space: pre-wrap;
  123. white-space: -moz-pre-wrap;
  124. white-space: -pre-wrap;
  125. white-space: -o-pre-wrap;
  126. word-wrap: break-word;
  127. }
  128.  
  129. small,sub,sup {
  130. font-size:12px;
  131. font-family: calibri,helvetica,arial,sans-serif;
  132. }
  133.  
  134. b,strong {
  135. color:{color:accent2};
  136. font-size:15px;
  137. font-family: 'Oswald', sans-serif;
  138. }
  139.  
  140. em,i {
  141. color:{color:accent2};
  142. font-family: 'Oswald', sans-serif;
  143. }
  144.  
  145. s,strike {
  146. color:{color:accent2};
  147. }
  148.  
  149. u,underline {
  150. color:{color:accent2};
  151. }
  152.  
  153. a {
  154. text-decoration:none;
  155. outline:none;
  156. -moz-outline-style:none;
  157. color:{color:accent2};
  158. -moz-transition-duration:0.5s;
  159. -webkit-transition-duration:0.5s;
  160. -o-transition-duration:0.5s;
  161. }
  162.  
  163. a:hover {
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:#FFFFFF;
  167. }
  168.  
  169. img{border:0; max-width:100%;max-height:auto;}
  170.  
  171. .fancytitle {
  172. font-size:11px;
  173. font-family: 'Oswald', sans-serif;
  174. padding:2px 4px;
  175. border:2px solid {color:page bg};
  176. text-align:right;
  177. margin-bottom:5px;
  178. background-image:url('http://static.tumblr.com/oh3xcbq/CQAofzjwn/selectiondarkpurple.png');
  179. background-repeat:no-repeat;
  180. background-position: top center;
  181. color:#f9fcfc;
  182. }
  183.  
  184.  
  185. /*-----------------------------POPUP BOXES---------------------------*/
  186. .popup_block{
  187. display:none;
  188. max-height:428px;
  189. width:450px;
  190. overflow-y:auto transparent;
  191. overflow-x:hidden;
  192. background:#fff;
  193. background-image:url();
  194. padding:2px 5px;
  195. float:none;
  196. position:fixed;
  197. font-size:11px;
  198. top:383px;
  199. left:860px;
  200. z-index: 99999;
  201. }
  202.  
  203. *html #fade {position: absolute;}
  204. *html .popup_block {position: absolute;}
  205. #fade {
  206. display:none;
  207. position:fixed;
  208. left:0px;
  209. top:0px;
  210. width:100%;
  211. height:100%;
  212. z-index:9999;
  213. background:#000; /* change to #fff for solid white */
  214. opacity:0; /* change to opacity:1; */
  215. }
  216.  
  217. #boxy {
  218. margin-right:10px;
  219. padding-right:5px;
  220. padding-left:5px;
  221. margin-left:5px;
  222. padding-top:10px;
  223. margin-top:10px;
  224. height: 305px;
  225. width: 290px;
  226. overflow:auto;
  227. }
  228.  
  229. #boxydos {
  230. margin-top:10px;
  231. height: 448px;
  232. width: 400px;
  233. overflow:auto;
  234. }
  235.  
  236.  
  237. iframe#tumblr_controls {
  238. white-space:nowrap;
  239. -webkit-filter: invert(100%);
  240. -moz-filter: invert(100%);
  241. -o-filter: invert(100%);
  242. -ms-filter: invert(100%);
  243. filter: invert(100%);
  244. opacity:.2;transition: .8s ease-in-out;
  245. -webkit-transition: .8s ease-in-out;
  246. -moz-transition: .8s ease-in-out;
  247. -o-transition: .8s ease-in-out;
  248. }
  249.  
  250. #post {
  251. width:400px;
  252. margin:0px 0px 0px 3px;
  253. padding:10px 10px;
  254. background-color:transparent;
  255. font-family:calibri,helvetica,arial,sans-serif;
  256. color:{color:body font};
  257. }
  258.  
  259. #post .text{font-size:11px; line-height:16px;}
  260. #post .title{font-size:20px;;line-height:22px;}
  261. #post .text ul li{list-style-type:circle;}
  262.  
  263. #container {
  264. position:fixed;
  265. overflow-y:scroll;
  266. overflow-x:auto;
  267. padding:1px;
  268. width:450px;
  269. height:431px;
  270. left:607px;
  271. top:128px;
  272. }
  273.  
  274.  
  275. div#qTip {
  276. background-image:url('http://static.tumblr.com/oh3xcbq/CQAofzjwn/selectiondarkpurple.png');
  277. border:1px solid white;
  278. padding: 5px;
  279. display: none;
  280. text-align: center;
  281. position: absolute;
  282. font-size:13px;
  283. line-height:10px;
  284. z-index: 9999999;
  285. color:{color:accent3};
  286. letter-spacing: 1px;
  287. font-family: 'Oswald', sans-serif;
  288. }
  289.  
  290. /*-------------------------PERMALINKS AND TAGS------------------------*/
  291. #permalink{
  292. position:absolute;
  293. z-index:9;
  294. margin-top:-5px;
  295. padding:3px;
  296. font-size:10px;
  297. text-align:center;
  298. text-transform:uppercase;
  299. font-family:calibri,helvetica,arial,sans-serif;
  300. color:{color:accent};
  301. background:url('http://static.tumblr.com/oh3xcbq/CQAofzjwn/selectiondarkpurple.png');
  302. width:300px;
  303. margin-left:60px;
  304. border:2px solid {color:page bg};
  305. }
  306.  
  307. #permalink a{color:{color:accent};vertical-align:middle;}
  308. #permalink a:hover{color:{color:accent2};}
  309.  
  310. #tags{
  311. margin-top:20px;
  312. font-size:10px;
  313. font-family:calibri,helvetica,arial,sans-serif;
  314. width:300px;
  315. text-align:center;
  316. margin-bottom:40px;
  317. margin-left:60px;
  318. }
  319.  
  320. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  321. .chat ul {list-style:none; margin:0; padding:0;}
  322. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  323.  
  324. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  325. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  326. #notesbox img.avatar{display:none;}
  327.  
  328. /*------------------- "SIDEBAR" ------------------*/
  329. #linkback{
  330. position:fixed;
  331. z-index:80;
  332. margin-left:1078px;
  333. margin-top:45px;
  334. font-size:70px;
  335. -ms-transform: rotate(101deg); /* IE 9 */
  336. -webkit-transform: rotate(101deg); /* Chrome, Safari, Opera */
  337. transform: rotate(101deg);
  338. }
  339.  
  340. #linkback a{
  341. color:{color:body font};
  342. }
  343.  
  344. #nav{
  345. position:fixed;
  346. z-index:75;
  347. margin-left:10px;
  348. margin-top:170px;
  349. width:400px;
  350. text-align:center;
  351. -ms-transform: rotate(90deg); /* IE 9 */
  352. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  353. transform: rotate(90deg);
  354. }
  355.  
  356. #navigation a{color:{color:accent2}; font-size:15px;}
  357.  
  358. #navigation a:hover{
  359. color:{color:accent}; text-decoration:bold;
  360. }
  361.  
  362. #pagination{
  363. font-family:Calibri, Helvetica, Arial, sans-serif;
  364. font-size:10px;
  365. text-align:center;
  366. color:{color:accent2};
  367. text-transform:uppercase;
  368. letter-spacing:3px;
  369. }
  370.  
  371. #pagination a{color:{color:accent2}; padding:0px 2px;}
  372.  
  373. /*--------------BITS AND BOBBLES-------------------*/
  374.  
  375. #audioplayer {
  376. width:30px;
  377. height:30px;
  378. overflow:hidden;
  379. position:absolute;
  380. margin-top:93px;
  381. margin-bottom:93px;
  382. margin-left:93px;
  383. }
  384.  
  385. #albumart { margin:0px 4px;}
  386.  
  387. .question {
  388. padding:9px;
  389. text-align:left;
  390. color:#bb6e8a;
  391. line-height:100%;
  392. -moz-border-radius: 6px;
  393. -webkit-border-radius: 6px;
  394. }
  395.  
  396. .answer {
  397. text-align:left;
  398. padding:7px;
  399. color:#bb6e8a;
  400. }
  401.  
  402. #ask a{color:white;
  403. }
  404.  
  405. /*-----------------------BIG BIO AHEAD------------------------*/
  406. .title {
  407. font-family: 'Oswald', sans-serif;/*title font*/
  408. font-size:70px;
  409. padding-top:100px;
  410. text-shadow:0 0 10px rgba(0,0,0,0.3);
  411. text-transform:bold;
  412. }
  413.  
  414. .subheader {
  415. margin-top:50px;
  416. }
  417.  
  418. .header {
  419. width:510px;
  420. height:200px;
  421. -webkit-transition:ease-in-out .3s;
  422. -moz-transition:ease-in-out .3s;
  423. -o-transition:ease-in-out .3s;
  424. transition:ease-in-out .3s;
  425. text-align:center;
  426. letter-spacing:1px;
  427. color:#fff;
  428. text-shadow:0 0 10px rgba(255,255,255);
  429. border-bottom:solid #fff 10px;
  430. background-color:#acacac;
  431. background-image:url(http://i.imgur.com/f64F0BG.png);
  432. background-position:center;
  433. background-size:100% auto;
  434. }
  435.  
  436. .header:hover {
  437. letter-spacing:3px;
  438. text-shadow:0 0 30px rgba(255,255,255);
  439. }
  440.  
  441. /* ---------------------SECTION TITLE CUSTOMIZATION--------------------- */
  442. .header2 {
  443. font-family: 'Oswald', sans-serif;
  444. font-size:14px;
  445. position:relative;
  446. z-index:1;
  447. width:400px;
  448. padding:5px 5px;
  449. padding-top:20px;
  450. text-align:center;
  451. letter-spacing:1px;
  452. }
  453.  
  454. .header2:before {
  455. position:absolute;
  456. z-index:-1;
  457. top:25px;
  458. right:0;
  459. bottom:0;
  460. left:0;
  461. width:95%;
  462. margin:0 auto;
  463. content:'';
  464. border-top:1px solid #dfdfdf;
  465. }
  466.  
  467. .header2 span {
  468. padding:0 5px;
  469. background:#B9B9B9;
  470. }
  471.  
  472. .content {
  473. position:relative;
  474. overflow:hidden;
  475. width:400px;
  476. min-height:75px;
  477. }
  478.  
  479. /* -----------------------TEXT SELECTION CUSTOMIZATION----------------------- */
  480. ::selection {
  481. color:#fff;
  482. background:#379eca;
  483. }
  484.  
  485. ::-moz-selection {
  486. color:#fff;
  487. background:#379eca;
  488. }
  489.  
  490. ::-webkit-selection {
  491. color:#fff;
  492. background:#379eca;
  493. }
  494.  
  495. /*---------------------------DROP CAP CUSTOMIZATION---------------------------*/
  496. #dropcap {
  497. font-family: 'Oswald', sans-serif;
  498. font-size:230%;
  499. float:left;
  500. margin-right:5px;
  501. padding:10px 3px;
  502. color:#fff;
  503. background-color:#000;
  504. }
  505.  
  506.  
  507. /* ---------------------------- UPDATES ------------------------------*/
  508.  
  509. #updates {
  510. font-size:10px;
  511. font-family:century gothic, arial;
  512. color:{color:body font};
  513. text-align:center;
  514. height:432px;
  515. width:120px;
  516. padding:0px;
  517. top:128px;
  518. left:1071px;
  519. z-index:10;
  520. position:fixed;
  521. overflow-x:hidden;
  522. overflow-y:auto;
  523. }
  524.  
  525. #headerbar{
  526. width:410px; /*– sets width of your text –*/
  527. overflow:scroll;
  528. text-align:justify;
  529. color:#fff;
  530. font-family:calibri;
  531. font-size:12px;
  532. }
  533.  
  534. #tabbar{
  535. left:50%;
  536. top:50%;
  537. height:auto; /*– sets height of your text –*/
  538. overflow-y:scroll;
  539. overflow-x:hidden;
  540. text-align:justify;
  541. color:#222;
  542. font-family:calibri;
  543. font-size:11.4px;
  544. }
  545.  
  546. ul#tabs {text-align: center;}
  547. ul#tabs li { /*– your inactive / not viewed tabs –*/
  548. display:inline-block;
  549. padding:2px 3px;
  550. width:60px;
  551. cursor:pointer;
  552. text-decoration:none;
  553. margin:0px -2px;
  554. opacity:1;
  555. color:#fff;
  556. background-color:{color:body font};
  557. }
  558.  
  559. ul#tabs li.active { /*– your active tab –*/
  560. background-color:#fff;
  561. color:{color:body font};
  562. border:1px solid {color:body font};
  563. padding:1px 3px;
  564. }
  565.  
  566. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  567. ul#tab li.active {display: block;}
  568. ul#tab li {display: none;}
  569.  
  570.  
  571. /*--------------------CREDITS-----------------------*/
  572. #cred
  573. {
  574. width: 50px;
  575. height: 18px;
  576. font-family: Arial;
  577. font-size: 7px;
  578. text-transform: uppercase;
  579. text-align: center;
  580. bottom: 10px;
  581. right: 10px;
  582. letter-spacing: 1px;
  583. line-height: 4px;
  584. padding: 10px 3px;
  585. display: block;
  586. color:{color:body font};
  587. background: {color:page bg};
  588. position: fixed;
  589. }
  590.  
  591. #cred a
  592. {
  593. font-weight: bold;
  594. line-height: 17px;
  595. font-size: 15px;
  596. font-family: 'Oswald', sans-serif;
  597. text-transform: uppercase;
  598. color:{color:body font};
  599. letter-spacing: 6px;
  600. margin-left:5px;
  601. }
  602.  
  603. </style>
  604.  
  605. </head>
  606.  
  607.  
  608. <body style="overflow:hidden;">
  609.  
  610. <div id="linkback"><a href="http://uminojo.tumblr.com" title="secret">▼</a></div>
  611.  
  612. <!-- begin updates tab -->
  613.  
  614. <div id="updates">
  615.  
  616. <div style="padding-top:10px;">
  617.  
  618. <b><p><span style="font-size:16px"><b>❛</b> <a href="/" title="refresh"><b>SEASIDE SIREN</b></a> <b>❜</b></span></b><br>
  619. <div class="fancytitle">about</div>
  620. <p><b>a panfandom<br> original character</b><br>
  621. SELECTIVE & PRIVATE</p>
  622.  
  623. <!------------------------- NAVIGATION -------------------------->
  624. <div class="fancytitle">navigation</div><p>
  625. <div id="navigation" style="font-size:11px;">
  626. <a href="/ask" title="ask">✕</a>
  627. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>
  628. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>
  629. <a href="/v" title="verses">✕</a>
  630. <a href="/tagged/trivia" title="trivia">✕</a>
  631. <a href="/s" title="relationships">✕</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};">wilt</a>{/block:NextPage}
  642. {block:PreviousPage}&nbsp;/&nbsp;<a href="{PreviousPage}" style="color:{color:accent2};">grow</a>{/block:PreviousPage}
  643. </p>{/block:Pagination}
  644.  
  645.  
  646.  
  647.  
  648. </div></div>
  649.  
  650. <!-- end updates tab -->
  651.  
  652. </div>
  653.  
  654. <div id="container">
  655. {block:Posts}
  656.  
  657. <!--------------------------TYPES OF POSTS----------------------------->
  658. <div id="post">
  659.  
  660. {block:Photo}
  661. <img src="{PhotoURL-400}" />
  662. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {Photoset-400}
  667. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  668. {/block:Photoset}
  669.  
  670. {block:Video}
  671. {Video-400}
  672. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  673. {/block:Video}
  674.  
  675. {block:Audio}
  676. <div class="musicbox">
  677. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  678. <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/>
  679. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  680. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  681. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div></div>
  682. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  683. {/block:Audio}
  684.  
  685. {block:Quote}
  686. <div class="title" style="width:380px;text-align:justify;padding-top:10px;line-height:20px;">{Quote}</div>
  687. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  688. {/block:Quote}
  689.  
  690. {block:Text}
  691. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  692. <div class="text">{Body}</div>
  693. {/block:Text}
  694.  
  695. {block:Answer}<div id="ask">
  696. <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>
  697. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  698. <div class="text" style="width:400px;">{Answer}</div>
  699. {/block:Answer}
  700.  
  701. {block:Chat}
  702. {block:Title}<div class="title" style="padding-top:10px;">{Title}<br/></div>{/block:Title}
  703. {block:Lines}<div class="chat"><li class="line_{Alt}">
  704. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  705. {/block:Lines}
  706. {/block:Chat}
  707.  
  708. {block:Link}
  709. <div class="title" style="padding-top:10px;"><a href="{URL}">{Name}</a></div>
  710. {block:Description}<div class="text">{Description}</div>{/block:Description}
  711. {/block:Link}
  712.  
  713. </div>
  714. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  715. <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>
  716.  
  717. <!----------------------------TAG STUFF----------------------------->
  718. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  719.  
  720. {block:PostNotes}
  721. <div id="notesbox">{PostNotes}</div>
  722. {/block:PostNotes}
  723. {/block:Posts}
  724. </div></div>
  725.  
  726. <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>
  727.  
  728. </body>
  729.  
  730. <!-------HERE BEGIN THE POPUP BOXES------->
  731. <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};">
  732.  
  733. <div id="headerbar">
  734. <ul id="tabs">
  735. <li class="active">STATS</li>
  736. <li>STORY</li>
  737. <li>GROUP</li>
  738. </ul></div>
  739. <div id="tabbar">
  740. <div id="boxydos">
  741. <div class="container" style="color:#000;">
  742. <ul id="tab">
  743.  
  744. <li class="active" style="color:{color:body font};">
  745. <center><b>NOBORI UNA</b></center>
  746. <div class="content">
  747. <div align="center"><div style="width:385px; text-align: justify;font-size:11.5px;">
  748. <b>name:</b> <a title="ascending summer dream">昇夢夏</a><br>
  749. <b>nickname:</b> unagi, uu-chan, bishiri-chan<br>
  750. <b>handle:</b> <a title="seven seas">七海</a> [nanami]<br>
  751. <b>birthday:</b> 19 Feb (17 years old)<br>
  752. <b>school:</b> year 2 (no club)<br>
  753. <b>blood:</b> half english, quarter japanese, quarter korean.<br>
  754. <b>orientation:</b> heteroflexible.<br>
  755. <b>place of birth:</b> izumo, shimane.<br>
  756. <b>living conditions:</b> shinjuku, tokyo apartment with uncle.<br>
  757. <b>occupation:</b> student, idol (in training).<br><br>
  758. <center><b>relationships</b></center>
  759. <b>parents:</b> Nobori Kazuki, father. Adelaide Stark, mother.<br>
  760. <b>family:</b> Nobori Nozomu, uncle. Otani Haruo, half-brother.<br>
  761. <b>children:</b> Negi, a pug.<br><br>
  762. <center><b>physical</b></center>
  763. <b>eyes:</b> Pale grey-blue; colour of cataracts. Piercing stare.<br>
  764. <b>hair:</b> Naturally dark brown, but dyed powder blue. Wavy; typically straightened. Worn mostly in twin tails.<br>
  765. <b>height:</b> 150 cm (4'11")<br>
  766. <b>weight:</b> 41 kg, give or take<br>
  767. <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. Baby-faced. Freckled nose.<br>
  768. <b>notable physical traits:</b> Gapped buck teeth.<br>
  769. <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>
  770. <center><b>core</b></center>
  771. <b>intelligence:</b> business, books.<br>
  772. <b>likes:</b> sweaters, cheap perfume, books, horror films, skating, dolls.<br>
  773. <b>dislikes:</b> pants, console games, gardening, overly sweet foods, beetles.<br>
  774. <b>disposition:</b> Headstrong, self-sufficient, amicable, curious, helpful, mistrustful, selfish, arrogant, reliable.<br>
  775. <b>mbti:</b> ENTJ<br>
  776. <b>moral alignment:</b> lawful neutral<br><br>
  777. <center><b>other</b></center>
  778. <b>phobias:</b> Heights, drowning, being completely alone.<br>
  779. <b>allergies:</b> Mushrooms.<br>
  780. <b>strengths:</b> Running, small spaces, holding breath, origami, resourcefulness, rapping.<br>
  781. <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>
  782. <b>extras:</b> Most valuable item is her mobile phone. Favourite food is steak. Uses reading glasses. Was briefly on school swim team.<br>
  783. <b>current concern:</b> All the food she eats will catch up with her.<br><br>
  784. </div></div></div>
  785.  
  786. <!-------------------QUOTE/PLAYLIST SECTION ENDS HERE------------------->
  787.  
  788. </li>
  789.  
  790. <li style="color:{color:body font};">
  791. <center><b>BRIEF HISTORY</b></center>
  792. <div class="content">
  793.  
  794. <div align="center"><div style="width:380px; text-align: justify;font-size:12px;">
  795. <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.
  796.  
  797. <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.
  798.  
  799. <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.
  800.  
  801. <p>&nbsp; &nbsp; &nbsp; &nbsp; Soon afterward, she was discovered by a certain well-known entertainment company and scouted for an upcoming group, <b>HONEY-HOT</b>.</div></div></div>
  802.  
  803. </li>
  804.  
  805. <li style="color:{color:body font};">
  806. <center><b>HONEY-HOT</b></center>
  807. <div align="center"><div style="width:380px; text-align: justify;font-size:12px;">
  808.  
  809. <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.
  810.  
  811. <center><b>MEMBERS</b><br>
  812. <a href="http://kogatano.tumblr.com/">Gilly Takako</a><br>
  813. <a href="http://baratan.tumblr.com/">Kasai Shun</a><br>
  814. <a href="/">Nobori Una</a><br>
  815.  
  816. </center> </div>
  817.  
  818. </li>
  819.  
  820. </ul> <!--- important. don’t delete --->
  821. </div></div></div></div></div></div></div></div>
  822.  
  823. <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}">
  824.  
  825. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/oh3xcbq/HgXofzjxl/selectiondarkpurple.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  826.  
  827. <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.
  828.  
  829. <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.
  830.  
  831. <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.
  832.  
  833. <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.
  834.  
  835. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;"><b>LAST NOTES</b></h1>
  836.  
  837. <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.
  838. <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.
  839.  
  840. </div>
  841. </div></div></div></div></div></div>
  842. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit" style="color:#382c3f;">CHE</a></div>
  843.  
  844. <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;">
  845.  
  846. <div class="fancytitle">credit</div>
  847.  
  848. <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>
  849. with the assistance of <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  850. pop-ups by <a href="http://str-wrs.tumblr.com/"><b>str-wrs</b></a><br>
  851.  
  852. </div>
  853. </div></div></div></div></div></div>
  854. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement