Advertisement
Phob

Another Kael Theme

Jun 5th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <!-- all code tweaks by @bangvn/@86holic. theft will NOT be tolerated!! -->
  14.  
  15. <!-- Start of StatCounter Code for Tumblr -->
  16. <script type="text/javascript">
  17. var sc_project=10768764;
  18. var sc_invisible=1;
  19. var sc_security="47f7afed";
  20. var scJsHost = (("https:" == document.location.protocol) ?
  21. "https://secure." : "http://www.");
  22. document.write("<sc"+"ript type='text/javascript' src='" +
  23. scJsHost+
  24. "statcounter.com/counter/counter.js'></"+"script>");
  25. </script>
  26. <noscript><div class="statcounter"><a title="stat tracker
  27. for tumblr" href="http://statcounter.com/tumblr/"
  28. target="_blank"><img class="statcounter"
  29. src="http://c.statcounter.com/10768764/0/47f7afed/1/"
  30. alt="stat tracker for tumblr"></a></div></noscript>
  31. <!-- End of StatCounter Code for Tumblr -->
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function() {
  37. //
  38. $('a.poplight[href^=#]').click(function() {
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41. var query= popURL.split('?');
  42. var dim= query[1].split('&');
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  47. //Apply Margin to Popup
  48. $('#' + popID).css({
  49. 'margin-top' : -popMargTop,
  50. 'margin-left' : -popMargLeft
  51. });
  52. $('body').append('<div id="fade"></div>');
  53. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  54. return false;
  55. });
  56. $('a.close, #fade').live('click', function() {
  57. $('#fade , .popup_block').fadeOut(function() {
  58. $('#fade, a.close').remove(); //fade them both out
  59. });
  60. return false;
  61. });
  62. });
  63. </script>
  64.  
  65. <script language=JavaScript>
  66. <!--
  67.  
  68. //Disable right mouse click Script
  69. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  70. //For full source code, visit http://www.dynamicdrive.com
  71.  
  72. var message="LMAO U THOUGHT. All coding tweaks are my own work. Please direct all and any questions to my inbox, thanks!";
  73.  
  74. ///////////////////////////////////
  75. function clickIE4(){
  76. if (event.button==2){
  77. alert(message);
  78. return false;
  79. }
  80. }
  81.  
  82. function clickNS4(e){
  83. if (document.layers||document.getElementById&&!document.all){
  84. if (e.which==2||e.which==3){
  85. alert(message);
  86. return false;
  87. }
  88. }
  89. }
  90.  
  91. if (document.layers){
  92. document.captureEvents(Event.MOUSEDOWN);
  93. document.onmousedown=clickNS4;
  94. }
  95. else if (document.all&&!document.getElementById){
  96. document.onmousedown=clickIE4;
  97. }
  98.  
  99. document.oncontextmenu=new Function("alert(message);return false")
  100.  
  101. // -->
  102. </script>
  103.  
  104. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  105.  
  106. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
  107. <script>
  108. $(document).ready(function(){
  109. $("click_body").hide();
  110. $("click").click(function(){
  111. $(this).next("click_body").toggle(1000);
  112. });
  113. });
  114. </script>
  115.  
  116. <link href='https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>
  117.  
  118.  
  119.  
  120. <style>
  121. div#qTip {
  122. padding: 3px;
  123. display: none;
  124. text-align: center;
  125. position: absolute;
  126. font-size:7px;
  127. margin-left:10px;
  128. margin-top:-2px;
  129. line-height:9px;
  130. font-family:arial;
  131. z-index: 1000;
  132. border: 1px solid #cacaca;
  133. background-color:#fff;
  134. color: #9b9b9b;
  135. text-transform:uppercase;
  136. letter-spacing: 2px;
  137. }
  138. </style>
  139.  
  140.  
  141.  
  142. <style type="text/css">
  143.  
  144. #fade { /*--Transparent background layer--*/
  145. display: none; /*--hidden by default--*/
  146. position: fixed; left: 0; top: 0;
  147. width: 100%; height: 100%;
  148. opacity: 0;
  149. z-index: 9999;
  150. }
  151. .popup_block{
  152. display: none; /*--hidden by default--*/
  153. background: #2c2d37;
  154. padding: 10px;
  155. border: solid 16px;
  156. border-image: url('http://static.tumblr.com/y91lxtf/ZDCo6153a/shipkaelpop.png') 30 stretch;
  157. outline: 1px solid #a6a9b7;
  158. float: left;
  159. font-size: 8px;
  160. font-family: silkscreen;
  161. font-weight: normal;
  162. color: #fff;
  163. text-align: center;
  164. position: fixed;
  165. left: 1015px;
  166. top: 405px;
  167. height: 380px;
  168. z-index: 99999;
  169. overflow: auto;
  170. -webkit-animation:stretch 0.6s;
  171. /*--CSS3 Box Shadows--*/
  172. -we0bkit-box-shadow: 0px 0px 0px #000;
  173. -moz-box-shadow: 0px 0px 0px #000;
  174. box-shadow: 0px 0px 0px #000;
  175. }
  176. img.btn_close {
  177. float: right;
  178. margin: -20 -20px 0 0;
  179. }
  180. /*--Making IE6 Understand Fixed Positioning--*/
  181. *html #fade {
  182. position: absolute;
  183. }
  184. *html .popup_block {
  185. position: absolute;
  186. }
  187.  
  188. .popup_block b {
  189. color: #fff;
  190. font-family: dolcevita;
  191. font-size: 16px;
  192. line-height: 16px;
  193. }
  194.  
  195. .popup_block a {
  196. color: #fff;
  197. text-decoration: underline;
  198. }
  199.  
  200. .popup_block a:hover {
  201. text-decoration:underline; }
  202.  
  203. .popup_bit {
  204. margin-top:5px;
  205. float: right;
  206. color:#fff;
  207. padding:5px;
  208. padding-bottom: 2px;
  209. width: 174px;
  210. height:218px;
  211. overflow:auto;
  212. letter-spacing:0;
  213. word-spacing:0;
  214. line-height: 100%;
  215. background-color:#2c2d37;
  216. border:6px double #c8c8c8;
  217. }
  218.  
  219. .popup_mini {
  220. color:#fff;
  221. padding:5px;
  222. width:auto;
  223. height:10px;
  224. overflow:auto;
  225. letter-spacing:0;
  226. word-spacing:0;
  227. line-height: 100%;
  228. background-color:#2c2d37;
  229. border: solid 1px #c8c8c8;
  230. border-radius: 5px;
  231. box-shadow: 0px 4px 0px #c8c8c8;
  232. }
  233.  
  234. .shitbucket {
  235. margin-top:5px;
  236. float:left;
  237. width:174px;
  238. height:218px;
  239. padding:5px;
  240. padding-bottom: 2px;
  241. background-color:#2c2d37;
  242. border:6px double #c8c8c8;
  243.  
  244. }
  245.  
  246. .popup_extra {
  247. float: bottom;
  248. color:#fff;
  249. width: 378px;
  250. height:auto;
  251. overflow:none;
  252. letter-spacing:0;
  253. word-spacing:0;
  254. line-height: 16px;
  255. background-color:#2c2d37;
  256. }
  257.  
  258. @keyframes stretch {
  259. 0% {
  260. transform: scale(.1);
  261. }
  262. 50% {
  263. }
  264. 100% {
  265. transform: scale(1);
  266. }
  267. }
  268.  
  269. img{
  270. -webkit-filter:grayscale(60%);
  271. -moz-transition-duration:0.8s;
  272. -webkit-transition-duration:0.8s;
  273. -o-transition-duration:0.8s;
  274. }
  275.  
  276. img:hover{
  277. -webkit-filter:grayscale(0%);
  278. -moz-transition-duration:0.8s;
  279. -webkit-transition-duration:0.8s;
  280. -o-transition-duration:0.8s;
  281.  
  282. }
  283.  
  284. photoset{
  285. -webkit-filter:grayscale(100%);
  286. -moz-transition-duration:0.8s;
  287. -webkit-transition-duration:0.8s;
  288. -o-transition-duration:0.8s;
  289. max-width: 400px;
  290. }
  291.  
  292. photoset:hover{
  293. -webkit-filter:grayscale(0%);
  294. -moz-transition-duration:0.8s;
  295. -webkit-transition-duration:0.8s;
  296. -o-transition-duration:0.8s;
  297.  
  298. }
  299.  
  300. ::-webkit-scrollbar {height: 4px;width: 8px; display: none;}
  301. ::-webkit-scrollbar-thumb {background-color:#cacaca;}
  302. ::-webkit-scrollbar-track{background-color:;}
  303.  
  304.  
  305.  
  306. iframe#tumblr_controls {
  307. white-space:nowrap;
  308. -webkit-filter: (100%);
  309. -moz-filter:(100%);
  310. -o-filter: (100%);
  311. -ms-filter: (100%);
  312. filter: (100%);
  313. }
  314.  
  315. h1 {
  316. font-weight:normal;
  317. font-size:36px;
  318. font-family: dolcevita;
  319. text-align:center;
  320. font-style:normal;
  321. letter-spacing:1px;
  322. line-height: 100%;
  323. color: #fff;
  324. text-shadow: -2px 2px 2px #2c2d37
  325. }
  326.  
  327. poptitle {
  328. font-weight:normal;
  329. font-size:28px;
  330. font-family: dolcevita;
  331. text-align:center;
  332. font-style:normal;
  333. letter-spacing:1px;
  334. line-height: 100%;
  335. color: #fff;
  336. }
  337.  
  338. @font-face{ font-family:"james_fajardo"; src: url('https://dl.dropboxusercontent.com/s/24gst5heartj3bf/james_fajardo.ttf?dl=1'); format(“truetype”);}
  339.  
  340.  
  341. h2 {
  342. font-size:32px;
  343. text-align:center;
  344. line-height:100%;
  345. letter-spacing:4px;
  346. font-family: bebas_neue;
  347. font-weight: bold;
  348. color:#a2a4ad;
  349. }
  350.  
  351. h3 {
  352. font-size:32px;
  353. text-align:center;
  354. font-family: james_fajardo;
  355. font-weight:none;
  356. color:#c3c6d6;
  357. text-transform:uppercase;
  358. }
  359.  
  360. h4 {
  361. font-size:8px;
  362. text-align:left;
  363. padding-left: 12px;
  364. font-family: vdj;
  365. text-transform: uppercase;
  366. font-weight:none;
  367. }
  368.  
  369. hr{
  370. border: 0 ;
  371. color: #fff;
  372. background-color: #fff;
  373. height: 1px;
  374. }
  375.  
  376.  
  377. body {
  378. background:#2c2d37;
  379. margin:0px;
  380. color:#fff;
  381. font-family:trebuchet ms;
  382. font-size:11px;
  383. line-height:100%;
  384. background-attachment:fixed;
  385. background-image: url('http://static.tumblr.com/y91lxtf/Ho4o6151s/shipkael.png');
  386. background-repeat:no-repeat;
  387. }
  388.  
  389. #credit {
  390. font-size:8px;
  391. font-family: avant;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. #credit a {
  398. padding:5px;
  399. position:fixed;
  400. left:7px;
  401. bottom:6px;
  402. color: #fff;
  403. text-shadow: none;
  404. }
  405.  
  406. #credit a:hover {
  407. color:#fff;
  408. }
  409.  
  410. a {
  411. text-decoration:none;
  412. -moz-outline-style:none;
  413. color:#c8c8c8;
  414. -moz-transition-duration:0.2s;
  415. -webkit-transition-duration:0.2s;
  416. -o-transition-duration:0.2s;
  417. }
  418.  
  419. a:hover {
  420. text-decoration:none;
  421. outline:none;
  422. -moz-outline-style:none;
  423. color:#fff;
  424. text-shadow:0px 0px 2px #fff;
  425. -moz-transition-duration:0.2s;
  426. -webkit-transition-duration:0.2s;
  427. -o-transition-duration:0.2s;
  428. }
  429.  
  430. small{
  431. font-size: 11px;
  432. text-shadow: 0.6px 0.6px 0px #464959;
  433. }
  434.  
  435. big{ font-size: 16px;}
  436.  
  437. b, strong {
  438. font-size:14px;
  439. font-family: dolcevita;
  440. color: #fff;
  441. text-shadow: 0px 0px 1px #464959;
  442. }
  443.  
  444. blockquote {
  445. padding:5px;
  446. border-left:2px solid;
  447. }
  448.  
  449. blockquote blockquote {
  450. padding-left:5px;
  451. border-left:2px solid;
  452. }
  453.  
  454. #post {
  455. width:400px;
  456. margin-top:20px;
  457. }
  458.  
  459. #entries {
  460. position:fixed;
  461. overflow:scroll;
  462. overflow-x:hidden;
  463. height:598px;
  464. width: 400px;
  465. top:45px;
  466. left:130px;
  467. }
  468.  
  469. #sidebar {
  470. position:fixed;
  471. top: 300px;
  472. left: 780px;
  473. width: 120px;
  474. height: 300px;
  475. padding: 3px;
  476. color:#fff;
  477. font-size: 8px;
  478. font-family: tinytots;
  479. text-transform: uppercase;
  480. text-shadow: 0px 0px 0px #fff;
  481. text-decoration:none;
  482. background: #2c2d37;
  483. border-radius: 50px 0px 0px 0px;
  484. }
  485.  
  486. #sidebar img{
  487. border-radius: 50px 0px 0px 0px;
  488. }
  489.  
  490. #second{
  491. position:fixed;
  492. top: 300px;
  493. left: 1151px;
  494. width: 120px;
  495. height: 300px;
  496. padding: 3px;
  497. color:#fff;
  498. font-size: 8px;
  499. font-family: tinytots;
  500. text-transform: uppercase;
  501. text-shadow: 0px 0px 0px #fff;
  502. text-decoration:none;
  503. background: #2c2d37;
  504. border-radius: 0px 0px 50px 0px;
  505. }
  506.  
  507. #second img{
  508. border-radius: 0px 0px 50px 0px;
  509. }
  510.  
  511. #fourth{
  512. position:fixed;
  513. top: 320px;
  514. left: 910px;
  515. width: 105px;
  516. height:70px;
  517. padding: 3px;
  518. background: #2c2d37;
  519. color:#fff;
  520. font-size: 8px;
  521. text-align:center;
  522. font-family: silkscreen;
  523. text-transform: uppercase;
  524. text-decoration:none;
  525. }
  526.  
  527. #seventh {
  528. position: fixed;
  529. top: 300px;
  530. left: 910px;
  531. width: 230px;
  532. height:10px;
  533. padding: 3px;
  534. background: #2c2d37;
  535. text-align: center;
  536. font-family: tinytots;
  537. font-size: 8px;
  538. text-transform: uppercase;
  539. }
  540.  
  541.  
  542. #fifth {
  543. position:fixed;
  544. top: 425px;
  545. left: 920px;
  546. color:#2c2d37;
  547. font-family:dolcevita;
  548. font-weight: bold;
  549. font-size: 77px;
  550. text-shadow: -2px 1px #59595e;
  551. }
  552.  
  553. #fifth:hover {
  554. -webkit-animation:shake 1.5s;}
  555.  
  556. #sixth {
  557. position: fixed;
  558. top: 500px;
  559. left: 1035px;
  560. width: 105px;
  561. height:70px;
  562. padding: 3px;
  563. background: #2c2d37;
  564. }
  565.  
  566. #music {
  567. position: fixed;
  568. top: 580px;
  569. left: 910px;
  570. width: 230px;
  571. height:20px;
  572. padding: 3px;
  573. background: #2c2d37;
  574. }
  575.  
  576. @font-face{ font-family:"talldark"; src:url('https://dl.dropboxusercontent.com/s/tf324r461gnf97q/talldark.ttf');}
  577.  
  578.  
  579.  
  580.  
  581. #links {
  582. position:fixed;
  583. font-family: tinytots;
  584. top: 470px;
  585. left: 926px;
  586. font-size:8px;
  587. text-transform:uppercase;
  588. text-align:center;
  589. width: auto;
  590. height: auto;
  591. z-index: 999;
  592. }
  593.  
  594. #links a{
  595. width: 100px;
  596. line-height:24px;
  597. padding: 3px;
  598. padding-left:10px;
  599. padding-right:8px;
  600. color:#fff;
  601. text-shadow: 0px 0px 0px #fff;
  602. text-decoration:none;
  603. -moz-transition-duration:.2s;
  604. -webkit-transition-duration:.2s;
  605. -o-transition-duration:.2s;
  606. background: #2c2d37;
  607. border: solid #59595e 1px;
  608. -webkit-transition:all linear 0.5s;
  609. -o-transition:all linear 0.5s;
  610. transition:all linear 0.5s;
  611. }
  612.  
  613.  
  614. #links a:hover {
  615. background: #59595e;
  616. -moz-transition-duration:0.2s;
  617. -webkit-transition-duration:0.2s;
  618. -o-transition-duration:0.2s;
  619. border-radius:5px;
  620. -moz-transition:all linear 0.5s;
  621. -webkit-transition:all linear 0.5s;
  622. -o-transition:all linear 0.5s;
  623. transition:all linear 0.5s;
  624. }
  625.  
  626.  
  627. #hovers {
  628. position:fixed;
  629. font-family: tinytots;
  630. top: 328px;
  631. left: 1034px;
  632. font-size:8px;
  633. text-transform:uppercase;
  634. text-align:center;
  635. width: auto;
  636. height: auto;
  637. z-index: 999;
  638. }
  639.  
  640. #hovers a{
  641. width: 100px;
  642. line-height:14px;
  643. padding: 3px;
  644. padding-left:52px;
  645. padding-right:50px;
  646. color:#fff;
  647. text-shadow: 0px 0px 0px #fff;
  648. text-decoration:none;
  649. -moz-transition-duration:.2s;
  650. -webkit-transition-duration:.2s;
  651. -o-transition-duration:.2s;
  652. background: #2c2d37;
  653. border: solid #59595e 1px;
  654. -webkit-transition:all linear 0.5s;
  655. -o-transition:all linear 0.5s;
  656. transition:all linear 0.5s;
  657. }
  658.  
  659.  
  660. #hovers a:hover {
  661. color: #2c2d37;
  662. background: #59595e;
  663. -moz-transition-duration:0.2s;
  664. -webkit-transition-duration:0.2s;
  665. -o-transition-duration:0.2s;
  666. border-radius:5px 0px 5px 0px;
  667. -moz-transition:all linear 0.5s;
  668. -webkit-transition:all linear 0.5s;
  669. -o-transition:all linear 0.5s;
  670. transition:all linear 0.5s;
  671. }
  672.  
  673. #hovers2 {
  674. position:fixed;
  675. font-family: tinytots;
  676. top: 510px;
  677. left: 918px;
  678. font-size:8px;
  679. text-transform:uppercase;
  680. text-align:center;
  681. width: auto;
  682. height: auto;
  683. z-index: 999;
  684. }
  685.  
  686. #hovers2 a{
  687. width: 100px;
  688. line-height:14px;
  689. padding: 3px;
  690. padding-left:52px;
  691. padding-right:50px;
  692. color:#fff;
  693. text-shadow: 0px 0px 0px #fff;
  694. text-decoration:none;
  695. -moz-transition-duration:.2s;
  696. -webkit-transition-duration:.2s;
  697. -o-transition-duration:.2s;
  698. background: #2c2d37;
  699. border: solid #59595e 1px;
  700. -webkit-transition:all linear 0.5s;
  701. -o-transition:all linear 0.5s;
  702. transition:all linear 0.5s;
  703. }
  704.  
  705.  
  706. #hovers2 a:hover {
  707. color: #2c2d37;
  708. background: #59595e;
  709. -moz-transition-duration:0.2s;
  710. -webkit-transition-duration:0.2s;
  711. -o-transition-duration:0.2s;
  712. border-radius:0px 5px 0px 5px;
  713. -moz-transition:all linear 0.5s;
  714. -webkit-transition:all linear 0.5s;
  715. -o-transition:all linear 0.5s;
  716. transition:all linear 0.5s;
  717. }
  718.  
  719.  
  720. @-webkit-keyframes shake {
  721. 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  722. 10% { -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
  723. 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  724. 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  725. 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  726. 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  727. 70% { -webkit-transform: translate(2px, 1px) rotate(-2deg); }
  728. 80% { -webkit-transform: translate(-1px, -1px) rotate(4deg); }
  729. 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  730. 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  731. }
  732.  
  733. #pagination {
  734. position: fixed;
  735. top: 610px;
  736. left: 946px;
  737. font-family:tinytots;
  738. font-size:8px;
  739. letter-spacing:auto;
  740. text-align:center;
  741. text-transform:uppercase;
  742. }
  743.  
  744. #pagination a {
  745. color:#fff;
  746. }
  747.  
  748. #pagination a:hover{
  749. color:#fff;
  750. text-shadow:0px 0px 4px #fff;
  751. }
  752.  
  753. #s-m-t-tooltip{
  754. max-width:200px;
  755. margin-top:25px;
  756. margin-left:15px;
  757. padding-left: 4px;
  758. padding:4px;
  759. z-index:9999999;
  760. background-color: #2c2d37;
  761. color: #fff;
  762. font-family: tinytots;
  763. font-size:8px;
  764. text-align: center;
  765. letter-spacing:1px;
  766. font-style:none;
  767. text-transform:uppercase;
  768. border-left: 2px solid #fff;
  769. -webkit-animation:bounce 1s;
  770. }
  771.  
  772.  
  773. @keyframes bounce {
  774. 0% {-webkit-transform: scale(.4); }
  775. 50% {-webkit-transform: scale(1); }
  776. 70% {-webkit-transform: scale(.8); }
  777. 100% {-webkit-transform: scale(1); } }
  778.  
  779. @-webkit-keyframes bounce {
  780. 0% {-webkit-transform: scale(.4); }
  781. 50% {-webkit-transform: scale(1); }
  782. 70% {-webkit-transform: scale(.9); }
  783. 100% {-webkit-transform: scale(1); } }
  784.  
  785. #info {
  786. font-family:silkscreen;
  787. width:390px;
  788. margin-top:5px;
  789. padding-top:1px;
  790. font-size:8px;
  791. padding:4px;
  792. color:#fff;
  793. text-transform:uppercase;
  794. font-style:normal;
  795. text-align:left;
  796. -moz-transition-duration:0.5s;
  797. -webkit-transition-duration:0.5s;
  798. -o-transition-duration:0.5s;
  799. }
  800.  
  801. #info a {
  802. color:#fff;
  803. font-style:normal;
  804. text-shadow: 0px 0px 1px#4b5761;
  805. -moz-transition-duration:0.2s;
  806. -webkit-transition-duration:0.2s;
  807. -o-transition-duration:0.2s;
  808. }
  809.  
  810. #info a:hover {
  811. color:#fff;
  812. text-shadow: 0px 0px 4px #fff;
  813. -moz-transition-duration:0.2s;
  814. -webkit-transition-duration:0.2s;
  815. -o-transition-duration:0.2s;
  816. }
  817.  
  818. .tags {
  819. font-family:tinytots;
  820. font-style:normal;
  821. width:376px;
  822. text-transform:uppercase;
  823. font-style:normal;
  824. line-height:120%;
  825. padding-left:10px;
  826. font-size:8px;
  827. text-align:left;
  828. padding-top:5px;
  829. padding-bottom:15px;
  830. color: #fff;
  831. -moz-transition-duration:0.2s;
  832. -webkit-transition-duration:0.2s;
  833. -o-transition-duration:0.2s;
  834. }
  835. .tags a{
  836. color:#fff;
  837. font-style:normal;
  838. text-shadow: 0.6px 0.6px 1px #505b63;
  839. -moz-transition-duration:0.2s;
  840. -webkit-transition-duration:0.2s;
  841. -o-transition-duration:0.2s;
  842. }
  843. .tags a:hover{
  844. color:#c8c8c8;
  845. text-shadow: 0.6px 0.6px 1px #505b63;
  846. -moz-transition-duration:0.2s;
  847. -webkit-transition-duration:0.2s;
  848. -o-transition-duration:0.2s;
  849. }
  850.  
  851. .audio{
  852. background-color:#000;
  853. height:65px;
  854. overflow:hidden;
  855. }
  856.  
  857. #ask {
  858. float:right;
  859. color:#031a3e; }
  860.  
  861. .asker {color:#fff;
  862. font-size: 28px;
  863. font-family: dolcevita;
  864. -moz-transition-duration:1s;
  865. -webkit-transition-duration:1s;
  866. -o-transition-duration:1s;
  867. text-shadow: 0.6px 1px 0px #000;
  868.  
  869. }
  870.  
  871. .asker:hover {
  872. -moz-transition-duration:1s;
  873. -webkit-transition-duration:1s;
  874. -o-transition-duration:1s;
  875. }
  876.  
  877. question {
  878. font-size:8px;
  879. text-align:left;
  880. font-family: avant;
  881. color:#fff;
  882. text-transform:uppercase;
  883. }
  884.  
  885. #kael{
  886. color: #fff;
  887. position:fixed;
  888. line-height: 100%;
  889. left: 922px;
  890. top: 458px;
  891. font-size: 8px;
  892. font-family: tinytots;
  893. }
  894.  
  895. #kael b{
  896. font-weight: none;
  897. font-size: 8px;
  898. font-family: tinytots;
  899. text-shadow: #2c2d37 0.6px 0.6px 0px;
  900. }
  901.  
  902. quote {
  903. font-family: silkscreen;
  904. line-height:8px;
  905. font-size: 8px;
  906. text-align: center;
  907. }
  908.  
  909.  
  910. {CustomCSS}
  911.  
  912. @font-face {font-family: "kristi";src: url('https://dl.dropboxusercontent.com/s/ktm80yzuubknqf1/kristi.ttf?dl=1'); format("truetype");}
  913.  
  914.  
  915. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  916.  
  917.  
  918. @font-face { font-family:"freebooter"; src: url('https://dl.dropboxusercontent.com/s/plj0l8ej86c38kx/freebooter%20script.ttf'); format(“truetype”);}
  919.  
  920. @font-face { font-family:"gasara"; src: url('https://dl.dropboxusercontent.com/s/rs1x228jf7c97uf/gasara.ttf?dl=1'); format(“truetype”);}
  921.  
  922. @font-face{ font-family:dearjoe; src: url('https://dl.dropboxusercontent.com/s/m242u2lubena0f4/dearjoe.ttf?dl=1'); format(“truetype”);}
  923.  
  924. @font-face {font-family: "radiometry";src: url('https://dl.dropboxusercontent.com/s/d02uy9pnixyjzxo/radiometry.ttf?dl=1'); format("truetype");}
  925.  
  926. @font-face{ font-family:"zombiecat"; src:url('https://dl.dropboxusercontent.com/s/no289cdimss961s/zombiecat.ttf');}
  927.  
  928. @font-face{ font-family:"catshandwriting"; src:url('https://dl.dropboxusercontent.com/s/dy46vnhgrv3157d/catshandwriting.ttf');}
  929.  
  930. @font-face { font-family:"typewriter"; src: url('https://dl.dropboxusercontent.com/s/1zkidpxmtb4my66/type_writer.ttf?dl=1'); format(“truetype”);}
  931.  
  932. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  933.  
  934. @font-face { font-family:"avant"; src: url('https://dl.dropboxusercontent.com/s/11icl382vxmy46n/avant_pixel.ttf?dl=1'); format(“truetype”);}
  935.  
  936. @font-face { font-family: "caviardreams"; src: url('https://dl.dropboxusercontent.com/s/0sdd8pywjeng50w/caviardreams.ttf?dl=1'); format(“truetype”);}
  937.  
  938. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  939.  
  940. @font-face {font-family: "hasteristico";src: url('https://dl.dropboxusercontent.com/s/1q25s0pxgiibx5j/hasteristico.ttf?dl=1'); format("truetype");}
  941.  
  942. @font-face { font-family: "muli"; src: url('https://dl.dropboxusercontent.com/s/swqjp2tlc6l94cj/muli-light.ttf?dl=1'); format(“truetype”);}
  943.  
  944. @font-face { font-family: "bebas_neue"; src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/bebasneue.otf?dl=1'); format(“truetype”);}
  945.  
  946. @font-face { font-family:"carnival"; src: url('https://dl.dropboxusercontent.com/s/0ipvtrufgi08903/carnaval%20de%20mai.ttf?dl=1'); format(“truetype”);}
  947.  
  948. @font-face {font-family: "dc";src: url('https://dl.dropboxusercontent.com/u/67800931/dc_regular_caps.ttf'); format("truetype");}
  949.  
  950. @font-face {font-family: "vdj";src: url('https://dl.dropboxusercontent.com/u/67800931/vdj.ttf'); format("truetype");}
  951.  
  952. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  953.  
  954. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  955.  
  956. @font-face { font-family:"dolcevita"; src: url('https://dl.dropbox.com/s/ulyc96lx0yfiryl/Dolce%20Vita%20Heavy%20Bold.ttf?dl=1'); format("truetype");}
  957.  
  958. </style>
  959.  
  960. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  961. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  962. <script>
  963. (function($){
  964. $(document).ready(function(){
  965. $("[title],a[title],img[title]").style_my_tooltips({
  966. tip_follows_cursor:true,
  967. tip_delay_time:100,
  968. tip_fade_speed:300,
  969. attribute:"title"
  970. });
  971. });
  972. })(jQuery);
  973. </script>
  974.  
  975.  
  976. </head><body>
  977.  
  978. <div id="links">
  979. <a href="/" title="Home">01</a>
  980. <a href= "#?w=500" rel="02" class="poplight" title="Ask">02</a></a>
  981. <a href= "#?w=500" rel="03" class="poplight" title="Rules">03</a>
  982. <a href= "/profile" rel="04" class="poplight" title="Profile">04</a>
  983. <a href= "/about" rel="05" class="poplight" title="Biography">05</a>
  984. <a href= "#?w=500" rel="06" class="poplight" title="Navigation">06</a>
  985. </div>
  986.  
  987. <div id="hovers">
  988. <a title="Written by Phob"></a><p>
  989. <a title="Selective & Private"></a><p>
  990. <a title="Crossover Friendly"></a></div>
  991.  
  992. <div id="hovers2">
  993. <a title="Accepts threads of all lengths but tends to remain strictly literate"></a><p>
  994. <a title="SENSITIVE TOPICS OCCASIONALLY COME UP IN THREADS - NOT QUITE 18+ BUT TAGGED ACCORDINGLY"></a><p>
  995. <a title="Primarily FFVIII-based but has a Modern Verse Available"></a></div>
  996.  
  997. </div></div></div>
  998.  
  999. <div id="pagination">
  1000. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="PREVIOUS">BACK</a>{/block:PreviousPage}&nbsp;/&nbsp;{block:NextPage}<a href="{NextPage}" title="NEXT">FORTH</a>{/block:NextPage}{/block:Pagination}</center></div>
  1001.  
  1002. <div id="entries">{block:Posts}<div id="post">
  1003.  
  1004. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1> {Body}{/block:Text}
  1005.  
  1006. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1007.  
  1008. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1009.  
  1010. {block:Quote}<quote>{Quote}</quote>{block:Source}<br><br> <div style="text-align: right;">— <question>{Source}</question></div>{/block:Source}{/block:Quote}
  1011.  
  1012. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1013.  
  1014. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1015.  
  1016. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1017.  
  1018. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1019.  
  1020. {block:Answer}<div id="ask"><center><img src="{AskerPortraitURL-64}" style="margin-top: 6px;margin-left:7px;margin-right:13px;border:1px solid #fff;"></center></div>{Asker}<font style="font-size: 16px;">에서,</font><hr> <p><question>{Question}</question></p><hr>{Answer}{/block:Answer}
  1021.  
  1022. {block:Date}<div id="info"> <a href="{Permalink}" title="{DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}">VIEW POST</a>
  1023. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#fff>♥</font> <a href="{Permalink}" title="View Post">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  1024.  
  1025. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post">+ </a> ) </div>
  1026. </div>
  1027.  
  1028.  
  1029. {block:HasTags}
  1030. <div class="tags"><hr>
  1031. tagged as:{block:Tags} <a href="{TagURL}">&nbsp;#&nbsp;{Tag}</a> {/block:Tags}</div></center>
  1032. {/block:HasTags}
  1033. <div class="postnote">
  1034. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1035. </div>
  1036. </div>
  1037. {/block:Posts}
  1038.  
  1039. </div>
  1040.  
  1041. <div id="kael">character, code tweaks, graphics & icons by <b>PHOB</b> </div>
  1042.  
  1043. <a href= "#?w=500" rel="07" class="poplight" title="Loser Queen" style="bottom:5px; right: 5px; padding:2px; position:fixed; font-family: wendy; font-size:18px;"><img src="http://static.tumblr.com/y91lxtf/V5Ynue097/asu_icon2.png" /></a>
  1044.  
  1045. <a href= "http://mooglevillage.tumblr.com/" title="MoogleVillage!" style="bottom:22px; left: 6px; padding:2px; position:fixed; font-family: wendy; font-size:18px;"><img src="http://static.tumblr.com/y91lxtf/90qo4ez1z/mini_icon.png" /></a>
  1046.  
  1047. <div id="credit"><a href="http://hollywhood.tumblr.com" title="tweaked by bangvn">THEME</a></div>
  1048.  
  1049.  
  1050. </body>
  1051.  
  1052. <div id="sidebar"><img src="http://static.tumblr.com/y91lxtf/FPvo65z27/ktheme4.png"></div>
  1053.  
  1054. <div id="second"><img src="http://static.tumblr.com/y91lxtf/CgIo65z1j/ktheme5.png"></div>
  1055.  
  1056. <div id="fourth"><p>
  1057. Kael Haden<br>
  1058. Former Soldier<br>
  1059. Aspiring musician<br>
  1060. Rebellious streak<br>
  1061. ♥ <u><a title="married as of christmas day '15">25/12/15</a></u> ♥
  1062. </div></div>
  1063.  
  1064. <div id="fifth">K A E L</div>
  1065.  
  1066. <div id="sixth"><img src="http://static.tumblr.com/y91lxtf/yd7o65z6v/ktheme3.png"></div>
  1067.  
  1068. <div id="seventh">final fantasy viii oc, est august 2014.</div>
  1069.  
  1070. <div id="music"><a title="♪ CREATION">
  1071. <center>
  1072. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="100" height="19">
  1073. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  1074. <param name="bgcolor" value="#2c2d37" />
  1075. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/yk8vr8n8i9ry4vy/12%20CREATION.mp3?dl=1
  1076. &amp;width=100&amp;volume=50&amp;autoplay=1&amp;loop=1&amp;showslider=0&amp;sliderwidth=0&amp;sliderheight=0&amp;volumewidth=0&amp;volumeheight=0&amp;loadingcolor=5d5b5b&amp;bgcolor1=2c2d37&amp;bgcolor2=2c2d37&amp;slidercolor1=&amp;slidercolor2=&amp;sliderovercolor=&amp;buttoncolor=59595e&amp;buttonovercolor=ffffff&amp;textcolor=&amp;showlist=0&amp;playlistcolor=&amp;playlistalpha=0&amp;currentmp3color=&amp;scrollbarcolor=&amp;scrollbarovercolor=&amp;showplaylistnumbers=0" />
  1077. </object></a></div>
  1078.  
  1079. <div id="01" class="popup_block"><a title=""></a>
  1080. <center><h1>BANGVN</h1></center>
  1081. <center>Kael Haden<br>
  1082. Final Fantasy VIII<br>
  1083. Original Character<br>
  1084. <u><a href="http://drawspheres.tumblr.com" title="Drawspheres">Affiliated</a></u><br>
  1085. Est. August 2014<br>
  1086. Previously <i>beyondreflection</i>
  1087. </b>
  1088. </center>
  1089. </p>
  1090. </div>
  1091.  
  1092. <div id="02" class="popup_block"><h5>
  1093. <a title=""></a>
  1094.  
  1095. <h1> MESSAGES</h1> <hr>
  1096.  
  1097. <center>Please request privacy when needed! <br>
  1098. Submit is available <a href= "#?w=500" rel="08" class="poplight"><u>here!</u></a>
  1099. </center><hr><p>
  1100.  
  1101. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/bangvn.tumblr.com" width="100%"></iframe>
  1102. </div>
  1103.  
  1104. <div id="08" class="popup_block"><h5>
  1105. <a title=""></a>
  1106.  
  1107. <h1> SUBMISSIONS</h1> <hr>
  1108. <p>
  1109.  
  1110. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/submit_form/bangvn.tumblr.com" width="100%"></iframe>
  1111. </div>
  1112.  
  1113. <div id="03" class="popup_block"><a title=""></a>
  1114. <center><h1>RULES</h1></center><hr>
  1115.  
  1116. <center>
  1117. <hr />
  1118. <h2>LAST UPDATED, 7th May 2016</h2>
  1119. <question>Please don&rsquo;t be put off by the length here &mdash; I&rsquo;m actually super chill about 90% of stuff. I&rsquo;m just trying to cover all bases to be safe.</question></p>
  1120. <hr /><hr>
  1121. <h2>BASICS</h2></p>
  1122. <p>Theme is optimised for Screen Resolution 1366x768 on Google Chrome. Background graphic was created by me and, the theme, while credit for the original code goes to its respective creator, was heavily tweaked by me too. </small></p>
  1123. <p>Don&rsquo;t get IC and OOC muddled up. The character&rsquo;s views and thoughts are not written to reflect my own.</small></p>
  1124. <p>I try my best to reply quickly but don&rsquo;t push me for a response if I end up taking longer than expected. I can&rsquo;t control what happens, after all. This goes for OOC discussion, too. (I get very awkward sometimes, oops!!)</small></p>
  1125. <p>Overall, I prefer to use my main faceclaim wherever possible but I do have an alternative (manga-based) faceclaim available for those who would prefer it. I’m only likely to use this FC for interactions with 2D characters who don’t have an alternative faceclaim but, if your muse is from a 3D animated piece and you’d rather I used the alternate faceclaim, feel free to ask.</p>
  1126. <p>All icons and graphics used were made by me for the sole purpose of using them on this blog, and every icon PSD used is also 100% custom. I work very hard on the resources I make for this blog and, so, it would be vastly appreciated if you didn&rsquo;t take them. I&nbsp;<em><strong>will</strong></em>&nbsp;kick you up the arse.</small></p>
  1127. </blockquote>
  1128. <hr />
  1129. <h2>FOLLOWING &amp; UNFOLLOWING</h2></p>
  1130. <p>I&rsquo;m willing to roleplay with anyone, regardless of the character&rsquo;s origins. Even if I don&rsquo;t have a clue who your character is, I&rsquo;m up for it.</p>
  1131. <p>Though, I do exercise a certain degree of selective following &mdash; I want my Dash to be an environment I can enjoy. It&rsquo;s not that big a deal but it is for the sake of my own comfort.</small></p>
  1132. <p>However, I will only roleplay with Mutuals. As much as I hate to say it, if I haven&rsquo;t followed you back, I won&rsquo;t be interacting with you. OOC Questions and Character Development Prompts are free game but IC interactions with non-mutuals will not be happening on this blog.</small></p>
  1133. <p>It&rsquo;s rare for me to unfollow somebody but that&rsquo;s not to say it doesn&rsquo;t happen. I usually only unfollow for inactivity (which, by my standards, is about a month or two but I don&rsquo;t stand by this very strictly at all) but there are other factors that may lead to me unfollowing someone.</small></p>
  1134. </blockquote>
  1135. <hr />
  1136. <h2>EXCLUSIVITY</h2></p>
  1137. <p>Overall, I prefer not to exercise any sort of exclusivity on this blog and, most often, any requests for me to go exclusive with someone will go rejected. There are, however, a few exceptions to this rule and, for that reason, I can say that I’m not ruling the possibility out altogether – more than anything, it’s just unlikely. The blogs with which I am exclusive are listed below. I will not RP with any duplicates of these characters/faceclaims;</p>
  1138.  
  1139. <p><a href="http://celestriia.tumblr.com">celestriia</a> – PARK JIYEON FC<br>
  1140.  
  1141. <a href="http://ikinokori.tumblr.com">ikinokori</a> – YAMASHITA TOMOHISA FC<br>
  1142.  
  1143. <a href="http://vitriss.tumblr.com">vitriss</a> – SERAH FARRON</p>
  1144. </blockquote>
  1145. <hr />
  1146. <h2>ROLEPLAY &amp; INTERACTION</h2></p>
  1147. <p>I don&rsquo;t work on a mirrored format basis. If you don&rsquo;t use small text, I&rsquo;ll still use it, and if you don&rsquo;t use icons, I&rsquo;ll still use them, for example. I like to maintain some amount of consistency in my posts and doing otherwise does make me a tad uncomfortable. You can still do whatever you like with your own formatting!</small></p>
  1148. <p>On that note, though, I am comfortable with writing threads of all lengths, from one-liners to novella! Don&rsquo;t worry about matching my exact length, though, but it&rsquo;s preferred that some attempt is made (as in, don&rsquo;t respond to a multi-para with one very short paragraph).</small></p>
  1149. <p>If you ever want to RP with me, don&rsquo;t feel afraid to hit me up in the inbox. However, if that method doesn&rsquo;t work for you, I do reblog starter memes fairly often and I post semi-regular starter calls.</small></p>
  1150. <p>If you do throw a meme-based starter my way and I respond, don&rsquo;t feel afraid to turn it into a thread. There&rsquo;s no need to ask me if it&rsquo;s okay since that&rsquo;s generally what I reblog these memes for! My only request is that you move the thread to its own post as I don&rsquo;t like how reblogged asks look.</small></p>
  1151. <p>I&rsquo;m sure it goes without saying that Godmodding and Metagaming isn&rsquo;t on. I don&rsquo;t see any need to elaborate on that either.</small></p>
  1152. </blockquote>
  1153. <hr />
  1154. <h2>VERSES</h2>
  1155. <p>My main verse is, and always will be, the Final Fantasy VIII verse. For most interactions, this is the verse to which I will default, regardless of your own muse’s setting.</p>
  1156.  
  1157. <p>That said, in the case of KRP blogs and other muses based in Seoul, I will instead default to my Modern verse (and you can find the appropriate biography <a href="/modern">HERE</a>). If you are a Seoul-based muse and you want to write with my FFVIII portrayal instead, you may request so but, otherwise, I’ll automatically work with this alternate verse instead.</p>
  1158.  
  1159. <p>I am open to other AU settings as well but it’s preferred that these be plotted beforehand instead. I am very much open to AUs but I’d also rather that these not be a first choice for new interactions.</p>
  1160. <hr />
  1161. <h2>SHIPPING</h2></p>
  1162. <p>This blog is single-ship, and, therefore, Kael&rsquo;s ship partner is <a href="http://celestriia.tumblr.com/">this muse</a>. It doesn&rsquo;t bother me if other muses flirt with Kael or anything to that effect but it&rsquo;ll be a fruitless effort as Kael is dedicated to his relationship.</p>
  1163. </blockquote>
  1164. <hr />
  1165. <h2>WARNINGS &amp; TRIGGERS</h2></p>
  1166. <p>When it comes to sex, I do have my limits. I am actually open to writing sexual scenes but, given that this blog is single-ship, the details aren&rsquo;t exactly relevant. However, it&rsquo;s unlikely a frequent feature on this blog.</small></p>
  1167. <p>As for violence and the like, I have no limits. I love that kind of thing. On that note, I don&rsquo;t have any personal upsets I demand be tagged &mdash; tagging stuff like Animal Cruelty would certainly be appreciated but that&rsquo;s about it.</small></p>
  1168. <p>Any threads that are likely to be triggering or NSFW will be put under a Read More and tagged appropriately &mdash; in fact, the tagging rules applies to posts of any sorts. If I ever post anything that causes you great discomfort, just throw me a line and I&rsquo;ll get it (and any future posts of that sort) tagged as needed.<br /></small></p>
  1169. Any threads that are likely to be triggering or NSFW will be put under a Read More and tagged appropriately &mdash; in fact, the tagging rules applies to posts of any sorts. If I ever post anything that causes you great discomfort, just throw me a line and I&rsquo;ll get it (and any future posts of that sort) tagged as needed.</p>
  1170. <p>The following is a list of Trigger Warning tags I&rsquo;ve used on a regular enough basis to point them out, just in case you&rsquo;d like to know what to look out for;</p>
  1171. <center>Blood TW<br>
  1172. Death TW<br>
  1173. Drugs TW<br>
  1174. Self Harm TW<br>
  1175. Vomit TW</center>
  1176. <p>I will not, however, tag for swearing and discussions of war as these issues are core parts of Kael&rsquo;s character. However, if you&rsquo;d prefer I refrain from using foul language in our threads, don&rsquo;t feel afraid to give me a head&rsquo;s up.
  1177. </blockquote>
  1178. <hr /><hr />
  1179. <p style="line-height: 19.6px;"><strong>If you have any further questions, don&rsquo;t hesitate to ask!</strong></p></p> </div>
  1180.  
  1181.  
  1182. <div id="04" class="popup_block">
  1183. <center><poptitle>ABOUT</poptitle></center>
  1184.  
  1185. <div class="popup_mini"><center><u><a href="/about">backstory here</a></u></center></popup_mini></div><p>
  1186.  
  1187. <div class="shitbucket"><center><img src="http://static.tumblr.com/y91lxtf/f5wo66096/kaelpopbio2.png" title="이유 모를 허전함을 채워 의미, 없는 슬픔을 또 마셔, Since when was I like this?"/><p></center>
  1188. </div>
  1189.  
  1190. <div class="popup_bit">
  1191. <h2>PROFILE</h2>
  1192. <center><p><b>
  1193.  
  1194. NAME</b><br>Kael Haden</p><p><b>AGE</b><br>22</p><p><b>BIRTHDAY</b><br>8th February</p><p><b>HOMETOWN</b><br>Deling City</p><p><b>CURRENT RESIDENCE</b><br>Timber</p><p><b>OCCUPATION</b><br>Aspiring Musician &amp; Part-timer at Aphorora Pub; Former G-Soldier</p><p><b>FAMILY</b><br>Mother, Father (deceased), Uncle (whom Kael has never met)</p><p><b>HEIGHT</b><br>180cm / 5’11”</p><p><b>WEIGHT</b><br>57kg / 126lbs / 9st</p><p><b>BMI</b><br>17.5 (Underweight)</p><p><b>BODY TYPE</b><br>Kael is certainly skinny and this, combined with his height, means he’s very lanky. There is some vague muscle definition due to the fact that he hasn’t completely neglected his training but it’s mostly difficult to notice (yet noticeable enough that he doesn’t appear too scrawny despite being underweight). In terms of specific body types, Kael would best be described as an ectomorph. He’s much thinner than he was a soldier and this is mostly a consequence of the change in lifestyle and Kael’s terrible eating habits.</p><p><b>BODY REFERENCE</b><br><a href="http://36.media.tumblr.com/226fed24fa4dd955804ce3739b5e7549/tumblr_nlio4573i21u6frnho1_1280.png" title="!! Potentially NSFW !!">1</a> &amp; <a href="http://static.tumblr.com/y91lxtf/ggcnonxtw/8b6e10f7gw1e3hdj0f6hij.jpg">2</a> &amp; &nbsp;<a href="http://static.tumblr.com/y91lxtf/PT5nq4gyx/01.jpg">3</a> &amp; <a href="http://t.umblr.com/redirect?z=https%3A%2F%2Fi0.wp.com%2Fi1147.photobucket.com%2Falbums%2Fo550%2FJYJThree%2F2015%2FJanuary%2F2013+KJJ+Grand+Finale+Live+Con+and+FM+in+Yokohama%2FMitsumani_26.jpg%7Eoriginal&amp;t=ZmMwZDQ0NWI5MDgyMWFiZTdlYTA2MjAxNjhlOGIzMTYzODQ1NzQ1MSxUbU4zdWpESg%3D%3D">4</a></p><p><b>SEXUALITY </b><br>Bisexual (with a slight preference for women, putting him at a 2 on the Kinsey scale)</p><p><b>R/S STATUS</b><br><a href="http://celestriia.tumblr.com/" title="Asura Haden">Married</a></p><p><b>EYE COLOUR</b><br>Dark Brown</p><p><b>HAIR COLOUR<br></b>Pink (Dyed; Naturally black)</p><p><b>TATTOOS</b><br>Between the shoulder blades (a sun emblem, in Natsu’s memory), on his right side from ribs to hip (an hourglass, <a href="http://t.umblr.com/redirect?z=http%3A%2F%2Forig08.deviantart.net%2Fd1e0%2Ff%2F2009%2F029%2F5%2F5%2Fan_hourglass____by_mptribe.jpg&amp;t=Nzc2NGZlNDJiOTYyODgyZmY0YWQyNzdhNWY2ZDljMDViZDk4NzQyZSxUbU4zdWpESg%3D%3D">much like this</a>), on his left wrist (random designs), below his left collarbone (an VIII, referring to the ‘08’ that appears on G-Soldiers’ uniforms, as well as his own birthday)</p><p><b>PIERCINGS</b><br>Several ear piercings and a belly button piercing</p><p><b>ADORNMENT/MAKEUP</b><br>He wears a lot of jewellery, mostly in the form of rings and bracelets but he also wears necklaces (normally wears two at once; one genuine necklace and his military dog tags). Makeup isn’t used to excess but with an evident use of eyeliner and it’s also not at all uncommon for him to wear dark (rarely any colour besides black, really) nail varnish</p><p><b>SCARS</b><br>Kael’s scars are mostly small and unnoticeable save for the one that reaches from the ribs to the pelvis on his right side — covered by afore-mentioned tattoo. He also has scars on his wrist and these are similarly hidden by tattoos. He prefers to pretend his scars don’t exist, though, and therefore doesn’t regularly speak of them</p><p><b>DRESS SENSE&nbsp;</b><br><a href="/tagged/✯-┊-WARDROBE%3B">wardrobe tag</a></p><p><b>HABITS</b><br>Smoker, occasional drinker (a small step above casual)</p><p><b>HEALTH</b><br>He has no major physical health issues but, aside from the nicotine addiction, he is underweight and has trouble with sleep (borderline insomnia, suffers from nightmares). As for his mental health, Kael suffers from anxiety in the form of PTSD (as brought on by various experiences) and Depression</p><p><b>FAVOURITE SAYINGS</b><br>”Fuck off”, “It’s not a big deal”, “I’m <i>fine</i>”</p><p><b>SPEECH PATTERNS</b><br>Kael is mostly well-spoken but uses a decent amount of slang and swears a lot. Hespeaks with a light accent (London English would be the best comparison)</p><p><b>EDUCATIONAL BACKGROUND</b><br>Galbadia Garden</p><p><b>INTELLIGENCE LEVEL</b><br>He is definitely intelligent, more so than given credit for — this is mostly due to his attitude (and, possibly, his looks – the pretty but dumb stereotype has been inaccurately forced upon him before)</p><p><b>DISCIPLINE</b><br>Tae Kwon Do</p><p><b>SKILLS/TALENTS</b><br>Weaponry (namely the use of swords and handguns), basic Para-Magic, hand-to-hand combat, stealth, guitar, piano, singing, cookery (mostly an equivalent of Korean cuisine)</div>
  1195. <p>
  1196. <div class="popup_extra">
  1197. <p><br><center>And after all this time,<br>
  1198. And after all these words,<br>
  1199. <b>Your Hands Are Still Shaking</b></center></p></div>
  1200. </div>
  1201.  
  1202. <div id="05" class="popup_block"><p><h1>Relationships</h1>
  1203. <hr><hr><p><br>
  1204. <center>
  1205. <a href="http://celestriia.tumblr.com/" title="Asura Haden ♡"><img src="http://static.tumblr.com/y91lxtf/HUnnuemx7/ex01.png"></a>
  1206.  
  1207. <a href="http://ikinokori.tumblr.com/" title="Natsuhiko Kanzaki"><img src="http://static.tumblr.com/y91lxtf/p6Nnuefi4/01.png"></a>
  1208.  
  1209. <a href="http://hcldfast.tumblr.com/" title="Kara Allen"><img src="http://static.tumblr.com/y91lxtf/hjKnyz0k9/11.png"></a>
  1210.  
  1211. <a href="http://vitriss.tumblr.com/" title="Serah Farron"><img src="http://static.tumblr.com/y91lxtf/lJonuempq/06.png"></a><br>
  1212.  
  1213. <a href="http://belspectre.tumblr.com/" title="Genna Carter"><img src="http://static.tumblr.com/y91lxtf/jArnuem8c/03.png"></a>
  1214.  
  1215. <a title="Who in the fuck?"><img src="http://static.tumblr.com/y91lxtf/sQcnx3haq/blank.png"></a>
  1216.  
  1217. <a title="Who in the fuck?"><img src="http://static.tumblr.com/y91lxtf/sQcnx3haq/blank.png"></a>
  1218.  
  1219. <a title="Who in the fuck?"><img src="http://static.tumblr.com/y91lxtf/sQcnx3haq/blank.png"></a><p><br>
  1220. <hr><hr>
  1221.  
  1222. </div>
  1223.  
  1224. <div id="06" class="popup_block">
  1225. <p><center><h1>Navigation</h1></center></p>
  1226. <hr><hr><p><br>
  1227. <p><center><a href="/guidelines">RULES</a><br>
  1228. <a href="/profile">PROFILE</a><br>
  1229. <a href="/about">STORY</a><br>
  1230. <a href="/tagged/✯-┊-PHOTOGRAPHY%3B">VISAGE</a><br>
  1231. <a href= "#?w=500" rel="11" class="poplight">VERSES</a><br>
  1232. <a href= "/taglist" class="poplight">TAGLIST</a><br>
  1233. <a href= "#?w=500" rel="10" class="poplight">MUN</a></p>
  1234. <p><br><hr><hr>
  1235. </div>
  1236.  
  1237. <div id="11" class="popup_block">
  1238. <h1>VERSES</h1>
  1239. <center><img src="http://static.tumblr.com/y91lxtf/Rsmo21jeb/main.png">
  1240. <h2>MAIN</h2>
  1241. <div class="popup_mini"><center><a href="/about">READ HERE</a></center></popup_mini></div><p><br>
  1242. <img src="http://static.tumblr.com/y91lxtf/oRQo21jeg/modern.png">
  1243. <h2>MODERN</h2>
  1244. <div class="popup_mini"><center><a href="/modern">READ HERE</a></center></popup_mini></div><p><br>
  1245. <img src="http://static.tumblr.com/y91lxtf/Ru3o21jfo/alternate.png">
  1246. <p>
  1247. <h2>ALTERNATE</h2>
  1248. <div class="popup_mini"><center>????</popup_mini></div>
  1249. </center>
  1250. </p>
  1251. </div>
  1252.  
  1253. <div id="07" class="popup_block"><p><br><hr><hr>
  1254. <center><poptitle>A S U R A</poptitle>
  1255. <hr>
  1256. <p> <img src="http://static.tumblr.com/y91lxtf/IPYo6sx1u/asusu.png" title="오우 넌 내안 가득히"/> </p><hr>
  1257. <p><center>Sometimes I get scared, afraid of tomorrow,<br>
  1258. Wandering in silence all by myself but<br>
  1259. I love you, I love you, I shout out quietly<br><p>
  1260. <b><a href="http://celestriia.tumblr.com/" title="Asu♡">OH, I LOVE YOU</a></b></center></p><hr><hr>
  1261. </div>
  1262.  
  1263. <div id="09" class="popup_block"><h1>other muses</h1>
  1264. <p><center><p><a href="http://fujinochou.tumblr.com/" title="Ayane (Dead or Alive)"><img src="https://36.media.tumblr.com/1e448815cfffcea7ed56e79e98d15484/tumblr_inline_nyfjy1IBY51sltb3f_500.png" /></a></p>
  1265. <p>
  1266. <p><a href="http://dynamiteu.tumblr.com/" title="Cha Seyeon (OC)"><img src="http://static.tumblr.com/y91lxtf/PYJnyz1nd/seyeon.png" /></a></p>
  1267. <p></p>
  1268. <p><a href="http://bemusan.tumblr.com/" title="Bem (Yokai Ningen Bem)"><img src="https://40.media.tumblr.com/5e4a5fac7f3fe51de4875ce79d1e2f5d/tumblr_inline_nyfk9szrPh1sltb3f_500.png" /></a></p></center>
  1269. </div>
  1270.  
  1271. <div id="10" class="popup_block"><a title=""></a>
  1272. <center><h1>MUN</h1></center><hr>
  1273. <center><p><strong>Name</strong> ➝ Phob</p>
  1274. <p><strong>Age</strong> ➝ 20 years old</p>
  1275. <p><strong>Birthday</strong> ➝ 1st December</p>
  1276. <p><strong>Personal</strong> ➝ <a title="86holic!" href="http://86holic.tumblr.com/">HERE</a></p>
  1277. <p><strong>Skype</strong> ➝ <a title="Request Only">Hover</a><br>
  1278. <p><strong>AIM</strong> ➝ <a title="re.bellion">Hover</a></p>
  1279. </center></blockquote>
  1280. <hr />
  1281. <p>I&rsquo;m not brilliant at talking about myself but, here I am, making an attempt anyway. Right, so, I&rsquo;m Phob and I&rsquo;m from Scotland. My first passion is writing, and it&rsquo;s for that reason that I roleplay, but, besides that, my hobbies are things along the lines of drawing, reading and graphic editing. I also put a lot of time and effort into making icons and tweaking themes. Given that I&rsquo;m from the UK, English is my first language but I know quite a bit of French and am working hard to learn Japanese (mostly, it&rsquo;s the reading that trips me up). I&rsquo;d also like to learn Korean eventually. Other than that, I&rsquo;m really into animation of all kinds and I&rsquo;m hoping to return to Uni as an animation student next year! Oh, and I really like GACKT. A lot.</p>
  1282. </p>
  1283. </div>
  1284. </div></div></div></div></div></div></div></div></div>
  1285.  
  1286. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement