Advertisement
Guest User

Untitled

a guest
May 25th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.23 KB | None | 0 0
  1. <!----------
  2.  
  3. ┆◣ 𝐓𝐇𝐄𝐌𝐄 𝐁𝐘 𝐃𝐀𝐑𝐊𝐑𝐏𝐒𝐃 ◥┆
  4.  
  5.  
  6. PLEASE DO NOT REMOVE THE CREDIT
  7.  
  8.  
  9. - do not remove the credit or claim as yours.
  10. - do not take bits of the code for others themes.
  11. - howdy, amigo. are you using the source viewer? maybe you want to check if anything i use looks like a theme you saw, or you just want to know how i did something? or maybe you want to use something of my theme on yours? just think about it for a hot second!
  12. - maybe my theme is super basic and boring, but i've been working on my codes alone, trying to figure it out how to do my best, cause it's very difficult for me to ask for help in this matter.
  13. - if you need help with your codes you can check @showmaxter, @octomoosey or even @agirlingrey. they're the best with their tutorials.
  14.  
  15.  
  16.  
  17. PLEASE DO NOT REMOVE THE CREDIT
  18.  
  19. --------->
  20. <html> <head>
  21.  
  22. <title>{title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <!-------------------------------------------------------------------->
  30.  
  31. <!-- jquery -->
  32. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  33. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  34. <script src="https://secure.static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  35. <!-- TOOLTIPS -->
  36. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38. <script>
  39. (function($){
  40. $(document).ready(function(){
  41. $("a[title]").style_my_tooltips({
  42. tip_follows_cursor:true,
  43. tip_delay_time:50,
  44. tip_fade_speed:200,
  45. attribute:"title"
  46. });
  47. });
  48. })(jQuery);
  49. </script>
  50. <!-- TABS -->
  51. <script>
  52. $(document).ready(function() {
  53. $('.tabs .tab-links a').on('click', function(e){var currentAttrValue =
  54. $(this).attr('href');// Show Tabs
  55. $('.tabs' + currentAttrValue).fadeIn(600).siblings().hide();
  56. $(this).parent('li').addClass('active').siblings().removeClass('active');e.preventDefault();});});</script>
  57.  
  58.  
  59. <!-------------------------------------------------------------------->
  60.  
  61.  
  62. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  63.  
  64. <link href='https://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  65. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  66. <script>
  67. $(document).ready(function() {
  68. $('.photo-slideshow').pxuPhotoset({
  69. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  70. 'rounded' : 'corners', // corners, all or false
  71. 'highRes' : true, // will use high res images
  72. 'gutter' : '3px', // spacing between the images
  73. }, function() {
  74. $(this).animate({opacity:1});
  75. });});
  76. </script>
  77.  
  78. <script>
  79. $(document).ready(function(){
  80. $('.video iframe').each(function(){
  81. var scale = $(this).parents('.video').width() / 400;
  82. $(this).attr({
  83. width: Math.floor($(this).attr('width') * scale),
  84. height: Math.floor($(this).attr('height') * scale)})
  85. ;});});
  86. </script>
  87.  
  88. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  89.  
  90.  
  91. <!-- POP UP SCRIPT -->
  92.  
  93. <script type="text/javascript" src=
  94. "https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  95. </script>
  96. <script type="text/javascript">
  97. //<![CDATA[
  98. $(document).ready(function() {
  99. //
  100. $('a.poplight[href^=#]').click(function() {
  101. var popID = $(this).attr('rel'); //Get Popup Name
  102. var popURL = $(this).attr('href'); //Get Popup href to define size
  103. var query= popURL.split('?');
  104. var dim= query[1].split('&');
  105. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  106. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><\/a>');
  107. var popMargTop = ($('#' + popID).height() + 80) / 2;
  108. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  109. //Apply Margin to Popup
  110. $('#' + popID).css({
  111. 'margin-top' : -popMargTop,
  112. 'margin-left' : -popMargLeft
  113. });
  114. $('body').append('<div id="fade"><\/div>');
  115. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  116. return false;
  117. });
  118. $('a.close, #fade').live('click', function() {
  119. $('#fade , .popup_block, .ask_block').fadeOut(function() {
  120. $('#fade, a.close').remove(); //fade them both out
  121. });
  122. return false;
  123. });
  124. });
  125. //]]>
  126. </script>
  127.  
  128. <!-- POP UP SCRIPT -->
  129.  
  130.  
  131. <!-- VERSES SCRIPT -->
  132.  
  133. <script src="https://secure.static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  134.  
  135.  
  136. <!-- VERSES SCRIPT -->
  137.  
  138.  
  139. <!-- DROPDOWN MENU -->
  140.  
  141. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  142. <script type="text/javascript">
  143. $(document).ready(function(){
  144. $(".links_body").hide();
  145. $(".links_head").click(function(){
  146. $(this).next(".links_body").slideToggle('fast');
  147. }); }); </script>
  148. <style type="text/css">
  149. .links_list { margin:0px; padding:0px; width:100%;}
  150. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  151. .links_body { padding:10px; text-align:left; display:none;}
  152. </style>
  153.  
  154. <!-- DROPDOWN MENU -->
  155.  
  156.  
  157. <style type="text/css">
  158.  
  159.  
  160. /* FONTS */
  161.  
  162. @import url('https://fonts.googleapis.com/css?family=Oswald|Crimson+Text:400,600i|Roboto|Prata');
  163.  
  164. @font-face{font-family:"squared"; src: url("https://static.tumblr.com/av6qvbp/pTxpdaq55/squared.ttf");}
  165.  
  166. @font-face{font-family:"theblacklist"; src: url("https://static.tumblr.com/av6qvbp/yB4plp9tw/theblacklist.ttf");}
  167.  
  168. @font-face{font-family:"theblacksmith"; src: url("https://static.tumblr.com/av6qvbp/nbDplp9em/theblacksmith.ttf");}
  169.  
  170. @font-face{font-family:"snowballs"; src: url("https://static.tumblr.com/av6qvbp/LG6pm16ng/snowballs.ttf");}
  171.  
  172. /* FONTS */
  173.  
  174.  
  175. iframe.tmblr-iframe {
  176. z-index:99999999999999!important;
  177. top:0!important;
  178. right:0!important;
  179. opacity:0;
  180. padding-right:41px;
  181. /* delete from here */
  182. filter:invert(1);
  183. -webkit-filter:invert(1);
  184. -o-filter:invert(1);
  185. -moz-filter:invert(1);
  186. -ms-filter:invert(1);
  187. /* to here if your blog has a dark background */
  188. transform:scale(0.6);
  189. transform-origin:100% 0;
  190. -webkit-transform:scale(0.6);
  191. -webkit-transform-origin:100% 0;
  192. -o-transform:scale(0.6);
  193. -o-transform-origin:100% 0;
  194. -moz-transform:scale(0.6);
  195. -moz-transform-origin:100% 0;
  196. -ms-transform:scale(0.6);
  197. -webkit-transition: .9s ease-in-out;
  198. -moz-transition: .9s ease-in-out;
  199. -o-transition: .9s ease-in-out;
  200.  
  201. }
  202.  
  203. iframe.tmblr-iframe:hover {
  204. opacity:0.6!important;
  205. -moz-transition-duration:.9s;
  206. -webkit-transition-duration:.9s;
  207. -o-transition-duration:.9s;
  208. }
  209.  
  210. .hcontrols {
  211. position:fixed;
  212. top:0;
  213. right:0;
  214. z-index:999999999;}
  215.  
  216. .hcontrols svg {
  217. width:14px;
  218. height:14px;
  219. padding:9px;}
  220.  
  221. .hcontrols svg path {
  222. fill:#888888;/* change this to change the color of the links */}
  223.  
  224. .hcontrols svg path {
  225. fill:#cccccc;/* change this to change the color of the links on hover */}
  226.  
  227. /* POINTER */
  228.  
  229. *,body {cursor: url(https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png), progress !important;}
  230.  
  231. a:hover { cursor:url( https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png ), progress !important; }
  232.  
  233.  
  234.  
  235.  
  236. /* POINTER */
  237.  
  238. /* ---- PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER ---- */
  239.  
  240. #vignette,#tumblr_lightbox_caption {visibility:hidden;}
  241. #tumblr_lightbox {background:#333345!important;}
  242. #tumblr_lightbox_left_image,
  243. #tumblr_lightbox_right_image {opacity:0.5!important;}
  244. #tumblr_lightbox_center_image,
  245. #tumblr_lightbox_left_image,
  246. #tumblr_lightbox_right_image {
  247. box-shadow:none!important;
  248. border-radius:0px!important;
  249. }
  250.  
  251.  
  252. .caption {
  253. width:px;
  254. text-align:justify;
  255. line-height:120%;
  256. }
  257.  
  258.  
  259. /* ---- PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER ---- */
  260.  
  261.  
  262. /* ---- BODY ---- */
  263.  
  264. body {
  265. background:#333345 url('https://static.tumblr.com/av6qvbp/dQdpm05ct/bg.png') no-repeat fixed top center;
  266. font-family:roboto;
  267. text-align:justify;
  268. font-size: 10px;
  269. color:#d0c6cf;
  270. }
  271.  
  272. /* ---- BODY ---- */
  273.  
  274.  
  275. /* ---- LINKS / HOVER LINKS ---- */
  276.  
  277.  
  278. a {
  279. color:#5c19d9;
  280. font-size:10px;
  281. font-family: 'Oswald', serif;
  282. text-shadow:2px 2px 2px #18171a;
  283. text-transform:uppercase;
  284. text-decoration:none;
  285. -webkit-transition: all 0.5s ease-in-out;
  286. -moz-transition: all 0.5s ease-in-out;
  287. -o-transition: all 0.5s ease-in-out;
  288. }
  289.  
  290. a:hover {
  291. color:#ffffff;
  292. font-size:10px;
  293. text-shadow:0px 0px 3px #ffffff;
  294.  
  295. }
  296.  
  297.  
  298.  
  299. /* ---- LINKS / HOVER LINKS ---- */
  300.  
  301.  
  302. /* ---- SCROLLBAR ---- */
  303.  
  304. ::-webkit-scrollbar-thumb{
  305. background-color: transparent;
  306. border-radius:0px;
  307. height:auto;
  308. }
  309.  
  310. ::-webkit-scrollbar {
  311. height:auto;
  312. width:4px;
  313. border: 1px transparent;
  314. border-radius:0px;
  315. }
  316.  
  317. /* ---- SCROLLBAR ---- */
  318.  
  319.  
  320. /* ---- SELECTION / HIGHLIGHT BACKGROUND AND TEXT ---- */
  321.  
  322.  
  323. ::selection {
  324. background:#49405d;
  325. color:#ffffff;
  326. }
  327.  
  328. /* ---- SELECTION / HIGHLIGHT BACKGROUND AND TEXT ---- */
  329.  
  330.  
  331.  
  332. /* ---- BOLD, ITALIC, SMALL AND OTHERS ---- */
  333.  
  334. /* ---- BOLD ---- */
  335.  
  336.  
  337. b, strong, bold {
  338. font-family: 'Oswald', serif;
  339. letter-spacing: 0px;
  340. color:#5c19d9;
  341. text-transform: uppercase;
  342. font-weight: bold;
  343. text-shadow:2px 2px 2px #18171a;
  344. font-size: 10px;
  345. font-weight:800;
  346.  
  347. }
  348.  
  349. /* ---- BOLD ---- */
  350.  
  351. /* ---- ITALIC ---- */
  352.  
  353. i, em, italic {
  354. color:#ffffff;
  355. text-shadow: 1px 1px 4px #ffffff;
  356. font-weight:500;
  357. font-family:"theblacksmith";
  358. text-transform: lowercase;
  359. font-size: 12px;
  360. letter-spacing: 2px;
  361. line-height:100%;
  362.  
  363. }
  364.  
  365. /* ---- ITALIC ---- */
  366.  
  367. /* ---- SUB, SMALL, SUB ---- */
  368.  
  369. small, sub, sup {
  370. font-size:9px;
  371.  
  372. }
  373.  
  374. /* ---- SUB, SMALL, SUB ---- */
  375.  
  376. /* ---- STRIKE, UNDERLINE ---- */
  377.  
  378. strike {
  379. font-size:10px;
  380. text-transform: uppercase;
  381. color:#421cc3;
  382. text-shadow:0px 1px 1px #131313;
  383. }
  384.  
  385. u {
  386. text-transform: uppercase;
  387. font-size:9px;
  388. color:#4a06c9;
  389. text-shadow:0px 1px 1px #131313;
  390. }
  391.  
  392. /* ---- STRIKE, UNDERLINE ---- */
  393.  
  394. /* ---- PRE / PRE LINKS ---- */
  395.  
  396.  
  397. pre {
  398. padding-top:6px;
  399. padding:5px;
  400. width:auto;
  401. text-align: center;
  402. word-wrap: break-word;
  403. color:#c7c0d5;
  404. background-color:#353548;
  405. border-right:5px double #4a06c9;
  406. font-family:roboto;
  407. text-transform:uppercase;
  408. line-height:120%;
  409. letter-spacing:1px;
  410. font-size:7px;
  411.  
  412. }
  413.  
  414. pre a {
  415. text-shadow:0px 1px 1px #d0c6cf;
  416. color:#ddd;
  417. font-family:roboto;
  418. text-transform:uppercase;
  419. letter-spacing:1px;
  420. font-size:7px;
  421.  
  422. }
  423. /* ---- PRE / PRE LINKS ---- */
  424.  
  425. /* ---- CODE / BIG ---- */
  426.  
  427.  
  428. code {
  429. font-size: 10px;
  430. font-weight: bold;
  431. color:#6b6b9c;
  432. text-transform:uppercase;
  433. font-family: 'Crimson Text', serif;
  434. text-shadow:0px 1px 1px #323259;
  435. }
  436.  
  437. big {
  438. font-size: 18px;
  439. color:#dddddd;
  440. font-family: 'Crimson Text', serif;
  441. line-height:100%;
  442. font-weight:900;
  443. }
  444.  
  445. /* ---- CODE / BIG ---- */
  446.  
  447. /* ---- H1 ---- */
  448.  
  449.  
  450. h1 {
  451. background:#2b2b3a;
  452. padding:10;
  453. box-shadow:1px 1px 0px #141414;
  454. text-transform:uppercase;
  455. text-align: center;
  456. font-family: 'squared';
  457. font-size:12px;
  458. line-height:100%;
  459. color: #5c19d9;
  460. text-shadow: 0px 1px 1px #000000;
  461. }
  462.  
  463. h1 small i, small h1 i {
  464. text-transform:uppercase;
  465. text-align: center;
  466. font-family: 'Oswald', sans-serif;
  467. font-size:16px;
  468. line-height:100%;
  469. color: #ffffff;
  470. text-shadow: 0px 1px 1px #000000;
  471. }
  472.  
  473. /* ---- H1 ---- */
  474.  
  475. /* ---- H2 ---- */
  476.  
  477. h2 {
  478. font-size:18px;
  479. color:#5c19d9;
  480. font-weight:bold;
  481. line-height:100%;
  482. text-align: center;
  483. font-family: 'Oswald', sans-serif;
  484. text-shadow: 0px 1px 1px #000000;
  485.  
  486. }
  487.  
  488. h2 small, small h2 {
  489. font-size:11px;
  490. color:#dddddd;
  491. font-weight:none;
  492. text-transform:lowercase;
  493. font-family: 'Oswald', sans-serif;
  494. text-shadow: 0px 1px 1px #000000;
  495.  
  496. }
  497.  
  498. h2 small i {
  499. font-size:11px;
  500. color:#ffffff;
  501. font-weight:none;
  502. text-transform:lowercase;
  503. font-family: 'Oswald', sans-serif;
  504. text-shadow: 0px 1px 1px #000000;
  505.  
  506. }
  507. /* ---- H2 ---- */
  508.  
  509. /* ---- H3 ---- */
  510.  
  511. h3 {
  512. font-size:18px;
  513. font-family: 'oswald', sans-serif;
  514. text-align:center;
  515. text-transform:uppercase;
  516. background:
  517. -webkit-linear-gradient(left, #5c19d9, #5c19d9);
  518. -webkit-background-clip: text;
  519. -webkit-text-fill-color: transparent;
  520. line-height:100%;
  521. font-weight:900;
  522. letter-spacing:0px;
  523. padding-bottom:-10px;
  524. }
  525.  
  526. /* ---- H3 ---- */
  527.  
  528. /* ---- H4 ---- */
  529.  
  530. h4 {
  531. padding:5px;
  532. padding-left:auto;
  533. padding-right:auto;
  534. margin-right:3px;
  535. word-wrap: break-word;
  536. text-align:center;
  537. font-family:roboto;
  538. text-shadow:1px 1px 1px #000000,
  539. 0px 0px 5px #000000;
  540. background:#353548;
  541. border:1px solid #4a06c9;
  542. outline:1px dashed #4a06c9;
  543. outline-offset:3px;
  544. color:#c7c0d5;
  545. font-size:8px;
  546. text-transform:uppercase;
  547. background:url('https://static.tumblr.com/av6qvbp/VYupm29p1/jover2.png');
  548. background-repeat:no-repeat;
  549. background-attachment:static;
  550. letter-spacing:1px;
  551.  
  552. }
  553. /* ---- H4 ---- */
  554.  
  555. /* ---- HR ---- */
  556.  
  557.  
  558. hr {
  559. width:100%;
  560. margin-top:3px;
  561. margin-bottom:3px;
  562. height:2px;
  563. border:none;
  564. background:#2b2b3a;
  565. background-repeat:repeat;
  566. background-attachment:fixed;
  567.  
  568. }
  569.  
  570. /* ---- HR ---- */
  571.  
  572.  
  573. /* ---- BOLD, ITALIC, SMALL AND OTHERS ---- */
  574.  
  575.  
  576. /* ---- BLOCKQUOTE ---- */
  577.  
  578. blockquote {
  579. padding:10px 5px 5px 10px;
  580. padding-top:0px;
  581. padding-bottom:0px;
  582. text-align:justify;
  583. margin-bottom:10;
  584. margin-left:0px;
  585. width:95%;
  586. border-left:1px solid #59418b
  587.  
  588. }
  589.  
  590. blockquote blockquote {
  591. padding:0 0 0 10px;
  592. padding-top:3px;
  593. padding-bottom:3px;
  594.  
  595. }
  596. blockquote, small {
  597. font-size:11px;
  598.  
  599. }
  600.  
  601. blockquote img {
  602. max-width:300px;
  603. height:auto;
  604. padding-left:10px;
  605. }
  606.  
  607. blockquote blockquote img{
  608. max-width:100%;
  609. height:auto;
  610. }
  611.  
  612.  
  613. /* ---- BLOCKQUOTE ---- */
  614.  
  615. /* ---- CONTAINER / POSTS ---- */
  616.  
  617. /* ---- CONTAINER ---- */
  618.  
  619. #container {
  620. background:;
  621. width: 390px;
  622. height:100%;
  623. left:50%;
  624. top:0px;
  625. margin-left:-574px;
  626. font-weight:200;
  627. font-size:10px;
  628. position: fixed;
  629. text-align:justify;
  630. padding-left:2px;
  631. padding-right:5px;
  632. overflow: auto;
  633.  
  634. }
  635.  
  636. /* ---- CONTAINER ---- */
  637.  
  638. /* ---- POSTS ---- */
  639.  
  640. #posts{
  641. width:370px;
  642. overflow-x:hidden;
  643. overflow-y:auto;
  644. text-align:justify;
  645. margin-top:30px;
  646. margin-bottom:5px;
  647. margin-left:10px;
  648. margin-right:10px;
  649. font-size:10px;
  650. line-height:110%;
  651. font-family:roboto;
  652. text-shadow:0px 0px 1px #1c1d1b;
  653. letter-spacing:0px;
  654. color:#d0c6cf;
  655. text-transform: auto;
  656. opacity:0.9;
  657. -webkit-transition: all .3s ease-in-out;
  658. -moz-transition: all .3s ease-in-out;
  659. -o-transition: all .3s ease-in-out;
  660. transition: all .3s ease-in-out;
  661. }
  662.  
  663.  
  664.  
  665. #posts img {
  666. height:auto;
  667. max-width:100%;
  668. }
  669.  
  670. #photo img {
  671. width:100%;
  672. -webkit-border-radius:5px;
  673. -moz-border-radius:5px;
  674. border-radius:5px;
  675. }
  676.  
  677. #container img {
  678. height:auto;
  679. max-width:100%;
  680. }
  681.  
  682. /* ---- POSTS ---- */
  683.  
  684.  
  685.  
  686. /* ---- CONTAINER / POSTS ---- */
  687.  
  688.  
  689.  
  690.  
  691.  
  692. /* --- PAGINATIONS: PAGINATION2 IT'S FOR THE NEXT ---- */
  693.  
  694. /* --- PAGINATION ---- */
  695.  
  696. #pagination {
  697. position:fixed;
  698. top:80px;
  699. left:50%;
  700. margin-left:10px;
  701. transform: rotate(-30deg);
  702. }
  703.  
  704.  
  705. /* --- PAGINATION ---- */
  706.  
  707. /* --- PAGINATION 2 ---- */
  708.  
  709.  
  710. #pagination2 {
  711. position:fixed;
  712. top:280px;
  713. left:50%;
  714. margin-left:-150px;
  715. transform: rotate(-30deg);
  716. }
  717.  
  718. /* --- PAGINATION 2 ---- */
  719.  
  720. #pagination a, #pagination2 a {
  721. font-family: 'Prata';
  722. text-transform:lowercase;
  723. font-size:60px;
  724. font-weight: cursive;
  725. color: #5c19d9;
  726. text-shadow:1px 1px 0px #000;
  727. transition-duration: 0.9s;
  728. position:fixed;
  729. opacity:0.8;
  730. z-index:999999;
  731. -webkit-transition: .9s ease-in-out;
  732. -moz-transition: .9s ease-in-out;
  733. -o-transition: .9s ease-in-out;
  734. }
  735.  
  736.  
  737. #pagination a:hover, #pagination2 a:hover {
  738. opacity:1;
  739. color:#5c19d9;
  740. text-shadow:1px 1px 5px #5c19d9;
  741. -moz-transition-duration:.9s;
  742. -webkit-transition-duration:.9s;
  743. -o-transition-duration:.9s;
  744. }
  745.  
  746.  
  747.  
  748.  
  749. /* --- PAGINATIONS: PAGINATION2 IT'S FOR THE NEXT ---- */
  750.  
  751.  
  752.  
  753.  
  754. /* ---- QUESTION / AUDIO ---- */
  755.  
  756. /* ---- QUESTION ---- */
  757. #asker {
  758. background:transparent;
  759. padding:5px;
  760. font-family: tahoma;
  761. text-align:center;
  762. margin-top:0px;
  763. text-transform:none;
  764. line-height:100%;
  765. z-index:1;
  766. }
  767.  
  768.  
  769.  
  770. .ppl {
  771. width:auto;
  772. height:0px;
  773. text-align:right;
  774. margin-top:-120px;
  775. margin-left:200px;
  776. margin-bottom:30px;
  777. text-align:center;
  778. color:#5c19d9;
  779. font-family: 'theblacklist';
  780. text-transform:capitalize;
  781. text-shadow:1px 1px 0.5px #000;
  782. font-weight:bold;
  783. font-size:30px;
  784. padding:5px;
  785. line-height:100%;
  786. padding:5px;
  787. line-height:100%;
  788. z-index:999999999999;
  789. }
  790.  
  791. .ppl a {
  792. color:#5c19d9;
  793. text-align:center;
  794. font-family: 'theblacklist';
  795. text-transform:capitalize;
  796. text-shadow:1px 1px 0.5px #000;
  797. font-weight:bold;
  798. font-size:30px;
  799. padding:5px;
  800. line-height:100%;
  801. -moz-transition-duration:.9s;
  802. -webkit-transition-duration:.9s;
  803. -o-transition-duration:.9s;
  804.  
  805. }
  806.  
  807. .ppl a:hover {
  808. width:auto;
  809. height:auto;
  810. color:#5c19d9;
  811. font-family: 'theblacklist';
  812. font-weight:bold;
  813. font-size:30px;
  814. margin-top:3px;
  815. text-align:center;
  816. text-transform:capitalize;
  817. padding:5px;
  818. line-height:100%;
  819. text-shadow:0px 0px 3px #5c19d9;
  820. -webkit-transition: all .9s ease-in-out;
  821. -moz-transition: all .9s ease-in-out;
  822. -o-transition: all .9s ease-in-out;
  823. -ms-transition: all .9s ease-in-out;
  824. transition: all .9s ease-in-out;
  825. }
  826.  
  827. .answer {
  828. font-size:11px;
  829. }
  830.  
  831.  
  832. .assker {
  833. width:300px;
  834. text-transform:uppercase;
  835. font-family:tahoma;
  836. font-size:10px;
  837. text-shadow:0px 0px 2px #ddd;
  838. text-align:justify;
  839. word-spacing:5px;
  840. margin-top:90px;
  841. letter-spacing:.5px;
  842. margin-bottom:100px;
  843. margin-left:0px;
  844. color:#d0c6cf;
  845. background:#2b2b3a;
  846. line-height:150%;
  847. padding:30px;
  848. border-right:8px solid #e2cce0;
  849. border-radius:10px;
  850. z-index:999;
  851. }
  852.  
  853. .askerportrait img {
  854. width:64px;
  855. height:64px;
  856. -webkit-border-radius: 100px;
  857. -moz-border-radius: 100px;
  858. border-radius: 100px;
  859. float:left;
  860. margin-left:200px;
  861. margin-top:20px;
  862. -webkit-filter:sepia(50%);
  863. -webkit-transition: all 0.9s ease-in-out;
  864. -moz-transition: all 0.9s ease-in-out;
  865. -o-transition: all 0.9s ease-in-out;
  866. -ms-transition: all 0.9s ease-in-out;
  867. transition: all 0.9s ease-in-out;
  868. z-index:1;
  869. }
  870.  
  871. .askereffect {
  872. width:230px;
  873. height:135px;
  874. float:left;
  875. margin-left:125px;
  876. padding-left:5px;
  877. margin-top:10px;
  878. padding-bottom:4px;
  879. position:absolute;
  880. z-index:2;
  881. }
  882.  
  883. .askereffect2 {
  884. width:300px;
  885. height:30px;
  886. float:left;
  887. margin-left:65px;
  888. padding-left:5px;
  889. margin-top:90px;
  890. padding-bottom:4px;
  891. position:absolute;
  892. z-index:1;
  893. }
  894.  
  895. /* ---- QUESTION ---- */
  896.  
  897. /* ---- AUDIO ---- */
  898.  
  899. .audio {
  900. height:60px;
  901. padding:5px;
  902. margin-bottom:0px;
  903. }
  904. .audio-album {
  905. position:absolute;
  906. width:60px;
  907. }
  908. .audio-player {
  909. opacity:0.6;
  910. filter:alpha(opacity=60);
  911. border:5px solid #3c2b5f;
  912. width:50px;
  913. height:50px;
  914. overflow:hidden;
  915. position:absolute;
  916. z-index:2;
  917. margin-left:0px;
  918. margin-top:0px;
  919. }
  920. .audio-info {
  921. margin-top:-0px;
  922. position:relative;
  923. margin-left:70px;
  924. padding:8px;
  925. background-color:#333345
  926. }
  927.  
  928.  
  929. /* ---- AUDIO ---- */
  930.  
  931. /* ---- QUESTION / AUDIO ---- */
  932.  
  933.  
  934.  
  935.  
  936.  
  937. /* ---- INFORMATION / TAGS ---- */
  938.  
  939.  
  940. #info {
  941. background-image:url("https://static.tumblr.com/av6qvbp/kGDpm0y1s/hover.png");
  942. background-repeat:repeat;
  943. background-attachment:fixed;
  944. border: 3px double #2f2f40;
  945. width:auto;
  946. word-spacing:15px;
  947. padding-left:px;
  948. padding-top:5px;
  949. margin-top:10px;
  950. padding-right:px;
  951. padding-bottom:8px;
  952. text-align:center;
  953. font-size:9px;
  954. font-family: 'oswald', sans-serif;
  955. line-height:20px;
  956. border-radius:2px;
  957. }
  958.  
  959. #info a{
  960. text-transform:uppercase;
  961. font-family: 'oswald', sans-serif;
  962. letter-spacing:1px;
  963. font-size:9px;
  964. color:#989594;
  965. -moz-transition-duration:.9s;
  966. -webkit-transition-duration:.9s;
  967. -o-transition-duration:.9s;
  968. }
  969.  
  970. #info a:hover{
  971. color:#fff;
  972. text-shadow: 0px 0px 4px #ddd;
  973. -webkit-transition:all .9s ease-in-out;
  974. -moz-transition:all .9s ease-in-out;
  975. transition:all .9s ease-in-out;
  976. }
  977.  
  978.  
  979. /*TAGS*/
  980.  
  981. #tags {
  982. width:auto;
  983. height:auto;
  984. background:url('');
  985. padding: 5px;
  986. word-wrap: break-word;
  987. text-transform:uppercase;
  988. border-radius: 0 0 30px 30px;
  989. letter-spacing:1px;
  990. padding:5px;
  991. font-weight:800;
  992. text-align:center;
  993. margin-top:1px;
  994. margin-left:2px;
  995. z-index:3;
  996.  
  997. }
  998.  
  999. #tags a {
  1000. font-style:roboto;
  1001. color:#c1c1c1;
  1002. text-shadow:0px 1px 1px #000;
  1003. font-size:7px;
  1004. -webkit-transition: all 0.5s ease-out;
  1005. -moz-transition: all 0.5s ease-out;
  1006. transition: all 0.5s ease-out;
  1007. }
  1008.  
  1009. #tags a:hover {
  1010. color:#a4a4a2;
  1011. text-shadow:0px 0px 3px #a4a4a2;
  1012. font-style:none;
  1013. -webkit-transition: all 0.5s ease-out;
  1014. -moz-transition: all 0.5s ease-out;
  1015. transition: all 0.5s ease-out;
  1016. }
  1017.  
  1018.  
  1019. /* ---- INFORMATION / TAGS ---- */
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. /* ---- QUOTES ---- */
  1026.  
  1027.  
  1028.  
  1029. #quote {
  1030. background:transparent;
  1031. font-family: 'oswald', sans-serif;
  1032. text-transform:uppercase;
  1033. color:#d0c6cf;
  1034. font-size:15px;
  1035. text-align:center;
  1036. line-height:120%;
  1037. padding:8px;
  1038. padding-top:12px;
  1039. padding-bottom:8px;
  1040. }
  1041.  
  1042.  
  1043. /* ---- QUOTES ---- */
  1044.  
  1045.  
  1046.  
  1047. /* ---- CHAT ---- */
  1048.  
  1049. .chat ol {
  1050. padding:0;
  1051. font-family:roboto;
  1052. font-size:7px;
  1053. text-transform:uppercase;
  1054. letter-spacing:1px;
  1055. line-height:180%;
  1056. list-style:none;
  1057. }
  1058.  
  1059. .line.odd {
  1060. background:#483f5a;
  1061. padding:5px;
  1062. }
  1063.  
  1064. .line.even {
  1065. background:#614870;
  1066. padding:5px;
  1067. }
  1068.  
  1069. .label {
  1070. font-weight:none;
  1071. font-size:8px;
  1072. padding-right:1px;
  1073. letter-spacing:1px;
  1074. text-transform:uppercase;
  1075. color:#d0c6cf;
  1076. }
  1077.  
  1078. /* ---- CHAT ---- */
  1079.  
  1080.  
  1081.  
  1082. /* ---- CREDIT ---- */
  1083.  
  1084.  
  1085. .yoonmin {
  1086. position: fixed;
  1087. overflow: hidden;
  1088. bottom:8px;
  1089. right:15px;
  1090. width: 10px;
  1091. height: 10px;
  1092. letter-spacing:1px;
  1093. padding-bottom: 5px;
  1094. padding-left: 5px;
  1095. padding-top: 2px;
  1096. z-index:99999;
  1097. -webkit-transition: all .8s ease-in-out;
  1098. -moz-transition: all .8s ease-in-out;
  1099. -o-transition: all .8s ease-in-out;
  1100. transition: all .8s ease-in-out;
  1101.  
  1102. }
  1103.  
  1104. .yoonmin:hover {
  1105. background:#2b2b3a;
  1106. width: 80px;
  1107. border-bottom:solid 1px #5c19d9;
  1108. }
  1109.  
  1110. .yoonmin a{
  1111. color:#fff;
  1112. font-size:10px;
  1113. font-family: times;
  1114. text-transform:uppercase;
  1115. text-shadow: 0px 1px 1px #000;
  1116. display:block;
  1117. height:auto;
  1118. width:auto;
  1119. text-align:center;
  1120. -moz-transition-duration:.9s;
  1121. -webkit-transition-duration:.9s;
  1122. -o-transition-duration:.9s;
  1123.  
  1124. }
  1125.  
  1126. .yoonmin a:hover{
  1127. color:#fff;
  1128. text-shadow: 0px 1px 1px #000;
  1129. -webkit-transition: all 0.8s ease-in-out;
  1130. -moz-transition: all 0.8s ease-in-out;
  1131. -o-transition: all 0.8s ease-in-out;
  1132. -ms-transition: all 0.8s ease-in-out;
  1133. transition: all 0.8s ease-in-out;
  1134.  
  1135. }
  1136. /* ---- CREDIT ---- */
  1137.  
  1138.  
  1139. /* ---- SIDEBAR ---- */
  1140.  
  1141.  
  1142. .sidebarbg {
  1143. background-image:url("https://static.tumblr.com/av6qvbp/2Sppm060g/sidebar.png");
  1144. background-repeat:no-repeat;
  1145. width:310px;
  1146. height:210px;
  1147. top:320px;
  1148. left:50%;
  1149. margin-left:4px;
  1150. position:fixed;
  1151. opacity:1;
  1152. -moz-transition-duration:.9s;
  1153. -webkit-transition-duration:.9s;
  1154. -o-transition-duration:.9s;
  1155. }
  1156.  
  1157.  
  1158.  
  1159. #sidebar {
  1160. background:;
  1161. font-family:'roboto';
  1162. font-size:9px;
  1163. color: #d0c6cf;
  1164. width:270px;
  1165. height:180px;
  1166. top:330px;
  1167. left:50%;
  1168. margin-left:13px;
  1169. padding-top:10px;
  1170. line-height:120%;
  1171. text-transform:uppercase;
  1172. text-shadow:0px 1px 1px #111111;
  1173. text-align:center;
  1174. position:fixed;
  1175. padding-left:13px;
  1176. padding-right:8px;
  1177. overflow-y: scroll;
  1178. overflow-x: hidden;
  1179. -webkit-mask-image:
  1180. -webkit-gradient(
  1181. linear, center 90%, center top, from(rgba(0,0,0,20)),
  1182. to(rgba(20,0,0,0)));
  1183. -webkit-mask-image:
  1184. -webkit-gradient(
  1185. linear, center 90%, center bottom,
  1186. from(rgba(0,0,0,20)), to(rgba(20,0,0,0)));
  1187. -moz-transition-duration:.9s;
  1188. -webkit-transition-duration:.9s;
  1189. -o-transition-duration:.9s;
  1190.  
  1191. }
  1192.  
  1193. #sidebar:hover {
  1194. opacity:1;
  1195. -webkit-transition: all 0.8s ease-in-out;
  1196. -moz-transition: all 0.8s ease-in-out;
  1197. -o-transition: all 0.8s ease-in-out;
  1198. -ms-transition: all 0.8s ease-in-out;
  1199. transition: all 0.8s ease-in-out;
  1200.  
  1201. }
  1202.  
  1203. .sidebarbg:hover {
  1204. opacity:1;
  1205. box-shadow:0px 0px 10px #5c19d9;
  1206. -webkit-transition: all 0.8s ease-in-out;
  1207. -moz-transition: all 0.8s ease-in-out;
  1208. -o-transition: all 0.8s ease-in-out;
  1209. -ms-transition: all 0.8s ease-in-out;
  1210. transition: all 0.8s ease-in-out;
  1211.  
  1212. }
  1213.  
  1214. /* ---- SIDEBAR ---- */
  1215.  
  1216.  
  1217. /* ---- HOVER LINKS div#qTip ---- */
  1218.  
  1219. .tooltip{
  1220. display: inline;
  1221. position: relative;
  1222. }
  1223.  
  1224.  
  1225. #s-m-t-tooltip {
  1226. padding:6px;
  1227. width:auto;
  1228. width:100px;
  1229. max-width:300px;
  1230. background:#2b2b3a;
  1231. text-align:center;
  1232. max-height:300px;
  1233. margin:5px 10px 5px 0px;
  1234. color:#d0c6cf;
  1235. text-shadow:
  1236. 1px 1px 0px #000,
  1237. 1px -1px 0px #000,
  1238. -1px -1px 0px #000,
  1239. -1px 1px 0px #000,
  1240. 0px 1px 0px #000,
  1241. 0px -1px 0px #000,
  1242. 1px 0px 0px #000,
  1243. -1px 0px 0px #000,
  1244. 0px 0px 5px #ddd;
  1245. border-left: double 3px #480fbd;
  1246. font-weight:bold;
  1247. font-family: 'arial';
  1248. text-transform:uppercase;
  1249. box-shadow: 0px 0px 3px #000;
  1250. font-size:8px;
  1251. letter-spacing:1px;
  1252. z-index:9999999999;
  1253. transition:0.7s ease-in-out;
  1254. -o-transition:0.7s ease-in-out;
  1255. -ms-transition:0.7s ease-in-out;
  1256. -moz-transition:0.7s ease-in-out;
  1257. -webkit-transition:0.7s ease-in-out;
  1258. }
  1259.  
  1260. /* ---- HOVER LINKS div#qTip ---- */
  1261.  
  1262. /* ---- POP UPS ---- */
  1263. .popup_block{
  1264. display:none;
  1265. background-image:transparent;
  1266. background-repeat: no-repeat;
  1267. padding:20px;
  1268. float:left;
  1269. font-family: tahoma;
  1270. height: 10px;
  1271. position:fixed;
  1272. top:370px;
  1273. left:50%;
  1274. margin-left:0px;
  1275. z-index: 99999;
  1276. overflow-y: scroll;
  1277. overflow-x: hidden;
  1278.  
  1279. }
  1280.  
  1281. *html #fade {position: absolute;}
  1282. *html .popup_block {position: absolute;}
  1283. #fade {
  1284. display:none;
  1285. position:fixed;
  1286. left:0px;
  1287. top:0px;
  1288. width:100%;
  1289. height:100%;
  1290. z-index:9999;
  1291. background-image:url('https://static.tumblr.com/av6qvbp/sktpm140v/bggg.png');
  1292. background-repeat:repeat;
  1293. opacity:1;
  1294. }
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301. /* ---- POP UPS CONTAINER ---- */
  1302.  
  1303. .yoongi {
  1304. background-color:#333345;
  1305. left:50%;
  1306. margin-left:-107px;
  1307. top:160px;
  1308. height: 480px;
  1309. width: 350px;
  1310. position: fixed;
  1311. font-size:10px;
  1312. font-family: roboto;
  1313. overflow: auto;
  1314. padding-right:10px;
  1315. padding-left:10px;
  1316. line-height:120%;
  1317. z-index:2;
  1318.  
  1319. }
  1320.  
  1321.  
  1322. .yoongi3 {
  1323. background-color:#333345;
  1324. left:50%;
  1325. margin-left:-107px;
  1326. top:160px;
  1327. height: 480px;
  1328. width: 350px;
  1329. position: fixed;
  1330. font-size:10px;
  1331. font-family: roboto;
  1332. overflow: auto;
  1333. text-align:left;
  1334. padding-right:10px;
  1335. padding-left:10px;
  1336. line-height:120%;
  1337. z-index:2;
  1338.  
  1339. }
  1340. /* ---- POP UPS CONTAINER ---- */
  1341.  
  1342. /* ---- POP UPS GRAPHIC ---- */
  1343. .jimin {
  1344. background-image:url('https://static.tumblr.com/av6qvbp/b6Jpm13w3/pop_upsg.png');
  1345. background-repeat:no-repeat;
  1346. top:50px;
  1347. left:50%;
  1348. margin-left:-377px;
  1349. height:600px;
  1350. width:650px;
  1351. position:fixed;
  1352.  
  1353. }
  1354.  
  1355. /* ---- POP UPS GRAPHIC ---- */
  1356.  
  1357.  
  1358.  
  1359. /* ---- IMAGES FOR CONNECTIONS AND VERSES ---- */
  1360.  
  1361. #pic2 img {
  1362. width:200px;
  1363. height:100px;
  1364. border-radius:0px;
  1365. margin-left:60px;
  1366. margin-bottom:5px;
  1367. border: 3px double #4a06c9;
  1368. }
  1369.  
  1370.  
  1371. /* ---- IMAGES FOR CONNECTIONS AND VERSES ---- */
  1372.  
  1373.  
  1374. /* ---- NAVIGATION TABS ---- */
  1375.  
  1376. .htitle {
  1377. top:110px;
  1378. left:50%;
  1379. margin-left:100px;
  1380. padding-left:5px;
  1381. margin-top:4px;
  1382. font-family:"snowballs";
  1383. position: fixed;
  1384. width:auto;
  1385. height:auto;
  1386. font-size:60px;
  1387. overflow: auto;
  1388. text-align:center;
  1389. color:#5c19d9;
  1390. text-shadow:1px 1px 0px #151515;
  1391. background-color:transparent;
  1392. z-index:999999;
  1393. }
  1394.  
  1395. #headerbar{
  1396. margin-left:5px;
  1397. margin-top:10px;
  1398. width:auto;
  1399. padding:5px;
  1400. text-align:justify;
  1401. color:#d0c6cf;
  1402. font-family: trebuchet ms;
  1403. font-size:8px;
  1404. text-transform:uppercase;
  1405. background-color:transparent;
  1406. z-index:2;
  1407. }
  1408.  
  1409. #headerbar a {
  1410. color:#5c19d9;
  1411. }
  1412.  
  1413. #tabbar{
  1414. top:300px;
  1415. left:50%;
  1416. margin-left:270px;
  1417. margin-top:4px;
  1418. font-family: trebuchet ms;
  1419. position: fixed;
  1420. width:120px;
  1421. height:auto;
  1422. font-size:8px;
  1423. overflow: auto;
  1424. text-align:center;
  1425. color:#999;
  1426. background-color:transparent;
  1427. z-index:999999;
  1428.  
  1429. }
  1430.  
  1431. #tabbar blockquote {
  1432. width:auto;
  1433. border-left: solid 1px #3c2b5f;
  1434. }
  1435.  
  1436. #tabbar b {
  1437. font-weight:800;
  1438. font-size:10px;
  1439. }
  1440.  
  1441. ul#tabs {
  1442. text-align:center;
  1443. color:#d0c6cf;
  1444. text-shadow:0px 0px 3px #555,
  1445. letter-spacing:1px;
  1446. font-weight:600;
  1447. text-align:center;
  1448. font-size:8px;
  1449. z-index:2;
  1450. }
  1451.  
  1452. ul#tabs li {
  1453. background-color:#333345;
  1454. background:url('https://static.tumblr.com/av6qvbp/kGDpm0y1s/hover.png');
  1455. background-repeat:repeat;
  1456. background-attachment:fixed;
  1457. width:70px;
  1458. margin-left:4px;
  1459. margin-right:4px;
  1460. margin-top:5px;
  1461. margin-bottom:5px;
  1462. display:inline-block;
  1463. color:#d0c6cf;
  1464. background-repeat:repeat;
  1465. background-attachment:fixed;
  1466. padding-right:4px;
  1467. padding-left:4px;
  1468. line-height:20px;
  1469. margin-top:2px;
  1470. margin-bottom:7px;
  1471. letter-spacing:1px;
  1472. border-radius:0px;
  1473. transition-duration: 0.6s;
  1474. border: 3px double #2b2b3a;
  1475. /*outline: 1px dashed #979797;
  1476. outline-offset: 2px;*/
  1477. box-shadow:0px 0px 4px #000000;
  1478. -moz-transition-duration:.9s;
  1479. -webkit-transition-duration:.9s;
  1480. -o-transition-duration:.9s;
  1481.  
  1482. }
  1483.  
  1484. ul#tabs li.active {
  1485. color:#fff;
  1486. text-shadow:0px 0px 8px #d0c6cf;
  1487. -webkit-transition: all 0.5s ease-out;
  1488. -moz-transition: all 0.5s ease-out;
  1489. transition: all 0.5s ease-out;
  1490. font-style:bold;
  1491. background-color:#333345;
  1492. }
  1493.  
  1494.  
  1495. ul#tab, ul#tabs{
  1496. list-style-type:none;
  1497. margin:0px;
  1498. padding:0px;
  1499.  
  1500. }
  1501. ul#tab li.active {
  1502. display: block;
  1503.  
  1504. }
  1505. ul#tab li {
  1506. display: none;
  1507.  
  1508. }
  1509.  
  1510. /* ---- NAVIGATION TABS ---- */
  1511.  
  1512.  
  1513. /* ---- VERSES TABS ---- */
  1514.  
  1515. .yoongi2 {
  1516. background-color:#333345;
  1517. left:50%;
  1518. margin-left:-107px;
  1519. top:160px;
  1520. height: 405px;
  1521. width: 350px;
  1522. position: fixed;
  1523. font-size:10px;
  1524. font-family: roboto;
  1525. overflow: auto;
  1526. padding-right:10px;
  1527. padding-left:10px;
  1528. line-height:120%;
  1529. z-index:2;
  1530. }
  1531. /* ---- POP UPS CONTAINER ---- */
  1532.  
  1533.  
  1534. #headerbar2{
  1535. margin-left:5px;
  1536. margin-top:0px;
  1537. width:auto;
  1538. padding:5px;
  1539. text-align:justify;
  1540. color:#a19f9d;
  1541. font-family: 'Roboto', sans-serif;
  1542. font-size:7px;
  1543. text-transform:uppercase;
  1544. background-color:;
  1545. z-index:999;
  1546. }
  1547.  
  1548. #headerbar2 a {
  1549. color:#63a7aa;
  1550. }
  1551.  
  1552. #tabbar2 {
  1553. top:565px;
  1554. left:50%;
  1555. margin-left:-50px;
  1556. font-family: 'Roboto', sans-serif;
  1557. position: fixed;
  1558. width:250px;
  1559. height:auto;
  1560. font-size:7px;
  1561. overflow: auto;
  1562. text-align:center;
  1563. border-top:dashed 1px #4511a6;
  1564. color:#999;
  1565. z-index:999;
  1566. }
  1567.  
  1568.  
  1569. #tabbar2 blockquote {
  1570. width:auto;
  1571. border-left: solid 1px #2f2f2d;
  1572. }
  1573.  
  1574. #tabbar2 b {
  1575. font-weight:800;
  1576. font-size:10px;
  1577. }
  1578.  
  1579. ul#tabs2 {
  1580. text-align:center;
  1581. color:#a19f9d;
  1582. text-shadow:0px 0px 3px #555,
  1583. letter-spacing:1px;
  1584. font-weight:600;
  1585. text-align:center;
  1586. font-size:7px;
  1587. }
  1588.  
  1589.  
  1590. /* ---- DROP DOWN MENU ---- */
  1591.  
  1592.  
  1593. .links_list {
  1594. margin: 0px;
  1595. padding: 10px;
  1596. width: 330px;
  1597. margin-top: 10px;
  1598. margin-right: 10px;
  1599. }
  1600.  
  1601. .links_head {
  1602. color:#d0c6cf;
  1603. text-shadow:
  1604. 1px 1px 0px #151515;,
  1605. 1px -1px 0px #151515,
  1606. -1px -1px 0px #151515,
  1607. -1px 1px 0px #151515,
  1608. 0px 1px 0px #151515,
  1609. 0px -1px 0px #151515,
  1610. 1px 0px 0px #151515,
  1611. -1px 0px 0px #151515,
  1612. 0px 0px 7px #ddd;
  1613. padding-top: 10px;
  1614. padding-bottom: 10px;
  1615. cursor: pointer;
  1616. font-family: 'Roboto', sans-serif;
  1617. font-size:7px;
  1618. text-transform:uppercase;
  1619. position: relative;
  1620. margin: 0px;
  1621. text-align: right;
  1622. font-size:10px;
  1623. letter-spacing:1px;
  1624. border: 1px solid #4a06c9;
  1625. outline: 1px solid #4a06c9;
  1626. background:url('https://static.tumblr.com/av6qvbp/kGDpm0y1s/hover.png');
  1627. background-repeat:repeat;
  1628. background-attachment:fixed;
  1629. }
  1630.  
  1631. /* ---- DROP DOWN MENU ---- */
  1632.  
  1633.  
  1634. /* ---- POP UPS NAVIGATION ---- */
  1635.  
  1636. .serendipity {
  1637. text-align:center;
  1638. text-transform:uppercase;
  1639. font-family:roboto;
  1640. font-size:9px;
  1641. }
  1642.  
  1643. .serendipity a {
  1644. width:100px;
  1645. margin-left:4px;
  1646. margin-right:4px;
  1647. margin-top:4px;
  1648. margin-bottom:4px;
  1649. display:inline-block;
  1650. background-color:#2b2b3a;
  1651. color:#d0c6cf;
  1652. text-shadow:0px 1px 0px #000;
  1653. padding-right:4px;
  1654. padding-left:4px;
  1655. line-height:20px;
  1656. margin-top:2px;
  1657. margin-bottom:2px;
  1658. letter-spacing:1px;
  1659. transition-duration: 0.6s;
  1660. border-left:1px solid #2b2b3a;
  1661. border-right:1px solid #2b2b3a;
  1662. border-top:1px solid #2b2b3a;
  1663. border-bottom:1px solid #2b2b3a;
  1664. -webkit-transition: .5s ease-in-out;
  1665. -moz-transition: .5s ease-in-out;
  1666. -o-transition: .5s ease-in-out;
  1667. }
  1668.  
  1669. .serendipity a:hover {
  1670. background:#333345;
  1671. border-left:3px solid #5c19d9;
  1672. border-right:3px solid #5c19d9;
  1673. border-top:transparent;
  1674. border-bottom:transparent;
  1675. color:#5c19d9;
  1676. text-shadow:0px 1px 1px #000;
  1677. -moz-transition-duration:.6s;
  1678. -webkit-transition-duration:.6s;
  1679. -o-transition-duration:.6s;
  1680. }
  1681.  
  1682. /* ---- POP UPS NAVIGATION ---- */
  1683.  
  1684.  
  1685. /* ---- CONNECTIONS OR MAINS ---- */
  1686.  
  1687.  
  1688. #muses {
  1689. box-align:center;
  1690. width:340px;
  1691. margin-top:0px;
  1692. margin-left:5px;
  1693. padding-top:15px;
  1694. max-height:auto;
  1695. overflow-y:auto;
  1696. }
  1697.  
  1698. #muses img {
  1699. width:160px;
  1700. height:70px;
  1701. border-radius:5px;
  1702. margin-right:5px;
  1703. margin-bottom:5px;
  1704. -webkit-filter: grayscale(60%);
  1705. -webkit-transition: all 0.6s ease-in-out;
  1706. -moz-transition: all 0.6s ease-in-out;
  1707. -o-transition: all 0.6s ease-in-out;
  1708. -ms-transition: all 0.6s ease-in-out;
  1709. transition: all 0.6s ease-in-out;
  1710. }
  1711.  
  1712. #muses:hover {
  1713. -webkit-filter: grayscale(0%);
  1714. -webkit-transition: all 0.6s ease-in-out;
  1715. -moz-transition: all 0.6s ease-in-out;
  1716. -o-transition: all 0.6s ease-in-out;
  1717. -ms-transition: all 0.6s ease-in-out;
  1718. transition: all 0.6s ease-in-out;
  1719. }
  1720.  
  1721.  
  1722. /* ---- CONNECTIONS OR MAINS ---- */
  1723.  
  1724.  
  1725.  
  1726. /* ---- POP UPS ---- */
  1727.  
  1728.  
  1729.  
  1730. /* ---- SPREAD OUT LINKS ---- */
  1731.  
  1732. .home {
  1733. position:fixed;
  1734. left:50%;
  1735. top:460px;
  1736. margin-left:-135px;
  1737. -webkit-transition: all .8s ease-in-out;
  1738. -moz-transition: all .8s ease-in-out;
  1739. -o-transition: all .8s ease-in-out;
  1740. z-index:99;
  1741. -webkit-animation-name: scalex;
  1742. -webkit-animation-duration:5s;
  1743. -webkit-animation-iteration-count:infinite;
  1744. -webkit-animation-timing-function:ease-in-out;
  1745. -moz-animation-name: scale;
  1746. -moz-animation-duration:5s;
  1747. -moz-animation-iteration-count:infinite;
  1748. -moz-animation-timing-function:ease-in-out;
  1749.  
  1750. }
  1751.  
  1752. @-webkit-keyframes scalex{
  1753. from {-webkit-transform: scale(0.9);}
  1754. 15% {-webkit-transform: scale(0.5);}
  1755. to {-webkit-transform: scale(0.9);}
  1756. }
  1757.  
  1758.  
  1759. .mssg {
  1760. position:fixed;
  1761. left:50%;
  1762. top:60px;
  1763. margin-left:320px;
  1764. -webkit-transition: all .8s ease-in-out;
  1765. -moz-transition: all .8s ease-in-out;
  1766. -o-transition: all .8s ease-in-out;
  1767. z-index:99;
  1768. -webkit-animation-name: scalex;
  1769. -webkit-animation-duration:8s;
  1770. -webkit-animation-iteration-count:infinite;
  1771. -webkit-animation-timing-function:ease-in-out;
  1772. -moz-animation-name: scale;
  1773. -moz-animation-duration:8s;
  1774. -moz-animation-iteration-count:infinite;
  1775. -moz-animation-timing-function:ease-in-out;
  1776. }
  1777.  
  1778.  
  1779.  
  1780.  
  1781. @-moz-keyframes scale{
  1782. from {-moz-transform: scale(1.0);}
  1783. 55% {-moz-transform: scale(2.0);}
  1784. to {-moz-transform: scale(1.0);}
  1785. }
  1786.  
  1787. .navi {
  1788. position:fixed;
  1789. left:50%;
  1790. top:500px;
  1791. margin-left:300px;
  1792. -webkit-transition: all .8s ease-in-out;
  1793. -moz-transition: all .8s ease-in-out;
  1794. -o-transition: all .8s ease-in-out;
  1795. z-index:99;
  1796. -webkit-animation-name: jumping;
  1797. -webkit-animation-iteration-count: infinite;
  1798. -webkit-animation-timing-function: ease-in-out;
  1799. -webkit-animation-duration: 10s;
  1800. }
  1801.  
  1802.  
  1803. @-webkit-keyframes jumping{
  1804. from {-webkit-transform:translate(0, 0px);}
  1805. 50% {-webkit-transform:translate(0, 20px);}
  1806. to {-webkit-transform: translate(0, -0px);}
  1807. }
  1808.  
  1809.  
  1810. .verses {
  1811. position:fixed;
  1812. left:50%;
  1813. top:300px;
  1814. margin-left:-55px;
  1815. -webkit-transition: all .8s ease-in-out;
  1816. -moz-transition: all .8s ease-in-out;
  1817. -o-transition: all .8s ease-in-out;
  1818. z-index:99;
  1819. -webkit-animation-name: jumping;
  1820. -webkit-animation-iteration-count: infinite;
  1821. -webkit-animation-timing-function: ease-in-out;
  1822. -webkit-animation-duration: 10s;
  1823. }
  1824.  
  1825.  
  1826.  
  1827. .home img, .mssg img, .navi img, .verses img {
  1828. width:auto;
  1829. -webkit-transition: all 0.9s ease-in-out;
  1830. -moz-transition: all 0.9s ease-in-out;
  1831. -o-transition: all 0.9s ease-in-out;
  1832. -ms-transition: all 0.9s ease-in-out;
  1833. transition: all 0.9s ease-in-out;
  1834. }
  1835.  
  1836. .home a:hover, .mssg a:hover, .navi a:hover, .verses a:hover {
  1837. -webkit-filter: blur(1px); /* Safari */
  1838. filter: blur(1px);
  1839. opacity:1;
  1840.  
  1841. }
  1842.  
  1843.  
  1844. /* ---- SPREAD OUT LINKS ---- */
  1845.  
  1846. </style>
  1847. <body>
  1848.  
  1849.  
  1850.  
  1851.  
  1852. <!-- NAVIGATION, DO NOT TOUCH -->
  1853. <!-- LINKS -->
  1854. <div class="home">
  1855. <a href="/" title="index."><img src="https://static.tumblr.com/av6qvbp/A1cpm14v1/1.png"></a></div>
  1856. <div class="mssg"><a href="#?w=0" rel="askform" class="poplight" title="incoming call."><img src="https://static.tumblr.com/av6qvbp/GP0pm14v8/2.png"></a></div>
  1857. <div class="verses"><a href="#?w=0" rel="02" class="poplight" title="verses"><img src="https://static.tumblr.com/av6qvbp/kHSpm187r/4.png"></a></div>
  1858. <div class="navi"><a href="#?w=0" rel="01" class="poplight" title="navigation"><img src="https://static.tumblr.com/av6qvbp/r7Opm14vf/3.png"></a></div>
  1859. <!-- LINKS -->
  1860. <!-- NAVIGATION, DO NOT TOUCH -->
  1861.  
  1862.  
  1863. <!-- UPDATES / SIDEBAR -->
  1864.  
  1865. <div class="sidebarbg">
  1866. <div id="sidebar">
  1867. <center>
  1868. <h4>LTD. AMELIA JOHNSON</h4>
  1869. <b>XENOANTHROPOLOGIST</b><br>
  1870. <i>explorer</i>
  1871.  
  1872. <br>
  1873.  
  1874.  
  1875. <br>
  1876. INDEPENDENT, PRIVATE & SELECTIVE<br><br>
  1877. <b>Star Trek OC</b></b><br><br>ADDITIONAL VERSES AVAILABLE<br> <i>kelvin timeline based</i><br><pre>penned by <i>yasmin</i><br>est. july 2016</pre>
  1878. </center>
  1879.  
  1880. </div></div>
  1881.  
  1882.  
  1883.  
  1884. <!-- UPDATES / SIDEBAR -->
  1885.  
  1886.  
  1887. <!-- POP UPS -->
  1888.  
  1889. <!---- MESSAGE & SUBMIT POP UP ---->
  1890.  
  1891. <div id="askform" class="popup_block">
  1892. <div class="jimin">
  1893. <div class="yoongi">
  1894. <pre> <i>MESSAGES.</i> </pre>
  1895. <iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  1896. <pre> <i>SUBMIT.</i> </pre>
  1897. <iframe frameborder="0" height="380" id="submit_form" scrolling="yes" src="https://www.tumblr.com/submit_form/{name}.tumblr.com" width="100%"></iframe>
  1898. </div></div></div>
  1899.  
  1900. <!---- MESSAGE & SUBMIT POP UP ---->
  1901.  
  1902.  
  1903. <!---- ABOUT TABS POP UP NAV ---->
  1904.  
  1905. <div id="01" class="popup_block">
  1906. <div class="jimin">
  1907. <div id="tabbar">
  1908. <div id="headerbar">
  1909. <ul id="tabs">
  1910. <li class="active">about.</li>
  1911. <li>rules.</li>
  1912. <li>mains.</li>
  1913. <li>links.</li>
  1914. <br>
  1915. </ul>
  1916. </div>
  1917. </div>
  1918.  
  1919. <ul id="tab">
  1920. <li class="active">
  1921. <!---- ABOUT POP UP TAB 1 ---->
  1922.  
  1923. <div class="htitle">Biography</div>
  1924. <div class="yoongi3">
  1925. <br>
  1926. <h4>GENERAL</h4>
  1927. <br>
  1928.  
  1929. <center><img src="https://66.media.tumblr.com/9da8d7b10c0027cb3e912666879b1cb6/tumblr_pm3wb3QEpi1vd6o0lo1_400.png" align="center" ></center>
  1930. <br>
  1931. <pre>I'M SEARCHING FAR AND WIDE TO FIND <b>PLANET TO ORBIT.</b><br>
  1932. I WANNA SCAN AND <b>EXPLORE IT.</b><br>
  1933. YOU'RE MY NEW PLANET TO ORBIT.<br>
  1934. SO <b>FIRE UP THE ROCKETS.</b>
  1935. </b></pre>
  1936. <br>
  1937. <br>
  1938.  
  1939.  
  1940. <b>Name:</b> amelia <i>Daisy</i>
  1941.  
  1942. <br>
  1943. <b>Surname:</b> johnson<br>
  1944. <b>Age:</b> 31 years ( post beyond )<br>
  1945. <b>Birthdate:</b> january 1st, 2232 | capricorn <br>
  1946.  
  1947.  
  1948. <b>Species:</b> human<br>
  1949. <b>Gender:</b> female<br>
  1950. <b>Orientation:</b> pansexual ( leaning towards men )<br><br>
  1951. <b>Birthplace:</b> fort collins - colorado | earth <br>
  1952. <b>Spoken languages:</b> english, vulcan, latin, ancient greek, partly klingon
  1953. <b>Current residency:</b> verse dependent<br>
  1954. <b>Occupation:</b> xenoanthropologist<br>
  1955. <b>Rank:</b> lieutenant<br>
  1956. <b>Alignment:</b> neutral good<br>
  1957.  
  1958.  
  1959. <br><br>
  1960. <h4>FAMILY</h4>
  1961. <br>
  1962. <br>
  1963. <strong>Father:</strong> dr. trevor johnson ( anthropologist / linguist )<br>
  1964. <strong>Mother:</strong> dr. sarah johnson ( anthropologist )<br>
  1965. <strong>Siblings:</strong> none<br>
  1966. amelia has a <i>very close</i> relationship to her parents. they are one of the reasons she chose her profession — dreaming of following in their footsteps. the woman considers them as the most important people in her live, still visiting her former home on a regular basis. although always being her fathers little girl, amelia had deep respect and admiration for her mother sarah raising her with all the love and devotion, while being a luminary on her field.
  1967. <br><br>
  1968. <h4>APPEARANCE</h4>
  1969. <br>
  1970. <strong>Height:</strong> 1,60m or 5ft2in<br>
  1971. <strong>Physique: </strong>amelia is a normal grown person with a slim figure. as she loves sweets she has to work out a lot to compensate the loads of chocolate and marshmallows. altogether the young woman is quite feminine.<br>
  1972. <strong>Hair:</strong> long, light curled and brown<br>
  1973. <strong>Eyes: </strong>fawn<br>
  1974. <strong>Specials:</strong> the woman is <i> pale faced</i> and has a smooth skin. she tends to stay away from the sun, because she gets burned easy — giving her the look of a china doll. one of her most recognizable attributes is her love for wearing <i>lipsticks</i> in various colors.<br>
  1975.  
  1976.  
  1977.  
  1978. <br><br>
  1979. <h4>CHARACTER</h4>
  1980. <br>
  1981. <strong>Strong points:</strong> diligent and determined · caring · helpful · literate · humorous - always up for fun · good cook · passionate · empathic · enjoyable singing voice · a good listener · cheerfull · creative · good manners · ambitious · affectionate · brave · speaks a lot of different languages fluently · communicative · faithful · hard working · intuitive
  1982. <br><br>
  1983.  
  1984. <strong>Flaws:</strong> sometimes nosy · quite impatient · stubborn · emotional · chocolate · workaholic · lipstick · high caffeine consumption · bad liar · audacious · competitive · from time to time very erratic · temperamental · sarcastic · overprotective · idealistic<br><br>
  1985.  
  1986.  
  1987. <strong>Affectations:</strong> books of all kind - preferably science fiction and poetry · sweets! chocolate, marshmallows.. · candlelight · horror movies · cherries - and everything related to that fruit · workout - running and jogging - for the sweets! · historical places · the scent of wet grass · quiet, lonesome places to retreat · bubble baths · noisy music · asian food · people with humor · singing under the shower · work · coffee · christmas time · cinnamon · caramel latte · cozy socks · old parchment paper · stargazing · winter · snow and ice · antique book stores · libraries · traveling · the seaside<br><br>
  1988.  
  1989.  
  1990. <strong>Aversions:</strong> prejudices · darkness · eggplants · soft drinks - except coke · cigarettes and their smell · gossip magazines · high heels · cats - amelia is strangely afraid of these little creatures · salty popcorn · caraway
  1991. <br><br><br>
  1992. <h4>SHORT BIOGRAPHY</h4>
  1993. <br>
  1994. born into a family of scientists, amelia grew up with the huge intention of following in her parents footsteps. their relationship being close and loving, she admired them for their work and the dedication they put into every assignment they got hired for. the little girl spent <i>her first years</i> far away from modern civilisation, close to the rocky mountains national park, where her love for nature and its inhabitants origins from. playing outside in the woods was as exciting to her as strolling through the beautiful landscape of lakes and snow covered glaciers. <br>
  1995.  
  1996. <br> it was not easy for the brunette, more a huge impact, when the family decided to <i>move to another planet</i> for a diplomatic mission. unreasonable and wrong to a small one who always believed in her parents, the dusty and hot <strong>vulcan</strong> was no place for her to feel accepted or comfortable at. stranger to be stared at, kid without proper friends or chances to retreat, she missed melting snowflakes on her fingertips more than anything. little did she knew that these few years would change her life forever - marking her way as an anthropologist and a following career at starfleet. vulcan was the first language she learned besides her own, lighting a fire that would never stop burning.<br>
  1997. <br>
  1998. after sucessfully <i>graduating at the academy</i>, amelia worked on various outposts, analyzing data and material collected from new worlds and barely explored cultures. only after the recent events following the destruction of the uss enterprise she <strong>joined the ships crew</strong> to replace the former xenoanthropologist aboard.<br></p>
  1999.  
  2000. <br><br><br>
  2001.  
  2002. </li>
  2003.  
  2004.  
  2005. <!---- ABOUT POP UP TAB 1 ---->
  2006.  
  2007. <!---- RULES POP UP TAB 2 ---->
  2008.  
  2009. <li>
  2010. <div class="htitle">Rules</div>
  2011. <div class="yoongi">
  2012. <br>
  2013. <h4>LAWS TO BE KNOWN</h4>
  2014.  
  2015. if you got to this point — congratulations and thank you! to keep our threads going and put up a good relationship between muns and characters, please read my rules <i>carefully</i> and keep in mind, that i might change a few things from time to time. i would really <i>appreciate</i> if you'd follow them and <b>respect</b> that these points are important to me.
  2016.  
  2017.  
  2018.  
  2019.  
  2020. <br><br>
  2021.  
  2022.  
  2023. <h4>WRITING</h4>
  2024. <br>
  2025. <b>001 INTERACTIONS</b><br> i am a very open person, who is always willing to meet new people all over the world and scroll through your blogs to see what you put up there. though i am <i>not mutually exclusive</i>, i would prefer writing with those — simply because it makes tracking the threads easier and gives me a better feeling to know the muns behind the characters. if you are interested in amelia, feel free to write me, send me things or tagg me in a starter ( though plotting is a thing i really really enjoy ). <br><br>
  2026.  
  2027. <b>002 FOLLOWING</b><br> i do not follow everyone back. i did - back when i started my blog, but it got overwhelming way too quick. if i do, it means i am <i>intersted in writing</i> with you and see a possibility for our characters to meet. i will <u>unfollow</u> blogs who are inactive for over a month without posting a hiatus notice, who reblog things i have listed as a trigger without tagging it, or who are mainly here to discuss ooc drama. don't get me wrong. if you are <i>in trouble</i> i am always <i>willing to help</i>. my ims are open for everyone in need and i won't just unfollow you because you have had a bad week. but. those who spread hate, bash others or keep on writing only negative stuff without roleplaying are not the people i want to see on my dash.<br><br>
  2028. <b>003 CHARACTERS</b><br>
  2029. i do not prefer canon characters over ocs. as long as you have a well established background story, i am very open to meet any kind of muse — no matter if they are male, female or anything else. i <i>adore</i> creative people and their visions, so please don't be shy to reach out.<br>
  2030. another important point is that <u>i won't criticize</u> others for how they portray their versions of figures. i know that there are rules and basics for canons, but . . who am i to tell you which of these you want to break and come up with something different ? changes can be exciting, developing and exploring new sides of a character thrilling. though. if you throw any ideas of the usual creators over board, i might be picky in interacting.<br><br>
  2031. <b>004 REBLOGGING STUFF</b><br>
  2032. i love reblogging memes. i live for shrot interactions in between, for questions about my muse and for spreading some random positivity over my dash. a thing i try to live by is <i>reblog karma.</i> i know that not every meme, not every starter and not every symbol is something that matches to our muses relationship and sometimes there is just no time to send in stuff ( i know this very well ). but. i can't stand people just using me as a <u>meme source</u>. so keep in mind — if you constantly reblog my stuff without sending anything, if we never interact and it seems that you just follow me for the sake of finding insiprations for your blog, i will unfollow you. be kind, think of others and lighten up their day with some nice thing in the inbox ! <br>
  2033. <br>
  2034. <b>005 RELATIONSHIPS AND SHIPPING</b><br>
  2035. first of all — i am not here for shipping. i do enjoy a good ship, like every other roleplayer over here, but i prefer <u>plotted ones</u> with a background story. also i need <i>chemistry</i> for something to happen, because i couldn't imagine amelia being with someone she doesn't feel connected with. to be said — there are <i>way more ships</i> than romantic ones. i am always open to discuss familiar bonds, friendships, hateships and every other kind of relations between our muses, as long as they make sense. it's a wonderful thing to see my girl growing close to another being, so don't be shy to reach out for discussing possibilities. and please. don't push things on me. <br><br>
  2036. <b>006 SMUT AND NSFW</b><br>
  2037. since i am of age, smut and nsfw themed stuff might appear on this blog. i am not a very big fan of writing smut, just because i need to feel very comfortable with another mun / character to do so. besides english not being my first language, i don't want to mess up such scenes with my lack of vocabulary in this topic, so please be patient. we can always do fade to black things, but everything else needs to be discussed first ( or just really adequate to the situation ). everything nsfw will be put under a tag or read more. <br>
  2038. <br>
  2039. <b>007 FORMATTING</b><br>
  2040. i do use smallfont and sized icons to edit my posts, as well as some other tweaks. while i don't expect this from my partners, i would really appreciate, if you do <u>cut posts</u>.my icons are not made for public use, so please don't steal them.<br>
  2041. <br>
  2042. <b>008 REPLIES AND ACTIVITY</b><br>
  2043. i work fulltime and have a very busy private life, so please be patient with me. though i try to be online every day or at least lurking to like stuff and chat, monday and tuesday are always hard for me to write. mostly, my activity will be spread over the week, increasing on saturday and sunday and in the evenings. i am <i>slow</i> and sometimes even lazy, but i will always answer the things you tag me in or send. <i>thank you</i> for understanding and sticking with me — this is very very appreciated.
  2044. <br>
  2045. <br>
  2046. <b>008 TRIGGERS</b><br>
  2047. writing with me is easy. i do not have many triggers and have a huge thing for dark themes and angst. i do tag everything i consider as problematic for my follwers and would like you to do the same. topics that <u>won't be tolerated</u> on this blogs are animal abuse, smut with minors and hate and bashing other users. as i might have stated a few times, i will not take part in witch hunts, call outs and any other kind of online bullying. when it pops up on my dash, i will <i>block the source</i> and those seemingly enjoying it. this is not the right place for it.<br>
  2048. <br>
  2049.  
  2050. <h4>THE MUN</h4>
  2051. <br>
  2052. hello over there and another big <i>thank you</i> for taking the time to read this. my name is <i>yasmin</i> and i am a 27 year old kindergarten teacher, working with disabled primary school kids. since i am a fulltime employee and take a lot of my work home, my activity might be sporadic, but steady. as a few of you might have noticed, english is <u>not my first language</u>, so i would really appreciate you to be patient and understanding if any kind of grammar mistakes appear on this blog. i am always trying to improve my skills and extend my vocabulary, so please don't hesitate to give me feedback if anything seems to be sounding funny. i live in <i>austria</i>, meaning i am in gmt +1. i am a very talkative person, who loves to talk ooc and get to know people better. also i am always here for those in need for help or trouble, so don't be shy to reach out. <br>
  2053. <br>
  2054. the icons on my blog are made by the wonderful <i>pueroimmersi.</i> the psd i use for editing graphics by <i>venuscommissions.</i> if you are ever in need, i can highly reccomend their work !
  2055.  
  2056.  
  2057.  
  2058. </li>
  2059.  
  2060. <!---- RULES POP UP TAB 2 ---->
  2061.  
  2062.  
  2063. <!---- EXCLUSIVES POP UP ---->
  2064. <li>
  2065. <div class="htitle">Exclusives</div>
  2066. <div class="yoongi">
  2067.  
  2068.  
  2069.  
  2070. <h4>MAINS & EXCLUSIVES</h4>
  2071. on this site, i will list my <i>mains</i> and <i>exclusives</i>. if you are interested in becoming one of them, please contact me either via IM or look out for calls made for these. i will only accept a limited number of people, since it's easier to overlook the whole thing for me.
  2072. <br>
  2073. <br>
  2074. <h3>MAINS</h3>
  2075. being a main of mine means, that i will <b>prefer our threads</b> before others. i will write you about possible <i>plot ideas</i> or things i have in mind for our muses, spam you ooc and probably put a lot of effort into <i>aesthetics</i> and other stuff like playlists. i will only accept <u>2-3 mains per character</u> ( not because i don't like to write with you, but because i want to keep track of our stuff ). if we are mains, i would be happy if you'd <i>treat me the same way</i> and put me onto your list if you have one.<br>
  2076. <br><br>
  2077.  
  2078.  
  2079. <h4> MAINS </h4>
  2080.  
  2081. <div id="muses">
  2082. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2083. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2084. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2085. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2086. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2087. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2088. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2089. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2090.  
  2091. </div>
  2092.  
  2093.  
  2094. <h4> EXCLUSIVES </h4>
  2095.  
  2096. <div id="muses">
  2097. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2098. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2099. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2100. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2101. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2102. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a><br>
  2103. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2104. <a href="/URL HERE" title="PARTNER NAME OR OTHERS"><img src="https://via.placeholder.com/160x70"></a>
  2105.  
  2106. </div>
  2107.  
  2108.  
  2109. </li>
  2110. <!---- EXCLUSIVES POP UP ---->
  2111.  
  2112.  
  2113.  
  2114. <!---- NAVIGATION POP UP TAB ---->
  2115.  
  2116. <li>
  2117. <div class="htitle">Navigation</div>
  2118. <div class="yoongi">
  2119.  
  2120.  
  2121. <h4>NAVIGATION</h4>
  2122.  
  2123. <h3>MUSINGS</h3>
  2124.  
  2125. <div class="serendipity">
  2126. <a href="/tagged/?%20--%20musings%20?%20?%20defying%20gravity%20?%20?%20aesthetics%20?" >AESTHETICS</a>
  2127. <a href="/tagged/?%20--%20musings%20?%20?%20prepare%20yourself%20for%20the%20worst%20?%20?%20behaviour%20?" >BEHAVIOUR</a>
  2128. <a href="/tagged/?%20--%20musings%20?%20?%20a%20half%20finished%20book%20is%20just%20a%20half%20finished%20love%20affair%20?%20?%20books%20?" >BOOKS</a>
  2129. <a href="/tagged/?%20--%20musings%20?%20?%20between%20fireflies%20and%20cotton%20candy%20?%20?%20childhood%20?" >CHILDHOOD</a>
  2130. <a href="/tagged/?%20--%20musings%20?%20?%20melting%20the%20ice%20?%20?%20desires%20?" >DESIRES</a>
  2131. <a href="/tagged/?%20--%20musings%20?%20?%20a%20place%20among%20the%20stars%20?%20?%20family%20?" >FAMILY</a>
  2132. <a href="/ttagged/?%20--%20musings%20?%20?%20a%20wanderers%20closet%20?%20?%20fashion%20?" >FASHION</a>
  2133. <a href="/tagged/?%20--%20musings%20?%20?%20never%20stop%20believing%20in%20the%20unpredictable%20?%20?%20for%20science%20?" >FOR SCIENCE</a>
  2134. <a href="/tagged/?%20--%20musings%20?%20?%20even%20the%20smallest%20stars%20shine%20bright%20?%20?%20headcanons%20?" >HEADCANONS</a>
  2135. <a href="/tagged/?%20--%20musings%20?%20?%20you’ll%20fear%20the%20cold%20and%20crave%20the%20burn%20?%20?%20mutant%20powers%20?" >MUTANT POWERS</a>
  2136. <a href="/tagged/?%20--%20musings%20?%20?%20somewhere%20to%20come%20back%20to%20?%20?%20places%20?" >PLACES</a>
  2137. <a href="/tagged/?%20--%20musings%20?%20?%20play%20that%20funky%20music%20?%20?%20playlist%20?" >PLAYLIST</a>
  2138. <a href="/tagged/?%20--%20musings%20?%20?%20old%20pages%20full%20of%20stories%20?%20?%20profession%20?" >PROFESSION</a>
  2139. <a href="/tagged/?%20--%20musings%20?%20?%20just%20a%20mess%20of%20stars%20and%20tiny%20snowflakes%20?%20?%20sense%20of%20self%20?" >SENSE OF SELF</a>
  2140. <a href="/tagged/?%20--%20musings%20?%20?%20explore%20the%20endless%20?%20?%20space%20?" >SPACE</a>
  2141. <a href="/tagged/?%20--%20musings%20?%20?%20told%20by%20lips%20as%20red%20as%20cherries%20?%20?%20quotes%20?" >QUOTES</a>
  2142.  
  2143. </div>
  2144.  
  2145. <h3>TRIVIA</h3>
  2146.  
  2147. <div class="serendipity">
  2148. <a href="/tagged/?%20--%20trivia%20?%20?%20welcome%20to%20the%20jungle%20?%20?%20answered%20asks%20?" >ANSWERED ASKS</a>
  2149. <a href="/tagged/?%20--%20trivia%20?%20?%20open%20up%20the%20pages%20?%20?%20alternative%20universes%20?" >AUS</a>
  2150. <a href="/tagged/?%20--%20trivia%20?%20?%20can’t%20get%20no%20satisfaction%20?%20?%20memes%20?" >MEMES</a>
  2151. <a href="/tagged/?%20--%20trivia%20?%20?%20shut%20up%20and%20dance%20with%20me%20?%20?%20mun%20speaking%20?" >MUN SPEAKING</a>
  2152. <a href="/tagged/?%20--%20trivia%20?%20?%20join%20me%20on%20a%20magic%20carpet%20ride%20?%20?%20promotion%20?" >PROMOTION</a>
  2153. <a href="/tagged/?%20--%20trivia%20?%20?%20as%20endless%20as%20the%20universe%20?%20?%20self%20promotion%20?" >SELF PROMOTION</a>
  2154. <a href="/tagged/??-????????????-??-starter" >STARTER</a>
  2155. <a href="/tagged/?%20--%20trivia%20?%20?of%20stories%20untold%20?%20?%20starter%20call%20?" >STARTER CALLS</a>
  2156. <a href="/tagged/?%20--%20trivia%20?%20?%20follow%20me%20through%20a%20universe%20full%20of%20wonders%20?%20?%20wishlist%20?" >WISHLIST</a>
  2157. </div>
  2158.  
  2159.  
  2160. <br><br><br><br><br><br><br><br><br>
  2161.  
  2162. </li>
  2163. </ul>
  2164. <!---- THE END POP UP TABS ---->
  2165.  
  2166.  
  2167. </font></font>
  2168. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2169.  
  2170. <div id="02" class="popup_block">
  2171. <div class="jimin">
  2172. <div class="htitle">Universes</div>
  2173. <div class="yoongi2">
  2174. <div id="tabbar2">
  2175. <div id="headerbar2">
  2176. <ul id="tabs">
  2177. <li class="active">STAR TREK.</li>
  2178. <li>SCI FI.</li>
  2179. <li>MCU / DCEU.</li>
  2180. <li>MULTIFANDOM.</li>
  2181. <br>
  2182. </ul>
  2183. </div>
  2184. </div>
  2185.  
  2186. <!---- VERSES BOX ---->
  2187. <!---- VERSES BOX 1 ---->
  2188. <ul id="tab">
  2189. <li class="active">
  2190. <div class="links_list">
  2191. <h4>SHE WAS GALAXIES</h4>
  2192. <div id="pic2"><img src="https://66.media.tumblr.com/9493905ea5b2f8e83e806741f3d0ffd5/tumblr_pkrcziIlkj1vd6o0lo1_250.png"><p>
  2193. <pre>I HAVE <b>LOVED</b> THE STARS TOO FONDLY.</pre>
  2194. <p class="links_head">read more +</p>
  2195. <div class="links_body">
  2196. <strong>set anywhere in the star trek timeline, mainly after the events of beyond.</strong> reinstalling a new ship, continuing a mission that was about to fail and shed into pieces, chances weren't taken easily when amelia decided to leave her current work for a <i>new assignment</i> to places no one has ever seen before. as <i>xenoanthropologist</i>, her main field is the exploration of new and ancient cultures out in there in the darkness of the universe, collecting material and establish new contacts to possible allies in diplomatic ways. ( for further informations, please read through her short biography. )
  2197. </div></div></div>
  2198. <p>
  2199. <hr>
  2200.  
  2201. <div class="links_list">
  2202. <h4>MIRROR MIRROR</h4>
  2203. <div id="pic2"><img src="https://66.media.tumblr.com/9493905ea5b2f8e83e806741f3d0ffd5/tumblr_pkrcziIlkj1vd6o0lo1_250.png"><p>
  2204. <pre>ONLY THE DEAD HAVE SEEN THE <b>END OF WAR</b>.</pre>
  2205. <p class="links_head">read more +</p>
  2206. <div class="links_body">
  2207. <strong>MIRROR AU</strong><br><strong>OCCUPATION:</strong> resistance fighter</center>
  2208. <p><strong>ALL HAIL THE TERRAN EMPIRE.</strong> and battle it with everything you have. never part of the machinery, amelia grew up sheltered by her parents, safe from war and extinction - not knowing the evil that lingered out there. she was a young teenager when her <i>father got sued</i> for helping a vulcan family escape from planet earth, following a convition for high treason and his immediate execution. <br>
  2209. <br>a family destroyed, little girl left without the person she always loved and adored most, <strong>a raging fire</strong> started to burn within broken heart. amelia left the ruins of her former life, years of mourning and poisoning hate darkening her mind and changing flower picking sunshine into a fierce fighter. with twenty five she <i>joined the resistance</i> and dedicated herself to those with similar fates as hers, permanently working on possibilities to end the reign of terror the empire spread over the whole universe. </p>
  2210.  
  2211. </div></div></div>
  2212.  
  2213. </li>
  2214.  
  2215. <!---- VERSES BOX 2 ---->
  2216. <li>
  2217. <div class="links_list">
  2218. <h4>SHINE BRIGHT LIKE A SUPERNOVA</h4>
  2219. <div id="pic2"><img src="https://66.media.tumblr.com/b42beba68beb8caafa8a38fe756a3de3/tumblr_pkrcziIlkj1vd6o0lo10_r1_250.png"><p>
  2220. <pre>AND I NEVER DARE TO <b>LOOK BACK</b> AT MY PAST.</pre>
  2221. <center><h2>FANDOM : STAR WARS</h2></center>
  2222. <p class="links_head">read more +</p>
  2223. <div class="links_body">
  2224. <strong>OCCUPATION:</strong> resistance fighter<br><strong>PLANET OF BIRTH:</strong> bespin / cloud city</center>
  2225. <p><strong>daughter of rich salesmen</strong>, amelia grew up in wealth and ease. sheltered and protected from the outside world, the young girl who was taught to become a lady always had a sense for <i>adventures</i> and long forgotten stories - dreaming of worlds far far away and the thrill of exploring them. she was a rebel, a tomboy who prefered playing in the mud much over a good conversation with other wealthy children. years passing, countless efforts of her mother to push her only child into the right direction, when things changed from one day to another.<br>
  2226. <br>
  2227. it was <strong>an assault</strong> during a political meeting when the skies of cloud city turned red - fires destroying whatever they could reach out for. screams still re echoing in amelias head, a girl desperately trying to find her beloved father between the ashes, darkness covering what shined so bright before. a death, a life lost way too early - only one path left for former well educated brunette. when nothing was left but pain, <i>joining the resistance</i> became her destiny, her choice, her will - helping with <i>diplomatic missions</i>, chaning the galaxy, helping those in need.
  2228. </div></div></div>
  2229.  
  2230.  
  2231.  
  2232. <div class="links_list">
  2233. <h4>TO THE CRADLE OF HUMANKIND</h4>
  2234. <div id="pic2"><img src="https://66.media.tumblr.com/51b1fd15f1d1e42a1059b4c2de9add54/tumblr_pm3wb3QEpi1vd6o0lo5_r1_250.png"><p>
  2235.  
  2236. <pre>MAYBE I <b>BELONG</b> AMONG THE STARS.</pre>
  2237. <center><h2>FANDOM : ALIEN / PROMETHEUS</h2></center>
  2238. <p class="links_head">read more +</p>
  2239. <div class="links_body">
  2240. coming soon . .
  2241. </div></div></div>
  2242.  
  2243.  
  2244.  
  2245. </li>
  2246.  
  2247. <!---- VERSES BOX 3 ---->
  2248. <li>
  2249. <div class="links_list">
  2250. <h4>SNOWWHITE QUEEN</h4>
  2251. <div id="pic2"><img src="https://66.media.tumblr.com/92b5e10e57f0818a49e78c5cdc539a4a/tumblr_pm3wb3QEpi1vd6o0lo1_r1_250.png"><p>
  2252. <pre>YOU'LL FEAR THE COLD AND <b>CRAVE</b> THE BURN.</pre>
  2253. <center><h2>FANDOM : MARVEL CINEMATIC / COMICS</h2></center>
  2254. <p class="links_head">read more +</p>
  2255. <div class="links_body">
  2256. <strong>SPECIES:</strong> mutant humanoid<br><strong>MUTATION:</strong> cryoginesis</center>
  2257. <p><strong>what if ice flows through your veins ?</strong> born into an all human family, there was no evicende amelia would be different, no sign that she was one of those <i>cursed children</i> the newspapers wrote about. she had an easy childhood, a good and stable relationship to her caring parents. who knew ? who could see what was coming ? years without anything happening, things changed when a tiny snowflake emerged out of nowhere - when fingertips started to freeze without proper reasons. magic from another world, a power the girl was not able to control. <i>mutantism.</i> feared and hated outsiders who would conquer this world one day - a life that would never be the same again.<br>
  2258. <br>
  2259. times of hiding, of desperately trying to become herself again, amelia studied anthropology and seemingly felt responsible for her kind. <strong>mutant rights,</strong> a right to live, to exist among others became her agenda, investigations on historical evidence of this believed new species. the woman learned to accept who she was, dealing with the constant struggle of being seen as a monster, an abomination.<br>
  2260. <br>
  2261. over time she started <i>working with shield,</i> becoming part of different research programs helping humans and mutants to lead a safe co existence. amelia tries to reduce her usage of abilities to a minimum, but isn't hesistant when it is needed to help others.<br> <br>
  2262. due to the events leading to civil war, the brunette felt urged to <b>STAND WITH CAPTAIN AMERICA</b>, not willing to being put into another cage, to see how superhuman beings once again were accused to be a threat to this world. a life on the run , sticking with those grown close to her started - allowing the woman to finally <i>accept her true self</i> and emerge from a tiny snowflake into a mighty snowstorm.<br><br>
  2263. amelia <b>survived the snap</b> of thanos, being left completely devastated in the heat of wakanda. guilt overran her, leaving nothing but bitterness and pain where generous heart once beat. <br><br>
  2264. <b>ATTENTION:</b>everything post infinity war will have a <i>much darker touch</i>, will change her way of acting according to their loss, to their failure on the battleground. it is hard for amelia to cope with seeing her friends vanish into dust, with being leftover when others had to die. she stays with the remaining avengers, trying everything to help - desperately searching for a way to undo the tragic events leading to the extinction of half of universes population.<br><br>
  2265.  
  2266. </div></div></div>
  2267. <p>
  2268. <hr>
  2269.  
  2270. <div class="links_list">
  2271. <h4>THE TASTE OF SALT AND SNOWFLAKES</h4>
  2272. <div id="pic2"><img src="https://66.media.tumblr.com/e95aa7bf956ba1ab7e30637f4fd3eefa/tumblr_pm3wb3QEpi1vd6o0lo2_r1_250.png"><p>
  2273. <pre>AND BEHIND POEMS AND WRITTEN PAGES SHE <b>HID</b>.</pre>
  2274. <center><h2>FANDOM : DCEU / COMICS</h2></center>
  2275. <p class="links_head">read more +</p>
  2276. <div class="links_body">
  2277. <strong>SPECIES:</strong> metahuman<br><strong>ABILITY:</strong> cryoginesis</center></center>
  2278. <p><strong>gotham, city of sins, city of thousand curiosities.</strong> born different, amelia learned at quite a young age that she didn't fit in in ordinary standards. she <i>developed powers</i> - a genome mutation so barely explored, that no one was able to help her and her family. secret well hidden, they moved to the coastal side when she was a young teenager - far away from crimes and dangerous claws reaching out for every treasure to be hunt.<br><br>
  2279. both of her parents being scientists, they started to work with various organisations such as star labs or doctor shin to better understand what happened to their only child. years of training, of self control and hardship followed, a forgotten meta humanoid with the stable ability to control and create ice. amelia <i>studied</i> herself and followed her mother and father in various ways - trying to find the reason for her own existance and help those with a similar fate as hers.
  2280.  
  2281.  
  2282. </li>
  2283.  
  2284.  
  2285. <!---- VERSES BOX 4 ---->
  2286. <li>
  2287. <div class="links_list">
  2288. <h4>DARKNESS RISING</h4>
  2289. <div id="pic2"><img src="https://66.media.tumblr.com/b20999dd1eb956c8d41bb6ac3dce0bbe/tumblr_pkrcziIlkj1vd6o0lo8_r1_250.png"><p>
  2290. <pre>I LOST MYSELF SOMEWHERE IN THE <b>DARKNESS</b>.</pre>
  2291. <center><h2>FANDOM : SUPERNATURAL</h2></center>
  2292. <p class="links_head">read more +</p>
  2293. <div class="links_body">
  2294. <strong>OCCUPATION:</strong> analyst, collector, librarian</center>
  2295. <p><strong>grown up in a small town</strong> somewhere in colorado, a bookworm who was always close to nature experienced the impossible when she was way too young. a mysterious <i>car accident</i> seperated her family, leaving her and her father behind without an explanation what really happened to her beloved mother. words from police officers never enough, amelia believed that there must have been something else - tales, meres about <i>creatures</i> lingering in the darkness. could it be true ? <br>
  2296. <br>never giving up, analyzing every piece of evicende there was, the woman learned that the human race wasn't the only predator inhabiting this planet and that her own kind was nothing but prey. countless nights followed, feared, frightened, before amelia gained back control and started what always seemed to be her fate. a <strong>librarian</strong>, a scientist, a person to reach out for hunters in need - <i>collecting informations</i> and helping out with their cases. a fighter ? probably. a woman who dedicated her life to protect those who are left ? most likely. a life between sleepless nights and dangerous happenings, wisely chosen to help.</p>
  2297.  
  2298. </div></div></div>
  2299.  
  2300. <p>
  2301. <hr>
  2302.  
  2303. <div class="links_list">
  2304. <h4>KNIGHTS OF CYDONIA</h4>
  2305. <div id="pic2"><img src="https://66.media.tumblr.com/3006e8485384c2a639309cf9e5144afd/tumblr_pkrcziIlkj1vd6o0lo4_r1_250.png"><p>
  2306. <pre>THE REAL WORLD IS WHERE THE <b>MONSTERS</b> are. </pre>
  2307. <center><h2>FANDOM : RIVERDALE / CAOS</h2></center>
  2308. <p class="links_head">read more +</p>
  2309. <div class="links_body">
  2310.  
  2311.  
  2312. <p><strong>BORN IN JUST AN ORDINARY TOWN</strong> in the middle of nowhere, mister and misses johnson decided to move when amelia was just a primary school kid. both being scientists, they made business in the big city — working for museums and various exhibitions, as well as at excavation sides. a life on the road it was, growing up between ancient artifacts and books, in libraries and caves to play in the dirt. always dreaming to follow in her parents footsteps, things quickly changed when the brunette became <strong>A TEENAGER</strong> of fourteen and something <strong>AWOKE</strong> deep inside smart girl. abilities no one could handle, no one could explain, neither understand. so what to do ?<br>
  2313. <br>
  2314. only one choice left to protect their only child, the johnsons came back to where their boundaries began — leaving everything behind they achieved. <strong>RIVERDALE</strong>, a place where no one would recognize a monster, where everyone hid a dark secret. and so did they. <i>ice cold hands</i> covered with gloves, the permanent fear of being discovered as what she was before she learned to <strong>CONTROL</strong> herself. the snowstorm within. just a school girl, just another pretty face among dozens of others that no one would questioning for returning. would they ?
  2315. </p>
  2316.  
  2317. </div></div></div>
  2318.  
  2319. <p>
  2320. <hr>
  2321.  
  2322. <div class="links_list">
  2323. <h4>BEYOND THE SEA SHE WAITS</h4>
  2324. <div id="pic2"><img src="https://66.media.tumblr.com/58340ac7116869af11a350f013dab459/tumblr_pkrcziIlkj1vd6o0lo9_r1_250.png"><p>
  2325. <pre>SHE HAS NO FEAR OF DEPTHS , BUT OF <b>SHALLOW LIVING</b>.</pre>
  2326. <center><h2>FANDOM : FANTASY / OWN</h2></center>
  2327. <p class="links_head">read more +</p>
  2328. <div class="links_body">
  2329.  
  2330. <strong>NOT EVEN THE ENDLESS OCEAN</strong> is enough for curious minds. born into a long forgotten folk, spending her days deep down the surface of devouring blue, amelia is part of an ancient culture. humankind always watched with wary eyes, not trusted neither appreciated around them - most of the fish tailed people keep their <i>distance to their immediate neighbours.</i> only a few of them dare to walk on land, trading their beloved scales for legs and try to protect what they cherish most. the sea. <br>
  2331. <br>amelia is switching between salt and air to work at a <i>sea life center</i> that focuses on cleaning the beaches and rescuing helpless or stranded animals. her tail is of shimmering shades of blue, her age is never clearly defined ( yet the seafolk has a larger lifespan than humans and ages much slower ). </i></p>
  2332.  
  2333. </div></div></div>
  2334.  
  2335. <p>
  2336. <hr>
  2337.  
  2338. <div class="links_list">
  2339. <h4>BEHIND CLOSED WALLS</h4>
  2340. <div id="pic2"><img src="https://66.media.tumblr.com/6f0ce516b69e6ece51471aa73be6ddaa/tumblr_pkrcziIlkj1vd6o0lo7_r1_250.png"><p>
  2341. <pre>AND THE WORLD IS OURS TO <b>EXPLORE</b>.</pre>
  2342. <center><h2>FANDOM : ATTACK ON TITAN</h2></center>
  2343. <p class="links_head">read more +</p>
  2344. <div class="links_body">
  2345.  
  2346. <strong>OCCUPATION:</strong> survey corps / scientist</center>
  2347. <p>coming very soon . . </i></p>
  2348.  
  2349.  
  2350. </div></div></div>
  2351.  
  2352. <div class="links_list">
  2353. <h4>WANDERING ALMOST LOST</h4>
  2354. <div id="pic2"><img src="https://66.media.tumblr.com/8aaf3314145772265acdec5bc7519d44/tumblr_pm3wb3QEpi1vd6o0lo3_r1_250.png"><p>
  2355. <pre><b>COURAGE</b> IS FOUND IN UNLIKELY PLACES.</pre>
  2356. <center><h2>FANDOM : TOLKIEN LORE</h2></center>
  2357. <p class="links_head">read more +</p>
  2358. <div class="links_body">
  2359.  
  2360. <strong>RACE:</strong> human with dunedain blood</center>
  2361. <p>coming very soon . . </i></p>
  2362.  
  2363.  
  2364. </div></div></div>
  2365. <div class="links_list">
  2366. <h4>HAZY SHADES OF WINTER</h4>
  2367. <div id="pic2"><img src="https://66.media.tumblr.com/374335767c99bb846302aeb768b8d76a/tumblr_po7uzllerA1vd6o0lo1_250.png"><p>
  2368. <pre>WHAT IF YOU ARE WERE BORN TO <b>SERVE</b>?</pre>
  2369. <center><h2>FANDOM : THE UMBRELLA ACADEMY</h2></center>
  2370. <p class="links_head">read more +</p>
  2371. <div class="links_body">
  2372.  
  2373. <strong>ID:</strong> number eight<br>
  2374. <strong>ALIAS:</strong>the snowflake<br>
  2375. <strong>GIVEN NAME:</strong>amelia johnson
  2376. </center>
  2377. <p><STRONG>BORN SURPRISINGLY, AS A MYSTERY</STRONG> not expected, amelia was <i>one of forty three children</i> coming into this world on the first of october 1989. daughter of loving parents, anthropologists, they <strong>refused the offer</strong> of mister hargreeves to sell their daughter for the greater good and tried to raise her themselves. until her powers started to grow..<br>
  2378. <br>at the age of three, the brunette started to <i>freeze things</i> per accident, to cover everything she saw with snow and ice, no matter if alive or not. desperate for help, the johnsons searched for possibilities to help, to prevent her from hurting herself or other people and so an <i>arrangement</i> was made. number eight, the snowflake, started to train at the umbrella academy, becoming a part of hargreeves superhero agenda and dedicated her abilities to protect those who could not.<br>
  2379. <br>
  2380. amelias family moved close, maintaining a stable and loving relationship with their daughter who visited them on a regular basis. this, on one hand, was a guarantee for her to develop good social skills, but lead to many other conflicts between the children. caring a lot about those she called friends, the girl somewhat stayed an <i>outsider</i>, someone with a <strong>real family</strong> above all of their duties.<br>
  2381. <br>
  2382. when becoming older, amelia started to study at the mit, what lead to a more scientifically based position at the academy. even though many of them left, she helped <i>working in the laboratory</i> with pogo, investigating on their powers and developing new technical equipment for possible operations.
  2383. </i></p>
  2384.  
  2385.  
  2386. </div></div></div>
  2387.  
  2388.  
  2389. </div></div></div>
  2390.  
  2391. </li>
  2392.  
  2393.  
  2394. </font></font>
  2395. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2396.  
  2397.  
  2398.  
  2399. <!-- CREDIT -->
  2400. <div class="yoonmin">
  2401. <a href="https://darkrpsd.tumblr.com/comms." >María.</a>
  2402. </div>
  2403. <!-- CREDIT -->
  2404.  
  2405. <!-- PAGINATION -->
  2406. <div id="pagination">{block:Pagination}
  2407. {block:NextPage}<a href="{NextPage}" title="GO FORWARD!">»</a>
  2408. {/block:NextPage}
  2409. {/block:Pagination}</div>
  2410.  
  2411. <div id="pagination2">{block:Pagination}
  2412. {block:PreviousPage}<a href="{PreviousPage}" title="GO BACK!">«</a>{/block:PreviousPage}
  2413. {/block:Pagination}</div>
  2414. <!-- PAGINATION -->
  2415.  
  2416.  
  2417. <!-- POST AND CONTAINER -->
  2418. <div id="container">
  2419. {block:Posts}
  2420. <div id="posts">
  2421.  
  2422. {block:Text}<h3>{block:title}{title}{/block:title}</h3>{body}{/block:text}
  2423. {block:Photo}
  2424.  
  2425. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  2426. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  2427.  
  2428. {block:Photoset}
  2429. {Photoset}{block:Caption}{Caption}{/block:Caption}
  2430. {/block:Photoset}
  2431.  
  2432. {block:Video}
  2433. <div class="video">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>
  2434. {/block:Video}
  2435. <!-- POST AND CONTAINER -->
  2436.  
  2437.  
  2438. <!-- QUOTES, CHATS AND AUDIO -->
  2439.  
  2440. <!-- QUOTES -->
  2441. {block:Quote}<div id="quote">{Quote}{block:Source}<br><br> <div style="text-align: center;">— {Source}</div></div>{/block:Source}{/block:Quote}
  2442.  
  2443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  2444. <!-- QUOTES -->
  2445.  
  2446.  
  2447. <!-- CHATS -->
  2448. {block:Chat}
  2449. {block:Title}
  2450. <h2 style="margin-bottom:-4px;">{Title}</h2>
  2451. {/block:Title}
  2452. <div class="chat">
  2453. <ol>{block:Lines}
  2454. <li class="line {Alt}">
  2455. {block:Label}
  2456. <span class="label">
  2457. <b>{Label}</b></span>
  2458. {/block:Label}{Line}</li>
  2459. {/block:Lines}
  2460. </ol></blockquote></div>
  2461. {/block:Chat}
  2462. <!-- CHATS -->
  2463.  
  2464. <!-- AUDIO -->
  2465. {block:Audio}
  2466. <div class="audio">{block:AlbumArt}
  2467. <img class="audio-album" src="{AlbumArtURL}">
  2468. {/block:AlbumArt}
  2469. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}
  2470. {/block:AudioPlayer}</div>
  2471. <div class="audio-info">
  2472. {block:TrackName}
  2473. <b>Title:</b> {TrackName}<BR>
  2474. {/block:TrackName}
  2475. {block:Artist}
  2476. <b>Artist:</b> {Artist}<BR>
  2477. {/block:Artist}
  2478. {block:Album}
  2479. <b>Album:</b> {Album}<BR>
  2480. {/block:Album}
  2481. <b>Played</b> <code>{PlayCount}</code> <b>times</b></div></div>
  2482. {block:Caption}<div class="caption">{Caption}</div>
  2483. {/block:Caption}
  2484. {/block:Audio}
  2485. <!-- AUDIO -->
  2486.  
  2487. <!-- QUOTES, CHATS AND AUDIO -->
  2488.  
  2489.  
  2490.  
  2491. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  2492.  
  2493. <!-- QUESTIONS -->
  2494. {block:Answer}
  2495. <img src="https://static.tumblr.com/av6qvbp/yY8pm0x1h/asker.png" class="askereffect">
  2496. <img src="https://static.tumblr.com/av6qvbp/M59pm0xft/linea.png" class="askereffect2">
  2497. <div class="askerportrait"><span style="width:36px; height:36px;"><img src="{AskerPortraitURL-64}"></span></div>
  2498. <div id="asker">
  2499. <br><div class="assker">{Question}</div>
  2500. </div>
  2501. <div class="ppl">{Asker}</div>
  2502. <div class="caption">{Answer}</div>
  2503. {/block:Answer}
  2504. <!-- QUESTIONS -->
  2505.  
  2506. <!-- INFO -->
  2507.  
  2508. <div id="info">
  2509. <a href="{Permalink}" title="{DayofWeek}, {Month} {DayofMonthwithZero} - {TimeAgo}"> INFO. </a>
  2510. <a title="{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}">NOTES. </a>
  2511. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> VIA. </a>{/block:RebloggedFrom}
  2512. {block:ContentSource}
  2513. <a title="src. {SourceTitle}" href="{SourceURL}" target="_blank" title="{SourceTitle}"> SOURCE. </a>
  2514. {/block:ContentSource}
  2515. <a href="{ReblogURL}" title="Reblog.">REBLOG.</a>
  2516.  
  2517. </div>
  2518.  
  2519. <!-- INFO -->
  2520.  
  2521.  
  2522. <!-- TAGS -->
  2523.  
  2524. <div id="tags">
  2525. {block:HasTags}{block:Tags} <a href="/tagged/{Tag}" title="{Tag}">#{Tag}</a> {/block:Tags}{block:HasTags}
  2526. </div> </div>
  2527. <!-- TAGS -->
  2528.  
  2529. <!-- POST NOTES -->
  2530. <div class="postnote">
  2531. {block:PostNotes}{PostNotes}{/block:PostNotes}
  2532. </div>
  2533. <!-- POST NOTES -->
  2534. {/block:Posts}
  2535. </div>
  2536. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2537.  
  2538. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  2539.  
  2540.  
  2541. <!-- TUMBLR CONTROLS -->
  2542.  
  2543. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  2544.  
  2545. </body>
  2546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement