Advertisement
fatblackcat

Untitled

Feb 29th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.01 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="https://56.media.tumblr.com/92f3c47823453cf0f6653f3c035e436b/tumblr_o3aom91WwB1ufxgs3o1_75sq.png">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <meta name="description" content="{MetaDescription}" />
  7.  
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10.  
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12.  
  13. <script>
  14.  
  15. (function($){
  16.  
  17. $(document).ready(function(){
  18.  
  19. $("a[title]").style_my_tooltips({
  20.  
  21. tip_follows_cursor:true,
  22.  
  23. tip_delay_time:90,
  24.  
  25. tip_fade_speed:600,
  26.  
  27. attribute:"title"
  28.  
  29. });
  30.  
  31. });
  32.  
  33. })(jQuery);
  34.  
  35. </script>
  36. <!--basic tooltip from tutorial-baby! Enjoy-->
  37. <style>
  38. #tumblr_controls {opacity: 0.5; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  39. #tumblr_controls:hover {opacity: 1; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  40. #tumblr_controls {-webkit-filter: invert(100%);}
  41. #s-m-t-tooltip {
  42. max-width:300px; /*how big the tooltip can be at most*/
  43. border-radius: 2px; /*change your border radius*/
  44. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  45. margin:20px 7px -2px 20px; /*distance from word*/
  46. background-color:{color:link title hover bg}; /*background color*/
  47. border:1px solid {color:link title hover border}; /*border info*/
  48. font-family:times; /*tooltip font*/
  49. font-size:9px; /*tooltip font size*/
  50. letter-spacing:2px; /*tooltip letter spacing*/
  51. text-transform:uppercase; /*makes the tooltip title uppercase*/
  52. color:{color:link title color}; /*tooltip font color*/
  53. z-index:999999999999999999999999999999999999;
  54. }
  55. </style>
  56.  
  57. <link href='https://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='https://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'>
  68.  
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71. <script>
  72. $(document).ready(function() {
  73. //
  74. $('a.poplight[href^=#]').click(function() {
  75. var popID = $(this).attr('rel'); //Get Popup Name
  76. var popURL = $(this).attr('href'); //Get Popup href to define size
  77. var query= popURL.split('?');
  78. var dim= query[1].split('&');
  79. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  81. var popMargTop = ($('#' + popID).height() + 80) / 2;
  82. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  83. //Apply Margin to Popup
  84. $('#' + popID).css({
  85. 'margin-top' : -popMargTop,
  86. 'margin-left' : -popMargLeft
  87. });
  88. $('body').append('<div id="fade"></div>');
  89. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  90. return false;
  91. });
  92. $('a.close, #fade').live('click', function() {
  93. $('#fade , .popup_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>
  100.  
  101. <!---- this is theme 52 by Hollywhood
  102. please don't remove the credit
  103. thank you
  104. --->
  105.  
  106. <meta name="color:Background" content="#ffffff"/>
  107. <meta name="color:Text" content="#9B9B9B"/>
  108. <meta name="color:bold" content="#9B9B9B"/>
  109. <meta name="color:Link" content="#b8b8b8"/>
  110. <meta name="color:Link Hover" content="#eeeeee"/>
  111. <meta name="color:Custom Link" content="#b8b8b8"/>
  112. <meta name="color:Custom Link Hover" content="#eeeeee"/>
  113. <meta name="color:blockquote" content="#eeeeee"/>
  114. <meta name="color:border" content="#EEEEEE"/>
  115. <meta name="color:scrollbar" content="#999999">
  116. <meta name="color:post info bg" content="#ffffff">
  117. <meta name="color:link title hover bg" content="#ffffff">
  118. <meta name="color:link title hover border" content="#ffffff">
  119. <meta name="color:link title color" content="#b690e7">
  120. <meta name="color:ask border" content="#b690e7">
  121.  
  122. <meta name="text:bg url" content=""/>
  123.  
  124. <meta name="text:tag symbol" content="#">
  125. <meta name="text:pagi back" content="♙">
  126. <meta name="text:pagi forward" content="♟">
  127.  
  128. <meta name="text:post width" content="450px"/>
  129. <meta name="text:cont height" content="450px"/>
  130. <meta name="text:cont width" content="455px"/>
  131. <meta name="text:cont left" content=""/>
  132. <meta name="text:cont top" content=""/>
  133.  
  134. <meta name="text:alinks symbol" content="❄"/>
  135. <meta name="text:alinks size" content="20px"/>
  136. <meta name="text:alinks top axis" content="135px"/>
  137. <meta name="text:alinks left axis" content="977px"/>
  138.  
  139. <meta name="text:blinks symbol" content="❄"/>
  140. <meta name="text:blinks size" content="20px"/>
  141. <meta name="text:blinks top axis" content="178px"/>
  142. <meta name="text:blinks left axis" content="1049px"/>
  143.  
  144. <meta name="text:clinks symbol" content="❄"/>
  145. <meta name="text:clinks size" content="20px"/>
  146. <meta name="text:clinks top axis" content="226px"/>
  147. <meta name="text:clinks left axis" content="965px"/>
  148.  
  149. <meta name="text:dlinks symbol" content="❄"/>
  150. <meta name="text:dlinks size" content="20px"/>
  151. <meta name="text:dlinks top axis" content="283px"/>
  152. <meta name="text:dlinks left axis" content="1015px"/>
  153.  
  154. <meta name="text:elinks symbol" content="❄"/>
  155. <meta name="text:elinks size" content="20px"/>
  156. <meta name="text:elinks top axis" content="344px"/>
  157. <meta name="text:elinks left axis" content="967px"/>
  158.  
  159. <meta name="text:flinks symbol" content="❄"/>
  160. <meta name="text:flinks size" content="20px"/>
  161. <meta name="text:flinks top axis" content="400px"/>
  162. <meta name="text:flinks left axis" content="1011px"/>
  163.  
  164. <meta name="text:glinks symbol" content="♥"/>
  165. <meta name="text:glinks size" content="50px"/>
  166. <meta name="text:glinks top axis" content="250px"/>
  167. <meta name="text:glinks left axis" content="120px"/>
  168.  
  169. <style type="text/css">
  170.  
  171. ::-webkit-scrollbar-thumb{
  172. background-color: {color:scrollbar};
  173. height:auto;
  174. }
  175.  
  176. ::-webkit-scrollbar {
  177. height:auto;
  178. width:4px;
  179.  
  180. }
  181.  
  182.  
  183. iframe#tumblr_controls {
  184. white-space:nowrap;
  185. -webkit-filter: invert(100%);
  186. -moz-filter: invert(100%);
  187. -o-filter: invert(100%);
  188. -ms-filter: invert(100%);
  189. filter: invert(100%);
  190. opacity:.2;transition: .8s ease-in-out;
  191. -webkit-transition: .8s ease-in-out;
  192. -moz-transition: .8s ease-in-out;
  193. -o-transition: .8s ease-in-out;
  194. }
  195.  
  196. h1 {
  197. font-weight:normal;
  198. font-size:20px;
  199. text-align:center;
  200. font-style:normal;
  201. line-height:100%;
  202. letter-spacing:0.5px;
  203. text-transform:normal;
  204. color:{color:bold};
  205. font-family: 'Gloria Hallelujah', cursive;;
  206. }
  207.  
  208. h2 {
  209. font-size:15px;
  210. text-align:center;
  211. font-style:normal;
  212. line-height:100%;
  213. letter-spacing:1px;
  214. color:{color:bold};
  215. text-transform:normal;
  216. font-family: 'Gloria Hallelujah', cursive;
  217. }
  218.  
  219. #quote {
  220. font-size: 15pt;
  221. text-align: center;
  222. line-height: 100%;
  223. font-family: 'Cedarville Cursive', cursive;
  224.  
  225. }
  226.  
  227. blockquote {
  228. border-left:1px solid #ccc;
  229. padding:6px;
  230. margin:9px 2px 0px 9px
  231. }
  232.  
  233. body {
  234. background:{color:background};
  235. margin:0px;
  236. color:{color:text};
  237. font-family: 'Alegreya', serif;
  238. text-shadow: 1px 1px 1px #fdc5ab;
  239. font-size:13px;
  240. line-height:90%;
  241. background-image:url({text:bg url});
  242. background-attachment: fixed;
  243. background-image:stretch;
  244. background-repeat: no-repeat;
  245. background-image:cover;
  246. background-position:left top;
  247. }
  248.  
  249. a {
  250. text-decoration:none;
  251. outline:none;
  252. -moz-outline-style:none;
  253. color:{color:link};
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258.  
  259. a:hover {
  260. outline:none;
  261. -moz-outline-style:none;
  262. color:{color:link hover};
  263. }
  264.  
  265. b, strong{
  266. color: {color:bold};
  267. font-weight: bold;
  268. font-family: 'Covered By Your Grace', cursive;
  269. font-size:14px;
  270. letter-spacing:1px;
  271. text-shadow: 1px 1px 1px #fdc5ab;
  272. }
  273.  
  274. i, em, strong {
  275. color: {color:text};
  276. font-family: 'Architects Daughter', cursive;
  277. font-size:13px;
  278. letter-spacing:1px;
  279. text-shadow: 1px 1px 1px #fdc5ab;
  280.  
  281. }
  282.  
  283. blockquote {
  284. border-left:2px solid;
  285. border-color:{color:blockquote};
  286. padding-left:5px;
  287. margin:5px;
  288. border-radius:7px;
  289. }
  290.  
  291. img {
  292. border:none;
  293. }
  294.  
  295. #theme {
  296. width:{text:post width};
  297. margin:0 auto -12px auto;
  298. }
  299.  
  300. #post {
  301. width:{text:post width};
  302. padding-bottom:30px;
  303. margin-top:20px;
  304. }
  305.  
  306. #entries {
  307. padding:10px;
  308. left:{text:cont left};
  309. top:{text:cont top};
  310. position:fixed;
  311. background-color:transparent;
  312. width:{text:cont width};
  313. height:{text:cont height};
  314. padding: 20px;
  315.  
  316. overflow-x:scroll;
  317. scroll:left;
  318. overflow-x:hidden;
  319. }
  320.  
  321. #line {
  322. width:{text:post width};
  323. height:1px;
  324. margin-top:-6px;
  325. background-color:{color:border};
  326. }
  327.  
  328.  
  329. #links {
  330. position:fixed;
  331. font-family: 'Covered By Your Grace', cursive;
  332. width:130px;
  333. margin-top:15px;
  334. margin-left:0px;
  335. font-size:10px;
  336. letter-spacing:-1px;
  337. text-align:center;
  338. line-height:200%;
  339. }
  340.  
  341. #links a{
  342. line-height:200%;
  343. padding:1px;
  344. margin-top:1px;
  345. margin-left:4px;
  346. margin-right:4px;
  347. color:{color:link};
  348. -moz-transition-duration:.7s;
  349. -webkit-transition-duration:.7s;
  350. -o-transition-duration:.7s;
  351. }
  352.  
  353. #links a:hover {
  354. color: {color:link hover};
  355. -moz-transition-duration:.4s;
  356. -webkit-transition-duration:.4s;
  357. -o-transition-duration:.4s;
  358.  
  359. }
  360.  
  361. #description {
  362. position:fixed;
  363. width:180px;
  364. font-family: 'Alegreya', serif;
  365. top:50px;
  366. left:40px;
  367. text-align:center;
  368. text-transform:uppercase;
  369. font-size:8px;
  370. color: {color:text};
  371. letter-spacing:1px;
  372. line-height:115%;
  373. padding: 3px;
  374.  
  375. }
  376.  
  377. #description a {
  378. color:{color:link};
  379. }
  380.  
  381. #description a:hover {
  382. color:{color:link hover};
  383. }
  384.  
  385. #pagination {
  386. font-size:20px;
  387. margin-top:40px;
  388. margin-left:250px;
  389. position:fixed;
  390. text-align:center;
  391. text-shadow: 1px 1px 1px #fdc5ab;
  392. font-family: 'Covered By Your Grace', cursive;
  393. }
  394.  
  395. #pagination a {
  396. color:{color:link};
  397. -moz-transition-duration:.4s;
  398. -webkit-transition-duration:.4s;
  399. -o-transition-duration:.4s;
  400. }
  401.  
  402. #pagination a:hover {
  403. color: {color:link hover};
  404. -moz-transition-duration:.4s;
  405. -webkit-transition-duration:.4s;
  406. -o-transition-duration:.4s;
  407.  
  408. }
  409.  
  410. #alinks {
  411. position:fixed;
  412. font-family: 'Alegreya', serif;
  413. width:10px;
  414. top:{text:alinks top axis};
  415. left:{text:alinks left axis};
  416. font-size:{text:alinks size};
  417. text-align:center;
  418. line-height:170%;
  419. text-shadow: 1px 1px 1px #fdc5ab;
  420. -webkit-transform: rotate(50deg);
  421. -moz-transform: rotate(50deg);
  422. -o-transform: rotate(50deg);
  423.  
  424. }
  425.  
  426. #alinks a{
  427. line-height:200%;
  428. padding:1px;
  429. margin-top:1px;
  430. margin-left:4px;
  431. margin-right:4px;
  432. color:{color:custom link};
  433. -moz-transition-duration:.7s;
  434. -webkit-transition-duration:.7s;
  435. -o-transition-duration:.7s;
  436. }
  437.  
  438. #alinks a:hover {
  439. color: {color:custom link hover};
  440. -moz-transition-duration:.4s;
  441. -webkit-transition-duration:.4s;
  442. -o-transition-duration:.4s;
  443.  
  444. }
  445.  
  446. #blinks {
  447. position:fixed;
  448. font-family: 'Alegreya', serif;
  449. width:10px;
  450. top:{text:blinks top axis};
  451. left:{text:blinks left axis};
  452. font-size:{text:blinks size};
  453. text-align:center;
  454. line-height:170%;
  455. -webkit-transform: rotate(320deg);
  456. -moz-transform: rotate(320deg);
  457. -o-transform: rotate(320deg);
  458.  
  459. }
  460.  
  461. #blinks a{
  462. line-height:200%;
  463. padding:1px;
  464. margin-top:1px;
  465. margin-left:4px;
  466. margin-right:4px;
  467. color:{color:custom link};
  468. text-shadow: 1px 1px 1px #fdc5ab;;
  469. -moz-transition-duration:.7s;
  470. -webkit-transition-duration:.7s;
  471. -o-transition-duration:.7s;
  472. }
  473.  
  474. #blinks a:hover {
  475. color: {color:custom link hover};
  476. -moz-transition-duration:.4s;
  477. -webkit-transition-duration:.4s;
  478. -o-transition-duration:.4s;
  479.  
  480. }
  481.  
  482. #clinks {
  483. position:fixed;
  484. font-family: 'Alegreya', serif;
  485. width:10px;
  486. top:{text:clinks top axis};
  487. left:{text:clinks left axis};
  488. font-size:{text:clinks size};
  489. text-align:center;
  490. line-height:170%;
  491. text-shadow: 1px 1px 1px #fdc5ab;
  492. -webkit-transform: rotate(30deg);
  493. -moz-transform: rotate(30deg);
  494. -o-transform: rotate(30deg);
  495. }
  496.  
  497. #clinks a{
  498. line-height:200%;
  499. padding:1px;
  500. margin-top:1px;
  501. margin-left:4px;
  502. margin-right:4px;
  503. color:{color:custom link};
  504. -moz-transition-duration:.7s;
  505. -webkit-transition-duration:.7s;
  506. -o-transition-duration:.7s;
  507. }
  508.  
  509. #clinks a:hover {
  510. color: {color:custom link hover};
  511. -moz-transition-duration:.4s;
  512. -webkit-transition-duration:.4s;
  513. -o-transition-duration:.4s;
  514.  
  515. }
  516.  
  517. #dlinks {
  518. position:fixed;
  519. font-family: 'Alegreya', serif;
  520. width:10px;
  521. top:{text:dlinks top axis};
  522. left:{text:dlinks left axis};
  523. font-size:{text:dlinks size};
  524. text-align:center;
  525. line-height:170%;
  526. text-shadow: 1px 1px 1px #fdc5ab;
  527. -webkit-transform: rotate(-30deg);
  528. -moz-transform: rotate(-30deg);
  529. -o-transform: rotate(-30deg);
  530. }
  531.  
  532. #dlinks a{
  533. line-height:200%;
  534. padding:1px;
  535. margin-top:1px;
  536. margin-left:4px;
  537. margin-right:4px;
  538. color:{color:custom link};
  539. -moz-transition-duration:.7s;
  540. -webkit-transition-duration:.7s;
  541. -o-transition-duration:.7s;
  542. }
  543.  
  544. #dlinks a:hover {
  545. color: {color:custom link hover};
  546. -moz-transition-duration:.4s;
  547. -webkit-transition-duration:.4s;
  548. -o-transition-duration:.4s;
  549.  
  550. }
  551.  
  552. #elinks {
  553. position:fixed;
  554. font-family: 'Alegreya', serif;
  555. width:10px;
  556. top:{text:elinks top axis};
  557. left:{text:elinks left axis};
  558. font-size:{text:elinks size};
  559. text-align:center;
  560. line-height:170%;
  561. text-shadow: 1px 1px 1px #fdc5ab;
  562. -webkit-transform: rotate(40deg);
  563. -moz-transform: rotate(40deg);
  564. -o-transform: rotate(40deg);
  565. }
  566.  
  567. #elinks a{
  568. line-height:200%;
  569. padding:1px;
  570. margin-top:1px;
  571. margin-left:4px;
  572. margin-right:4px;
  573. color:{color:custom link};
  574. -moz-transition-duration:.7s;
  575. -webkit-transition-duration:.7s;
  576. -o-transition-duration:.7s;
  577. }
  578.  
  579. #elinks a:hover {
  580. color: {color:custom link hover};
  581. -moz-transition-duration:.4s;
  582. -webkit-transition-duration:.4s;
  583. -o-transition-duration:.4s;
  584.  
  585. }
  586.  
  587. #flinks {
  588. position:fixed;
  589. font-family: 'Alegreya', serif;
  590. width:10px;
  591. top:{text:flinks top axis};
  592. left:{text:flinks left axis};
  593. font-size:{text:flinks size};
  594. text-align:center;
  595. line-height:170%;
  596. text-shadow: 1px 1px 1px #fdc5ab;
  597. -webkit-transform: rotate(-50deg);
  598. -moz-transform: rotate(-50deg);
  599. -o-transform: rotate(-50deg);
  600. }
  601.  
  602. #flinks a{
  603. line-height:200%;
  604. padding:1px;
  605. margin-top:1px;
  606. margin-left:4px;
  607. margin-right:4px;
  608. color:{color:custom link};
  609. -moz-transition-duration:.7s;
  610. -webkit-transition-duration:.7s;
  611. -o-transition-duration:.7s;
  612. }
  613.  
  614. #flinks a:hover {
  615. color: {color:custom link hover};
  616. -moz-transition-duration:.4s;
  617. -webkit-transition-duration:.4s;
  618. -o-transition-duration:.4s;
  619.  
  620. }
  621.  
  622. #glinks {
  623. position:fixed;
  624. font-family: 'Alegreya', serif;
  625. width:10px;
  626. top:{text:glinks top axis};
  627. left:{text:glinks left axis};
  628. font-size:{text:glinks size};
  629. text-align:center;
  630. line-height:170%;
  631. text-shadow: 1px 1px 1px #fdc5ab;
  632. }
  633.  
  634. #glinks a{
  635. line-height:200%;
  636. padding:1px;
  637. margin-top:1px;
  638. margin-left:4px;
  639. margin-right:4px;
  640. color:{color:custom link};
  641. -moz-transition-duration:.7s;
  642. -webkit-transition-duration:.7s;
  643. -o-transition-duration:.7s;
  644. }
  645.  
  646. #glinks a:hover {
  647. color: {color:custom link hover};
  648. -moz-transition-duration:.4s;
  649. -webkit-transition-duration:.4s;
  650. -o-transition-duration:.4s;
  651.  
  652. }
  653.  
  654. #info {
  655. font-family: 'Alegreya', serif;
  656. width:{text:post width};
  657. margin-top:5px;
  658. padding-top:7px;
  659. font-size:12px;
  660. color:{color:link hover};
  661. letter-spacing:1px;
  662. font-style:normal;
  663. text-align:center;
  664. text-shadow: 1px 1px 1px #fdc5ab;
  665. -moz-transition-duration:0.2s;
  666. -webkit-transition-duration:0.2s;
  667. -o-transition-duration:0.2s;
  668. }
  669.  
  670. #info a {
  671. color:{color:link};
  672. background: {color:post info bg};
  673. padding:3px;
  674. font-style:normal;
  675. text-shadow: 1px 1px 1px #fdc5ab;
  676. }
  677.  
  678. #info a:hover {
  679. color:{color:link hover};
  680. -moz-transition-duration:0.2s;
  681. -webkit-transition-duration:0.2s;
  682. -o-transition-duration:0.2s;
  683. }
  684.  
  685. .tags {
  686. font-family: 'Alegreya', serif;
  687. text-shadow: 1px 1px 1px #fdc5ab;
  688. font-style:normal;
  689. width:{text:post width};
  690. text-transform:normal;
  691. font-style:normal;
  692. line-height:120%;
  693. margin-top:15px;
  694. font-size:12px;
  695. text-align:center;
  696. -moz-transition-duration:0.2s;
  697. -webkit-transition-duration:0.2s;
  698. -o-transition-duration:0.2s;
  699. }
  700. .tags a{
  701. color:{color:link};
  702.  
  703. }
  704. .tags a:hover{
  705. color:{color:link hover};
  706. }
  707.  
  708. .audio{
  709. background-color:transparent;
  710. height:65px;
  711. overflow:hidden;
  712. }
  713.  
  714. .question {
  715. padding:9px;
  716. text-align:left;
  717. text-transform:italic;
  718. color:{color:text};
  719. background-color: transparent;
  720. border-left:3px solid {color:ask border};
  721. border-radius:7px;
  722. line-height:120%
  723. }
  724.  
  725. .answer {
  726. text-align:left;
  727. padding:7px;
  728. color:{color:text};
  729. }
  730.  
  731. #credit {
  732. font-size:9px;
  733. font-family:cambria;
  734. font-style:italic;
  735. letter-spacing:1px;
  736. -moz-transition-duration:0.5s;
  737. -webkit-transition-duration:0.5s;
  738. -o-transition-duration:0.5s;
  739. }
  740.  
  741. #credit a {
  742. background-color:#fff;
  743. padding:5px;
  744. border:1px solid #e9e9e9;
  745. position:fixed;
  746. right:15px;
  747. bottom:10px
  748. }
  749.  
  750. #credit a:hover {
  751. color:#191919;
  752. background-color:#191919;
  753. }
  754.  
  755. #fade { /*--Transparent background layer--*/
  756. display: none; /*--hidden by default--*/
  757. background: #fff;
  758. position: fixed; left: 0; top: 0;
  759. width: 100%; height: 100%;
  760. opacity: .80;
  761. z-index: 99999;
  762. }
  763. .popup_block{
  764.  
  765. display: none; /*--hidden by default--*/
  766. background-image:url("https://40.media.tumblr.com/73827fb246ead8d4ef9812f67ae7cc22/tumblr_o38kv2Ra391udgllfo1_400.png");
  767. height:450px;
  768.  
  769. padding: 5px;
  770. border: 3px solid #f75775;
  771. text-align:center;
  772. float: left;
  773. position: fixed;
  774. top: 55%; left: 55%;
  775. z-index: 999999;
  776. /*--CSS3 Box Shadows--*/
  777. -webkit-box-shadow: 0px 0px 20px #000;
  778. -moz-box-shadow: 0px 0px 20px #000;
  779. box-shadow: 0px 0px 20px #000;
  780. /*--CSS3 Rounded Corners--*/
  781. -webkit-border-radius: 2px;
  782. -moz-border-radius: 2px;
  783. border-radius: 10px;
  784. }
  785. img.btn_close {
  786. float: right;
  787. margin: -2px -2px 0 0;
  788. }
  789. /*--Making IE6 Understand Fixed Positioning--*/
  790. *html #fade {
  791. position: absolute;
  792. }
  793. *html .popup_block {
  794. position: absolute;
  795. }
  796.  
  797. #bite
  798. #bite a{
  799. display:block
  800. }
  801. #bite .death {
  802. margin-top:0px;filter: alpha(opacity = 0);
  803. opacity:0;-webkit-transition: all 0.5s ease-out;
  804. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  805. }
  806.  
  807. #bite:hover .death {
  808. margin-top:0px;
  809. -webkit-transition: all 0.8s ease-out;
  810. -moz-transition: all 0.8s ease-out;
  811. transition: all 0.8s ease-out;
  812. filter: alpha(opacity = 100);
  813. filter: alpha(opacity = 100);
  814. opacity:100;
  815. }
  816.  
  817. #actualnews {
  818. font-family: 'Alegreya', serif;
  819. font-size:11px;
  820. color: #ff9f62;
  821. width:150px;
  822. height:auto;
  823. padding-top:5px;
  824. padding-top:5px;
  825. border:1px solid#f75775;
  826. border-radius:5px;
  827. margin-left:1125px;
  828. margin-top:120px;
  829. text-align:left;
  830. position:fixed;
  831. background:#fff7f3;
  832. }
  833.  
  834. #thekey img{
  835. width:60px;
  836. margin-top: 40px;
  837. margin-left: 1150px;
  838. position:fixed;
  839. }
  840.  
  841. {CustomCSS}</style></head><body>
  842.  
  843. <div id="bite">
  844. <div id="thekey"><img src="https://56.media.tumblr.com/4c2a919e1a182c5b653bbbb33726256b/tumblr_o3aom91WwB1ufxgs3o2_250.png"></div>
  845. <div class="death">
  846. <div id="actualnews">
  847. <i>"Name's Gido, sky pirate and leader of the island Eden,"</i>
  848. <p>
  849. Indie roleplay blog for <b>Gido</b> from <i>07-GHOST</i>.
  850. </div>
  851. </div></div>
  852.  
  853.  
  854. <div id="theme">
  855.  
  856. <div id="sidebar">
  857.  
  858. <div id="sidebarimage">
  859. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  860.  
  861. <div id="alinks"><a href="/" title="return to the aegis">{text:alinks symbol}</a></div>
  862. <div id="blinks"><a href="#?w=380" rel="c" class="poplight" title="captain of the aegis">{text:blinks symbol}</a></div>
  863. <div id="clinks"><a href="#?w=380" rel="fyi" class="poplight" title="ship rules">{text:clinks symbol}</a></div>
  864. <div id="dlinks"><a href="#?w=380" rel="q" class="poplight" title="inquiries">{text:dlinks symbol}</a></div>
  865. <div id="elinks"><a href="/submit" title="letters">{text:elinks symbol}</a></div>
  866. <div id="flinks"><a href="http://mythinktankguys.tumblr.com/" title="vice captain">{text:flinks symbol}</a></div>
  867. <div id="glinks"><a href="#?w=380" rel="ex" class="poplight" title="crew members">{text:glinks symbol}</a></div>
  868.  
  869.  
  870. {block:Pagination}
  871. <div id="pagination">
  872.  
  873. {block:PreviousPage}<a href="{PreviousPage}" title="back">{text:pagi back}</a>{/block:PreviousPage}
  874. {block:NextPage}— <a href="{NextPage}" title="forth">{text:pagi forward}</a>{/block:NextPage}
  875. </div>{/block:Pagination}
  876.  
  877. </div></div>
  878.  
  879.  
  880.  
  881. <div id="entries">{block:Posts}<div id="post">
  882.  
  883. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  884.  
  885. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  886.  
  887. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  888.  
  889. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  890.  
  891. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  892.  
  893. {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}
  894.  
  895. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  896. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  897.  
  898. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  899.  
  900. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  901.  
  902. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  903. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">♥ {NoteCount} </a> {/block:NoteCount}
  904. &nbsp;
  905. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  906. </div>
  907.  
  908. <div id="line"></div>
  909.  
  910. {block:HasTags}
  911. <div class="tags">
  912. {block:Tags} <a href="{TagURL}"> {text:tag symbol} {Tag} &nbsp; </a> {/block:Tags}</div>
  913. {/block:HasTags}
  914. <div class="postnote">
  915. {block:PostNotes}{PostNotes}{/block:PostNotes}
  916. </div>
  917.  
  918. </div>
  919.  
  920. {/block:Posts}
  921.  
  922.  
  923. </div>
  924. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div> </div></div>
  925.  
  926. </body>
  927.  
  928. <div id="q" class="popup_block">
  929. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  930. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/itscaptainbrat.tumblr.com" width="100%"></iframe></p>
  931.  
  932. <h1>Let’s get weird! What is your wish?</h1></p>
  933.  
  934. </div></div></div></div>
  935. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  936. <div id="fyi" class="popup_block">
  937. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  938.  
  939. <h1>Ship rules</h1>
  940.  
  941. Tag everything you want me to see with <b>#itscaptainbrat</b> or just @ me or message me</p>
  942.  
  943. My nsfw tag is <b>#thecaptainsnsfwcollection</b> but that doesn’t include rps! Those will be tagged <b>#nsfwlog</b> ;) Just in case you ever need to block that.</p>
  944.  
  945. I work with the umbrella term <b>#trigger warning</b>. Unless I am able to specify it and then it’ll show up like tw [enter trigger], but keep especially watch to the general, since I am a human and flawed and might not catch everything. And if there’s anything you need specifically tagged please tell me, I will serve to your needs uwu</p>
  946.  
  947. Personally I don’t have any triggers, we can write about anything.</p>
  948.  
  949. <b>BUT</b> I will never ever ever ever ever ever ever rp rape. Don’t even try to, my character will be up and gone before you can notice.</p>
  950.  
  951. I believe in reblog karma and generally I think it’s a nice thing uwu I send you something, you send me something and everybody’s happy~</p>
  952.  
  953. <b>This is a multiverse blog</b></p>
  954.  
  955. <b>→</b>I might alter a few things about his story from time to time, you probably won’t notice anyway</p>
  956.  
  957. <b>→</b>I will only alter his story for the benefits of our rp, for example for he can’t possibly have a history with one character he’s never met</p>
  958.  
  959. <b>→</b>I have a favourite verse and will use said one for answering question, so I won’t get all too confused</p>
  960.  
  961. <b>→</b>I might or might not add Frau to my rps, depends on who I’m playing with</p>
  962.  
  963. <b>→</b>Frau might answer questions together with him, but only if I see fit, Gido is unable to or and most important, when I remember he can do that too if I want</p>
  964.  
  965. Mun and Muse are of legal age</p>
  966.  
  967. <b>→</b>Mun still feels unable to write smut OTL</p>
  968.  
  969. <b>→</b>I wouldn’t mind some practice, <s>but I don’t feel like I could publish it</s></p>
  970.  
  971. <b>→</b> This <b>doesn’t</b> mean our characters won’t have sex, it just means I won’t always write that out</p>
  972.  
  973. <b>→</b> I’m also very fond of writing/playing <b>all the trappings</b> to it, so we could still do that, flirting is lots of fun but <s>how do you do it</s></p>
  974.  
  975. I won’t follow everyone back, I love you guys, but I don’t intend to flood my dash</p>
  976.  
  977. First and most important thing to do, if you wanna rp with me: <b>Talk to me!</b> The way to my muse is past me.</p>
  978.  
  979. <b>→</b>Tell me you want to rp with me</p>
  980.  
  981. <b>→</b>As a matter of fact I need to know at least the place and time of where and how our characters meet</p>
  982.  
  983. <b>→</b>I’m fine if we start from scratch</p>
  984.  
  985. <b>→</b>I love to plot, it’s okay if you don’t</p>
  986.  
  987. <b>→</b>Talking to mun and muse for any reason is very appreciated</p>
  988.  
  989. Please keep in mind that I play a canonwise <b>dead</b> character</p>
  990.  
  991. <b>→</b>See why I need a time and place? It’s very possible your character was still a child or not even born when he was alive, so we might need an AU for them to meet</p>
  992.  
  993. I won’t write starters for every follower. In fact if you want one, best thing is you go tell me. That’s how it works with me.</p>
  994.  
  995. I love to plot, I really do. I love the anticipation of scenes that are yet to come. I love to think up scenes I would just love to write right now</p>
  996.  
  997. <b>→</b>Even if you don’t like it, you might understand that it’s a good way to avoid stagnation</p>
  998.  
  999. <b>→</b>That’s why: At the latest if stagnation is ahead I will come and try plotting with you</p>
  1000.  
  1001. <b>→</b> <b>Sooner or later I will start throwing random scenes at you including our characters, you probably won’t be able to do anything against it, better just accept your fate (◕‿◕✿)</b></p>
  1002.  
  1003. Since I tend to write rather long posts, I expect an answer of reasonable length</p>
  1004.  
  1005. <b>→</b>I just don’t want to end up writing 20 lines and getting 4 in response, that’s really wearing me down</p>
  1006.  
  1007. <b>→</b>You don’t have to answer each and every petty thought my character has</p>
  1008.  
  1009. <b>→</b>Your post doesn’t need to be as long as mine, that’s not what I want to tell you with this, it’s very likely that you might need less words for what you’re writing than me</p>
  1010.  
  1011. <b>→</b> In a nutshell: <b>Gimme working material</b>, that’s all I ask for</p>
  1012.  
  1013. I also post a shitton of posts I relate to Gido or his story. I understand if you don’t want that on your dash, but if you follow me, be prepared.</p>
  1014.  
  1015. <h2>Disclaimer:</h2>
  1016.  
  1017. <i>07-Ghost</i> and all related characters and elements are the property, copyright and trademark of Ameichi. No ownership or claim on said property, copyright or trademark is made or implied by their use in the work(s) of role-play blogging represented here. This role-play blog constitutes a personal comment on the aforesaid properties pursuant to doctrines of fair use and fair comment. This role-play blog is non-commercial, not for sale or profit, and my not be sold or reproduced for commercial purposes.</p>
  1018.  
  1019. <h2>Images:</h2>
  1020.  
  1021. Any images on this blog or otherwise are not mine unless claimed otherwise.</p>
  1022.  
  1023. </div></div></div></div>
  1024.  
  1025. <div id="c" class="popup_block">
  1026. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  1027.  
  1028. <h1>The captain</h1>
  1029.  
  1030. <a href="#?w=380" rel="a" class="poplight" title="About Gido"><div style="font-size:17px; text-align:center;">Profile</a></div></p>
  1031. <a href="#?w=380" rel="hc" class="poplight" title="Headcanons"><div style="font-size:17px; text-align:center;">More about the captain</a></div></p>
  1032. <a href="#?w=380" rel="tg" class="poplight" title="quick guide"><div style="font-size:17px; text-align:center;">Tourist guide</a></div></p>
  1033. <a href="#?w=380" rel="07" class="poplight" title="quick guide"><div style="font-size:17px; text-align:center;">Seven ghosts</a></div></p>
  1034. <a href="http://itscaptainbrat.tumblr.com/press-start" title="Press start"></a><div style="font-size:17px; text-align:center;">♥</a></div></p>
  1035.  
  1036. </div></div></div></div>
  1037.  
  1038. <div id="a" class="popup_block">
  1039. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  1040.  
  1041. <h1>Profile</h1>
  1042.  
  1043. <b>Surname:</b> <s>Verius</s> Tearce</br>
  1044. <b>Middle name:</b> None</br>
  1045. <b>First name:</b> Gido/Guido</p>
  1046.  
  1047. <b>Nickname/Aliases:</b> Zehel, old man, boss</br>
  1048. <b>Status:</b> deceased</br>
  1049. <b>Occupation:</b> Sky Pirate, Ghost (death god)</p>
  1050.  
  1051. <b>Date of Birth:</b> 09th December</br>
  1052. <b>Zodiac:</b> Sagittarius ♐</br>
  1053. <b>Age:</b> 28</p>
  1054.  
  1055. <b>Hair colour:</b> Black</br>
  1056. <b>Eye colour:</b> Ice-blue</br>
  1057. <b>Height:</b> 6,5 ft [1,96 m]</br>
  1058. <b>Weight:</b> est. 185 lb [est. 84 kg]</br>
  1059. <b>Sex:</b> ♂</br>
  1060. <b>Blood type:</b> B-</p>
  1061.  
  1062. <b>Significant features:</b> Scar on his right shoulder, no gag reflex</p>
  1063.  
  1064. <b>Parents:</b> Nante & Velvet Verius</br>
  1065. <b>Siblings:</b> (oldest to youngest) Teegan, Maschinka (Mascha), Jovana (Jo), Ginevra Bedelia (Ginny)</br>
  1066. <b>Relationship status:</b> Single</p>
  1067.  
  1068. <b>Pressure points:</b> Too many.</p>
  1069.  
  1070. </div></div></div></div>
  1071.  
  1072. <div id="hc" class="popup_block">
  1073. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  1074.  
  1075. <h1>Headcanons</h1>
  1076.  
  1077. “Nᴏ ᴏɴᴇ ɪɴ ᴛʜᴇ ᴡᴏʀʟᴅ ᴡᴏᴜʟᴅ ʙᴇʟɪᴇᴠᴇ ʏᴏᴜ'ʀᴇ sᴛʀᴀɪɢʜᴛ. Yᴏᴜ'ʀᴇ ᴀs ɢᴀʏ ᴀs ᴀ ᴄʟᴜᴛᴄʜᴘᴜʀsᴇ ᴏɴ Tᴏɴʏ ɴɪɢʜᴛ.</p>
  1078.  
  1079. Yᴏᴜ ғᴇʟʟ ᴏᴜᴛᴛᴀ ᴛʜᴇ ɢᴀʏ ᴛʀᴇᴇ, ʜɪᴛᴛɪɴɢ ᴇᴠᴇʀʏ ɢᴀʏ ʙʀᴀɴᴄʜ ᴏɴ ᴛʜᴇ ᴡᴀʏ ᴅᴏᴡɴ. Aɴᴅ ʏᴀ ʟᴀɴᴅᴇᴅ ᴏɴ ᴀ ɢᴀʏ ɢᴜʏ… ᴀɴᴅ ʏᴀ ᴅɪᴅ ‘ᴇᴍ. Nᴏ, ɴᴏ, ʜᴏɴᴇʏ, ʏᴏᴜʀ ɢᴀʏɴᴇss ᴄᴀɴ ʙᴇ sᴇᴇɴ ғʀᴏᴍ sᴘᴀᴄᴇ.” - Wɪʟʟ & Gʀᴀᴄᴇ</p>
  1080.  
  1081. <b>♥</b> Gido is a frickin’ forgetful drunk. He’s the guy who flirts with his boyfriend without realising it. Good thing he doesn’t drink much.</p>
  1082.  
  1083. <b>♥</b> Gido has a little daughter on year older than Teito. Guess why he doesn’t drink.</p>
  1084.  
  1085. <b>♥</b> Gido has no gag reflex and is kind of self-conscious when it comes to eating around others, he’ll only scoff if he thinks nobody sees him. Or if he is extremly comfortable around you.</p>
  1086.  
  1087. <b>♥</b> He’s quite the good cook, and he loves to eat. The only thing he cannot stand is meat, the smell of burnt flesh of any kind makes him feel sick.</p>
  1088.  
  1089. <b>♥</b> Regarding his table manners, they are quite well and not as sparse as most pirates. You’ll find his crew actually has some decent table manners for pirates.</p>
  1090.  
  1091. <b>♥</b> Gido was born into the noble lineage of the Verius household and grew up in said House of God, though he barely ever talks about it and refuses to acknowledge it.</p>
  1092.  
  1093. <b>♥</b> He is not on great terms with his father, his mother is dead, he adores his sisters to no end.</p>
  1094.  
  1095. <b>♥</b> He regards Magdalen as his best friend. She’s very dear to him.</p>
  1096.  
  1097. <b>♥</b> Frau lies between being something like his little brother or a son. - They are in all actuality cousins though. He never stopped calling Frau’s mother “auntie” even when he grew older, he adored her.</p>
  1098.  
  1099. <b>♥</b> For the main verse and unless you play either of them I will regard Jio (uncle) and Katsuragi (cousin; Frau’s older brother) as relatives as well. It is up to you to decide whether or not we keep this relation.</p>
  1100.  
  1101. <b>♥</b> His eldest sister (Teegan) works in the military. She’s usually busy with tending to the cadets and supervising their exams.</p>
  1102.  
  1103. <b>♥</b> Ginny is about ten months older than Gido, they share the same calendar year but the months differ. They refer to themselves as either calendar twins or same year sibs, sometimes Ginny calls him “my very younger brother.”</p>
  1104.  
  1105. <b>♥</b> My understanding is that there was rarely ever a cut as clean as during the war and the generations of Ghosts were usualy mixed with all kinds of people of different ages. So usually there’s no such thing as a brand new set of Ghosts who never knew their predecessors.</p>
  1106.  
  1107. <b>♥</b> Gido was very close with the Vertrag before Fea. She more or less regarded him as her child and took the role of his caretaker. Her name was Tamika.</p>
  1108.  
  1109. <b>♥</b> He also knew Gala, who had Profe’s role before Labrador. When the Zehel before him is mentioned, I will likely do so by the name of Asyl.</p>
  1110.  
  1111. <b>♥</b> Gido cannot use zaiphon. Which is why his ship has a pilot. However he can tap Zehel’s powers, though he usually only uses those for show.</p>
  1112.  
  1113. <b>♥</b> He can however fight with swords, usually he uses two of them and since they have to fight of lots of zaiphon he quickly burns them though. Which is why you often times find him carrying four instead of two.
  1114. Gido is ambidextrous, hence the two swords.</p>
  1115.  
  1116. <b>♥</b> Sometimes Gido forgets which language he’s supposed to talk in and he mixes them all up. That usually happens when he’s tired. When he’s upset he sometimes switches back to raggs.</p>
  1117.  
  1118. <b>♥</b> Raggs is his mothertongue, but you normaly don’t hear it from his accent.</p>
  1119.  
  1120. <b>♥</b> Gido bears a kor’s mark down his left hip, close to his thigh. It is no contract mark, even though it might look like it on first glance. The pattern differs - it is a binding mark.</p>
  1121.  
  1122. <b>♥</b> He won’t talk about it unless he trust you a whole lot.</p>
  1123.  
  1124. <b>♥</b> Gido is what I refer to as a wishless, a soul which didn’t stand before God but was instead called down to earth through a wish directed at a kor. Those souls haven’t uttered their wishes, hence the name wishless. They all bear a binding mark which closely resembled that of a kor’s contract mark. It can appear anywhere on their body.</p>
  1125.  
  1126. <b>♥</b>Another, more common name for these souls is kor’s child. Gido despises that description, though it fits since the kors don’t see them as prey like any other soul.</p>
  1127.  
  1128. <b>♥</b>I regard to kors as the very core of a soul, its heart, the essence of what it can be, which does not make them evil per se. To say the least, kors usually trap their own kind when somebody wishes for a child - it makes the outcome easier to predict. (E.g. Gido’s father wanted a leader and Gido is such.)</p>
  1129.  
  1130. <b>♥</b>He’s not immune to the powers of a warsfeil, it’s simply that due to his nature it is not recognised as something harmful to his body and mind. That also means he’ll be able to pick up and carry warsfeil weapons like it’s nothing.</p>
  1131.  
  1132. <b>♥</b>There’s an old legend or something saying that Verloren is able to remove the mark and free the soul, which is why Gido will try to befriend Ayanami at all costs. He wants the damn thing gone and he knows Ayanami is the key, so of course he wants his favour.</p>
  1133.  
  1134. <b>♥</b>Gido is an excellent liar, and can be quite evasive when he does not want to answer a question. But usually that only applies to topics like his heritage.</p>
  1135.  
  1136. <b>♥</b>Frau is Eve. Now we could argue about this, but unless you present me with your own headcanons and Frau is your muse this is what I take for canon.</p>
  1137.  
  1138. </div></div></div></div>
  1139.  
  1140. <div id="tg" class="popup_block">
  1141. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  1142.  
  1143.  
  1144. <h1>Tourist Guide</h1>
  1145.  
  1146. <b>♥</b> Gido is one of the 07 Ghost, which means he’s a death god</p>
  1147. <b>♥</b> He has the power to cut bonds that tie a person’s heart to misfortune</p>
  1148. <b>♥</b> He has no heartbeat, pulse or body temperature</p>
  1149. <b>♥</b> He is dead</p>
  1150. <b>♥</b> He still needs food and sleep</p>
  1151. <b>♥</b> Being dead didn’t stop the aging process</p>
  1152. <b>♥</b> His world doesn’t have oceans, just skies</p>
  1153. <b>♥</b> His wounds heal faster</p>
  1154. <b>♥</b> Even though he can tolerate extreme low temperatures easily, he will freeze at a certain point</p>
  1155. <b>♥</b>He can alter a person’s memories or erase them (but he rarely ever does it)</p>
  1156.  
  1157. </div></div></div></div>
  1158.  
  1159. <div id="07" class="popup_block">
  1160. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:420px ; width: 365px;">
  1161.  
  1162. <h1>Seven ghosts</h1>
  1163.  
  1164. <s>I am aware people will have their own names, I just figured I should share mine. For the sake of avoiding confusion.</s></p>
  1165.  
  1166. In all honesty I have since long made up my mind about how I’m gonna call the Ghosts who never got to have names. So, I tend to refer to these Ghosts by the names I’ve thought up naturally. And I figured to avoid confusion I should mention them here.</p>
  1167.  
  1168. <b>I don’t mean to force my headcanon onto anybody</b> and I certainly will drop the names in favour of roleplaying with someone who portrays anyone of these. For the love of God we can talk about these things, however I regard this as part of my main verse and Gido knows these names. So unless we’ve agreed on any other name or like I said, it’s your muse or it’s canon, Gido will use the ones listed here to refer to his Ghost colleagues.</p>
  1169.  
  1170. So I’d like you to take this as a friendly guide so nobody gets confused when Gido starts spewing names.</p>
  1171.  
  1172. You are free to make use of the ones I made up.</p>
  1173.  
  1174. <h2>This first batch are the Ghost’s which were before Gido and the others we know from canon</h2>
  1175.  
  1176. Vertrag - Tamika ♀</p>
  1177.  
  1178. Ea - Parlan ♂</p>
  1179.  
  1180. Landkarte - Nova ♀</p>
  1181.  
  1182. Profe - Cassius ♂</p>
  1183.  
  1184. Zehel - Asyl ♀ credit for the name goes to Branch,/p>
  1185.  
  1186. Fest - Novelist ♂</p>
  1187.  
  1188. Relikt - Vasja ♂</p>
  1189.  
  1190. <h2>The second batch are the names of Gido’s generation of Ghosts</h2>
  1191.  
  1192. Vertrag - Fea ♂</p>
  1193.  
  1194. Ea - Kal ♂</p>
  1195.  
  1196. Landkarte - Taro ♂</p>
  1197.  
  1198. Profe - Gala ♀ credit for the name goes to Branch</p>
  1199.  
  1200. Zehel - Gido ♂</p>
  1201.  
  1202. Fest - Not ♂ like the german word for distress/hardship</p>
  1203.  
  1204. Relikt - Pantaleon ♂ <s>don’t ask what overcame me here</s></p>
  1205.  
  1206. <h2>Miscellaneous</h2>
  1207.  
  1208. The Scythe - Devaki ♀ an indian name which means black</p>
  1209.  
  1210. </div></div></div></div>
  1211.  
  1212. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement