Advertisement
tsiappoworks

Malkin Noire 1.0

Jan 24th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.21 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. <link rel="shortcut icon" href="{Favicon}" />
  45.  
  46. <meta name="color:background" content="#b6b6b6">
  47. <meta name="color:Accent" content="#fcd233" />
  48. <meta name="color:Accent2" content="#000000" />
  49. <meta name="color:Accent3" content="#709f9c" />
  50. <meta name="color:body font" content="#626262" />
  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. /*---------------------BODY--------------------*/
  58. ::-webkit-scrollbar-thumb{
  59. background-color:black;
  60. height:auto;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. background-color:transparent;
  65. height:auto;
  66. width:4px;
  67. }
  68.  
  69. ::-webkit-scrollbar:horizontal {
  70. background-color:transparent;
  71. height:4px;
  72. width:auto;}
  73.  
  74.  
  75. hr {
  76. border: 0;
  77. height: 1px;
  78. background-image: linear-gradient(to right, rgba(185, 210, 220, 0), rgba(48, 101, 120, 0.75), rgba(185, 210, 220, 0));
  79. }
  80.  
  81. h1 {
  82. font-weight:normal;
  83. font-size:22px;
  84. text-align:center;
  85. font-style:normal;
  86. line-height:100%;
  87. letter-spacing:1px;
  88. text-transform:normal;
  89. color:{color:accent2};
  90. font-family: 'Oswald', sans-serif;
  91. }
  92.  
  93. h2 {
  94. font-size:26px;
  95. text-align:center;
  96. line-height:100%;
  97. letter-spacing:-0.5px;
  98. color:{color:accent2};
  99. font-weight:bold;
  100. padding:5px;
  101. font-family: 'Oswald', sans-serif;
  102. }
  103.  
  104. body {
  105. margin: 0;
  106. color:{font:body font};
  107. background: url(http://static.tumblr.com/0fkxc3i/XrTok5ppf/malkinoirebg.png) no-repeat bottom left fixed;
  108. background-color:{color:background};
  109. font-size:11px;
  110. line-height:120%;
  111. word-wrap: break-word;
  112. font-family:Calibri, helvetica, arial, sans-serif;
  113. }
  114.  
  115. pre {
  116. white-space: pre-wrap;
  117. white-space: -moz-pre-wrap;
  118. white-space: -pre-wrap;
  119. white-space: -o-pre-wrap;
  120. word-wrap: break-word;
  121. }
  122.  
  123. small,sub,sup {
  124. font-size:12px;
  125. font-family: calibri,helvetica,arial,sans-serif;
  126. }
  127.  
  128. b,strong {
  129. color:{color:accent2};
  130. font-size:15px;
  131. font-family: 'Oswald', sans-serif;
  132. }
  133.  
  134. em,i {
  135. color:{color:accent2};
  136. font-family: 'Oswald', sans-serif;
  137. }
  138.  
  139. s,strike {
  140. color:{color:accent2};
  141. }
  142.  
  143. u,underline {
  144. color:{color:accent2};
  145. }
  146.  
  147. a {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:accent2};
  152. -moz-transition-duration:0.5s;
  153. -webkit-transition-duration:0.5s;
  154. -o-transition-duration:0.5s;
  155. }
  156.  
  157. a:hover {
  158. outline:none;
  159. -moz-outline-style:none;
  160. color:#FFFFFF;
  161. }
  162.  
  163. img{border:0; max-width:100%;max-height:auto;}
  164.  
  165. .fancytitle {
  166. font-size:11px;
  167. font-family: 'Oswald', sans-serif;
  168. padding:2px 4px;
  169. border:2px solid {color:page bg};
  170. text-align:center;
  171. margin-bottom:5px;
  172. background-image:url('http://static.tumblr.com/0fkxc3i/s7yok5ssa/selectionlightblack.png');
  173. background-repeat:no-repeat;
  174. background-position: top center;
  175. color:#f9fcfc;
  176. }
  177.  
  178. /*------------------------ NAVI ---------------------------*/
  179. #bar {
  180. margin-left:744px;
  181. font-size:13px;
  182. font-family: Calibri, helvetica, arial, sans-serif;
  183. position:fixed;
  184. z-index:1000;
  185. margin-top:480px;
  186. padding:3px 3px 5px;
  187. color:{color:title};
  188. }
  189.  
  190. #bar a{
  191. font-weight:200;
  192. letter-spacing:1.5px;
  193. text-decoration:none;
  194. display:inline-block;
  195. color:{color:title};
  196. text-shadow: 2px 2px 5px {color:shadows};
  197. }
  198.  
  199. /*------------------- MAIN CONTENT STUFF ------------------*/
  200.  
  201. #title{font-size:20px;line-height:22px;}
  202.  
  203. #content {
  204. position:absolute;
  205. margin-top:20px;
  206. left:690px;
  207. z-index:990;
  208. width:550px;
  209. padding:0px;
  210. overflow-y:auto;
  211. color:{color:Body Font};
  212. padding:10px 0px;
  213. }
  214.  
  215. blockquote {
  216. padding:2px 5px 2px 10px;
  217. margin:5px;
  218. border-left:1px dotted {color:body font};
  219. }
  220.  
  221. blockquote img {
  222. max-width:100%;}
  223.  
  224. img{
  225. border:0px;
  226. max-width:100%;
  227. }
  228.  
  229. /*----------------------------- POSTS ------------------------*/
  230. #content #posts {
  231. width:500px;
  232. background-color:#fff;
  233. margin:0 auto;
  234. padding: 10px 10px 6px;
  235. }
  236.  
  237. #content #posts .title {
  238. font-size:22px;
  239. font-family: 'Oswald', sans-serif;
  240. letter-spacing:1px;
  241. }
  242.  
  243. #content #posts .text {
  244. font-family: Calibri, helvetica, arial, sans-serif;
  245. font-size:12px;
  246. font-weight:300;
  247. line-height:140%;
  248. }
  249.  
  250. .text ul li{
  251. list-style-type:circle;
  252. }
  253.  
  254. .asker{
  255. position:relative;
  256. float:right;
  257. margin-top:-6px;
  258. padding:2px 3px;
  259. text-transform:uppercase;
  260. }
  261.  
  262. .asker a{
  263. width:100%;
  264. -moz-border-radius: 15px;
  265. -webkit-border-radius: 15px;
  266. background-color:{color:body font};
  267. color:white;
  268. text-align:center;
  269. font-size:14px;
  270. }
  271.  
  272. /*--------------------PERMALINK AND OTHER DETAILS---------------------*/
  273. #details {
  274. font-family: Calibri, helvetica, arial, sans-serif;
  275. text-align:center;
  276. width:500px;
  277. text-transform:uppercase;
  278. font-size:10px;
  279. font-style:none;
  280. margin-left:auto;
  281. margin-right:auto;
  282. background-color:#fff;
  283. color:{color:accent2};
  284. margin-bottom:20px;
  285. padding:2px 7px 2px;
  286. border:1px solid #d9d9d9;
  287. outline:2px solid #fff;
  288. }
  289.  
  290. #details a{
  291. text-decoration:none;
  292. color:{color:accent2};
  293. -webkit-transition: all 0.3s ease-in-out;
  294. -moz-transition: all 0.3s ease-in-out;
  295. -ms-transition: all 0.3s ease-in-out;
  296. -transition: all 0.3s ease-in-out;
  297. }
  298.  
  299. #details a:hover{color: {color:accent};}
  300.  
  301. #notes {
  302. font-family: Calibri, helvetica, arial, sans-serif;
  303. font-size:11px;
  304. color:{color:body font};
  305. }
  306.  
  307. #notes a{
  308. text-decoration:none;
  309. color:{color:accent3};
  310. }
  311.  
  312. /*------------------------CUSTOM TOOLTIP--------------------------*/
  313. div#qTip {
  314. background-image:url('http://static.tumblr.com/0fkxc3i/s7yok5ssa/selectionlightblack.png');
  315. border:1px solid white;
  316. padding: 5px;
  317. display: none;
  318. text-align: center;
  319. position: absolute;
  320. font-size:13px;
  321. line-height:10px;
  322. z-index: 9999999;
  323. color:#fff;
  324. letter-spacing: 1px;
  325. font-family: 'Oswald', sans-serif;
  326. }
  327.  
  328.  
  329. /*---------------WHOA, NELLY IT'S THE POP-UP MENU!---------------*/
  330. #box1{
  331. text-align:center;
  332. color:{color:body font};
  333. font-family: Calibri, helvetica, arial, sans-serif;
  334. font-size:12px;
  335. }
  336.  
  337. .popup_block{
  338. display:none;
  339. background:#fff;
  340. padding:20px;
  341. float:left;
  342. max-height:400px;
  343. position:fixed;
  344. top:50%;left:50%;
  345. z-index: 99999;
  346. }
  347.  
  348. *html #fade {position: absolute;}
  349. *html .popup_block {position: absolute;}
  350. #fade {
  351. display:none;
  352. position:fixed;
  353. left:0px;
  354. top:0px;
  355. width:100%;
  356. height:100%;
  357. z-index:
  358. 9999;
  359. background-image:url('http://static.tumblr.com/0fkxc3i/dl4ok5sw2/dark_embroidery.png');
  360. }
  361.  
  362. /* ---------------------------- UPDATES ------------------------------*/
  363.  
  364. #updates {
  365. font-size:10px;
  366. font-family:century gothic, arial;
  367. color:{color:accent};
  368. text-align:center;
  369. height:180px;
  370. width:240px;
  371. padding:10px;
  372. left:120px;
  373. bottom:-80px;
  374. z-index:10;
  375. position:fixed;
  376. overflow-x:hidden;
  377. overflow-y:auto;
  378. background-color:rgba(255,255,255,0);
  379. text-shadow:1px 1px 0px black, -1px -1px 0px black, -1px 1px 0px black, 1px -1px 0px black;
  380. }
  381.  
  382. #headerbar{
  383. width:410px; /*– sets width of your text –*/
  384. overflow:scroll;
  385. text-align:justify;
  386. color:#fff;
  387. font-family:calibri;
  388. font-size:12px;
  389. }
  390.  
  391. #tabbar{
  392. left:50%;
  393. top:50%;
  394. height:auto; /*– sets height of your text –*/
  395. overflow-y:scroll;
  396. overflow-x:hidden;
  397. text-align:justify;
  398. color:#222;
  399. font-family:calibri;
  400. font-size:11.4px;
  401. }
  402.  
  403. ul#tabs {text-align: center;}
  404. ul#tabs li { /*– your inactive / not viewed tabs –*/
  405. display:inline-block;
  406. padding:2px 3px;
  407. width:60px;
  408. cursor:pointer;
  409. text-decoration:none;
  410. margin:0px -2px;
  411. opacity:1;
  412. color:#fff;
  413. background-color:{color:body font};
  414. }
  415.  
  416. ul#tabs li.active { /*– your active tab –*/
  417. background-color:#fff;
  418. color:{color:body font};
  419. border:1px solid {color:body font};
  420. padding:1px 3px;
  421. }
  422.  
  423. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  424. ul#tab li.active {display: block;}
  425. ul#tab li {display: none;}
  426.  
  427. table#nav{
  428. border-spacing:5px;
  429. }
  430.  
  431. /*--------------------CREDITS-----------------------*/
  432. #cred
  433. {
  434. position:fixed;
  435. z-index:99;
  436. width: 50px;
  437. height: 18px;
  438. font-family: Arial;
  439. font-size: 7px;
  440. text-transform: uppercase;
  441. text-align: center;
  442. bottom: 10px;
  443. left: 10px;
  444. letter-spacing: 1px;
  445. line-height: 4px;
  446. padding: 10px 3px;
  447. display: block;
  448. color:{color:body font};
  449. background: {color:background};
  450. position: fixed;
  451. }
  452.  
  453. #cred a
  454. {
  455. font-weight: bold;
  456. line-height: 17px;
  457. font-size: 15px;
  458. font-family: 'Oswald', sans-serif;
  459. text-transform: uppercase;
  460. color:{color:body font};
  461. letter-spacing: 6px;
  462. margin-left:5px;
  463. }
  464.  
  465. /*-----------------NAVIGATION---------------*/
  466. #nav{
  467. position:fixed;
  468. bottom:390px;
  469. left:170px;
  470. font-size:40px;
  471. width:350px;
  472. }
  473.  
  474. #nav a{color:white;}
  475. #nav a:hover{color:#fcd233;}
  476.  
  477. .link_ask{margin-left:-17px;margin-top:-10px;}
  478. .link_story{margin-left:200px;margin-top:-30px;}
  479. .link_guide{margin-left:140px;margin-top:20px;}
  480. .link_verses{margin-left:35px;margin-top:17px;}
  481. .link_ships{margin-left:210px;margin-top:-10px;}
  482. .link_trivia{margin-left:-30px;margin-top:15px;}
  483. .link_home{position:fixed;margin-left:85px;margin-top:-1px;
  484. -ms-transform: rotate(7deg); /* IE 9 */
  485. -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
  486. transform: rotate(7deg);
  487. }
  488.  
  489. {CustomCSS}</style>
  490. </head>
  491. <body>
  492.  
  493. <!------------------------- NAVIGATION -------------------------->
  494. <div id="nav" style="width:100%">
  495. <div class="link_ask">
  496. <a href="/ask" title="ask">✦</a></div>
  497. <div class="link_story">
  498. <a href="/story" title="story">✦</a></div>
  499. <div class="link_guide">
  500. <a href="#?w=400" rel="guide" class="poplight" title="guide">✦</a></div>
  501. <div class="link_verses">
  502. <a href="/landing" title="verses">✦</a></div>
  503. <div class="link_ships">
  504. <a href="/ships" title="associates">✦</a></div>
  505. <div class="link_trivia">
  506. <a href="/nav" title="navigation">✦</a></div>
  507. <div class="link_home">
  508. <a href="/" title="refresh">♔</a>
  509. </div>
  510. </div>
  511.  
  512. <!-- begin updates tab -->
  513.  
  514. <div id="updates">
  515.  
  516. <!------------------------ NAV END ------------------------------>
  517. <p>established 21 January 2017<br>
  518. written by <a href="/mun"><b><span style="color:{color:accent};">CHE</span></b></a> (21+); do not steal.
  519. </p>
  520. {block:Pagination}<span style="color:white;font-size:10px;letter-spacing:1.5px;border-bottom:1px solid white;">PAGINATION</span><br>
  521. {block:NextPage}<b><a href="{NextPage}" style="color:white;font-size:11px;letter-spacing:1.5px;">back</a></b>{/block:NextPage}
  522. {block:PreviousPage}&nbsp;/&nbsp;<b><a href="{PreviousPage}" style="color:white;font-size:11px;letter-spacing:1.5px;">forth</a></b>{/block:PreviousPage}
  523. </p>{/block:Pagination}
  524.  
  525. </div></div>
  526.  
  527. <!-- end updates tab -->
  528. <!---------------------- MAIN CONTENT ----------------------->
  529.  
  530. <div id="content">
  531. {block:Posts}
  532. <div id="posts">
  533. <!------------------------ PHOTOS --------------------------->
  534.  
  535. {block:Photo}
  536. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  537. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  538. {/block:Photo}
  539.  
  540. <!------------------------ PHOTOSET -------------------------->
  541.  
  542. {block:Photoset}
  543. {Photoset-500}
  544. {block:Caption}<div class="text">{Caption}</div>{block:Caption}
  545. {/block:Photoset}
  546.  
  547. <!--------------------------- VIDEO ------------------------------>
  548.  
  549. {block:Video}
  550. {Video-500}
  551. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  552. {/block:Video}
  553.  
  554. <!-------------------------- AUDIO ------------------------------>
  555.  
  556. {block:Audio}
  557. {AudioPlayerBlack}
  558. {block:PlayCount}<div class="text">~ {PlayCountWithLabel}</div>{/block:PlayCount}
  559. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  560. {/block:Audio}
  561.  
  562. <!-------------------------- QUOTE ------------------------------>
  563.  
  564. {block:Quote}
  565. <div class="title" style="width:400px; margin-left:auto; margin-right:auto; line-height:20px;">“{Quote}”</div>
  566. {block:Source}<br><div class="text" style="text-align:right;">— {Source}</div>{/block:Source}
  567. {/block:Quote}
  568.  
  569. <!---------------------------- TEXT ------------------------------>
  570.  
  571. {block:Text}
  572. {block:Title}<div class="title">{Title}</div>{/block:Title}
  573. <div class="text">{Body}</div>
  574. {/block:Text}
  575.  
  576. <!--------------------------- ANSWER ------------------------------>
  577.  
  578. {block:Answer}
  579.  
  580. <div class="title" style="font-size:12px; background-color:{color:background}; padding:3px 5px;padding:5px 10px;border-top:2px solid {color:body font};-moz-border-radius: 15px;-webkit-border-radius: 15px;border-bottom:2px solid {color:body font};">{Question}</div><div class="asker">{Asker}</div><br><br>
  581.  
  582. <div class="text">{Answer}</div>
  583. {/block:Answer}
  584.  
  585. <!------------------------- CHAT ------------------------------>
  586.  
  587. {block:Chat}
  588. {block:Title}<div class="title">{Title}</div>{/block:Title}
  589. <div class="text">{block:Lines}
  590. {block:Label}<strong>{Label}</strong>{/block:Label}
  591. {Line}<br>
  592. {/block:Lines}</div>
  593. {/block:Chat}
  594.  
  595. <!-------------------------- LINK --------------------------->
  596.  
  597. {block:Link}
  598. <div class="title"><a href="{URL}">{Name}</a></div>
  599. {block:Description}<div class="text">{Description}</div>{/block:Description}
  600. {/block:Link}
  601.  
  602. <!-------------------------- ENDS --------------------------->
  603. </div>
  604.  
  605. <div id="details">
  606. <a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> | <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}" target="_blank">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details">↺</a>
  607. {block:HasTags}<div id="tags" style="border-top:1px solid #f5f5f5;width:406px;margin-left:auto;margin-right:auto;text-transform:none;">{block:Tags}&nbsp;&nbsp;#<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  608.  
  609. {/block:Posts}
  610. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  611.  
  612. </div></div></div>
  613.  
  614. </body>
  615.  
  616. <!-------HERE BEGIN THE POPUP BOXES------->
  617. <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};">
  618.  
  619. <div id="headerbar">
  620. <ul id="tabs">
  621. <li class="active">STATS</li>
  622. <li>STORY</li>
  623. </ul></div>
  624. <div id="tabbar">
  625. <div id="boxydos">
  626. <div class="container" style="color:#000;">
  627. <ul id="tab">
  628.  
  629. <li class="active" style="color:{color:body font};"><br>
  630. <center><b>FELICIA HARDY: THE BLACK CAT</b></center>
  631. <div class="content">
  632. <div align="center"><div style="width:385px; text-align: justify;font-size:11.5px;">
  633. <b>nickname:</b> fifi, leesh<br>
  634. <b>alias:</b> here<br>
  635. <b>birthday:</b> 19 Feb (17 years old)<br>
  636. <b>school:</b> year 2 (no club)<br>
  637. <b>blood:</b> half english, quarter japanese, quarter korean.<br>
  638. <b>orientation:</b> heteroflexible.<br>
  639. <b>place of birth:</b> izumo, shimane.<br>
  640. <b>living conditions:</b> shinjuku, tokyo apartment with uncle.<br>
  641. <b>occupation:</b> student, idol (in training), waitress at maid cafe.<br><br>
  642. <center><b>relationships</b></center>
  643. <b>parents:</b> Nobori Kazuki, father. Adelaide Stark, mother, deceased.<br>
  644. <b>family:</b> Nobori Nozomu, uncle. Otani Haruo, half-brother.<br>
  645. <b>children:</b> Negi, a pug.<br><br>
  646. <center><b>physical</b></center>
  647. <b>eyes:</b> Pale grey-blue; colour of cataracts. Piercing stare. Very long lashes.<br>
  648. <b>hair:</b> Naturally dark brown, but dyed powder blue. Wavy; typically straightened. Worn mostly in twin tails.<br>
  649. <b>height:</b> 150 cm (4'11")<br>
  650. <b>weight:</b> 41 kg, give or take<br>
  651. <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>
  652. <b>notable physical traits:</b> Gapped buck teeth.<br>
  653. <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>
  654. <center><b>core</b></center>
  655. <b>intelligence:</b> business, books.<br>
  656. <b>likes:</b> sweaters, cheap perfume, books, horror films, skating, dolls.<br>
  657. <b>dislikes:</b> pants, console games, gardening, overly sweet foods, beetles.<br>
  658. <b>disposition:</b> Headstrong, self-sufficient, amicable, curious, helpful, mistrustful, selfish, arrogant, reliable.<br>
  659. <b>mbti:</b> ENTJ<br>
  660. <b>moral alignment:</b> lawful neutral<br><br>
  661. <center><b>other</b></center>
  662. <b>phobias:</b> Heights, drowning, being completely alone.<br>
  663. <b>allergies:</b> Mushrooms.<br>
  664. <b>strengths:</b> Running, small spaces, holding breath, origami, resourcefulness, rapping.<br>
  665. <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>
  666. <b>extras:</b> Most valuable item is her mobile phone. Favourite food is steak. Uses reading glasses. Was briefly on school swim team.<br>
  667. <b>current concern:</b> All the food she eats will catch up with her.<br><br>
  668. </div></div></div>
  669.  
  670. <!-------------------QUOTE/PLAYLIST SECTION ENDS HERE------------------->
  671.  
  672. </li>
  673.  
  674. <li style="color:{color:body font};"><br>
  675. <center><b>BRIEF HISTORY</b></center>
  676. <div class="content">
  677.  
  678. <div align="center"><div style="width:380px; text-align: justify;font-size:12px;">
  679. <p>&nbsp; &nbsp; &nbsp; &nbsp; COMING SOON!</div></div></div>
  680.  
  681. </li>
  682.  
  683. </ul> <!--- important. don’t delete --->
  684. </div></div></div></div></div></div></div></div>
  685.  
  686. <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}">
  687.  
  688. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/0fkxc3i/s7yok5ssa/selectionlightblack.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  689.  
  690. <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.
  691.  
  692. <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.
  693.  
  694. <p style="font-family:calibri,helvetica,arial,sans-serif;">This blog is multiship. Felicia 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.
  695.  
  696. <p style="font-family:calibri,helvetica,arial,sans-serif;">Obligatory warning: Mun is of age, as is muse. Anything blatantly 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.
  697.  
  698. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;"><b>LAST NOTES</b></h1>
  699.  
  700. <p style="font-family:calibri,helvetica,arial,sans-serif;">If Felicia 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.
  701. <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.
  702.  
  703. </div>
  704. </div></div></div></div></div></div>
  705.  
  706. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit">CHE</a></div>
  707.  
  708. <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;">
  709.  
  710. <div class="fancytitle">credit</div>
  711.  
  712. <p style="font-family:calibri,helvetica,arial,sans-serif;text-align:center;"><small>theme coded by <a href="http://seacrowned.tumblr.com/"><b>che</b></a><br>
  713. with the assistance of <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  714. pop-ups by <a href="http://acuite.tumblr.com/"><b>acuite</b></a><br>
  715.  
  716. </div>
  717. </div></div></div></div></div></div>
  718. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement