Advertisement
tsiappoworks

the mighty mighty tsiappo

Dec 14th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.67 KB | None | 0 0
  1. <!-----THEME MADE BY noborijo SPECIFICALLY FOR tsiapappo.
  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. <!-------------------- VERSES SCRIPT BELOW -------------------->
  65. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  66.  
  67. <head>
  68.  
  69. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <link rel="shortcut icon" href="" />
  72.  
  73. <meta name="color:Accent" content="#d1d1d1" />
  74. <meta name="color:Accent2" content="#2d5e73" />
  75. <meta name="color:Accent3" content="#FAFAFA" />
  76. <meta name="color:body font" content="#447373" />
  77. <meta name="color:Page BG" content="#8dcaea" />
  78. <meta name="color:ask bg" content="#FAFAFA" />
  79.  
  80. <meta name="text:LinkSymbol" content="✕" />
  81. <link rel="shortcut icon" href="">
  82.  
  83. <style type="text/css">
  84. /*---------------------BODY--------------------*/
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background-color:transparent;
  87. height:7px;}
  88. ::-webkit-scrollbar {
  89. background-color:transparent;
  90. height:7px;
  91. width:5px;}
  92.  
  93. html {
  94. background: url('http://static.tumblr.com/ktn4nas/D0Do87mnl/tsiappotheme.png') no-repeat top left fixed;
  95. background-color:{color:Page BG};
  96. }
  97.  
  98. body {
  99. margin: 0;
  100. word-wrap: break-word;
  101. color:Calibri, helvetica, arial, sans-serif;
  102. }
  103.  
  104. body a{
  105. text-decoration:none;
  106. font-weight:700;
  107. }
  108.  
  109. small, sub {
  110. font-size:12px;
  111. font-family: calibri,helvetica,arial,sans-serif;
  112. }
  113.  
  114. s,strike {
  115. color:{color:accent2};
  116. }
  117.  
  118. u,underline {
  119. color:{color:accent2};
  120. }
  121.  
  122. blockquote {
  123. border-left: solid 3px {color:accent2};
  124. border-right:solid 3px {color:accent2};
  125. background-color:#a9c6e1;
  126. margin: 0;
  127. padding: 5px;
  128. }
  129.  
  130. hr {
  131. border: 0;
  132. height: 1px;
  133. background-image: linear-gradient(to right, rgba(55, 62, 33, 0), rgba(55, 62, 33, 0.75), rgba(55, 62, 33, 0));
  134. }
  135.  
  136. /*------------------- "SIDEBAR" ------------------*/
  137. #nav{
  138. position:fixed;
  139. z-index:75;
  140. margin-left:625px;
  141. margin-top:70px;
  142. width:325px;
  143. text-align:right;
  144. }
  145.  
  146. #nav a{color:{color:accent2}; font-size:15px; text-decoration:bold;}
  147.  
  148. #nav a:hover{
  149. color:{color:accent}; text-decoration:bold;
  150. }
  151.  
  152. #pagination{
  153. font-family:Calibri, Helvetica, Arial, sans-serif;
  154. font-size:10px;
  155. text-align:center;
  156. color:{color:accent2};
  157. text-transform:uppercase;
  158. letter-spacing:3px;
  159. text-align:right;
  160. }
  161.  
  162. #pagination a{color:{color:accent2}; padding:0px 2px;}
  163.  
  164. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  165. img{border:0; max-width:100%;max-height:auto;}
  166.  
  167. #body{
  168. position:absolute;
  169. z-index:70;
  170. margin-left:300px;
  171. }
  172.  
  173. #body a{text-decoration:none;color:{color:Accent2};}
  174. #body a:hover{color:{color:body font};border-bottom:1px solid {color:Accent};text-shadow:0px 0px 1px white;}
  175. /*--------------------CONTAINER BOX THING---------------------------*/
  176. #container{
  177. position:fixed;
  178. margin-top:107px;
  179. width:773px;
  180. height:420px;
  181. overflow:auto;
  182. margin-left:auto;
  183. margin-right:auto;
  184. }
  185.  
  186. /*-------------------------INDIVID POSTS------------------------*/
  187. #post{
  188. width:500px;
  189. margin:0px 0px 0px 3px;
  190. padding:10px 130px;
  191. background-color:transparent;
  192. font-family:calibri,helvetica,arial,sans-serif;
  193. color:{color:body font};
  194. }
  195.  
  196. #post .text{font-size:11px; line-height:16px;}
  197. #post .title{font-size:20px;}
  198. .text ul li{list-style-type:circle;}
  199.  
  200. /*-------------------------PERMALINKS AND TAGS------------------------*/
  201. #permalink{
  202. position:absolute;
  203. z-index:999999;
  204. margin-top:-5px;
  205. padding:3px;
  206. font-size:10px;
  207. text-align:center;
  208. text-transform:uppercase;
  209. font-family:calibri,helvetica,arial,sans-serif;
  210. color:{color:accent};
  211. background:url('http://static.tumblr.com/ktn4nas/Wogo87pg5/selectiondarkerpink.png');
  212. width:400px;
  213. margin-left:180px;
  214. }
  215.  
  216. #permalink a{color:{color:accent3};vertical-align:middle;}
  217. #permalink a:hover{color:{color:accent};}
  218.  
  219. #tags{
  220. margin-top:15px;
  221. margin-left:180px;
  222. font-size:10px;
  223. font-family:calibri,helvetica,arial,sans-serif;
  224. width:400px;
  225. text-align:center;
  226. margin-bottom:40px;
  227. color:{color:body font};
  228. }
  229.  
  230. #tags a{color:{color:body font};text-shadow:0px 0px 1px white;}
  231. #tags a:hover{color:{color:accent2};}
  232.  
  233. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  234. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  235. #notesbox img.avatar{display:none;}
  236.  
  237. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  238. .chat ul {list-style:none; margin:0; padding:0;}
  239. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  240.  
  241. #ask a{color:white;}
  242. /*------------------------CUSTOM TOOLTIP--------------------------*/
  243. #s-m-t-tooltip {
  244. max-width:150px;
  245. padding:5px;
  246. margin:0px 0px 0px 17px;
  247. background-color:{color:accent};
  248. font-family:calibri,helvetica,arial,sans-serif;
  249. font-size:9px;
  250. letter-spacing:2px;
  251. text-transform:lowercase;
  252. color:{color:accent3};
  253. z-index:9999;
  254. }
  255.  
  256. /*-----------------------------SCROLLBAR-----------------------------*/
  257.  
  258. ::-webkit-scrollbar {
  259. display:none;
  260. }
  261. ::-webkit-scrollbar-thumb:vertical {
  262. background-color:#eb9897;height:auto;
  263. }
  264.  
  265. /* ---------------------------- UPDATES -------------------------------*/
  266.  
  267. #updates {
  268. opacity:0;
  269. font-size:9px;
  270. font-family:century gothic, arial;
  271. color:{color:body font};
  272. text-align:center;
  273. height:334px;
  274. width:100px;
  275. padding:4px;
  276. top:107px;
  277. left:950px;
  278. z-index:99;
  279. position:fixed;
  280. overflow:auto;
  281. -webkit-transition: opacity 0.25s ease-in-out;
  282. -moz-transition: opacity 0.25s ease-in-out;
  283. -o-transition: opacity 0.25s ease-in-out;
  284. }
  285.  
  286. #updates:hover {
  287. opacity:1;
  288. height:334px;
  289. -webkit-transition: opacity 0.25s ease-in-out;
  290. -moz-transition: opacity 0.25s ease-in-out;
  291. -o-transition: opacity 0.25s ease-in-out;
  292. }
  293.  
  294. #updatestitle {
  295. opacity:1;
  296. font-size:15px;
  297. text-transform:uppercase;
  298. font-family:arial;
  299. font-weight:bold;
  300. color:{color:body font};
  301. }
  302.  
  303. #headerbar{
  304. left:50%;
  305. top:50%;
  306. width:400px; /*– sets width of your text –*/
  307. overflow:scroll;
  308. text-align:justify;
  309. color:#eee;
  310. font-family:calibri;
  311. font-size:12px;
  312. }
  313.  
  314. #tabbar{
  315. left:50%;
  316. top:50%;
  317. width:400px; /*– sets width of your text –*/
  318. height:400px; /*– sets height of your text –*/
  319. overflow: scroll;
  320. text-align:justify;
  321. color:#222;
  322. font-family:calibri;
  323. font-size:12px;
  324. }
  325.  
  326. ul#tabs {text-align: center;}
  327. ul#tabs li { /*– your inactive / not viewed tabs –*/
  328. display:inline-block;
  329. padding:2px;
  330. cursor:pointer;
  331. text-decoration:none;
  332. opacity:1;
  333. color:#3b6e82;
  334. }
  335.  
  336. ul#tabs li.active { /*– your active tab –*/
  337. background-color:#a6c9d7;
  338. color:#fff;
  339. -webkit-transition:
  340. all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  346. ul#tab li.active {display: block;}
  347. ul#tab li {display: none;}
  348.  
  349. /*-----------------------------POPUP BOXES---------------------------*/
  350. #fade { /*--Transparent background layer--*/
  351. display: none; /*--hidden by default--*/
  352. background: #000;
  353. position: fixed; left: 0; top: 0;
  354. width: 100%; height: 100%;
  355. opacity: .80;
  356. z-index: 9999;
  357. }
  358. .popup_block{
  359. display: none; /*--hidden by default--*/
  360. color:{font:body font};
  361. padding: 10px;
  362. float: left;
  363. font-size: 11.5;
  364. position: fixed;
  365. top: 50%; left: 50%;
  366. z-index: 9999999;
  367.  
  368. img.btn_close {
  369. float: right;
  370. margin: -20 -20px 0 0;
  371. }
  372. /*--Making IE6 Understand Fixed Positioning--*/
  373. *html #fade {
  374. position: absolute;
  375. }
  376. *html .popup_block {
  377. position: absolute;
  378. }
  379.  
  380. {CustomCSS}</style>
  381. </head>
  382. <body>
  383.  
  384. <!-- begin updates tab -->
  385.  
  386. <div id="updates">
  387. <div id="updatestitle"></div>
  388.  
  389. <b><p><span style="font-size:11px"><b>❛</b> <a href="/" style="color:white;text-shadow: black 0 0 2px;">STARCHILD</a> <b>❜</b></span></b><br>
  390. <span style="font-size:9px">
  391. 22 | intp | CA<br>
  392. creator, companion, space cadet, survivor.</p>
  393. <hr>
  394. <p>a self-insert/oc.<br>
  395. pan-fandom<br>
  396. SELECTIVE & PRIVATE</p>
  397. <!------------------------ NAV END ------------------------------>
  398. <hr>
  399. <p>soft op. 7 may 2016<br>
  400. grand op. 4 june 2016<br>
  401. <span style="font-size:11px">written by <a href="/mun" style="color:white;text-shadow: black 0 0 2px;">CHE</a></span></p>
  402. <hr>
  403. {block:Pagination}<p>
  404. {block:NextPage}<a href="{NextPage}" style="color:white;text-shadow: black 0 0 2px;">old</a>{/block:NextPage}
  405. {block:PreviousPage}&nbsp;/&nbsp;<a href="{PreviousPage}" style="color:white;text-shadow: black 0 0 2px;">new</a>{/block:PreviousPage}
  406. </p><hr>{/block:Pagination}
  407.  
  408. </div></div>
  409.  
  410. <!-- end updates tab -->
  411.  
  412. </div>
  413. <!----------------------------MAIN BODY----------------------------->
  414. <div id="body">
  415. <div id="container">
  416. {block:Posts}
  417.  
  418. <!--------------------------TYPES OF POSTS----------------------------->
  419. <div id="post">
  420.  
  421. {block:Photo}
  422. <img src="{PhotoURL-500}" />
  423. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  424. {/block:Photo}
  425.  
  426. {block:Photoset}
  427. {Photoset-500}
  428. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  429. {/block:Photoset}
  430.  
  431. {block:Video}
  432. {Video-500}
  433. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  434. {/block:Video}
  435.  
  436. {block:Audio}
  437. <div class="musicbox">
  438. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  439. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  440. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  441. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  442. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  443. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  444. {/block:Audio}
  445.  
  446. {block:Quote}
  447. <div class="title" style="width:480px;text-align:justify;">{Quote}</div>
  448. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  449. {/block:Quote}
  450.  
  451. {block:Text}
  452. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  453. <div class="text">{Body}</div>
  454. {/block:Text}
  455.  
  456. {block:Answer}<div id="ask">
  457. <div style="background-color:{color:accent};color:white; padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  458. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  459. <div class="text" style="width:500px;">{Answer}</div>
  460. {/block:Answer}
  461.  
  462. {block:Chat}
  463. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  464. {block:Lines}<div class="chat"><li class="line_{Alt}">
  465. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  466. {/block:Lines}
  467. {/block:Chat}
  468.  
  469. {block:Link}
  470. <div class="title"><a href="{URL}">{Name}</a></div>
  471. {block:Description}<div class="text">{Description}</div>{/block:Description}
  472. {/block:Link}
  473.  
  474. </div>
  475. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  476. <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>
  477.  
  478. <!----------------------------TAG STUFF----------------------------->
  479. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  480.  
  481. {block:PostNotes}
  482. <div id="notesbox">{PostNotes}</div>
  483. {/block:PostNotes}
  484. {/block:Posts}
  485. </div></div>
  486.  
  487. </body>
  488. <!-------------------------NAVIGATION STUFF------------------------->
  489. <div id="nav">
  490.  
  491. <!---------------------------PAGINATION---------------------------->
  492. {block:Pagination}<div id="pagination">
  493. {block:NextPage}<a href="{NextPage}">back</a>{/block:NextPage}
  494. &middot;
  495. {block:PreviousPage}<a href="{PreviousPage}">forth</a>{/block:PreviousPage}
  496. </div>{/block:Pagination}
  497.  
  498. <a href="/" title="refresh">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  499. <a href="/ask" title="ask">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  500. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  501. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  502. <a href="/verselanding" title="verses">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  503. <a href="/tagged/trivia" title="trivia">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  504. <a href="/commish" title="commissions">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  505. <br>
  506.  
  507.  
  508. </div>
  509.  
  510. </div></div></div></div></div></div></div></div></div></div>
  511.  
  512.  
  513. </div>
  514.  
  515. <!-------HERE BEGIN THE POPUP BOXES------->
  516.  
  517. <div id="ask" class="popup_block" style="overflow:auto;">
  518.  
  519. <table>
  520. <tr><td>
  521. <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>
  522. </td></tr>
  523. </table>
  524. </div>
  525.  
  526. <div id="submit" class="popup_block" style="overflow:auto;">
  527.  
  528. <table>
  529. <tr><td>
  530. <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>
  531. </td></tr>
  532. </table>
  533. </div>
  534.  
  535. <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}">
  536.  
  537. <h1 style="text-align:center; background:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">GUIDELINES</h1>
  538.  
  539. <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.
  540.  
  541. <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.
  542.  
  543. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">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.
  544.  
  545. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;font-size:10px;"><b>NOTE:</b> Shipping will rarely ever make sense.
  546.  
  547. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">Obligatory warning: Mun/muse of age. Anything NSFW of a sexual nature is probably never going to happen, though violence, alcohol, drugs, etc. may appear (depending on who I'm writing with). Don’t worry, I’ll make sure things are tagged.
  548.  
  549. <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>
  550.  
  551. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">If Tsiappo 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.
  552. <p style="font-family:calibri,helvetica,arial,sans-serif;color:#3b6e82;">I don’t always follow back&mdash;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.
  553.  
  554. </div>
  555.  
  556. <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}">
  557.  
  558. <div id="headerbar">
  559. <ul id="tabs">
  560. <li class="active">stats</li>
  561. <li>history</li>
  562. <li>extra</li>
  563. </ul></div>
  564. <div id="tabbar">
  565. <ul id="tab">
  566.  
  567. <li class="active" style="color:{color:body font};">
  568.  
  569. <table style="width:400px;color:#3b6e82;">
  570. <tr><h1 style="text-align:center;background-color:#a6c9d7;color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">TSIAPPO CHE</h1></tr>
  571. <tr><td style="width:200px;">
  572. <b>birthday:</b> 13 april (22 years) <br>
  573. <b>orientation:</b> demiromantic asexual<br>
  574. <b>location:</b> the nearest electrical outlet<br>
  575. <b>pets:</b> 2 cockatiels, galileo & aristotle<br>
  576. <b>height:</b> 5'3.5" (the .5 is important)<br>
  577. <b>allergies:</b> lactose (barring cheese)
  578. </td><td style="width:200px;">
  579. <b>handle:</b> zvezdaprinc<br>
  580. <b>nickname:</b> cheebles, cheese<br>
  581. <b>job:</b> freelance artist</em><br>
  582. <b>p.o.b:</b> california, u.s.a <br>
  583. <b>figure:</b> round, pudgy, strong<br>
  584. <b>intelligence:</b> business, language <br>
  585. </td></tr></table>
  586. <table style="color:#3b6e82;"><tr><td>
  587. <b>likes:</b> tuna, sketchbooks, cell phone culture, film history.<br>
  588. <b>dislikes:</b> lack of sleep, dirty feet, bugs, coffee.<br>
  589. <b>disposition:</b> careful, eager, inquisitive, judgemental.<br>
  590. <b>phobias:</b> the dark, not being useful, cars.<br>
  591. <b>strengths:</b> drawing, computers, marketing, tetris, public speaking.<br>
  592. <b>weaknesses:</b> athletics, chit-chat, organization, hot weather, teamwork.<br>
  593. <b>dream:</b> to become a world reknowned film director.<br>
  594. <b>extras:</b> uses glasses for reading.<br>
  595. <b>current concern:</b> work is slow and money is tight.
  596. </td></tr>
  597. <tr><td><center><b>PHYSICAL</b></center></td></tr>
  598. <tr><td>Of a moderate height and chubby build, Tsiappo is that rare type of person that can either stand out in a crowd or blend in seamlessly, depending on their mood. Their hooded eyes are nearly black in colour, framed by long lashes and always decorated with winged eyeliner. Their brown hair falls near their shoulders and is forever worn down, even on the hottest days. It frames an oval face with a small, round nose and modest, but well-shaped lips.
  599. <br><br>They tend to dress for comfort, preferring breezy maxi dresses or kitschy sweaters and leggings. They have a long scar running across the right side of their neck, and another scar along the length of their right pinky finger. Although they carry extra weight, their figure looks capable and strong, and indeed, they could probably crush you with their thighs.</td></tr>
  600. </div></td>
  601.  
  602. </table>
  603.  
  604. </li>
  605.  
  606. <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>
  607.  
  608. <p>&nbsp; &nbsp; &nbsp; &nbsp; In a nutshell, their life can be summed up as &ldquo;the art of getting by.&rdquo; The oldest of four children, all of them with various neuroses, Tsiappo has been a de facto leader, of sorts, for as long as they can remember. They've always taken to the role naturally, if not entirely willingly. Their early life was fairly unremarkable, aside from a marked disinterest in practical things. They always imagined a different, more fantastical world&mdash;one where a 9-5 job wasn't necessary and people could roam about and live according to passing fancies.
  609. <p>&nbsp; &nbsp; &nbsp; &nbsp; When Tsiappo finished their schooling, they decided to emulate their personal hero, the intrepid journalist Tintin, and travel the world, ostensibly as a freelance artist. As of now, they move around a lot and do odd jobs here and there for supplemental income.
  610. <p>&nbsp; &nbsp; &nbsp; &nbsp; Tsiappo is more lonely than they let on. Their real goal is to make friends they can keep for life, people who won't judge them and their quixotic, illogical nature. They seem to make friends wherever they go, but the relationships never last long. Tsiappo tends to get bored with people very quickly and prefers to move on before the other party loses interest in <em>them</em>.
  611. <p>&nbsp; &nbsp; &nbsp; &nbsp; Despite their easygoing personality and reputation as a people-pleasure, Tsiappo is ruthless and will do just about anything necessary to survive. They were raised on the mantra "don't trust anyone" and sure enough, they tend to shoulder most burdens on their own.
  612. </tr></p>
  613.  
  614. </li>
  615.  
  616. <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;">KERNELS AND TIDBITS</h1>
  617.  
  618. <p>&nbsp; &nbsp; &nbsp; &nbsp; <b>Fact One.</b> Tsiappo knows demons exist, and by logical extension, angels. Sharing your body with another entity is never easy, and Tsiappo once flirted with death to fool the demon into leaving their body, thinking the host was a goner. The scar on their neck is a direct result of this struggle.
  619.  
  620. <p>&nbsp; &nbsp; &nbsp; &nbsp; <b>Fact Two.</b> Tsiappo is a <em>very</em> good listener and loves hearing others' stories. The reason behind this is because they have the memory of a goldfish, sometimes forgetting even crucial facts. The knowledge they retain is probably <em>not</em> what you'd expect.
  621.  
  622. <p>&nbsp; &nbsp; &nbsp; &nbsp; <b>Fact Three.</b> &ldquo;Jack of all trades and master of none&rdquo; describes Tsiappo best. A wannabe Renaissance Man, they are talented in a plethora of varied areas, although their skills never reach anything beyond passable in each. This is due to the way their mind leaps from one subject to another too quickly for their body to keep up. Still, it helps in having a conversation when you can say a little about nearly anything.
  623.  
  624. <p>&nbsp; &nbsp; &nbsp; &nbsp; <b>Fact Four.</b> Organized chaos is Tsiappo's modus operandi. They are convoluted and nonsensical in most everything they do, but things have a funny way of working out in the end.
  625.  
  626. </li>
  627.  
  628. </ul> <!--- important. don’t delete --->
  629. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement