Advertisement
tiffxny21

retired starstrucx

Sep 24th, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ✧ * ☾ destinatiia.tumblr.com * ✧
  8.  
  9. - you're allowed edit as much as you want, but don't repost and claim as your own afterwards.
  10. - don't move the credit or put it in another page
  11. - don't take fragments from this code and paste it on your own. it's rude as i worked real hard on this one so.
  12. - base code made by neonbikethemes as always,,,, absolutely blessed for their existence thank u
  13. - the icons in the preview were NOT made by me so credit to their rightful owners
  14. - enjoy !! and if you have any questions and/or problems just hmu
  15.  
  16. -->
  17.  
  18. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <meta charset="utf-8">
  25. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  26. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30. <meta name="color:background" content="#ffffff" />
  31. <meta name="color:links" content="#000000" />
  32. <meta name="color:links hover" content="#a0a0a0" />
  33. <meta name="color:text" content="#000000" />
  34. <meta name="color:b" content="#000000" />
  35. <meta name="color:b shadow" content="#000000" />
  36. <meta name="color:i" content="#000000" />
  37. <meta name="color:i shadow" content="#000000" />
  38. <meta name="color:title color" content="#000000" />
  39. <meta name="color:descbox" content="#eee" />
  40. <meta name="color:sidebar" content="#f7f7f7" />
  41. <meta name="color:sidebar borders" content="#ffffff" />
  42. <meta name="color:sidebar links bg" content="#eee" />
  43. <meta name="color:posts" content="#ffffff" />
  44. <meta name="color:container" content="#f7f7f7" />
  45. <meta name="color:accent" content="#fff" />
  46.  
  47.  
  48. <!-- THREADS -->
  49. <meta name="text:incomplete" content="0">
  50. <meta name="text:complete" content="0">
  51. <meta name="text:questions" content="0">
  52.  
  53.  
  54. <meta name="image:Background" content="https://i.imgur.com/npJSMZ9.png"/>
  55.  
  56.  
  57.  
  58. <!-------MUSIC PLAYER BY GLENTHEMES------->
  59. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  60.  
  61.  
  62.  
  63.  
  64. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
  65.  
  66. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  69.  
  70. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  71.  
  72.  
  73. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  74.  
  75. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  76.  
  77. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  78.  
  79. <link href='https://fonts.googleapis.com/css?family=Montserrat:400' rel='stylesheet' type='text/css'>
  80.  
  81. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  82.  
  83.  
  84. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  85.  
  86. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("a[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:90,
  94. tip_fade_speed:600,
  95. attribute:"title"
  96. });
  97. });
  98. })(jQuery);
  99. </script>
  100. <script type="text/javascript">
  101. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  102. $(document).ready(function() {
  103. function photosetResize() {
  104. $('iframe.photoset').each(function(){
  105. var newSize = 400;
  106. var newSrc = $(this).attr('src').replace('500',newSize);
  107. $(this).attr('src', newSrc).width(newSize);
  108. var high = $(this).css('height');
  109. var calculate = parseInt(high, 10)* newSize/500;
  110. $(this).css('height', calculate);
  111. });
  112. }
  113. photosetResize();
  114. });
  115. </script>
  116.  
  117. <script type="text/javascript">
  118. jQuery(document).ready(function() {
  119. jQuery(".dd").hide();
  120. //toggle the componenet with class msg_body
  121. jQuery(".yeahso").click(function()
  122. {
  123. jQuery(this).next(".dd").slideToggle(500);
  124. });});
  125.  
  126. function showDiv() {
  127. $('#townmap').show();
  128. $('#townlistings').hide();
  129. }
  130.  
  131. function showListings() {
  132. $('#townlistings').show();
  133. $('#townmap').hide();
  134. }
  135. </script>
  136.  
  137.  
  138. <style type="text/css">
  139.  
  140. /* ---------------------------- GENERAL ----------------------------- */
  141.  
  142. /* -------- SELECTION TOOL ------- */
  143.  
  144. ::-moz-selection {
  145. background: {color:accent};
  146. color: {color:background};
  147. }
  148.  
  149. ::selection {
  150. background: {color:accent};
  151. color: {color:background};
  152. }
  153.  
  154. /* -------- SCROLLBAR ------- */
  155.  
  156. ::-webkit-scrollbar {
  157. width: 0.3px;
  158. visibility:hidden;
  159. }
  160.  
  161. /* Track */
  162. ::-webkit-scrollbar-track {
  163. background:{color:background};
  164. visibility:hidden;
  165. }
  166.  
  167. /* Handle */
  168. ::-webkit-scrollbar-thumb {
  169. background:{color:text};
  170. visibility:hidden;
  171. }
  172. ::-webkit-scrollbar-thumb:window-inactive {
  173. background: transparent;
  174. visibility:hidden;
  175. }
  176.  
  177. /* ------- TOOLTIPS ------ */
  178.  
  179. #s-m-t-tooltip{
  180. max-width:400px;
  181. margin:15px;
  182. padding:2px 8px;
  183. background: #000;
  184. background-image:url('');
  185. background-repeat:repeat;
  186. background-attachment:fixed;
  187. border:1px dotted;
  188. border-color: #727272;
  189. color:#9b9b9b;
  190. z-index:99999999999999999999;
  191. font-size:9px;
  192. letter-spacing:2px;
  193. font-style:bold;
  194. letter-spacing:2px;
  195. font-family:'Cormorant Upright', serif;
  196. text-transform:uppercase;
  197. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  198.  
  199.  
  200. /*cursor code, change image to change cursor*/
  201. /*find more at http://pixel-soup.tumblr.com/tagged/cursors */
  202.  
  203. *, body, a { cursor:url("https://i.imgur.com/vl6y9.jpg"), auto }
  204. a:hover { cursor:url("https://66.media.tumblr.com/3ebac2183da1a77c04c9fe6dd4c6b851/tumblr_inline_p8c0yyswgL1rhwzwl_75sq.gif"), auto } /*this defines the pointer cursor*/
  205.  
  206.  
  207.  
  208. /* -------- BASICS ------- */
  209.  
  210.  
  211. body {
  212. background-color:#2c2b2b;
  213. background-image:url('{image:background}');
  214. background-attachment: fixed;
  215. background-repeat: no-repeat;
  216. background-size:center;
  217. position: absolute;
  218. background-position: left top;
  219. color: {color:text};
  220. overflow-y:hidden;
  221. overflow-x:auto;
  222. font-family: 'calibri', sans serif;
  223. font-size: 10px;
  224. margin: 0;
  225. letter-spacing:0.5px;
  226. padding: 0;
  227. word-wrap: break-word;
  228. line-height:160%;
  229. }
  230.  
  231.  
  232.  
  233.  
  234. sup, sub, small {
  235. font-size:9px;
  236. }
  237.  
  238. h1 {
  239. font-family:'montserrat', sans serif;
  240. font-size:24px;
  241. color: {color:accent};
  242. }
  243.  
  244.  
  245. h2 {
  246. font-family:'montserrat', sans serif;
  247. font-size:18px;
  248. font-style:italic;
  249. color: {color:accent};
  250. }
  251.  
  252. h3 {
  253. background-image: url('https://i.imgur.com/kLqaeGB.png');
  254. background-repeat:repeat;
  255. background-attachment:fixed;
  256. border-left: double 3px #000;
  257. border-top: double 3px #000;
  258. border-right: double 3px #000;
  259. border-bottom: double 3px #000;
  260. padding:2px;
  261. color:#e6e6e6;
  262. text-shadow:1px 1px 0px #000,
  263. 1px -1px 0px #000,
  264. -1px -1px 0px #000,
  265. -1px 1px 0px #000,
  266. 0px 1px 0px #000,
  267. 0px -1px 0px #000,
  268. 1px 0px 0px #000,
  269. -1px 0px 0px #000;
  270. font-size:12px;
  271. font-family:calibri;
  272. text-transform:uppercase;
  273. letter-spacing:1px;
  274. text-align:center;}
  275.  
  276.  
  277. h4 {
  278. background-image: url('https://i.imgur.com/kLqaeGB.png');
  279. background-repeat:repeat;
  280. background-attachment:fixed;
  281. border-left: double 3px #000;
  282. border-top: double 3px #000;
  283. border-right: double 3px #000;
  284. border-bottom: double 3px #000;
  285. padding:2px;
  286. color:#e6e6e6;
  287. text-shadow:1px 1px 0px #000,
  288. 1px -1px 0px #000,
  289. -1px -1px 0px #000,
  290. -1px 1px 0px #000,
  291. 0px 1px 0px #000,
  292. 0px -1px 0px #000,
  293. 1px 0px 0px #000,
  294. -1px 0px 0px #000;
  295. font-size:9px;
  296. font-family:calibri;
  297. text-transform:uppercase;
  298. letter-spacing:1px;
  299. text-align:center;}
  300.  
  301.  
  302.  
  303. a {
  304. color: {color:links};
  305. text-decoration: none;
  306. -webkit-transition: all .3s;
  307. -moz-transition: all .3s;
  308. -o-transition: all .3s;
  309. -ms-transition: all .3s;
  310. transition: all .3s;
  311. }
  312.  
  313.  
  314. b, strong {
  315. font-size:12px;
  316. text-transform:uppercase;
  317. letter-spacing:1px;
  318. font-family:'montserrat', sans serif;
  319. color: {color:b};
  320. text-shadow:1px 1px 0 {color:b shadow};
  321. }
  322.  
  323.  
  324.  
  325. i, em,italic {
  326. font-size:13px;
  327. color: {color:i};
  328. font-family: 'Bad Script', cursive;
  329. text-shadow: 0px 0px 2px {color:i shadow};
  330. letter-spacing:1px;
  331. text-transform:none;
  332. }
  333.  
  334.  
  335.  
  336. s, strike {
  337. color: {color:b};
  338. font-family:'montserrat', sans serif;
  339. }
  340.  
  341. u,underline {
  342. color: {color:i};
  343. font-family:'montserrat', sans serif;
  344. }
  345.  
  346. a:hover{
  347. color:{color:links hover};
  348. -webkit-transition: all .3s;
  349. -moz-transition: all .3s;
  350. -o-transition: all .3s;
  351. -ms-transition: all .3s;
  352. transition: all .3s;
  353. }
  354.  
  355. blockquote {
  356. border-left: 1px solid {color:accent};
  357. margin: 10px;
  358. padding-left:25px;
  359. padding-top:3px;
  360. padding-bottom:3px;
  361. }
  362.  
  363. iframe, img, embed, object, video {
  364. max-width: 100%;
  365. }
  366.  
  367. p{
  368. margin-bottom:10px;
  369. }
  370.  
  371. img {
  372. height: auto;
  373. width:auto;
  374. max-width:100%;
  375. }
  376.  
  377. h1{
  378. text-transform:uppercase;
  379. font-size:13px;
  380. }
  381.  
  382. ul{
  383. list-style-type:circle;
  384. }
  385.  
  386. ol{
  387. list-style-type:;
  388. }
  389.  
  390.  
  391. #bigcon{
  392. width:520px;
  393. margin-left:auto;
  394. margin-right:auto;
  395. }
  396.  
  397. /* ----------------------------- HEADER STUFF ---------------------------*/
  398.  
  399.  
  400.  
  401.  
  402. #navbar {
  403. display:inline-block;
  404. z-index:9;
  405. margin-left:100px;
  406. color:{color:accent};
  407. font-family: 'montserrat', sans-serif;
  408. font-size:22px;
  409. font-weight:bold;
  410. padding-top:5px;
  411. padding-bottom:5px;
  412. padding-right:5px;
  413. padding-left:20px;
  414. background:transparent;
  415. margin-left:640px;
  416. width:346px;
  417. margin-top:874px;
  418. line-height:200%;
  419. position:fixed;
  420. text-align:left;
  421. }
  422.  
  423. #navbar a:hover {
  424. letter-spacing:7px;
  425. -webkit-transition:all 0.9s linear;
  426. -moz-transition:all 0.9s linear;
  427. -ms-transition:all 0.9s linear;
  428. -o-transition:all 0.9s linear;
  429. transition:all 0.9s ease;
  430. }
  431.  
  432.  
  433. #descbox {
  434. width:195px;
  435. margin-top:370px;
  436. overflow:auto;
  437. height:90px;
  438. z-index:9;
  439. padding-top:10px;
  440. padding-left:115px;
  441. padding-right:10px;
  442. padding-bottom:10px;
  443. margin-left:715px;
  444. opacity:0.65;
  445. text-align:justify;
  446. background:{color:descbox};
  447. position:fixed;
  448. }
  449.  
  450.  
  451. #cabal {
  452. font-family: 'Abel', sans-serif;
  453. font-size:9px;
  454. background:#282625;
  455. color: #9e9f9f;
  456. width:160px;
  457. height:0px;
  458. left: 1140px;
  459. top: 250px;
  460. text-align:justify;
  461. position:fixed;
  462. opacity:0;
  463. }
  464.  
  465.  
  466.  
  467. #cabal:hover {
  468. -webkit-filter:none;
  469. -webkit-transition: all 0.6s ease-in-out;
  470. opacity:1;
  471. -webkit-transition: all 0.6s ease-in-out;
  472. -moz-transition: all 0.6s ease-in-out;
  473. -o-transition: all 0.6s ease-in-out;
  474. -ms-transition: all 0.6s ease-in-out;
  475. transition: all 0.6s ease-in-out;
  476. }
  477.  
  478.  
  479.  
  480. .bubble
  481. {
  482. position: relative;
  483. width: 80px;
  484. height: 50px;
  485. letter-spacing:0.5px;
  486. line-height:130%;
  487. padding: 10px;
  488. background: {color:descbox};
  489. -webkit-border-radius: 7px;
  490. -moz-border-radius: 7px;
  491. border-radius: 7px;
  492. }
  493.  
  494. .bubble:after
  495. {
  496. content: '';
  497. position: absolute;
  498. border-style: solid;
  499. border-width: 0 5px 6px;
  500. border-color: {color:descbox} transparent;
  501. display: block;
  502. width: 0;
  503. z-index: 1;
  504. top: -6px;
  505. left: 140px;
  506. }
  507.  
  508. .bubble2
  509. {
  510. position: relative;
  511. width: 80px;
  512. height: 50px;
  513. letter-spacing:0.5px;
  514. line-height:130%;
  515. padding: 10px;
  516. background: {color:descbox};
  517. -webkit-border-radius: 7px;
  518. -moz-border-radius: 7px;
  519. border-radius: 7px;
  520. }
  521.  
  522. .bubble2:after
  523. {
  524. content: '';
  525. position: absolute;
  526. border-style: solid;
  527. border-width: 0 5px 6px;
  528. border-color: {color:descbox} transparent;
  529. display: block;
  530. width: 0;
  531. z-index: 1;
  532. top: -6px;
  533. left: 10px;
  534. }
  535.  
  536.  
  537.  
  538.  
  539. #pagination {
  540. position:fixed;
  541. font-family:'Cormorant Upright', serif;
  542. width:300px;
  543. font-size:18px;
  544. top:665px;
  545. left:610px;
  546. letter-spacing:3px;
  547. text-align:center;
  548. z-index:999999999999;
  549. }
  550.  
  551. #pagination a {
  552. text-transform:uppercase;
  553. color:#818181;
  554. -webkit-filter: blur(1px);
  555. -webkit-transition: 0.8s ease-in;
  556. -moz-transition: 1s ease-in;
  557. transition: 1s ease-in;
  558. z-index:999999999999;
  559. }
  560.  
  561. #pagination a:hover {
  562. color:#444444;
  563. -webkit-filter: blur(0px);
  564. -webkit-transition: 0.2s ease-in;
  565. -moz-transition: 1s ease-in;
  566. transition: 1s ease-in;
  567. }
  568.  
  569. .tabcontent {
  570. position:fixed;
  571. margin-top:305px;
  572. margin-left:510px;
  573. width: 460px;
  574. margin-right:auto;
  575. height:360px;
  576. padding:20px;
  577. overflow:auto;
  578. background-color:transparent;
  579. text-align:center;
  580. margin-bottom:200px;
  581. }
  582.  
  583.  
  584. #postcontainer {
  585. background-color:transparent;
  586. width:450px;
  587. height:490px;
  588. padding: 20px;
  589. top:115px;
  590. margin-left:510px;
  591. position:fixed;
  592. overflow-y:scroll;
  593. overflow-x:hidden;
  594. border:1px solid transparent;
  595. }
  596.  
  597. .dropdown {
  598. width:360px;
  599. z-index:99;
  600. background-color:#fff;
  601. height:auto;
  602. position:static;
  603. padding:10px;
  604. border-left: double 3px #000;
  605. border-top: double 3px #000;
  606. border-right: double 3px #000;
  607. border-bottom: double 3px #000;
  608. font-family:'montserrat', sans serif;
  609. font-size:11px;
  610. text-align:center;
  611. margin-left:223px;
  612.  
  613. margin-top:230px;
  614. }
  615.  
  616.  
  617.  
  618. .yeahso {
  619. font-family:'montserrat', sans serif;
  620. font-size:16px;
  621. color:#000;
  622. }
  623.  
  624. .dd{
  625. margin-top:5px;
  626. line-height:150%;
  627. letter-spacing:10px;
  628. }
  629.  
  630. .dd a:hover{
  631. background-color:{color:sidebar borders};
  632. opacity:0.5;
  633. }
  634.  
  635. .dd img{
  636. border-radius:50px;
  637. border:10px solid {color:sidebar};
  638. width:60px;
  639. height:60px;
  640. }
  641.  
  642.  
  643. /* ----------------------------- HEADER STUFF ---------------------------*/
  644.  
  645. #topbar{
  646. position:fixed;
  647. margin-top:80px;
  648. margin-bottom:50px;
  649. text-align:center;
  650. }
  651. /* ------------------------------ TABS ------------------------------ */
  652.  
  653. .tabs {
  654. width:100%;
  655. margin-left:0px;
  656. display:inline-block;
  657. }
  658.  
  659. /*----- Tab Links -----*/
  660.  
  661. /* Clearfix */
  662. .tab-links:after {
  663. display:block;
  664. clear:both;
  665. content:'';
  666. }
  667.  
  668. .tab-links li {
  669. margin-right:-3px;
  670. display:inline-block;
  671. list-style:none;
  672. text-transform:uppercase;
  673. }
  674.  
  675. .tab-links a {
  676. padding-right:7px;
  677. padding-left:7px;
  678. display:inline-block;
  679. color:{color:links};
  680. transition:all linear 0.15s;
  681. }
  682.  
  683. .tab-links a:hover {
  684. color:{color:link hover};
  685. text-decoration:none;
  686. }
  687.  
  688. li.active a, li.active a:hover {
  689. background:transparent;
  690. color:{color:accent};
  691. -webkit-transition: all .3s;
  692. -moz-transition: all .3s;
  693. -o-transition: all .3s;
  694. -ms-transition: all .3s;
  695. transition: all .3s;
  696. }
  697.  
  698. /*----- Content of Tabs -----*/
  699. .tab-content {
  700. }
  701.  
  702. .tab {
  703. display:none;
  704. }
  705.  
  706. .tab.active {
  707. display:block;
  708. }
  709.  
  710. /* --------------------------- POSTS -------------------------------- */
  711.  
  712. article {
  713. float:left;
  714. background:transparent;
  715. padding: 10px;
  716. width: 400px;
  717. text-align:left;
  718. margin-bottom:20px;
  719. }
  720.  
  721. /* ---------------------------- POST INFO -----------------------------*/
  722.  
  723.  
  724.  
  725. #info {
  726. background: url("https://66.media.tumblr.com/7f94ac025137afff4f5f1261c51fb01e/tumblr_pv9ytzJAww1yrq1u5o3_r1_400.gif");
  727. background-repeat:repeat;
  728. background-attachment:fixed;
  729. border: 1px double transparent;
  730. border-bottom-left-radius: 15px;
  731. border-top-left-radius: 15px;
  732. width:400px;
  733. height:25px;
  734. text-align:center;
  735. letter-spacing:10px;
  736. margin-top:8px;
  737. margin-bottom:50px;
  738. text-transform:uppercase;
  739. font-size:15px;
  740. font-style:none;
  741. }
  742.  
  743.  
  744.  
  745. #info a {
  746. color:#dcdcdc;}
  747.  
  748. #info a:hover {
  749. color:#818181;}
  750.  
  751.  
  752.  
  753.  
  754. #tags {
  755. font-family: serif;
  756. color:#cc9900;
  757. padding-bottom:35px;
  758. letter-spacing:2px;
  759. text-transform:none;
  760. font-size:7px;
  761. font-style:normal;
  762. margin-top:25px;
  763. text-align:left;
  764. float:left;
  765. }
  766.  
  767.  
  768. #tags a {
  769. padding:-3px;
  770. opacity:0.8;
  771. text-align:left;
  772. color:#ffdf80;
  773.  
  774. }
  775.  
  776.  
  777. #tags a:hover {
  778. color:#d1d0d0;
  779. }
  780.  
  781.  
  782.  
  783.  
  784.  
  785. /* ---------------------------- POST NOTES ------------------------- */
  786.  
  787. ol.notes {
  788. display:block;
  789. text-align:left;
  790. list-style-type:none;
  791. margin-left:-40px;
  792. }
  793.  
  794. ol.notes li.note{
  795. margin-bottom:5px;
  796. }
  797.  
  798. .pagenotes {
  799. text-align:left;
  800. margin-top:15px;
  801. }
  802.  
  803. .pagenotes img{
  804. padding-right:5px;
  805. padding-top:5px;
  806. margin-bottom:-5px;
  807. }
  808.  
  809. /* -------------------------- POST TYPES -------------------------- */
  810.  
  811. /* CHAT */
  812.  
  813. .odd, .even {padding:5px;
  814. font-size:8px;
  815. color:{color:accent};
  816. background-color:{color:container};
  817. }
  818. .odd {background-color:{color:accent};color:{color:container};font-size:8px;
  819. }
  820. ul.chat{
  821. list-style:none;
  822. margin-left:-40px;
  823. }
  824.  
  825. .chat span {
  826. float: left;
  827. }
  828.  
  829. /* QUOTES */
  830.  
  831. .quote{
  832. font-size:20px;
  833. padding:20px;
  834. line-height:150%;
  835. text-transform:uppercase;
  836. text-align:center;
  837. color:{color:b};
  838. font-style:italic;
  839. font-family: 'montserrat', sans serif;
  840. }
  841.  
  842. .quotesource{
  843. text-align:center;
  844. font-size:13px;
  845. padding:20px;
  846. opacity:0.7;
  847. width:250px;
  848. margin-bottom:20px;
  849. margin-top:0px;
  850. margin-left:50px;
  851. background:{color:container};
  852. font-family: 'montserrat', sans serif;
  853. text-transform:lowercase;
  854. }
  855.  
  856.  
  857.  
  858. /* QUESTIONS */
  859.  
  860. .question{
  861. margin-bottom:15px;
  862. padding:10px;
  863. }
  864.  
  865. .answer {
  866. font-size:11px;
  867. }
  868.  
  869. .askerimg{
  870. position:relative;
  871. display:inline-block;
  872.  
  873. margin-right:10px;
  874. }
  875.  
  876.  
  877. /* AUDIO */
  878.  
  879. .playerbuttonbg {
  880. position: absolute;
  881. left: 20px;
  882. top: 20px;
  883. width: 19px;
  884. height: 19px;
  885. background-color: #ffffff;
  886. padding: 10px;
  887. -webkit-border-radius: 40px;
  888. -moz-border-radius: 40px;
  889. border-radius: 40px;
  890. opacity: .4;
  891. filter: alpha(opacity=40);
  892. -moz-opacity: 0.4;
  893. -khtml-opacity: 0.4;
  894. transition: opacity .7s ease-in-out;
  895. -moz-transition: opacity .7s ease-in-out;
  896. -webkit-transition: opacity .7s ease-in-out;
  897. }
  898.  
  899. .playerbuttonbg:hover {
  900. opacity: 1;
  901. filter: alpha(opacity=100);
  902. -moz-opacity: 1;
  903. -khtml-opacity: 1;
  904. }
  905.  
  906. .newplayerbutton {
  907. position: relative;
  908. width: 19px;
  909. height: 19px;
  910. overflow: hidden;
  911. }
  912.  
  913. .playerbuttonhug {
  914. position: absolute;
  915. top: -18px;
  916. left: -7px;
  917. }
  918.  
  919. .tumblr_audio_player {
  920. height: 90px;
  921. width: 270px;
  922. -moz-transform: scale(0.60, 0.60);
  923. -webkit-transform: scale(0.60, 0.60);
  924. -o-transform: scale(0.60, 0.60);
  925. -ms-transform: scale(0.60, 0.60);
  926. transform: scale(0.60, 0.60);
  927. -moz-transform-origin: top left;
  928. -webkit-transform-origin: top left;
  929. -o-transform-origin: top left;
  930. -ms-transform-origin: top left;
  931. transform-origin: top left;
  932. }
  933.  
  934. .audioimgwrapper {
  935. position: absolute;
  936. left: 0px;
  937. top: 0px;
  938. -webkit-border-radius: 40px;
  939. -moz-border-radius: 40px;
  940. border-radius: 40px;
  941. overflow: hidden;
  942. width: 79px;
  943. height: 79px;
  944. }
  945.  
  946. .audioimgwrapper img {
  947. width: 100%;
  948. height: auto;
  949. -webkit-border-radius: 40px;
  950. -moz-border-radius: 40px;
  951. border-radius: 40px;
  952. }
  953.  
  954. .trackdetails {
  955. width: 280px;
  956. height:auto;
  957. margin-top:8px;
  958. background:{color:sidebar links bg};
  959. display:inline-block;
  960. margin-left: 90px;
  961. padding:10px;
  962. margin-bottom:17px;
  963. }
  964.  
  965. .audiowrapper {
  966. position: relative;
  967. display:inline-block;
  968. }
  969.  
  970.  
  971.  
  972. #yo {
  973. color: {color:accent};
  974. float:right;
  975. right:0;
  976. font-size:7px;
  977. bottom:0;
  978. margin-right:10px;
  979. margin-bottom:10px;
  980. padding:10px;
  981. position:fixed;
  982. background-color:transparent;
  983. font-weight:bold;
  984. text-align:center;
  985.  
  986.  
  987. }
  988.  
  989. #yo:hover {
  990. font-size:9px;
  991.  
  992. }
  993.  
  994.  
  995. .alinks {
  996. position:fixed;
  997. z-index: 999999;
  998. text-shadow: 0px 0px 0px #000;
  999. left:580px;
  1000. top:65px;
  1001. transform: rotate(0deg);
  1002. font-family: 'Montserrat', sans-serif;
  1003. font-size: 20px;}
  1004.  
  1005.  
  1006. .alinks a {
  1007. opacity:0.7;
  1008. padding:10px;
  1009. color:#202020;
  1010. margin-right:0px;
  1011. -webkit-filter: blur(0px);
  1012. -webkit-transition: 0.8s ease-in;
  1013. -moz-transition: 1s ease-in;
  1014. transition: 1s ease-in;
  1015. }
  1016.  
  1017. .alinks a:hover {
  1018. opacity:1;
  1019. -webkit-filter: blur(3px);
  1020. -webkit-transition: all 0.6s ease-in-out;
  1021. -moz-transition: all 0.6s ease-in-out;
  1022. -o-transition: all 0.6s ease-in-out;
  1023. -ms-transition: all 0.6s ease-in-out;
  1024. transition: all 0.6s ease-in-out;
  1025. color: #c7c7c7;
  1026. text-shadow: 3px 3px 3px #000;
  1027. }
  1028.  
  1029.  
  1030. /* --------------------------- Custom CSS -------------------------- */
  1031. {CustomCSS}
  1032.  
  1033.  
  1034. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  1035. #glenplayer02 {
  1036. position:fixed;
  1037. bottom:0;margin-bottom:20px;
  1038. left:0;margin-left:20px;
  1039. display:flex;
  1040. z-index:99;
  1041. }
  1042. #glenplayer02 a {text-decoration:none;}
  1043.  
  1044. #glenplayer02 > div {
  1045. align-self:center;
  1046. -webkit-align-self:center;
  1047. }
  1048.  
  1049. .music-controls {
  1050. user-select:none;
  1051. -webkit-user-select:none;
  1052. width:13px;
  1053. font-size:13px;
  1054. cursor:pointer;
  1055. }
  1056.  
  1057. .playy, .pausee {color:#818181;} /* color of play & pause buttons */
  1058.  
  1059. .pausee {display:none;}
  1060.  
  1061. .sonata {
  1062. margin-left:10px;
  1063. color:#818181; /* color of music note symbol */
  1064. }
  1065.  
  1066. .labeltext {
  1067. margin-left:8px;
  1068. font-family:courier new;
  1069. font-size:9px;
  1070. color:#818181; /* color of song title */
  1071. }
  1072.  
  1073.  
  1074.  
  1075. </style>
  1076. </head>
  1077. <body>
  1078.  
  1079.  
  1080. <!-------MUSIC PLAYER BY GLENTHEMES------->
  1081. <div id="glenplayer02">
  1082. <div class="music-controls" onclick="songstart();">
  1083. <div class="playy">►</div>
  1084. <div class="pausee">❚❚</div>
  1085. </div>
  1086. <div class="sonata">♫</div>
  1087. <div class="labeltext">Alien Manifestation</div>
  1088. </div><!--end music player-->
  1089.  
  1090. <audio id="tune" src="https://dl.dropbox.com/s/2z0jwk4it3zq7l6/3-11%20Alien%20Manifestation.mp3" type="audio"></audio>
  1091.  
  1092.  
  1093. <script type="text/javascript">
  1094. <!--
  1095. function clickIE() {if (document.all) {(message);return false;}}
  1096. function clickNS(e) {if
  1097. (document.layers||(document.getElementById&&!document.all)) {
  1098. if (e.which==2||e.which==3) {(message);return false;}}}
  1099. if (document.layers)
  1100. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1101. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1102. document.oncontextmenu=new Function("return false")
  1103. // -->
  1104. </script>
  1105.  
  1106.  
  1107.  
  1108. <div id="bigcon">
  1109.  
  1110.  
  1111. <div style="margin-bottom:-280px;">
  1112. <div id="navbar">
  1113. <div class="tabs">
  1114. <ul class="tab-links" style="margin-top:-30px;z-index:99;position:fixed;">
  1115. <li class="active" style="margin-left:-40px">
  1116. <a href="#tab1"><i class="fa fa-spinner fa-1x" style="color:{color:accent};"></i></a></li>
  1117. <li><a href="#tab2"><i class="fa fa-envelope-o" style="color:{color:accent};"></i></a></li>
  1118. <li><a href="#tab3"><i class="fa fa-map-o" style="color:{color:accent};"></i></a></li>
  1119. <li><a href="#tab4"><i class="fa fa-exclamation-circle" style="color:{color:accent};"></i></a></li>
  1120. <li><a href="#tab5"><i class="fa fa-user" style="color:{color:accent};"></i></a></li>
  1121. </ul>
  1122. </div>
  1123. </div>
  1124.  
  1125.  
  1126.  
  1127. <div style="margin-top:-200px; margin-left:-100px;">
  1128.  
  1129.  
  1130.  
  1131. <div id="cabal">
  1132. <div style="opacity: 1;background:#2c2b2b">
  1133.  
  1134. <h3>Glory</h3>
  1135.  
  1136. <center>𝘮𝘶𝘭𝘵𝘪𝘮𝘶𝘴𝘦. 𝘯𝘴𝘧𝘸 || 18+. 𝘱𝘳𝘪𝘷𝘢𝘵𝘦. 𝘩𝘪𝘨𝘩𝘭𝘺 𝘴𝘦𝘭𝘦𝘤𝘵𝘪𝘷𝘦. 𝘤𝘢𝘯𝘰𝘯 & 𝘤𝘢𝘯𝘰𝘯 𝘥𝘪𝘷𝘦𝘳𝘨𝘦𝘯𝘵.
  1137.  
  1138. <h3>To</h3>
  1139.  
  1140. INCOMPLETE: {text:incomplete} <br>
  1141. COMPLETE: {text:complete} <br>
  1142. INQUIRES: {text:questions} <br>
  1143.  
  1144. <h3>Mankind</h3>
  1145.  
  1146. 𝙿𝙻𝙴𝙰𝚂𝙴 𝚁𝙴𝙰𝙳 𝚁𝚄𝙻𝙴𝚂
  1147. <br>
  1148. ESTABLISHED: 1.28.17
  1149. <br>
  1150. TRACKING: <a href="https://www.tumblr.com/tagged/starstrucx">#🇸​🇹​🇦​🇷​🇸​🇹​🇷​🇺​🇨​🇽​</a>
  1151. <br><br>
  1152. </center>
  1153.  
  1154.  
  1155. </div>
  1156. </div>
  1157.  
  1158. </div>
  1159.  
  1160. <div id="sidebox">
  1161. </div>
  1162.  
  1163.  
  1164. <!-- --------------------------- TABS -------------------------- -->
  1165.  
  1166.  
  1167. <div class="tabs">
  1168.  
  1169.  
  1170. <!-- --------------------------- TAB 1 -------------------------- -->
  1171.  
  1172. <div class="tab-content">
  1173. <div id="tab1" class="tab active">
  1174.  
  1175. <div id="postcontainer">
  1176.  
  1177. {block:Posts}
  1178. <article>
  1179.  
  1180.  
  1181.  
  1182. <!--TEXT POST-->
  1183. {block:Text}
  1184. {block:Title}
  1185. <h1 class="title">
  1186. <a href="{Permalink}">{Title}</a></h1>
  1187. {/block:Title}
  1188. {Body}
  1189. {/block:Text}
  1190.  
  1191.  
  1192. <!--PHOTO POST-->
  1193. {block:Photo}
  1194. {block:IndexPage}
  1195. {LinkOpenTag}
  1196. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  1197. {LinkCloseTag}
  1198. {/block:IndexPage}
  1199. {block:PermalinkPage}
  1200. {LinkOpenTag}
  1201. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  1202. {LinkCloseTag}{/block:PermalinkPage}
  1203. {/block:Photo}
  1204.  
  1205.  
  1206. <!--PHOTOSET POST-->
  1207. {block:Photoset}
  1208. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  1209. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  1210. {/block:Photoset}
  1211.  
  1212.  
  1213. <!--QUOTE POST-->
  1214. {block:Quote}
  1215. <div class="quote">{Quote}</div>
  1216. {block:Source}
  1217. <div class="quotesource">{Source}</div>
  1218. {/block:Source}
  1219. {/block:Quote}
  1220.  
  1221.  
  1222. <!--LINK POST-->
  1223. {block:Link}
  1224. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  1225. {block:Description}{Description}{/block:Description}
  1226. {/block:Link}
  1227.  
  1228.  
  1229. <!--CHAT POST-->
  1230. {block:Chat}
  1231. <ul class="chat">
  1232. {block:Lines}<li class="{Alt}">{block:Label}<span class="label" style="text-transform:uppercase; font-weight:bold; ">{Label}</span>{/block:Label}<div style="text-transform:uppercase;">&nbsp;{Line}</div></li>{/block:Lines}
  1233. </ul>
  1234. {/block:Chat}
  1235.  
  1236.  
  1237.  
  1238. <!--AUDIO POST-->
  1239. {block:AudioPlayer}
  1240. <div class="audiowrapper">
  1241. {block:AlbumArt}
  1242. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1243. {/block:AlbumArt}
  1244.  
  1245. <div class="playerbuttonbg">
  1246. <div class="newplayerbutton">
  1247. <div class="playerbuttonhug">
  1248.  
  1249. {AudioPlayerWhite}
  1250.  
  1251. </div>
  1252. </div>
  1253. </div>
  1254.  
  1255. <div class="trackdetails">
  1256.  
  1257. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  1258. {block:Artist}<b><i>artist:</i></b> {Artist}{/block:Artist}<br/>
  1259. {block:Album}<i><b>album:</i></b {Album}{/block:Album}<br/>
  1260. {PlayCountWithLabel}
  1261.  
  1262. </div>
  1263. </div>
  1264. {/block:AudioPlayer}
  1265.  
  1266. {block:Caption}{/block:Caption}
  1267.  
  1268.  
  1269. <!--VIDEO POST-->
  1270. {block:Video}
  1271. <div class="video">
  1272. <div class="video-player">{Video}</div>
  1273. {/block:Video}
  1274.  
  1275.  
  1276. <!--ANSWER POST-->
  1277. {block:Answer}
  1278. <div class="askerimg"><img src="{AskerPortraitURL-40}" style="border-radius:50px;margin-left:10px;"></div>
  1279. <div style="padding:10px; background:#000; width:auto; height:auto;margin-left:60px;margin-top:-43px; margin-bottom:30px;">
  1280. <b>{Asker} whispered </b></span>
  1281. <span class="question">❛ {Question} ❜</span></div>
  1282. <p><div class="answer">{Answer}</div>
  1283. {/block:Answer}
  1284.  
  1285. <!--CAPTIONS-->
  1286. {block:Caption}
  1287. {Caption}
  1288. {/block:Caption}
  1289.  
  1290. <!--POST INFORMATION-->
  1291. <div id="info">
  1292.  
  1293. {block:Date}
  1294. <a href="{Permalink}" style="position:absolute; margin-left:-170px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> <img src="https://i.imgur.com/ekQziOj.png"> </a>
  1295. {/block:Date}
  1296.  
  1297.  
  1298. {block:RebloggedFrom}
  1299. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-135px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ☆ </a>
  1300. {/block:RebloggedFrom}
  1301.  
  1302.  
  1303. {block:ContentSource}
  1304. <a href="{SourceURL}" style="position:absolute; margin-left:-200px; margin-top:-18px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ✧ </a>
  1305. {/block:ContentSource}
  1306.  
  1307.  
  1308. <a href="{Permalink}" style="position:absolute; margin-left:-195px; margin-top:8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ♡ </a>
  1309.  
  1310.  
  1311. <a href="{ReblogURL}" style="position:absolute; margin-left:-140px; margin-top:8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ↺ </a>
  1312.  
  1313.  
  1314. <br>
  1315.  
  1316. {block:HasTags}<div id="tags">{block:Tags} ⌬ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1317.  
  1318.  
  1319. {block:permalinkpage}
  1320. <p> <font style="color:#0f0f0f"> . </font>
  1321. {/block:permalinkpage}
  1322.  
  1323.  
  1324. <!--POST NOTES-->
  1325. {block:PostNotes}
  1326. <div class="pagenotes">{PostNotes-16}</div>
  1327. {/block:PostNotes}
  1328.  
  1329.  
  1330.  
  1331.  
  1332. </article>
  1333. {/block:Posts}
  1334.  
  1335. {block:Pagination}
  1336. <div id="pagination">
  1337. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◄</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">►</a>{/block:NextPage}{/block:Pagination}
  1338. </div>
  1339. {/block:Pagination}
  1340.  
  1341. </div>
  1342.  
  1343. </div>
  1344.  
  1345.  
  1346. <div class="alinks">
  1347. <a href="/" title="return."> <img src="https://i.imgur.com/APiZenF.png"> </a>
  1348. </div>
  1349.  
  1350.  
  1351.  
  1352.  
  1353. <!-- -------------------------- TAB 2 -------------------------- -->
  1354.  
  1355. <div id="tab2" class="tab">
  1356. <div class="tabcontent"style="overflow:hidden;height:420px;width: 420px;">
  1357.  
  1358. <img src="https://i.imgur.com/SZTXc8F.png">
  1359.  
  1360. <p style="margin-left:10px;"><iframe frameborder="0" scrolling="no" width="440" height="200" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  1361. </div>
  1362. </div>
  1363.  
  1364.  
  1365. <!-- -------------------------- TAB 3 -------------------------- -->
  1366.  
  1367. <div id="tab3" class="tab">
  1368. <div class="tabcontent"style="height:420px;width: 420px;">
  1369.  
  1370. <img src="https://i.imgur.com/s6f5NpY.png">
  1371.  
  1372. <div style="margin-top:20px;margin-left:10px">
  1373.  
  1374. <h3>NAVIGATION</h3>
  1375.  
  1376. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1377.  
  1378. <a href="/tagged/╰☆-ᴍᴇᴍᴏʀɪᴇs-ᴀʀᴇ-ᴛɪᴍᴇʟᴇss-ᴛʀᴇᴀsᴜʀᴇs-☆╮">MEMORIES</a>
  1379.  
  1380.  
  1381. </div>
  1382.  
  1383. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1384.  
  1385. <a href="/tagged/〘✮-ᴀɴᴏᴛʜᴇʀ-ᴘsᴀ-ʙʀᴏᴜɢʜᴛ-ᴛᴏ-ʏᴏᴜ-✮〙">PSA</a>
  1386. </div>
  1387.  
  1388. <div style="margin-left:101px; margin-top:-72px;">
  1389.  
  1390.  
  1391. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1392.  
  1393. <a href="/tagged/ʀᴇᴘʟɪᴇs">REPLIES</a>
  1394.  
  1395.  
  1396. </div>
  1397.  
  1398. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1399.  
  1400.  
  1401. <a href="/tagged/▓﴾▌𝘵𝘢𝘨𝘨𝘦𝘥-𝘪𝘯𝘧𝘰𝘳𝘮𝘢𝘵𝘪𝘰𝘯▐﴿▓">TAGGED INFO</a>
  1402.  
  1403. </div>
  1404.  
  1405. </div>
  1406.  
  1407.  
  1408. <div style="margin-left:202px; margin-top:-72px;">
  1409.  
  1410.  
  1411. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1412.  
  1413. <a href="/tagged/ɴsғᴡ-ʀᴇᴘʟɪᴇs">18+ REPLIES</a>
  1414.  
  1415.  
  1416. </div>
  1417.  
  1418. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1419.  
  1420. <a href="https://starstrucx.tumblr.com/post/185963165802/ship-tags">SHIP TAGS</a>
  1421.  
  1422.  
  1423. </div>
  1424. </div>
  1425.  
  1426.  
  1427. <div style="margin-left:303px; margin-top:-72px;">
  1428.  
  1429.  
  1430. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1431.  
  1432.  
  1433. <a href="/tagged/ᴀɴsᴡᴇʀᴇᴅ">ANSWERS</a>
  1434.  
  1435.  
  1436. </div>
  1437.  
  1438. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1439.  
  1440. <a href="/tagged/ᴄʀᴇᴡ-ғᴏʀ-ʟɪғᴇ-✦-ᴘʀᴏᴍᴏᴛɪᴏɴs">PROMOTIONS</a>
  1441.  
  1442.  
  1443. </div>
  1444. </div>
  1445.  
  1446.  
  1447.  
  1448. <div style="margin-top:20px;margin-left:10px">
  1449.  
  1450. <h3>MEME SELECTIONS</h3>
  1451.  
  1452. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1453.  
  1454. <a href="/tagged/𝕄𝔼𝕄𝔼-⋄-ᴇᴠᴇʀʏ-ᴀsᴋ-ᴇxɪsᴛ-ᴀɴ-ᴀɴsᴡᴇʀ.">GENERAL</a>
  1455.  
  1456.  
  1457. </div>
  1458. </div>
  1459.  
  1460.  
  1461.  
  1462. <div style="margin-left:106px; margin-top:-36px;">
  1463.  
  1464.  
  1465. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1466.  
  1467. <a href="/tagged/♕-𝕄𝔼𝕄𝔼-⋄-𝒽𝒶𝓅𝓅𝓎-𝓂𝓊𝓃𝒹𝒶𝓎-♕">MUNDAY</a>
  1468.  
  1469.  
  1470. </div>
  1471.  
  1472.  
  1473.  
  1474. </div>
  1475.  
  1476.  
  1477. <div style="margin-left:202px; margin-top:-36px;">
  1478.  
  1479.  
  1480. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1481.  
  1482. <a href="/tagged/𝕄𝔼𝕄𝔼-⋄-❛ʷᵉ-ˢʰᵒᵘˡᵈᶰ%27ᵗ-ᵇᵉ-ᵈᵒᶤᶰᵍ-ᵗʰᶤˢ❜">NSFW</a>
  1483.  
  1484.  
  1485. </div>
  1486.  
  1487.  
  1488. </div>
  1489.  
  1490.  
  1491.  
  1492. <div style="margin-top:20px;margin-left:10px">
  1493.  
  1494. <h3>PERSONAL</h3>
  1495.  
  1496. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1497.  
  1498. <a href="/credits">CREDITS</a>
  1499.  
  1500.  
  1501. </div>
  1502. </div>
  1503.  
  1504.  
  1505.  
  1506. <div style="margin-left:106px; margin-top:-36px;">
  1507.  
  1508.  
  1509. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1510.  
  1511. <a href="/mun">MUNDANE</a>
  1512.  
  1513.  
  1514. </div>
  1515.  
  1516.  
  1517.  
  1518. </div>
  1519.  
  1520.  
  1521. <div style="margin-left:202px; margin-top:-36px;">
  1522.  
  1523.  
  1524. <div style="max-width: 80px; margin: 10px 0px 0px 10px; background-color:#000; padding: 5px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align: center;">
  1525.  
  1526. <a href="/archive">ARCHIVE</a>
  1527.  
  1528.  
  1529. </div>
  1530.  
  1531.  
  1532. </div>
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538. </div>
  1539. </div>
  1540. </div>
  1541.  
  1542.  
  1543.  
  1544.  
  1545. <!-- -------------------------- TAB 4 -------------------------- -->
  1546.  
  1547. <div id="tab4" class="tab">
  1548. <div class="tabcontent"style="height:488px;width: 420px;">
  1549.  
  1550. <img src="https://i.imgur.com/UPQWYSY.png">
  1551.  
  1552. <h3>I. BEFORE FOLLOWING ME.</h3>
  1553.  
  1554. <blockquote>Please, trim your roleplays. I am not 100% follow back. I am picky with whom I follow. If there are too many ooc posts, I will not follow. Original Characters, please make sure that you have a biography on your blog. Otherwise, we won’t be interacting. This doesn’t mean I don’t want to interact with you. Personal blogs will be blocked.</blockquote>
  1555.  
  1556.  
  1557. <h3>II. INTERACTION.</h3>
  1558.  
  1559. <blockquote>If you have thoughts on what to rp, by all means come into my IM’s to discuss anything. If you don’t have anything in mind just toss me a meme to start something up. If you choose to continue an ask, please transfer to text post. Do not send me shippy starters or memes if we haven’t hinted or discussed it prior. Being a multimuse, please specify which muse you would like.</blockquote>
  1560.  
  1561. <h3>III. FORMAT.</h3>
  1562.  
  1563. <blockquote>I do use icons in my responses only, but you don’t have to. I’d appreciate it if you used small text, but it’s not a requirement. Huge gifs, normal text, & one-liners are my pet peeves. I will take the liberty to turn text into small when I reblog for the sake of keeping my blog’s format. Paragraphs are <u><b>REQUIRED</u></b>! I am not a grammar nazi, but please give me something to work with. Anything under a para will be ignored. You do not need to have the same length as my posting, but it would be nice if you did.</blockquote>
  1564.  
  1565. <h3>IV. THREAD TRACKING.</h3>
  1566.  
  1567. <blockquote>I do have a thread tracker to keep tabs on what’s owed & what I owe. These will be updated as soon as something starts up between us. To keep my thread tracker clean if it’s been more than a month without any activity it will be moved over to my archive.</blockquote>
  1568.  
  1569. <h3>V. REGARDING NSFW.</h3>
  1570.  
  1571. <blockquote>Anything containing dark themes & triggers will not be placed under a ‘read more’. Sexual encounters will be. All will be tagged appropriately. Yes, I am open to rp smut. However, I will be selective. If you are under the age of 18, please do not even attempt anything sexual with my muse. You will automatically be blocked. Also, please no bestiality! I don't have any triggers or topics I'll refuse to write.</blockquote>
  1572.  
  1573. <h3>VI. REGARDING SHIPS, MAINS & EXCLUSIVITY.</h3>
  1574.  
  1575. <blockquote>This blog is varies from nonship & multiship. With multiship, no two threads or relationships will entwine/connect. Chemistry is a must. Mains will have priority over those who don’t fall in that tab. Some muses partake in exclusivity. What does this mean? I will not ship with more than one of the same character.</blockquote>
  1576.  
  1577. <h3>VII. NO GODMODDING.</h3>
  1578.  
  1579. <blockquote>This is a simple rule & probably something everyone has mentioned. I do accept it a bit to push a thread onward. However, if you do take control of my character & I’ve already given a warning, I’ll have to block you.</blockquote>
  1580.  
  1581. <h3>VIII. REGARDING HATE.</h3>
  1582.  
  1583. <blockquote><a href="https://alphaxreyes.tumblr.com/pledge"><small>This RPer took the Roleplay Anti-Hate Pledge</small></a>. This blog is <b>ANTI-HATE</b> ! I may have anonymous on, but that’s not what it’s for. <b>NO HATE</b> will be responded to no matter what. Vague blogging. It is not tolerated. If I see it, I will unfollow you without question. It will definitely be <b>PERMANENT</b>. This is nothing against anyone. I just don’t appreciate things like this.</blockquote>
  1584.  
  1585. <h3>IX. REMINDER OR PESTERING.</h3>
  1586.  
  1587. <blockquote>If I don’t reply to you for more than 5 to 7 days without notice on any thread, the chances I might have forgotten. Please point me to the thread I need to reply. If I am <b>STILL</b> not replying after the reminder, it means you are now violating a rule.</blockquote>
  1588.  
  1589. <h3>X. MUN ≠ MUSE.</h3>
  1590.  
  1591. <blockquote>Mun is not the muse. Don’t get offended by my muses actions or words. In no way is it directed towards you, the mun.</blockquote>
  1592.  
  1593.  
  1594. <p><i>rules are subject to change...</p></i>
  1595.  
  1596.  
  1597. </div>
  1598. </div>
  1599.  
  1600.  
  1601.  
  1602.  
  1603. <!-- -------------------------- TAB 5 -------------------------- -->
  1604.  
  1605. <div id="tab5" class="tab">
  1606. <div class="tabcontent"style="height:488px;width: 420px;">
  1607.  
  1608. <img src="https://i.imgur.com/XuimHhP.png">
  1609.  
  1610. <div class="ddbox" style="position: static; z-index: 9; margin-top:20px;height: auto; margin-left: -200px;width:auto;">
  1611.  
  1612.  
  1613.  
  1614. <!-- muse section !! -->
  1615.  
  1616. <div class="dropdown" style="margin-top: 5px;"><a class="yeahso" href="#">FINAL FANTASY XV</a>
  1617. <div class="dd">
  1618.  
  1619. <a href="/ignis"><img src="https://i.imgur.com/o5TbgZJ.png" title="Ignis Scientia"/></a>
  1620.  
  1621. <a href="/aranea"><img src="https://i.imgur.com/1tj0pbg.png" title="Aranea Highwind"/></a>
  1622.  
  1623.  
  1624. </div>
  1625. </div>
  1626.  
  1627. <!-- end of muse section !! -->
  1628.  
  1629.  
  1630. <!-- muse section !! -->
  1631.  
  1632. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">NIER AUTOMATA</a>
  1633. <div class="dd">
  1634.  
  1635. <!-- muse row !! -->
  1636.  
  1637. <a href="/2b"><img src="https://i.imgur.com/9615WLm.png" title="2B"/></a>
  1638.  
  1639. <a href="/"><img src="https://i.imgur.com/Zu7quSB.jpg" title="A2"/></a>
  1640.  
  1641.  
  1642. <!-- end of muse row !! -->
  1643.  
  1644. </div>
  1645. </div>
  1646.  
  1647. <!-- end of muse section !! -->
  1648.  
  1649.  
  1650. <!-- muse section !! -->
  1651.  
  1652. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">TOMB RAIDER</a>
  1653. <div class="dd">
  1654.  
  1655. <a href="/lara"><img src="https://i.imgur.com/B77OVng.jpg" title="Lara Croft"/></a>
  1656.  
  1657.  
  1658. </div>
  1659. </div>
  1660.  
  1661. <!-- end of muse section !! -->
  1662.  
  1663.  
  1664. <!-- muse section !! -->
  1665.  
  1666. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">MARVAL</a>
  1667. <div class="dd">
  1668.  
  1669. <a href="/scarlet"><img src="https://i.imgur.com/SmCCr6B.png" title="Wanda Maximoff"/></a>
  1670.  
  1671.  
  1672. </div>
  1673. </div>
  1674.  
  1675. <!-- end of muse section !! -->
  1676.  
  1677.  
  1678. <!-- muse section !! -->
  1679.  
  1680. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">DC COMICS</a>
  1681. <div class="dd">
  1682.  
  1683. <a href="/"><img src="https://i.imgur.com/bvm3N1w.png" title="Harley Quinn / Harleen Quinzel"/></a>
  1684.  
  1685. <a href="/"><img src="https://i.imgur.com/UDREAb4.jpg" title="Catwoman / Selina Kyle"/></a>
  1686.  
  1687.  
  1688. </div>
  1689. </div>
  1690.  
  1691. <!-- end of muse section !! -->
  1692.  
  1693.  
  1694. <!-- muse section !! -->
  1695.  
  1696. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">GAME OF THRONES</a>
  1697. <div class="dd">
  1698.  
  1699. <a href="/"><img src="https://i.imgur.com/wseUlYF.png" title="Daenerys Targaryen"/></a>
  1700.  
  1701. <a href="/"><img src="https://i.imgur.com/4qgHhZo.jpg" title="Melisandre"/></a>
  1702.  
  1703.  
  1704. </div>
  1705. </div>
  1706.  
  1707. <!-- end of muse section !! -->
  1708.  
  1709.  
  1710. <!-- muse section !! -->
  1711.  
  1712. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">RESIDENT EVIL</a>
  1713. <div class="dd">
  1714.  
  1715. <a href="/"><img src="https://i.imgur.com/NfsWGLi.png" title="Ada Wong"/></a>
  1716.  
  1717. <a href="/sherry"><img src="https://i.imgur.com/SAJG4rj.jpg" title="Sherry Birkin"/></a>
  1718.  
  1719. <a href="/"><img src="https://i.imgur.com/QWL416l.png" title="Alex Wesker"/></a>
  1720.  
  1721. <a href="/"><img src="https://i.imgur.com/BkD446y.jpg" title="Natalia Korda"/></a>
  1722.  
  1723.  
  1724. </div>
  1725. </div>
  1726.  
  1727. <!-- end of muse section !! -->
  1728.  
  1729.  
  1730. <!-- muse section !! -->
  1731.  
  1732. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">SHIKI</a>
  1733. <div class="dd">
  1734.  
  1735. <a href="/"><img src="https://i.imgur.com/69Rwidr.jpg" title="Megumi Shimizu"/></a>
  1736.  
  1737.  
  1738. </div>
  1739. </div>
  1740.  
  1741. <!-- end of muse section !! -->
  1742.  
  1743.  
  1744. <!-- muse section !! -->
  1745.  
  1746. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">GLASS</a>
  1747. <div class="dd">
  1748.  
  1749. <a href="/"><img src="https://i.imgur.com/QyCHr1F.jpg" title="Dr. Ellie Staple"/></a>
  1750.  
  1751.  
  1752. </div>
  1753. </div>
  1754.  
  1755. <!-- end of muse section !! -->
  1756.  
  1757.  
  1758. <!-- muse section !! -->
  1759.  
  1760. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">AMERICAN HORROR STORY</a>
  1761. <div class="dd">
  1762.  
  1763. <a href="/"><img src="https://i.imgur.com/5g2nxXe.jpg" title="Michael Langdon"/></a>
  1764.  
  1765. <a href="/"><img src="https://i.imgur.com/HeTKOT3.png" title="Wilhemina Venable"/></a>
  1766.  
  1767. <a href="/"><img src="https://i.imgur.com/mIrvBEk.jpg" title="The Countess / Elizabeth Johnson"/></a>
  1768.  
  1769. <a href="/"><img src="https://i.imgur.com/wSziWJU.jpg" title="Cordelia Goode"/></a>
  1770.  
  1771.  
  1772.  
  1773. </div>
  1774. </div>
  1775.  
  1776. <!-- end of muse section !! -->
  1777.  
  1778.  
  1779. <!-- muse section !! -->
  1780.  
  1781. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">UNDERWORLD</a>
  1782. <div class="dd">
  1783.  
  1784. <a href="/"><img src="https://i.imgur.com/wIhR88K.png" title="Selene"/></a>
  1785.  
  1786.  
  1787. </div>
  1788. </div>
  1789.  
  1790. <!-- end of muse section !! -->
  1791.  
  1792.  
  1793. <!-- muse section !! -->
  1794.  
  1795. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">DRAGON AGE</a>
  1796. <div class="dd">
  1797.  
  1798. <a href="/"><img src="https://i.imgur.com/KHmsgYo.png" title="Morrigan"/></a>
  1799.  
  1800.  
  1801. </div>
  1802. </div>
  1803.  
  1804. <!-- end of muse section !! -->
  1805.  
  1806.  
  1807.  
  1808. <!-- muse section !! -->
  1809.  
  1810. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">DISHONORED 2</a>
  1811. <div class="dd">
  1812.  
  1813. <a href="/"><img src="https://i.imgur.com/ERAUjS7.jpg" title="Emily Kaldwin"/></a>
  1814.  
  1815.  
  1816. </div>
  1817. </div>
  1818.  
  1819. <!-- end of muse section !! -->
  1820.  
  1821.  
  1822.  
  1823. <!-- muse section !! -->
  1824.  
  1825. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">DETECTIVE PIKACHU</a>
  1826. <div class="dd">
  1827.  
  1828. <a href="/"><img src="https://i.imgur.com/yE9dXtE.jpg" title="Pikachu"/></a>
  1829.  
  1830.  
  1831. </div>
  1832. </div>
  1833.  
  1834. <!-- end of muse section !! -->
  1835.  
  1836.  
  1837.  
  1838.  
  1839. <!-- muse section !! -->
  1840.  
  1841. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">BLOODRAYNE</a>
  1842. <div class="dd">
  1843.  
  1844. <a href="/"><img src="https://i.imgur.com/6j6eTqh.jpg" title="Rayne"/></a>
  1845.  
  1846.  
  1847. </div>
  1848. </div>
  1849.  
  1850. <!-- end of muse section !! -->
  1851.  
  1852.  
  1853.  
  1854. <!-- muse section !! -->
  1855.  
  1856. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">HITMAN</a>
  1857. <div class="dd">
  1858.  
  1859. <a href="/"><img src="https://i.imgur.com/V7r3P6a.jpg" title="Agent 47"/></a>
  1860.  
  1861.  
  1862. </div>
  1863. </div>
  1864.  
  1865. <!-- end of muse section !! -->
  1866.  
  1867.  
  1868.  
  1869. <!-- muse section !! -->
  1870.  
  1871. <div class="dropdown" style="margin-top: 0px;"><a class="yeahso" href="#">OVERWATCH</a>
  1872. <div class="dd">
  1873.  
  1874. <a href="/"><img src="https://i.imgur.com/EjS1eaP.jpg" title="Mercy"/></a>
  1875.  
  1876. <a href="/"><img src="https://i.imgur.com/zgks979.jpg" title="Sombra"/></a>
  1877.  
  1878. <a href="/"><img src="https://i.imgur.com/s5inU0x.jpg" title="Ashe"/></a>
  1879.  
  1880. <a href="/"><img src="https://i.imgur.com/wBKfo4X.jpg" title="D.Va"/></a>
  1881.  
  1882. <a href="/"><img src="https://i.imgur.com/rEf3NPr.jpg" title="Widowmaker"/></a>
  1883.  
  1884.  
  1885. </div>
  1886. </div>
  1887.  
  1888. <!-- end of muse section !! -->
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894. </div>
  1895. </div>
  1896. </div>
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902. </div>
  1903. </div>
  1904. </div>
  1905.  
  1906.  
  1907. <!-- END OF TABS -->
  1908.  
  1909. </div>
  1910. </div>
  1911. </div>
  1912. </div>
  1913. </div>
  1914.  
  1915.  
  1916. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  1917.  
  1918. <script>
  1919. $(document).ready(function() {
  1920. $('.tabs .tab-links a').on('click', function(e) {
  1921. var currentAttrValue = $(this).attr('href');
  1922.  
  1923. // Show/Hide Tabs
  1924. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  1925.  
  1926. // Change/remove current tab to active
  1927. $(this).parent('li').addClass('active').siblings().removeClass('active');
  1928.  
  1929. e.preventDefault();
  1930. });
  1931. });
  1932. </script>
  1933.  
  1934. <script>
  1935. $(document).ready(function() {
  1936. $('#filterOptions li a').click(function() {
  1937. // fetch the class of the clicked item
  1938. var ourClass = $(this).attr('class');
  1939.  
  1940. // reset the active class on all the buttons
  1941. $('#filterOptions li').removeClass('active');
  1942. // update the active state on our clicked button
  1943. $(this).parent().addClass('active');
  1944.  
  1945. if(ourClass == 'all') {
  1946. // show all our items
  1947. $('#ourHolder').children('div.item').show();
  1948. }
  1949. else {
  1950. // hide all elements that don't share ourClass
  1951. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  1952. // show all elements that do share ourClass
  1953. $('#ourHolder').children('div.' + ourClass).show();
  1954. }
  1955. return false;
  1956. });
  1957. });
  1958. </script>
  1959.  
  1960.  
  1961. <div id="yo">
  1962. <a href="https://ofparrish.tumblr.com/"target="_blank" > <i class="fa fa-moon-o fa-4x" style="color:{color:accent}"></i></a>
  1963. </div>
  1964.  
  1965.  
  1966. </body>
  1967. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement