Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.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>
  4. <title>{Title}</title>
  5. {block:Description}
  6. <meta name="description" content="{MetaDescription}"/>
  7. {/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <!--
  12.  
  13. CODED BY WENDY @ WENDYTHEMES
  14.  
  15. DO NOT STEAL ANYTHING OR I
  16.  
  17. WILL BE COMING FOR YOUR ASS
  18.  
  19. WITH A GODDAMN CHAINSAW !!
  20.  
  21. -->
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=La+Belle+Aurore|Squada+One|Karla|Amaranth|Exo+2|Homemade+Apple" rel="stylesheet">
  24.  
  25. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  26.  
  27. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  28.  
  29. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  30.  
  31. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  34.  
  35. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  36.  
  37.  
  38.  
  39. <script>
  40. $(document).ready(function(){
  41. //remove tumblr redirects script by magnusthemes@tumblr
  42. $('a[href*="t.umblr.com/redirect"]').each(function(){
  43. var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
  44. var replaceURL = decodeURIComponent(originalURL);
  45. $(this).attr("href", replaceURL);
  46. });
  47. });
  48. </script>
  49.  
  50.  
  51.  
  52. <!-- Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM -->
  53. <script type="text/javascript">
  54.  
  55. $(document).ready(function() {
  56.  
  57. function photosetResize() {
  58. $('iframe.photoset').each(function(){
  59. var newSize = 400;
  60. var newSrc = $(this).attr('src').replace('500',newSize);
  61. $(this).attr('src', newSrc).width(newSize);
  62. var high = $(this).css('height');
  63. var calculate = parseInt(high, 10)* newSize/500;
  64. $(this).css('height', calculate);
  65. });
  66. }
  67.  
  68. photosetResize();
  69.  
  70. });
  71.  
  72. </script>
  73.  
  74.  
  75.  
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips({
  80. tip_follows_cursor: true,
  81. tip_delay_time: 100,
  82. tip_fade_speed: 600,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89.  
  90.  
  91. <script>
  92. $(document).ready(function() {
  93.  
  94. $('.home').click(function() {
  95. $('#home').fadeIn();
  96. $('#ask').fadeOut();
  97. $('#about').fadeOut();
  98. $('#rules').fadeOut();
  99. $('#verse').fadeOut();
  100. });
  101.  
  102. $('.ask').click(function() {
  103. $('#home').fadeOut();
  104. $('#ask').fadeIn();
  105. $('#about').fadeOut();
  106. $('#rules').fadeOut();
  107. $('#verse').fadeOut();
  108. });
  109.  
  110. $('.about').click(function() {
  111. $('#home').fadeOut();
  112. $('#ask').fadeOut();
  113. $('#about').fadeIn();
  114. $('#rules').fadeOut();
  115. $('#verse').fadeOut();
  116. });
  117.  
  118. $('.rules').click(function() {
  119. $('#home').fadeOut();
  120. $('#ask').fadeOut();
  121. $('#about').fadeOut();
  122. $('#rules').fadeIn();
  123. $('#verse').fadeOut();
  124. });
  125.  
  126. $('.verse').click(function() {
  127. $('#home').fadeOut();
  128. $('#ask').fadeOut();
  129. $('#about').fadeOut();
  130. $('#rules').fadeOut();
  131. $('#verse').fadeIn();
  132. });
  133.  
  134. });
  135. </script>
  136.  
  137.  
  138.  
  139. <style type="text/css">
  140.  
  141. .iframe-controls--desktop {
  142. top: 0px;
  143. right: 0px;
  144. position: fixed;
  145. z-index: 214748364789123456789;
  146. -webkit-transform: scale(0.6,0.6);
  147. -webkit-transform-origin: 100% 0%;
  148. -ms-transform-origin: 100% 0%;
  149. -ms-transform: scale(0.6,0.6);
  150. transform: scale(0.6,0.6);
  151. transform-origin: 100% 0%;
  152. }
  153.  
  154. #s-m-t-tooltip {
  155. color: #ddd;
  156. z-index: 99999;
  157. max-width: 350px;
  158. border: 1px solid;
  159. padding: 8px 10px;
  160. font-size: 9.5px;
  161. margin: 25px 20px;
  162. position: relative;
  163. letter-spacing: 2px;
  164. background-image: url('https://static.tumblr.com/dh0epuw/7Rwpfi5a5/sierra-bg.png');
  165. background-repeat: repeat;
  166. background-attachment: fixed;
  167. transition: 0.3s ease-in-out;
  168. -o-transition: 0.3s ease-in-out;
  169. -ms-transition: 0.3s ease-in-out;
  170. -moz-transition: 0.3s ease-in-out;
  171. -webkit-transition: 0.3s ease-in-out;
  172. font-family: "Alien Android", sans-serif;
  173. }
  174.  
  175. ::selection {
  176. color: #fe454a;
  177. background: transparent;
  178. }
  179.  
  180. ::-moz-selection {
  181. color: #fe454a;
  182. background: transparent;
  183. }
  184.  
  185. ::-webkit-scrollbar-thumb {
  186. height: 0;
  187. width: 0;
  188. }
  189.  
  190. ::-webkit-scrollbar {
  191. width: 0;
  192. height: 0;
  193. }
  194.  
  195. *, body, html {
  196. cursor: url('https://static.tumblr.com/dh0epuw/JBWpc9s06/bakugou-c.png'), pointer;
  197. }
  198.  
  199. a, a:hover, .g a span, .g1 a span, .g a span:hover, .g1 a span:hover, .soy a span, .soy a span:hover, pre a, pre a:hover {
  200. cursor: url('https://static.tumblr.com/dh0epuw/2Tzpc9s09/bakugou-c-h.png'), pointer;
  201. }
  202.  
  203. a, a:hover {
  204. transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. -ms-transition: all 0.5s ease-in-out;
  207. -moz-transition: all 0.5s ease-in-out;
  208. -webkit-transition: all 0.5s ease-in-out;
  209. }
  210.  
  211. body {
  212. margin: 0px;
  213. color: #e1d2be;
  214. font-size: 12px;
  215. overflow: hidden;
  216. line-height: 100%;
  217. text-align: justify;
  218. background: #242424;
  219. background-image: url("https://static.tumblr.com/dh0epuw/vYfpfi3rt/sierra-1.png");
  220. background-repeat: no-repeat;
  221. background-attachment: fixed;
  222. background-position: left bottom;
  223. font-family: 'Karla', sans-serif;
  224. -webkit-touch-callout: none;
  225. -webkit-user-select: none;
  226. -khtml-user-select: none;
  227. -moz-user-select: none;
  228. -ms-user-select: none;
  229. user-select: none;
  230. }
  231.  
  232. a {
  233. color: #ddd;
  234. font-size: 10px;
  235. letter-spacing: 1px;
  236. text-decoration: none;
  237. text-transform: uppercase;
  238. font-family: 'Alien Android', sans-serif;
  239. -webkit-backface-visibility: hidden;
  240. }
  241.  
  242. a:hover {
  243. color: #aa5d37;
  244. -webkit-backface-visibility: hidden;
  245. }
  246.  
  247. b, strong {
  248. color: #c11b35;
  249. font-size: 17px;
  250. font-weight: 500;
  251. letter-spacing: 1px;
  252. font-family: 'Squada One', sans-serif;
  253. }
  254.  
  255. i, em {
  256. color: #24b1d3;
  257. padding: 0 2px;
  258. font-size: 18px;
  259. text-transform: lowercase;
  260. font-family: 'La Belle Aurore', cursive;
  261. }
  262.  
  263. small, sup, sub {
  264. font-size: 12px;
  265. }
  266.  
  267. hr {
  268. display: none;
  269. }
  270.  
  271. blockquote {
  272. margin: 10px;
  273. padding-left: 10px;
  274. border-left: 1px solid;
  275. }
  276.  
  277. @font-face {
  278. font-family: 'Alien Android';
  279. src: url('https://static.tumblr.com/dh0epuw/9Wbpfi4m3/alien_android.ttf') format('truetype');
  280. }
  281.  
  282. #link {
  283. left: 71px;
  284. width: 290px;
  285. bottom: 65px;
  286. position: fixed;
  287. text-align: center;
  288. }
  289.  
  290. #link a {
  291. padding: 5px;
  292. width: 100px;
  293. margin: 5px 10px;
  294. background: #242424;
  295. display: inline-block;
  296. border-top: 1px solid;
  297. border-left: 1px solid;
  298. border-right: 1px solid transparent;
  299. border-bottom: 1px solid transparent;
  300. }
  301.  
  302. #link a:hover {
  303. color: #24b1d3;
  304. transform: rotate(-15deg);
  305. box-shadow: 3px 3px 0 #c11b35;
  306. }
  307.  
  308. .desc table {
  309. left: 71px;
  310. width: 290px;
  311. color: #242424;
  312. bottom: 173px;
  313. height: 110px;
  314. font-size: 10px;
  315. position: fixed;
  316. text-align: center;
  317. border-radius: 30px;
  318. letter-spacing: 1px;
  319. font-family: 'Amaranth';
  320. text-transform: uppercase;
  321. }
  322.  
  323. .desc b {
  324. margin: 8px 0;
  325. display: block;
  326. font-size: 23px;
  327. text-transform: uppercase;
  328. }
  329.  
  330. .outside {
  331. height: 100%;
  332. width: 100%;
  333. z-index: -1;
  334. position: fixed;
  335. overflow-y: scroll;
  336. overflow-x: hidden;
  337. }
  338.  
  339. .outers {
  340. left: 920px;
  341. width: 440px;
  342. height: 100%;
  343. position: fixed;
  344. padding-right: 10px;
  345. padding-bottom: 80px;
  346. }
  347.  
  348. .soy {
  349. width: 432px;
  350. text-align: center;
  351. background: #e1cfb9;
  352. margin: 80px 0 -3px;
  353. box-shadow: 5px 5px 0 #67412e;
  354. border-top-left-radius: 10px;
  355. border-top-right-radius: 10px;
  356. }
  357.  
  358. .soy a {
  359. color: #c11b35;
  360. margin: 1px 15px;
  361. font-size: 14px;
  362. padding: 10px;
  363. letter-spacing: 1px;
  364. display: inline-block;
  365. }
  366.  
  367. .soy a:hover {
  368. color: #24b1d3;
  369. text-shadow: 2px 2px 0 #242424;
  370. }
  371.  
  372. .floof {
  373. width: 430px;
  374. margin: 0 0 80px;
  375. text-align: center;
  376. border: 1px solid;
  377. box-shadow: 5px 5px 0 #67412e;
  378. border-bottom-left-radius: 10px;
  379. border-bottom-right-radius: 10px;
  380. background-image: url('https://static.tumblr.com/dh0epuw/7Rwpfi5a5/sierra-bg.png');
  381. background-repeat: repeat;
  382. background-attachment: fixed;
  383. }
  384.  
  385. .me {
  386. color: #ddd;
  387. padding: 5px;
  388. margin: 10px;
  389. font-size: 14px;
  390. line-height: 110%;
  391. }
  392.  
  393. .me a {
  394. color: #aa5d37;
  395. margin: 8px 5px;
  396. font-size: 5px;
  397. padding: 5px;
  398. text-shadow: none;
  399. text-transform: none;
  400. }
  401.  
  402. .me a:hover {
  403. color: #ddd;
  404. }
  405.  
  406. #post {
  407. width: 400px;
  408. padding: 15px;
  409. user-select: auto;
  410. -ms-user-select: auto;
  411. -moz-user-select: auto;
  412. -khtml-user-select: auto;
  413. -webkit-user-select: auto;
  414. -webkit-touch-callout: auto;
  415. background: #242424;
  416. border: 1px solid #e1d2be;
  417. border-bottom: none;
  418. box-shadow: 5px 5px 0 #67412e;
  419. }
  420.  
  421. .post, .caption {
  422. line-height: 120%;
  423. }
  424.  
  425. .pxu-data {
  426. color: #434341;
  427. font-size: 10px;
  428. line-height: 110%;
  429. background: #2d2d2d !important;
  430. background: rgba(45,45,45,0.75) !important;
  431. }
  432.  
  433. .bigtitle, .bigtitle a {
  434. font-size: 24px;
  435. font-weight: 700;
  436. text-align: center;
  437. line-height: 110%;
  438. margin-bottom: 15px;
  439. letter-spacing: 2px;
  440. text-transform: uppercase;
  441. font-family: 'Exo 2', sans-serif;
  442. }
  443.  
  444. .bigtitle a:hover {
  445. color: #a0a0a0;
  446. }
  447.  
  448. .chat ul {
  449. padding: 0;
  450. width: 390px;
  451. text-align: left;
  452. }
  453.  
  454. .chat li {
  455. line-height: 200%;
  456. list-style-type: none;
  457. }
  458.  
  459. .chat li:nth-of-type(even) b {
  460. color: #c11b35;
  461. }
  462.  
  463. .chat b {
  464. color: #24b1d3;
  465. margin-right: 5px;
  466. letter-spacing: 1px;
  467. text-transform: uppercase;
  468. }
  469.  
  470. .quote {
  471. font-size: 35px;
  472. line-height: 110%;
  473. position: relative;
  474. text-align: center;
  475. font-style: italic;
  476. letter-spacing: -1px;
  477. text-transform: lowercase;
  478. font-family: 'Times New Roman', serif;
  479. }
  480.  
  481. .source {
  482. margin-top: 30px;
  483. text-align: center;
  484. text-transform: lowercase;
  485. }
  486.  
  487. .answers {
  488. overflow: hidden;
  489. text-align: center;
  490. margin-bottom: 35px;
  491. }
  492.  
  493. .asker {
  494. line-height: 100%;
  495. -webkit-transition-property: all;
  496. }
  497.  
  498. .asker a {
  499. padding: 12px;
  500. color: #aa5d37;
  501. font-size: 30px;
  502. background: #242424;
  503. display: inline-block;
  504. text-transform: lowercase;
  505. font-family: "Homemade Apple", cursive;
  506. }
  507.  
  508. .asker a:hover {
  509. color: #ddd;
  510. }
  511.  
  512. .head {
  513. font-size: 20px;
  514. margin-bottom: 10px;
  515. font-family: 'Amaranth', sans-serif;
  516. }
  517.  
  518. .head b {
  519. font-size: 27px;
  520. line-height: 100%;
  521. text-transform: uppercase;
  522. }
  523.  
  524. .question {
  525. margin: -19px 20px 0;
  526. border: 1px dashed;
  527. padding: 30px 20px 20px;
  528. }
  529.  
  530. .audio table {
  531. width: 340px;
  532. padding: 0 20px;
  533. text-align: center;
  534. }
  535.  
  536. .titl {
  537. color: #be4441;
  538. font-size: 18px;
  539. font-family: 'Squada One', sans-serif;
  540. }
  541.  
  542. .player {
  543. width: 340px;
  544. height: 25px;
  545. margin: 10px 0;
  546. display: block;
  547. overflow: hidden;
  548. background: #afafaf;
  549. }
  550.  
  551. .play {
  552. width: 19px;
  553. height: 19px;
  554. overflow: hidden;
  555. }
  556.  
  557. .tumblr_audio_player {
  558. max-width: 400px!important;
  559. margin-left: -7px!important;
  560. margin-top: -2px!important;
  561. }
  562.  
  563. .tracks {
  564. color: #7363ff;
  565. font-size: 13px;
  566. }
  567.  
  568. #notes table {
  569. width: 400px;
  570. text-align: center;
  571. }
  572.  
  573. ol.notes li.note {
  574. font-size: 9px;
  575. padding: 4px 0px;
  576. font-style: normal;
  577. letter-spacing: 1px;
  578. list-style-type: none;
  579. font-family: 'Quicksand';
  580. }
  581.  
  582. ol.notes li.note img.avatar {
  583. display: none;
  584. }
  585.  
  586. ol.notes li.note a {
  587. font-size: 8px;
  588. text-transform: uppercase;
  589. }
  590.  
  591. .g table {
  592. left: 810px;
  593. bottom: 300px;
  594. position: fixed;
  595. }
  596.  
  597. .g1 table {
  598. left: 810px;
  599. bottom: 240px;
  600. position: fixed;
  601. }
  602.  
  603. .g a {
  604. display: block;
  605. font-size: 50px;
  606. text-shadow: 10px 0 0 #c11b35;
  607. -webkit-font-smoothing: antialiased;
  608. font-family: 'Squada One', sans-serif;
  609. }
  610.  
  611. .g1 a {
  612. display: block;
  613. font-size: 50px;
  614. text-shadow: -10px 0 0 #24b1d3;
  615. -webkit-font-smoothing: antialiased;
  616. font-family: 'Squada One', sans-serif;
  617. }
  618.  
  619. .g a:hover {
  620. color: #c11b35;
  621. text-shadow: -10px 0 0 #ddd;
  622. }
  623.  
  624. .g1 a:hover {
  625. color: #24b1d3;
  626. text-shadow: 10px 0 0 #ddd;
  627. }
  628.  
  629. #home {
  630. position: absolute;
  631. }
  632.  
  633. #ask, #about, #rules, #verse {
  634. display: none;
  635. position: absolute;
  636. }
  637.  
  638. #about {
  639. text-align: center;
  640. }
  641.  
  642. #ask blockquote, #about blockquote, #rules blockquote, #verse blockquote {
  643. margin: 10px;
  644. padding: 0 15px;
  645. border-left: 1px solid;
  646. border-right: 1px solid;
  647. }
  648.  
  649. .outer {
  650. width: 412px;
  651. padding: 10px;
  652. color: #242424;
  653. font-size: 24px;
  654. font-weight: 700;
  655. margin: 80px 0 0;
  656. text-align: center;
  657. background: #e1cfb9;
  658. letter-spacing: 2px;
  659. font-family: "Exo 2";
  660. border-top-left-radius: 10px;
  661. border-top-right-radius: 10px;
  662. box-shadow: 5px 5px 0 #67412e;
  663. }
  664.  
  665. .inside {
  666. width: 400px;
  667. padding: 15px;
  668. background: #242424;
  669. box-shadow: 5px 5px 0 #67412e;
  670. border-left: 1px solid #afafaf;
  671. border-right: 1px solid #afafaf;
  672. }
  673.  
  674. .verse img {
  675. width: 400px;
  676. height: auto;
  677. margin-bottom: 10px;
  678. }
  679.  
  680. .verse a {
  681. display: block;
  682. font-size: 22px;
  683. margin-top: 20px;
  684. text-align: center;
  685. }
  686.  
  687. .verse span {
  688. display: block;
  689. font-size: 15px;
  690. text-align: center;
  691. margin: 5px 0 20px;
  692. text-transform: uppercase;
  693. }
  694.  
  695. .credit a {
  696. right: 10px;
  697. bottom: 10px;
  698. padding: 7px;
  699. color: #e1d3c0;
  700. position: fixed;
  701. font-size: 15px;
  702. text-shadow: none;
  703. background: #c11b35;
  704. border: 3px solid #242424;
  705. outline: 1px dashed #be4441;
  706. }
  707.  
  708.  
  709.  
  710.  
  711.  
  712. {CustomCSS}
  713.  
  714.  
  715.  
  716.  
  717.  
  718. </style>
  719.  
  720.  
  721.  
  722.  
  723.  
  724. <script>
  725. $(document).ready(function(){
  726. $('iframe.tumblr_audio_player').load(function(){
  727. $(this).contents().find("head").append("<style type='text/css'> .audio-player {background:transparent !important;} .icon {color:#4e4d4f!important; width:60px!important; height: 60px;!important} </style>");
  728. });
  729. });
  730. </script>
  731.  
  732.  
  733.  
  734.  
  735.  
  736. </head>
  737. <body>
  738.  
  739.  
  740.  
  741.  
  742.  
  743. <!-- SCM Music Player http://scmplayer.co -->
  744. <script type="text/javascript" src="http://scmplayer.co/script.js"
  745. data-config="{'skin':'https://static.tumblr.com/dh0epuw/nj9pfiapo/music.css','volume':80,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'bad moon rising','url':'https://www.youtube.com/watch?v=fNjgfTfQjCQ'},{'title':'bad things','url':'https://www.youtube.com/watch?v=84EEjgSEOFM'},{'title':'black wave','url':'https://www.youtube.com/watch?v=T2RiG5nhuPs'},{'title':'blood /// water','url':'https://www.youtube.com/watch?v=Sk-U8ruIQyA'},{'title':'bury me facedown','url':'https://www.youtube.com/watch?v=DLbqnmvLPKE'},{'title':'deadwood','url':'https://www.youtube.com/watch?v=LO3LZohKCnE'},{'title':'despicable ','url':'https://www.youtube.com/watch?v=4IKbKGK1Bkk'},{'title':'drop the game','url':'https://www.youtube.com/watch?v=6vopR3ys8Kw'},{'title':'drowning','url':'https://www.youtube.com/watch?v=WkVvG4QTO9M'},{'title':'everybody gets high','url':'https://www.youtube.com/watch?v=AHukwv_VX9A'},{'title':'horns','url':'https://www.youtube.com/watch?v=Q_NB5luxtic'},{'title':'i (just) died in your arms','url':'https://www.youtube.com/watch?v=Ac4J9344s2s'},{'title':'mansion','url':'https://www.youtube.com/watch?v=07bwfp2mAUs'},{'title':'paint it black','url':'https://www.youtube.com/watch?v=RYPWxymohWs'},{'title':'ready set lets go','url':'https://www.youtube.com/watch?v=zVYij-bAlvk'},{'title':'run for your life','url':'https://www.youtube.com/watch?v=suEeS2v334I'},{'title':'sentenced to death','url':'https://www.youtube.com/watch?v=_nbZZaICuvI'},{'title':'shatter me','url':'https://www.youtube.com/watch?v=Wsysh9VWEv0'},{'title':'six shooter','url':'https://www.youtube.com/watch?v=xkFZn4oPMqE'},{'title':'survivor','url':'https://www.youtube.com/watch?v=JGuWb_81als'},{'title':'the wolf','url':'https://www.youtube.com/watch?v=lX44CAz-JhU'},{'title':'toxic','url':'https://www.youtube.com/watch?v=yL7IRngzIdk'},{'title':'twisted','url':'https://www.youtube.com/watch?v=cFtA0ECKh6I'}]}" ></script>
  746. <!-- SCM Music Player script end -->
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. <div id="link">
  754.  
  755. <a class="home" title="the stars">the stars</a>
  756.  
  757. <a class="ask" title="transmission">transmission</a>
  758.  
  759. <a class="about" title="identity">identity</a>
  760.  
  761. <a class="rules" title="protocol">protocol</a>
  762.  
  763. <a class="verse" title="universe">universe</a>
  764.  
  765. </div>
  766.  
  767.  
  768.  
  769.  
  770.  
  771. {block:Pagination}
  772.  
  773. <div class="g"><table><th>
  774.  
  775. {block:NextPage}
  776.  
  777. <a href="{NextPage}" title="forward"><span class="th th-skip-track"></span></a>
  778.  
  779. {/block:NextPage}
  780.  
  781. </th></table></div>
  782.  
  783. {block:PreviousPage}
  784.  
  785. <div class="g1"><table><th>
  786.  
  787. <a href="{PreviousPage}" title="backward"><span class="th th-backward-arrow"></span></a>
  788.  
  789. {/block:PreviousPage}
  790.  
  791. </th></table></div>
  792.  
  793. {/block:Pagination}
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800. <div class="desc"><table><td>
  801.  
  802. selective & semi - exclusive</br>
  803. independent sci-fi original character
  804.  
  805. <b>sierra xenovair</b>
  806.  
  807. penned by peach. established march '16.</br>remade may '18. gmt +8.
  808.  
  809. </td></table></div>
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816. <div class="outside">
  817.  
  818. <div class="outers" id="home">
  819.  
  820.  
  821.  
  822. {block:Posts}
  823.  
  824. <div class="soy">
  825.  
  826. {block:Date}
  827.  
  828. <a href="{Permalink}" title="{NoteCountWithLabel}"><span class="th th-bookmark-1-o"></span></a>
  829.  
  830. <a href="{Permalink}" title="{TimeAgo}"><span class="th th-calendar-1-o"></a>
  831.  
  832. {block:RebloggedFrom}
  833.  
  834. <a href="{SourceURL}" title="{ReblogRootName}"><span class="th th-link-o"></a>
  835.  
  836. <a href="{SourceURL}" title="{ReblogRootName}"><span class="th th-paper-clip-o"></a>
  837.  
  838. {/block:RebloggedFrom}
  839.  
  840. {/block:Date}
  841.  
  842. </div>
  843.  
  844.  
  845.  
  846. <div id="post">
  847.  
  848.  
  849.  
  850. {block:Text}<div class="post">
  851.  
  852. {block:Title}
  853.  
  854. <div class="bigtitle">{Title}</div>
  855.  
  856. {/block:Title}
  857.  
  858. {Body}
  859.  
  860. </div>{/block:Text}
  861.  
  862.  
  863.  
  864. {block:Photo}
  865.  
  866. <img src="{PhotoURL-400}"/>
  867.  
  868. {block:Caption}
  869.  
  870. {Caption}
  871.  
  872. {/block:Caption}
  873.  
  874. {/block:Photo}
  875.  
  876.  
  877.  
  878. {block:Photoset}
  879.  
  880. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  881.  
  882. {block:Photos}
  883.  
  884. <div class="photo-data">
  885.  
  886. <div class="pxu-photo">
  887.  
  888. <img alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" class="{block:Exif}exif-yes {/block:Exif}{block:Caption}caption-yes{/block:Caption}" {block:Exif}data-camera="{block:Camera}{Camera}{/block:Camera}" data-iso="{block:ISO}{ISO}{/block:ISO}" data-aperture="{block:Aperture}{Aperture}{/block:Aperture}" data-exposure="{block:Exposure}{Exposure}{/block:Exposure}" data-focal="{block:FocalLength}{FocalLength}{/block:FocalLength}"{/block:Exif} {block:Caption}data-caption="{Caption}"{/block:Caption}>
  889. </div>
  890.  
  891.  
  892. <div class="icons">
  893.  
  894. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  895. </div>
  896.  
  897. </div>
  898.  
  899. {/block:Photos}
  900.  
  901. </div>
  902.  
  903. {block:Caption}
  904.  
  905. {Caption}
  906.  
  907. {/block:Caption}
  908.  
  909. {/block:Photoset}
  910.  
  911.  
  912.  
  913. {block:Link}<div class="post">
  914.  
  915. <div class="bigtitle"><a href="{URL}">{Name}</a></div>
  916.  
  917. {block:Description}
  918.  
  919. <div class="carver">{Description}</div>
  920.  
  921. {/block:Description}
  922.  
  923. </div>{/block:Link}
  924.  
  925.  
  926.  
  927. {block:Chat}<div class="post">
  928.  
  929. {block:Title}
  930.  
  931. <div class="bigtitle">{Title}</div>
  932.  
  933. {/block:Title}
  934.  
  935. <div class="chat">
  936.  
  937. <ul>{block:Lines}
  938.  
  939. <li class="{Alt} u{UserNumber}">
  940.  
  941. {block:Label}<b>{Label}</b> {/block:Label}
  942.  
  943. {Line}</li>
  944.  
  945. {/block:Lines}</ul>
  946.  
  947. </div>
  948.  
  949. </div>{/block:Chat}
  950.  
  951.  
  952.  
  953. {block:Quote}<div class="post">
  954.  
  955. <div class="quote">“ {Quote} ”</div>
  956.  
  957. <div class="source">{Source}</div>
  958.  
  959. </div>{/block:Quote}
  960.  
  961.  
  962.  
  963. {block:Audio}<div class="post">
  964.  
  965. <div class="audio"><table><td>
  966.  
  967. <div class="titl">
  968.  
  969. {block:TrackName}
  970.  
  971. {TrackName}
  972.  
  973. {/block:TrackName}
  974.  
  975. </div>
  976.  
  977. {block:AudioPlayer}
  978.  
  979. <div class="player"><center>
  980.  
  981. <div class="play">{AudioPlayerBlack}</div>
  982.  
  983. </center></div>
  984.  
  985. {/block:AudioPlayer}
  986.  
  987. <div class="tracks">
  988.  
  989. {block:Artist}
  990.  
  991. {Artist}
  992.  
  993. {/block:Artist}
  994.  
  995. {block:Album}
  996.  
  997. {Album}
  998.  
  999. {/block:Album}
  1000.  
  1001. </div>
  1002.  
  1003. </td></table></div>
  1004.  
  1005. </div>{/block:Audio}
  1006.  
  1007.  
  1008.  
  1009. {block:Video}<div class="post">
  1010.  
  1011. {Video-400}
  1012.  
  1013. </div>{/block:Video}
  1014.  
  1015.  
  1016.  
  1017. {block:Answer}<div class="post">
  1018.  
  1019. <div class="answers">
  1020.  
  1021. <div class="head">
  1022.  
  1023. <b>< incoming transmission ></b></br>
  1024.  
  1025. earth to the stars...
  1026.  
  1027. </div>
  1028.  
  1029. <div class="asker">
  1030.  
  1031. <a href="{AskerURL}">{AskerName}</a>
  1032.  
  1033. </div>
  1034.  
  1035. <div class="question">
  1036.  
  1037. {Question}
  1038.  
  1039. </div>
  1040.  
  1041.  
  1042. </div>
  1043.  
  1044. <div class="answer">
  1045.  
  1046. {Answer}
  1047.  
  1048. </div>
  1049.  
  1050. </div>{/block:Answer}
  1051.  
  1052.  
  1053.  
  1054. {block:ReblogParent}
  1055. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1056. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1057. {/block:SourceLogo}
  1058. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  1059. {/block:ReblogParent}
  1060.  
  1061. <!-- {block:NoRebloggedFrom}
  1062. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1063. {/block:NoRebloggedFrom} -->
  1064.  
  1065.  
  1066.  
  1067. </div>
  1068.  
  1069.  
  1070.  
  1071. <div class="floof">
  1072.  
  1073. <div class="me">
  1074.  
  1075. {block:HasTags}
  1076.  
  1077. {block:Tags}
  1078.  
  1079. # <a href="{TagURL}" title="{Tag}">{Tag}</a>
  1080.  
  1081. {/block:Tags}
  1082.  
  1083. {/block:HasTags}
  1084.  
  1085. </div>
  1086.  
  1087. </div>
  1088.  
  1089.  
  1090.  
  1091. {block:PermalinkPage}
  1092.  
  1093. <div id="notes"><table><td>
  1094.  
  1095. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1096.  
  1097. </td></table></div>
  1098.  
  1099. {/block:PermalinkPage}
  1100.  
  1101.  
  1102.  
  1103. {/block:Posts}
  1104.  
  1105.  
  1106.  
  1107. </div><!-- outers -->
  1108.  
  1109. </div>
  1110.  
  1111.  
  1112.  
  1113. <div class="outers" id="ask"><div class="post">
  1114.  
  1115.  
  1116. <div class="outer">ASK.</div>
  1117.  
  1118. <div class="inside"><iframe frameborder="0" scrolling="yes" width="400px" height="250px" src="https://www.tumblr.com/ask_form/xenovair.tumblr.com" style="background-color: transparent; overflow: hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  1119.  
  1120. <div class="floof"><div class="me"></div></div>
  1121.  
  1122.  
  1123.  
  1124. <div class="outer">SUBMIT.</div>
  1125.  
  1126. <div class="inside"><iframe frameborder="0" scrolling="yes" width="400px" height="400px" allowtransparency="true" src="http://www.tumblr.com/submit_form/xenovair.tumblr.com" style="background-color: transparent; overflow: hidden;"></iframe></div>
  1127.  
  1128. <div class="floof"><div class="me"></div></div>
  1129.  
  1130.  
  1131. </div></div><!-- ask content -->
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137. <div class="outers" id="about"><div class="post">
  1138.  
  1139.  
  1140. <div class="outer">STATS.</div>
  1141.  
  1142. <div class="inside">
  1143.  
  1144. <br><b>name:</b> Sierra Xenovair
  1145. <br><b>alias:</b> empress of Xenovair / nova on earth when moonlighting as a vigilante
  1146. <br><b>species</b> Xenovairian
  1147. <br><b>age:</b> 5000+ years she doesn’t know
  1148. <br><b>birthday:</b> 20th of august
  1149. <br><b>moral alignment:</b> Chaotic neutral
  1150. <br><b>gender:</b> your local non binary alien legend ! Fem presenting, she/her is a default, they/them is fine, he/him will get you punched.
  1151. <br><b>orientation:</b> pansexual panromantic
  1152.  
  1153. <p>
  1154. <br><b>eye color(s):</b> bright blue dotted with stars
  1155. <br><b>hair color(s):</b> dark brown with natural blue streaks and spots matching her eyes
  1156. <br><b>height:</b> 5'2"
  1157. <br><b>weight:</b> 170lbs
  1158. <br><b>body build:</b> mesomorph
  1159. <br><b>skills:</b> Extremely skilled in hand to hand combat, excels in close quarters brawls, adept in mid to close range magic (see list of abilities) and sufficent with automated weapons but will much rather use her blades and doesn't carry anything but them.
  1160.  
  1161.  
  1162.  
  1163. <p><br><b>scars / birthmarks:</b>She is covered by markings, swirling red/brown tattoo like shapes that dissolve into star dust like freckles at her fingertips and feet, they glow only when using her powers and glow different colours based on the emotions shes fuelled by. ( see below for a colour list! ) . Her freckles on her face always glow the relevant emotions, and the ones on her hands glow when shes feeling strongly or using her powers. Injuries don’t linger as scars unless she’s tired and worn out, then they will stick around until she’s healed. One injury did stick around, it is on her lower hip, a mangled scar from when she drowned along with her planet, she was impaled for days and it never healed quite right.
  1164. <p><br><b>marking/freckle colours and their meaning:</b>
  1165. <br><i>Anger=</i> red
  1166. <br><i>Happiness=</i> blue
  1167. <br><i>Sadness=</i> yellow
  1168. <br><i>Jealousy=</i> green
  1169. <br><i>Fear=</i> grey
  1170. <br><i>Romantic love=</i> bright purple
  1171. <br><i>Platonic love=</i> pale purple
  1172. <br><i>Passion=</i> pink
  1173. <br><i>Emotionless/deep sleep=</i> white
  1174.  
  1175. <p><br><b>siblings:</b> N/A
  1176. <br><b>parents:</b> father killed by her hand, mother drowned with her people
  1177.  
  1178. <p><br><b>phobias:</b> drowning, suffocation, tight spaces
  1179. <br><b>mental health:</b> ptsd, anxiety
  1180. <br><b>physical detriments:</b> often experiencing varying degrees of physical and mental exhaustion due to lack of rest as well as any unhealed injuries.
  1181.  
  1182. </div>
  1183.  
  1184. <div class="floof"><div class="me"></div></div>
  1185.  
  1186.  
  1187.  
  1188. <div class="outer">ABILITIES.</div>
  1189.  
  1190. <div class="inside">
  1191.  
  1192. <p>
  1193. <br><b>manipulation of the forces:</b> <i>gravity, electromagnetic, friction/tension.</i> With all of these she can absorb and intensify the presence of these forces in the environment. So she can lessen gravity, or intensify it, same with the rest of the forces.
  1194. <br><b>manipulation of energy:</b> <i>heat, light, momentum</i> As with the forces, she can absorb or intensify them. So with <i>heat</i> she can make it too hot or too cold, she can't make fire come out of nowhere, just like regular fire she would need a spark and it would hurt. With cold she can make ice appear as long as theres moisture in the air. She can't make ice or fire any way other than naturally. <i>Momentum</i> is similar, she can speed things up and slow them down. She can't create everything associated with the type of energy, she can just manipulate it to her liking. As for <i>light</i> she can manipulate the waves fairly heavily, even using them to hide within, creating the illusion of invisibility.
  1195. <br><b>flight:</b> Pretty simple, she can fly through her gravity and momentum manipulation
  1196. <br><b>healing and life force:</b> she can <i>channel</i> her own energy and the energy she absorbs from the environment to <i>heal</i> injuries and even return someones life force to their body <i>(bring back from the dead)</i> however the latter is very taxing and very rare for her to do.
  1197. <br><b>heightened instincts:</b> She is very <i>intuitive</i> and this is very noticable with self preservation and in fights with her ability to anticipate attacks and react very fast, however she's <i>not</i> unbeatable.
  1198. <br><b>emotional reading/life force observation:</b> she believes shes just an <i>empathetic</i> person, but there is a bit more too it, she can sense a persons life force (the better she knows them the stronger the connection) with this she can <i>observe</i> how they are feeling if she tries, it's like an <i>aura</i> of the same colours as her markings. She can also <i>locate</i> a person through their life force as well, everyone has a signature feel and again, the better she knows them the better she can track them.
  1199. <br><b>mental telepathy:</b> pretty straight forward, she can't read minds but she can establish a <i>mental link</i>, allowing her and whoever she is connected with to talk and share images and thoughts. She can dig ito their minds but only through <i>touch</i> and if consent is given.
  1200. <br><b>invulnerability:</b> Tough as nails ! Very hard to injure, and she's very quick to heal.
  1201. <br><b>xenolinguistics:</b> a <i>diplomatic</i> ability, she can speak in her own language and it will be translated in the mind of who she is speaking to, having them hear it in <i>their own</i> language. When <i>sign language</i> is the primary mode of communication for a person she will intinctively know what to do with her hands, so the other can understand her. She still takes it upon herself to learn the language wherever she can, including sign languages.
  1202.  
  1203. </div>
  1204.  
  1205. <div class="floof"><div class="me"></div></div>
  1206.  
  1207.  
  1208. </div></div><!-- about content -->
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214. <div class="outers" id="rules"><div class="post">
  1215.  
  1216.  
  1217. <div class="outer">IMPORTANT NOTE.</div>
  1218.  
  1219. <div class="inside">
  1220.  
  1221. <p>Hello!! I'm peach, 21, cis female, she/her (nbd if you slip up w/ pronouns) and im from Australia ! Welcome to my humble rules page, these may seem like a lot and Strict but they are there for my own sanity and comfort on tumblr and <i>I really hope you take the time to browse over them !!</i>
  1222.  
  1223. <p><b>I do not support:</b> genderbends/rule!63/transphobia, whitewashing, sexism, romanticising of sexual abuse or abuse of any kind, and all other forms of asshole-ish and descriminatory behaviour. Even if we have interacted in the past I will not be interacting anymore, I am not willing to overlook the struggles of this community and my followers. If you support or perpetrate any of these things don't follow me, because I won't be following you.
  1224.  
  1225. <p><i>I am very white</i> and Australian, if I overstep please don't hesitate to let me know because it won't have been on purpose.</p>
  1226. <p> This is a multiverse and multiship blog, with heavy focus on my main verse and my norse/marvel verse. So you will see alot of <b>world building</b> for both of these verses, with their own tags, alongside general headcanons and character development.
  1227. <p>Due to backstory this blog does come with a trigger warning for abuse, drowning/suffocation and violence. These will always be tagged but I understand if you can't follow due to this content <3
  1228.  
  1229. </div>
  1230.  
  1231. <div class="floof"><div class="me"></div></div>
  1232.  
  1233.  
  1234.  
  1235.  
  1236. <div class="outer">CHARACTERISATION.</div>
  1237.  
  1238. <div class="inside">
  1239.  
  1240. <p>This blog is a remake of <i>vitaelis.</i> and originally vimvitae. Sierra was <b>created by me</b> in December of 2015 and brought to tumblr in March of 2016.However I have rewritten her from a strictly DC/white lantern oc to have her in her own standalone canon. Obviously I don't own, nor am I affiliated with DC comics character Priscilla Kitaen (voodoo) and Bianca Santos (the people i use for faceclaims). I do however own every other aspect of Sierra Xenovair and <b>will not tolerate any form of copying, whether whole or partial, of her.</b> I worked hard on this character, and you should work hard on your own.
  1241. <p> I like to let people know that Sierra can be a very hostile and violent person, at the very least she will be very closed off and (mostly purposefully) abraisive towards your muse. It's how she keeps herself emotionally distant from people and while she isn't always this way (especially to people she knows well enough to have a connection with) it is most likely how a first meeting will go. She will not resort to violence for no reason but if provoked, I will message you to warn you, or likely have already warned you in the tags of my replies.
  1242. <p>I refuse to play down her powers and abilities because someone might scream OP and somehow blame it on being an oc. However I know she has some very godmoddy powers so i will refrain from using them without plotting.
  1243. <p><i>Sierra is of cuban and brazillian appearance,</i> I am not and while I try my best with my characterisation if I slip up, am offensive or perpetrate stereotypes please tell me and I will adjust this, within reason of course.
  1244.  
  1245.  
  1246.  
  1247. </div>
  1248.  
  1249. <div class="floof"><div class="me"></div></div>
  1250.  
  1251.  
  1252.  
  1253.  
  1254. <div class="outer">RELATIONSHIPS.</div>
  1255.  
  1256. <div class="inside">
  1257.  
  1258. <p><b>sex does not equal a ship</b> I can't emphasise that enough, Sierra is very sex positive and is likely to flirt and/or sleep with your muse simply because she feels like it. Of course consent will be asked but this doesn't mean she has feelings for your muse or that I'm trying to force a ship. She does sometimes use sex in a self destructive / coping mechanism type of way as well so her sleeping with your muses doesn't even mean she <i>likes</i> them in any way. That's just how it is.
  1259. <p><i>I will not change any aspect of my character to fit a ship.</i> She doesn't trust easily and is reluctant to open up to anyone. Things take time and she has her flaws that can make shipping difficult, especially if that gets ignored.</p>
  1260. <p>Please be mindful that because of this, and a general preference tbh, I prefer strong <i>plotting!!</i> Not just with my ships, but it's especially crucial here. I like to explore every little detail of a ship and like to write out the progress. I love headcanoning/screaming over IM's but I also like writing out their relationship as it develops! So I'm not fond of autoshipping myself and plotting / talking about things help immensley. </p>
  1261. <p>I do absolutely <b>love</b> ships, and I'm very open to exploring the possibility if there is chemistry between the characters and we get along ooc. But please don't feel bad if i say no or things need to develop more before i can tell, Sierra is a difficult character and doesn't keep alot of people close for a reason. If a ship doesn't workout theres other relationship types and i'm open for anything so please hmu if you feel anything x</p>
  1262. <p><b>Don't try to write Sierra for me either</b> This does fall under godmodding but coming to me and <i>assuming</i> she would behave in a certain way in a senario you have given makes me uncomfortable. I will tell you if that's out of character for her, please don't get offended or try and push the idea further as is, <b>I won't bend her character for a ship.</b>
  1263. <p>It's listed in my about but sierra is <b>pansexual</b> so she is open to sexual and/or intimate relationships with people of all gender identities ( Sierra herself identifies as non-binary. She/they are okay she won't correct you on that. Don't ever use he/him or she will cut you)
  1264.  
  1265.  
  1266. </div>
  1267.  
  1268. <div class="floof"><div class="me"></div></div>
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274. <div class="outer">FORMATTING/WRITING.</div>
  1275.  
  1276. <div class="inside">
  1277.  
  1278. <p>In my own replies i use icons, double small and double spaced words. <i>I very much prioritise aesthetics</i> and as such i wont change my formatting for anyone, if you have a problem with it, zoom in or adjust your chrome font size, or read it off my theme i have the fonts at an accessible size.
  1279.  
  1280. <p>If you don't cut your posts, or reply to asks by adding your reply to the original answer i'll end up unfollowing. I will not be acknowledging replies like this.
  1281.  
  1282. </div>
  1283.  
  1284. <div class="floof"><div class="me"></div></div>
  1285.  
  1286.  
  1287.  
  1288.  
  1289. <div class="outer">OTHER.</div>
  1290.  
  1291. <div class="inside">
  1292.  
  1293. <p><b>I don't send in rule passwords</b>, I honestly don't see the point as I read everyones rules before following and again before interaction. Then probably a few other times... I'm Paranoid that I'll slip up somewhere and read one persons rules at least 5 times. <b>So know that if I follow you, I've read your rules.</b>
  1294.  
  1295. <p>This blog is <i>mutuals preffered.</i> Meaning that if we are non mutuals feel free to like starter calls and send memes ect. Just keep in mind mutuals get preference and that i'm highly selective by nature.
  1296.  
  1297. <p><b>I'm massively multi verse</b>, and if I know the fandom and don't have a verse.. I'll have one in my head. Not to mention Sierra's canon is very flexible as every universe has space so I'm sure we can work something out
  1298.  
  1299. <p><b>DON'T USE ME AS A RESOURCE BLOG PLEASE.</b> That means if you continuously reblog memes and gifsets and anything really from me without making an effort at interaction (ic or ooc). I'm not a resource blog and it makes me feel Inadequate tbh.
  1300.  
  1301. <p><b>Don't reblog any of my original posts or threads</b>, unless i give you direct written permission to do so.
  1302.  
  1303. <p>I'm <i>open to tagging triggers</i> and the format will be "trigger /" please don't be afraid to ask for what you need tagged ! So far I tag nsfw, abuse, drowning, suffocation, alcohol, emetophobia, aggressive animals, . I myself don't have any triggers.
  1304.  
  1305. <p>Don't god mod, I'll play my character, and you play yours.
  1306.  
  1307. <p>Basically don't be a dick and we will get a long just fine !!!
  1308.  
  1309. <p>If any of these rules are continuously broken i will soft block you, and then hard block if it becomes a problem again
  1310.  
  1311. <p>I don't unfollow often but when i do it's because you have been inactive for 3 months without warning, there's been no interest shown in interacting for a long time, we aren't mutuals or you break my rules.
  1312.  
  1313. </div>
  1314.  
  1315. <div class="floof"><div class="me"></div></div>
  1316.  
  1317.  
  1318.  
  1319.  
  1320. <div class="outer">CREDITS.</div>
  1321.  
  1322. <div class="inside">
  1323.  
  1324. <p>The art in my mobile header is from <a href="https://www.artstation.com/artwork/zAOkqd">here !</a> Credit to this code and background goes to the absolutely <b>wonderful Wendy</b> (linked on the bottom right) so don't steal it or i'm coming after you. This also goes for all other graphics + ic content on this blog, they are all made by me unless otherwise stated and i will know if you take them.
  1325.  
  1326. </div>
  1327.  
  1328. <div class="floof"><div class="me"></div></div>
  1329.  
  1330. <div class="outer">MAINS/EXCLUSIVES.</div>
  1331.  
  1332. <div class="inside">
  1333.  
  1334. <p><blockquote>By nature I'm a highly selective and at times exclusive roleplayer. I prefer to have mains/exclusives to develop in depth relationships and worlds with the writer and their version of a character. <i>If you feel like you want to be mains / exclusives please let me know,</i> i only ask that we have both some ic and ooc interaction before hand! I of course reserve the right to say no, or wait for further interaction to decide. Obviously I will only have <b>one</b> exclusive per character. For mains I'll have up to <b>three</b>. With ships I am <i>largely</i> ship exclusive, though that is not a rule, and will always ask before putting you on this list.</blockquote> <br><br>
  1335. <p><h1>EXCLUSIVES</h1>
  1336. <b>Hiccup Haddock ------</b> <a href="http://formadr.tumblr.com">formadr.</a>
  1337. <br><b>Sigyn Iwaldidottir ------</b><a href="http://sgyn.tumblr.com">sgyn.</a>
  1338. <br><b>Steve Palchuk ------</b><a href="http://creepslain.tumblr.com">creepslain.</a>
  1339.  
  1340. <br>
  1341. <br>
  1342.  
  1343. <p><h1>SHIP EXCLUSIVES</h1>
  1344. <b>Jack Frost ------</b> <a href="http://frystsnow.tumblr.com">frystsnow.</a>
  1345. <br><b>Lance McClain ------</b> <a href="http://earthlost.tumblr.com">earthlost.</a>
  1346. <br><b>Matt Holt ------</b> <a href="http://mattryr.tumblr.com">mattryr.</a>
  1347. <br><b>Zack Taylor ------</b> <a href="http://mastodamn.tumblr.com">mastodamn.</a>
  1348.  
  1349. <br>
  1350. <br>
  1351. <p><h1>MAINS</h1>
  1352. <b>Bakugou Katsuki ------</b> <a href="http://boomhands.tumblr.com">boomhands.</a>
  1353. <br><b>Roxas ------</b> <a href="http://13nth.tumblr.com">13nth.</a>
  1354. <br><b>Sora Shinkaime ------</b> <a href="http://oatheart.tumblr.com">oatheart.</a>
  1355.  
  1356. </div>
  1357.  
  1358. <div class="floof"><div class="me"></div></div>
  1359.  
  1360.  
  1361.  
  1362.  
  1363. </div></div><!-- rules content -->
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370. <div class="outers" id="verse"><div class="post">
  1371.  
  1372.  
  1373.  
  1374. <div class="outer">PRIMARY.</div>
  1375.  
  1376.  
  1377. <div class="inside"><div class="verse">
  1378.  
  1379. <img src="https://i.imgur.com/lGeMv47.png"/>
  1380. <a href="">XENOVAIR</a>
  1381. <span>you will find your final ruin under a darkened sky full of shattered stars</span>
  1382.  
  1383. <p><blockquote>
  1384. - She was born of the second generation, into the founding family, <b>the namesake of Xenovair.</b> As the only child she lived the life of the next in line for the throne.
  1385. <br>- <i>Expectations</i> were thrust upon her shoulders, but she would much rather spend her days <b>engineering</b> vehicles and other trinkets, or adventuring across the plains.
  1386. <br>- On one of these adventures she discovered a baby wolf, alone and abandoned, so she took him back to her workshop, raising him herself and keeping him there, hidden from her disapproving family. He still lives as a <i>loyal workshop hand and friend</i>, but she would not rediscover him among the ruins of her planet for years after.
  1387. <br>- Xenovair is a <b>violent society</b> as it were, but violence is not common place within the home, unless you are a founder. No one knows of this violent practice, <i>lest the emperor lose the favour of his people.</i> But Sierra knew, so did her mother, but she still stood aside and let her daughter take the hits. Sierra would often <b>fight back</b>, even if that made it worse in the end, she was protective to her last breath and would stand between her mother and her fathers violence any day of the week. That's just how life was for her.
  1388. <br>- <b>She had a love</b>, Aishlya and she was a sweet rose amongst the thorns, but Sierra would soon lose her, Aishlya unable to handle Sierra's warrior heart. They separated on relatively good terms, but it did break Sierra's heart, she truly loved her and some part of her always will
  1389. <br>- One day her father picked a fight with an unforgiving celestial being, capable of destroying the planet. Which they would eventually do but not before Sierra did everything in her power to stop it.
  1390. <br>- <b>She overthrew her father</b>, besting him in a fight to the death for reign over the planet. It took only a month for the planet to come to it's end, a month for Sierra to work at fixing her fathers mistakes, to feel a sense of hope just long enough before it was drowned with the rest of her people.
  1391. <br>- <i>By a miracle she survives</i>, she lives through the flood and her injuries as the last remaining Xenovairian, the empress of nothing and no one
  1392. <br>- She can be found venturing the universe, trying to survive, trying to live and to help stop the ruination of other civilisations.
  1393. </blockquote>
  1394.  
  1395. </div></div>
  1396.  
  1397. <div class="inside"><div class="verse">
  1398.  
  1399. <img src="https://i.imgur.com/hxbfnjV.png"/>
  1400. <a href="">NORSE/MARVEL</a>
  1401. <span>legends never die and warriors never grow old</span>
  1402.  
  1403. <p><blockquote>
  1404. - <b><i>She is Sierra Skadidottir</i></b>, the goddess of energy and force. Born of a <i>Jotun</i> mother and an <i>Aesir</i> father.
  1405. <br>- <b>Raised on Asgard</b>, she would be raised a warrior, joining the ranks of the <i>Valkyries</i> at her first opportunity, proud to serve the throne and guard the realms.
  1406. <br>- When she and her sisters battle against Hela, <b>she is supposed dead</b>, for she didn't return, she barely lived. Only surviving under the bodies of her sisters in arms.
  1407. <br>- Being too ashamed to return to Asgard alone she <i>seeks refuse in Vanir</i>, remaining to guard the throne there. Building a companionship with her charge, Sigyn <b>( @sgyn )</b>.
  1408. <br>- After Sigyn disappears from the realm and her memories she doesn't feel as tied to her post and leaves, returning to Asgard in disguise or spending her days on <i>Earth</i>, trying to figure out why she has such a big hole in her memories and her heart.
  1409. </blockquote>
  1410.  
  1411. </div></div>
  1412.  
  1413.  
  1414. <div class="floof"><div class="me"></div></div>
  1415.  
  1416.  
  1417.  
  1418. <div class="outer">SECONDARY.</div>
  1419.  
  1420.  
  1421. <div class="inside"><div class="verse">
  1422.  
  1423. <img src="https://i.imgur.com/NUDcYlP.png"/>
  1424. <a href="">KINGDOM HEARTS</a>
  1425. <span>with fragmented hearts and stardust seared skin a warrior she remains</span>
  1426.  
  1427. <p><blockquote>
  1428. - This verse is affiliated with my Riku blog <b>( @intodawn )</b> where Sierra is a npc
  1429. <br>- Her story starts before the first <i>keyblade war</i>, much the same as the main verse. Until the war breaks out.
  1430. <br>- She fights against the impending end, and she lives past it, while her people did not.
  1431. <br>- Her heart is and always has been <b>full of darkness</b>, but the light within her grows steadily, until the final blow is struck against her Aishlya somewhere else on the battlefield. In that moment it grows to occupy half her heart.
  1432. <br>- As Aishlya was almost <i>pure light</i> when her heart saught refuge within Sierra's it created a balance within previously unknown to her. This grants Sierra the ability to wield two keyblades, one representing the <i>light</i>, the other representing <i>darkness</i>.
  1433. <br>- Sierra would continue on for centuries, unknowingly carrying two hearts within her chest.
  1434. <br>- One day she senses a battle against darkness within one's heart being lost, and having known what that lack of control feels like she rushes to that dimension to help.
  1435. <br>- There within Castle Oblivion she finds <b>Riku</b>, giving him the strength he needs to fight back and fight his way out.
  1436. <br>- Everything else follows the games except where mickey is with Riku, Sierra is there instead.
  1437. <br>- She is also very close to Roxas <b>( @13nth )</b> and after gaining his companionship would do <i>anything</i> to get him back, prompting her to embark on a journey with Sora <b>( @oatheart )</b>, while periodically checking in on Riku.
  1438. <br> If you write roxas or sora and aren't either of the mentioned blogs then Sierra just won't know them and will know Riku just the same and will likely be travelling with him. If you write Riku, she won't know him past his reputation and instead of travelling with him she will be chasing the answers to her own heart and fighting her own battles.
  1439. </blockquote>
  1440.  
  1441. </div></div>
  1442.  
  1443. <div class="inside"><div class="verse">
  1444.  
  1445. <img src="https://i.imgur.com/lJKCqOY.png"/>
  1446. <a href="">OVERWATCH</a>
  1447. <span>burn and rave at close of day, rage against the dying of the light</span>
  1448.  
  1449. <p><blockquote>
  1450. - Sierra arrives on Earth to a <i>dystopian society</i>, and makes a living as a contract engineer for many of the worlds organisations (good and bad) .
  1451. <br>- She would make whatever they asked for, however if she didn't agree with the use she would steal/destroy her work (after being paid of course) before they can use it. This <i>vigilante</i> became known separate to sierra as <b>Nova.</b>
  1452. <br>- Eventually she joins <b>overwatch</b> to work alongside the engineers. While working she invents a machine that is meant to heal, however upon testing to reacts badly with her alien DNA and fuses to her arm, giving her the ability to project her healing to others without contact.
  1453. <br>- Her superhuman abilities gives her an advantage with the <b>black ops division (blackwatch)</b> so she finds herself running missions for them inbetween building and repairing equipment for both organisations.
  1454. <br>- Until overwatch goes down, after she returns to her previous life, taking any engineering contract she can, among others. Nova gaining fame and being requested to perform hits on more than just equipment.
  1455. </blockquote>
  1456.  
  1457. </div></div>
  1458.  
  1459.  
  1460.  
  1461. <div class="floof"><div class="me"></div></div>
  1462.  
  1463.  
  1464.  
  1465. <div class="outer">TERTIARY.</div>
  1466.  
  1467.  
  1468. <div class="inside"><div class="verse">
  1469.  
  1470. <img src="https://i.imgur.com/yUyOC2J.png"/>
  1471. <a href="">PACIFIC RIM</a>
  1472. <span>in the end, we are epics in three acts. adventure / tragedy / victory.</span>
  1473.  
  1474. <p><blockquote>
  1475. - This verse was heavily developed with my main chuck <b>( @mostkaiju )</b> if you play chuck and want to play within this verse, Sierra will be merely another j-tech.
  1476. <br>- In a society that's incredibly <i>hostile</i> toward alien life she finds herself <b>hiding her identity</b>. Concealing her markings and bioluminescent freckles, hoping no one notices the stars in her eyes are real and the bright blue streaks in her hair is natural.
  1477. <br>- She is a <i>j-tech</i> for the Australian jaeger, Striker Eureka, and the only engineer Chuck will let work on Striker.
  1478. <br>- So when the time comes to move to the shatterdome they refuse to leave without her, so she goes with them.
  1479. <br>- In her spare time outside of j-tech work, she <b>trains</b>, waiting for the day she's needed in the field.
  1480. <br>- <b>Only</b> Chuck knows of her true heritage and she would like to keep it that way, in fear of being kicked out.
  1481. <br>- However she is openly curious about Kaiji and can be seen hanging around the scientists asking questions.
  1482. </blockquote>
  1483.  
  1484. </div></div>
  1485.  
  1486. <div class="inside"><div class="verse">
  1487.  
  1488. <img src="https://i.imgur.com/X98I8jF.png"/>
  1489. <a href="">TROLLHUNTERS</a>
  1490. <span>you were raised of monsters so a monster you became</span>
  1491.  
  1492. <p><blockquote>
  1493. <br>- This verse is heavily affiliated with my exclusive Steve <b>( @creepslain )</b>
  1494. <br>- <i>Sierra is a changeling</i>, she's aware she's different from a young age, but doesn't know what she actually is
  1495. <br>- Her childhood was initially okay, growing up a bubbly and curious child, until everything changes for the worst.
  1496. <br>- Until <b>her father snaps</b> for reasons Sierra doesn't know or couldn't care less about. He starts abusing his wife, and then Sierra when she starts standing up for her mother, taking hits she shouldn't have to take.
  1497. <br>- She goes to school with <i>long sleeves and shitty excuses</i>, trying her hardest to keep everything to herself.
  1498. <br>- A member of the cheerleading squad and <b>incredibly smart</b>, gifted in maths, science and mechanics, she has a dream to study mechanical engineering later in life. She wouldn't end up having the opportunity however, as she can't afford it and <i>her behaviour isnt conducive in attracting scholarships</i>.
  1499. <br>- One day a family holiday goes wrong, before they can even leave town the car loses control and <b>plunges</b> into the water, Sierra gets impaled through her lower hip and drowns.
  1500. <br>- She wakes up with Steve by her side, the only person she has left. Due to her parents passing she would move in with his family, so she can finish school and live a normal(ish) life.
  1501. <br>- She learns of her exact nature when the town is overrun by trolls, and is caught in the fight.
  1502. </blockquote>
  1503.  
  1504. </div></div>
  1505.  
  1506. <div class="inside"><div class="verse">
  1507.  
  1508. <img src="https://i.imgur.com/Ex8cljY.png"/>
  1509. <a href="">PRIVATE/TBA</a>
  1510. <span>grand adventure runs in your veins, a martyr to distraction from reality.</span>
  1511.  
  1512. <p><blockquote>
  1513. - private verses to be listed here !
  1514.  
  1515. </div></div>
  1516.  
  1517.  
  1518. <div class="floof"><div class="me"></div></div>
  1519.  
  1520.  
  1521. </div></div><!-- verse content -->
  1522.  
  1523.  
  1524.  
  1525. <div class="credit">
  1526.  
  1527. <a href="https://wendythemes.tumblr.com/" title="theme made by wendythemes !">©</a>
  1528.  
  1529. </div>
  1530.  
  1531.  
  1532.  
  1533. <script>
  1534.  
  1535. $(document).ready(function(){
  1536.  
  1537. $('.photo-slideshow').pxuPhotoset({
  1538. lightbox: true,
  1539. rounded: 'corners',
  1540. gutter: '2px',
  1541. borderRadius: '0px',
  1542. photoset: '.photo-slideshow',
  1543. photoWrap: '.photo-data',
  1544. photo: '.pxu-photo'
  1545. });
  1546.  
  1547. });
  1548.  
  1549. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement