Advertisement
Whitleymun

mcnystorcies

Nov 11th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.89 KB | None | 0 0
  1. <!-- code by whitley -->
  2.  
  3. <html>
  4. <head>
  5.  
  6.  
  7.  
  8. <script type="text/javascript" src=
  9. "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
  10. </script><script type="text/javascript">
  11. //<![CDATA[
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Applyoy Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"><\/div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block, .ask_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. //]]>
  40. </script>
  41.  
  42.  
  43.  
  44. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  45. <script type="text/javascript">
  46. $(document).ready(function(){
  47. $(".links_body").hide();
  48. $(".links_head").click(function(){
  49. $(this).next(".links_body").slideToggle('fast');
  50. }); }); </script>
  51. <style type="text/css">
  52. .links_list { margin:0px; padding:0px; width:100%;}
  53. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  54. .links_body { padding:10px; text-align:left; display:none;}
  55. </style>
  56.  
  57. <link rel="stylesheet" href="https://use.typekit.net/ave5mjm.css">
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Staatliches&display=swap" rel="stylesheet">
  60. <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  61. <link href="https://fonts.googleapis.com/css?family=Paytone+One&display=swap" rel="stylesheet">
  62. <link href="https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap" rel="stylesheet">
  63. <link href="https://fonts.googleapis.com/css?family=Bitter&display=swap" rel="stylesheet">
  64.  
  65.  
  66.  
  67. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("a[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:50,
  75. tip_fade_speed:200,
  76. attribute:"title"
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82.  
  83. <script src="https://kit.fontawesome.com/2b37e2f836.js"></script>
  84.  
  85. <link rel="shortcut icon" href="{Favicon}" />
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  87. <title>{Title}</title>
  88. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  89.  
  90.  
  91. <meta name="color:background" content="#656565">
  92. <meta name="color:pre" content="#656565">
  93.  
  94. <meta name="color:text" content="#dadada" />
  95. <meta name="color:link hover" content="#ffffff" />
  96. <meta name="color:link" content="#c66262" />
  97. <meta name="color:Bold" content="#da938d" />
  98. <meta name="color:Italic" content="#d4b175"/>
  99. <meta name="color:container" content="#525252" />
  100. <meta name="color:border" content="#282828" />
  101. <meta name="color:outline" content="#282828" />
  102. <meta name="color:shadow" content="#000000" />
  103. <meta name="color:chatone" content="#3e3e3e" />
  104. <meta name="color:chattwo" content="#313131" />
  105.  
  106. <meta name="image:infoimage" content="https://storage.needpix.com/rsynced_images/rose-grayscale.jpg"/>
  107.  
  108. <meta name="image:munpic" content="http://placehold.jp/200x250.png"/>
  109. <meta name="image:navpic" content="https://via.placeholder.com/402x201.png"/>
  110.  
  111. <meta name="image:aboutpic" content="http://placehold.jp/200x250.png"/>
  112.  
  113. <meta name="image:background" content=""/>
  114. <link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
  115.  
  116.  
  117. </head>
  118.  
  119.  
  120. <style type="text/css">
  121.  
  122.  
  123. .tooltip{
  124. display: inline;
  125. position: relative;}
  126.  
  127.  
  128. iframe.tmblr-iframe {
  129. top:0!important;
  130. right:0!important;
  131. opacity:0;
  132. transform:scale(0.8);
  133. transform-origin:100% 0;
  134. -webkit-transform-origin:100% 0;
  135. -o-transform-origin:100% 0;
  136. -moz-transform-origin:100% 0;
  137. z-index:1000000000000000000888800000000000000000999999999999999999999999999900000000009999
  138. }
  139.  
  140. iframe.tmblr-iframe:hover {
  141. opacity:0.6!important;
  142. -moz-transition-duration:.9s;
  143. -webkit-transition-duration:.9s;
  144. -o-transition-duration:.9s;
  145. }
  146.  
  147. .hcontrols {
  148. position:fixed;
  149. top:0;
  150. right:0;
  151. z-index:999999999;}
  152.  
  153.  
  154. .iframe-controls-container
  155. {;
  156. }
  157.  
  158.  
  159.  
  160. #s-m-t-tooltip {
  161. padding:6px;
  162. width:auto;
  163. max-width:300px;
  164. text-shadow:
  165. 1px 1px 0px #000,
  166. 1px -1px 0px #000,
  167. -1px -1px 0px #000,
  168. -1px 1px 0px #000,
  169. 0px 1px 0px #000,
  170. 0px -1px 0px #000,
  171. 1px 0px 0px #000,
  172. -1px 0px 0px #000,
  173. 0px 0px 5px #000;
  174. border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset: 3px;padding-top:5px; display:block; padding-bottom:5px; width:auto; font-size:11px; font-family:verdana;margin-top:10px; text-transform:uppercase; border-radius:0px; background: {color:chatone} url('{image:infoimage}');background-attachment:fixed; text-align:center;
  175.  
  176. z-index:99999999999999999999999999999999999999999999999999999;
  177. transition:0.7s ease-in-out;
  178. -o-transition:0.7s ease-in-out;
  179. -ms-transition:0.7s ease-in-out;
  180. -moz-transition:0.7s ease-in-out;
  181. -webkit-transition:0.7s ease-in-out;
  182. }
  183.  
  184.  
  185.  
  186.  
  187. body {color:{color:text}; background: {color:background} url('{image:background}') no-repeat fixed 0% 0%; font-family:verdana; font-size:11px; line-height:17px; text-align:justify; overflow-x:hidden; }
  188.  
  189. a:link, a:active, a:visited{color: {color:link};text-transform:uppercase; text-decoration:none}
  190.  
  191. a:hover {
  192. color:{color:link hover}; -moz-transition-duration:.9s;
  193. -webkit-transition-duration:.9s;
  194. -o-transition-duration:.9s;}
  195.  
  196. small{font-size:11px}
  197.  
  198. big{font-size:14px}
  199.  
  200. b, strong{color:{color:bold}; text-transform:uppercase; }
  201.  
  202. a{
  203.  
  204. }
  205.  
  206. p b {
  207. font-size:13px;
  208. }
  209.  
  210.  
  211. p i {
  212. font-size:13px;
  213. }
  214.  
  215.  
  216. h1 {font-size:15px;}
  217.  
  218. i, em {color:{color:italic}}
  219.  
  220. p{margin-top:6px; margin-bottom:6px}
  221.  
  222. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:1px dotted {color:outline}}
  223.  
  224. img a{border:none; width:100%;}
  225.  
  226. p {
  227. margin-bottom:15px;
  228. margin-top:5px;
  229. }
  230.  
  231. hr {
  232. width:100%;
  233. margin-top:3px;
  234. margin-bottom:3px;
  235. height:2px;
  236. border:none;
  237. background: {color:chatone} url({image:infoimage});
  238. background-attachment:fixed;
  239. background-repeat:repeat;
  240. }
  241.  
  242.  
  243. h1 {font-size:30px;
  244. font-family: 'Lexend Deca', sans-serif;
  245. color: {color:bold};
  246. text-align:center;
  247. text-transform:uppercase;
  248. line-height:90%;
  249. letter-spacing:0px;
  250. text-align:center;
  251. text-shadow:none;}
  252. h2 {text-align:center; font-size:22px;
  253. color:{color:italic};
  254. font-weight:bold;
  255. line-height:90%;
  256. margin-bottom:-5px;
  257. text-align: center;
  258. text-transform:uppercase;
  259. text-shadow: 0px 1px 1px {color:shadow} ;
  260. font-family: 'Lexend Deca', sans-serif;
  261. line-height:30px;
  262.  
  263. }
  264.  
  265.  
  266.  
  267. .content img {
  268. max-width:100%;
  269. height:auto;
  270. }
  271.  
  272. h3 {text-align:center; font-size:18px;
  273. font-family: 'Bitter', serif;
  274. text-shadow: 0px 1px 1px {color:shadow};
  275. text-align:center;
  276. text-transform:lowercase;
  277. font-style:italic;
  278. line-height:130%;
  279. font-size:14px;
  280. letter-spacing:0px;
  281. padding-bottom:-10px;
  282. color: {color:italic};
  283. }
  284. h4 {border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset: 3px;padding-top:5px; display:block; padding-bottom:5px; width:auto; font-size:9px; font-family:verdana;margin-top:10px; text-transform:uppercase; border-radius:0px; background: {color:chatone} url('{image:infoimage}');background-attachment:fixed; text-align:center; text-shadow:
  285. 1px 1px 0px #000,
  286. 1px -1px 0px #000,
  287. -1px -1px 0px #000,
  288. -1px 1px 0px #000,
  289. 0px 1px 0px #000,
  290. 0px -1px 0px #000,
  291. 1px 0px 0px #000,
  292. -1px 0px 0px #000,
  293. 0px 0px 5px #000;}
  294. h5 {text-align:center;}
  295. h6 {text-align:center;}
  296.  
  297.  
  298.  
  299.  
  300. #container {scrollbar-width: none;
  301. left: 752px;
  302. top:100px;
  303. margin-left:-164px;width: 423px;height:488px; position:fixed;background-color:{color:container};padding-left:3px;outline: 1px solid {color:outline}; outline-offset:3px;border: 1px solid {color:border};}
  304.  
  305.  
  306. #entries { scrollbar-width: none;
  307.  
  308. left: 752px;
  309. top:101px;
  310. margin-left:-164px; text-align: justify;background-color:transparent;width: 423px;height:488px; margin-bottom:0px;padding-bottom:15px; position:fixed;overflow:scroll; padding-left:3px;
  311. }
  312.  
  313.  
  314.  
  315. #posts p a:hover {font-size:11px; -moz-transition-duration:.9s;
  316. -webkit-transition-duration:.9s;
  317. -o-transition-duration:.9s;}
  318.  
  319.  
  320. ::-webkit-scrollbar {
  321. width: 0px;
  322. background-color: transparent;
  323. }
  324.  
  325. ::-webkit-scrollbar-track {
  326. background-color: transparent
  327. }
  328.  
  329. ::-webkit-scrollbar-thumb {
  330. background-color: transparent;
  331. }
  332.  
  333.  
  334.  
  335.  
  336.  
  337. #posts {margin: 10px 0 60px 0; width: 400px;text-align: justify; padding: 10px;}
  338.  
  339. #posts img {max-width:100%; height:auto;}
  340.  
  341. #sidebar{scrollbar-width: none;
  342. position:fixed; width:412px; background:{color:container}; padding:7px 7px 0px 7px; overflow:scroll; left: 752px; height:84px;
  343. top:0px;
  344. margin-left:-164px; border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset:3px; {color:container}; margin-bottom:40px; font-size:8px;}
  345.  
  346. #purblock{scrollbar-width: none;
  347. position:fixed; width:412px; background:{color:container}; padding:7px 7px 0px 7px; overflow:scroll; left: 752px; height:84px;
  348. top:0px;
  349. margin-left:-164px; border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset: 3px; {color:container}; margin-bottom:40px; font-size:8px;}
  350.  
  351.  
  352.  
  353. .blueblock {
  354. position:fixed; width:412px; background:{color:container}; padding:7px 7px 0px 7px; overflow:scroll; left: 752px; height:84px;
  355. top:0px;
  356. margin-left:-164px; border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset:3px; {color:container}; margin-bottom:40px; font-size:8px; z-index:1000000000000;}
  357.  
  358.  
  359. #sidebartext
  360.  
  361. {
  362. scrollbar-width: none;
  363. position:fixed; width:412px; background:transparent; padding:0px 7px 7px 7px; overflow:scroll; left: 752px; height:101px;
  364. top:0px;
  365. margin-left:-164px;
  366. margin-bottom:100px;
  367.  
  368. }
  369.  
  370.  
  371. .user_1 {
  372.  
  373. background-color:{color:chatone};
  374. border-left:{color:border};
  375. text-align:left; }
  376.  
  377. .user_2 {
  378.  
  379. background-color:{color:chattwo};
  380. border-right:{color:border};
  381. text-align:right;
  382. }
  383.  
  384.  
  385. .chat ol {
  386. line-height:110%;
  387. }
  388.  
  389.  
  390.  
  391.  
  392. #links a:hover {
  393.  
  394. color:{color:link hover};
  395.  
  396. }
  397.  
  398. #links a
  399. {position: fixed;
  400. color:{color:border};
  401. top:94px;
  402. }
  403.  
  404.  
  405. /*
  406. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  407. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  408. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  409.  
  410. */
  411.  
  412.  
  413. #refresh {
  414. left: 752px;
  415. margin-left: -92px;
  416. margin-top: 486px;
  417. font-size: 30px;
  418. position: absolute;
  419. z-index: 1000000;
  420.  
  421. }
  422.  
  423. #refresh img {
  424. width:30px;
  425. height:auto;
  426. filter: blur(0);
  427.  
  428.  
  429. -moz-transition-duration:.9s;
  430. -webkit-transition-duration:.9s;
  431. -o-transition-duration:.9s;
  432. }
  433.  
  434. #nav {
  435. left: 752px;
  436. margin-top: 486px;
  437. margin-left: 38px;
  438. font-size: 30px;z-index: 1000000;
  439. position:absolute;
  440. }
  441.  
  442. #nav img {
  443. width:30px;
  444. height:auto;
  445. filter: blur(0);
  446.  
  447.  
  448. -moz-transition-duration:.9s;
  449. -webkit-transition-duration:.9s;
  450. -o-transition-duration:.9s;
  451. }
  452.  
  453.  
  454. #pagef {
  455. left: 752px;
  456. margin-left: 240px;
  457. margin-top: 486px;
  458. font-size: 30px;
  459. position: absolute;z-index: 1000000;
  460. }
  461.  
  462. #pagef img {
  463. width:30px;
  464. height:auto;
  465. filter: blur(0);
  466.  
  467.  
  468. -moz-transition-duration:.9s;
  469. -webkit-transition-duration:.9s;
  470. -o-transition-duration:.9s;
  471. }
  472.  
  473.  
  474.  
  475.  
  476. #askbx {
  477. left: 752px;
  478. margin-left: -32px;
  479. margin-top: 486px;
  480. font-size: 30px;
  481. position: absolute;z-index: 1000000;
  482. }
  483.  
  484. #askbx img {
  485. width:30px;
  486. height:auto;
  487. filter: blur(0);
  488.  
  489.  
  490. -moz-transition-duration:.9s;
  491. -webkit-transition-duration:.9s;
  492. -o-transition-duration:.9s;
  493. }
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. #rules {
  503. left: 752px;
  504. margin-left: 106px;
  505. margin-top: 486px;
  506. font-size: 30px;
  507. position: absolute;z-index: 1000000;
  508. }
  509.  
  510. #rules img {
  511. width:30px;
  512. height:auto;
  513. filter: blur(0);
  514.  
  515.  
  516. -moz-transition-duration:.9s;
  517. -webkit-transition-duration:.9s;
  518. -o-transition-duration:.9s;
  519. }
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. #muses {
  530. left: 752px;
  531. margin-left: 164px;
  532. margin-top: 486px;
  533. font-size: 30px;
  534. position: absolute;z-index: 1000000;
  535. }
  536.  
  537. #muses img {
  538. width:30px;
  539. height:auto;
  540. filter: blur(0);
  541.  
  542.  
  543. -moz-transition-duration:.9s;
  544. -webkit-transition-duration:.9s;
  545. -o-transition-duration:.9s;
  546. }
  547.  
  548.  
  549.  
  550.  
  551.  
  552. #pagep {
  553. left: 752px;
  554. margin-left: -160px;
  555. margin-top: 486px;
  556. font-size: 30px;z-index: 1000000;
  557. position: absolute;
  558. }
  559.  
  560.  
  561. #pagep img {
  562. width:30px;
  563. height:auto;
  564. filter: blur(0);
  565.  
  566.  
  567.  
  568. -moz-transition-duration:.9s;
  569. -webkit-transition-duration:.9s;
  570. -o-transition-duration:.9s;
  571. }
  572.  
  573.  
  574. #pagep img:hover, #pagef img:hover, #nav img:hover, #refresh img:hover {
  575.  
  576. filter: blur(10px);
  577.  
  578.  
  579. -moz-transition-duration:.9s;
  580. -webkit-transition-duration:.9s;
  581. -o-transition-duration:.9s;
  582.  
  583. }
  584.  
  585.  
  586. #links i
  587. {color: {color:link};
  588. -moz-transition-duration:.9s;
  589. -webkit-transition-duration:.9s;
  590. -o-transition-duration:.9s;
  591.  
  592. }
  593.  
  594. #links i:hover
  595. {color: {color:link hover};
  596. -moz-transition-duration:.9s;
  597. -webkit-transition-duration:.9s;
  598. -o-transition-duration:.9s;
  599.  
  600. }
  601.  
  602.  
  603.  
  604.  
  605. .popup_block{
  606. display:none;
  607. background-image:transparent;
  608. background-repeat: no-repeat;
  609. float:left;
  610. font-family: 'Roboto', sans-serif;
  611. height: 10px;
  612. position:fixed;
  613. z-index: 99999;
  614. overflow-y: scroll;
  615. overflow-x: hidden;
  616.  
  617. }
  618.  
  619.  
  620. *html #fade {position: absolute;}
  621. *html .popup_block {position: absolute;}
  622. #fade {
  623. display:none;
  624. position:fixed;
  625. left:0px;
  626. top:100px;
  627. width:100%;
  628. height:488px;
  629. z-index:9999;
  630. background:{color:background};
  631. opacity:0;
  632. }
  633.  
  634.  
  635. .popcontent {
  636. background: {color:container};
  637. width: 402px;
  638. height:443px;
  639. padding:10px;
  640. top:101px;
  641. left: 752px;
  642. margin-left:-161px;
  643. font-weight:500;
  644. overflow: scroll;
  645. padding-left:12px;
  646. font-size:11px;
  647. position: fixed;
  648. padding-top:35px;
  649. text-align:justify;
  650.  
  651. z-index:1000000000000000000000000000000000000000000000;
  652.  
  653. }
  654.  
  655.  
  656.  
  657.  
  658. .tabslist {
  659.  
  660. scrollbar-width: none;
  661. background:transparent;
  662. padding:0px 9px;
  663. font-weight:500;
  664. font-size:11px;
  665. position: fixed;
  666. overflow-y:scroll;
  667. overflow-x:hidden;
  668. padding-top:20px;
  669.  
  670. text-align:center;
  671. margin-left:-163px;
  672. position:fixed; width:405px; overflow:scroll; left: 752px; height:89px;
  673. overflow-x:hidden;
  674. top:0px;
  675. margin-bottom:0px padding-bottom:0px;
  676.  
  677.  
  678. z-index:100000000000000000000000000000000000000000000; -moz-transition-duration:.9s;
  679. -webkit-transition-duration:.9s;
  680. -o-transition-duration:.9s;}
  681. }
  682. }
  683.  
  684.  
  685. .leftlink {
  686. float:left;
  687. width:75px;
  688. max-width:75px;
  689. text-align:center;
  690. }
  691.  
  692.  
  693.  
  694.  
  695. .rightlink {
  696. float:right;
  697.  
  698. width:75px;
  699. max-width:75px;
  700.  
  701. text-align:center;
  702. }
  703.  
  704.  
  705.  
  706.  
  707.  
  708. #credit{position:fixed; bottom:10px; left:10px; font-size:11px;font-family: 'Pacifico', cursive;;
  709. color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; border: 1px solid transparent; outline: 1px solid transparent; outline-offset:3px; padding:3px;}
  710.  
  711. #info{border: 1px solid {color:border}; height:18px; outline: 1px solid {color:outline};outline-offset:3px;padding-top:5px; border-radius:0px; display:block; padding-bottom:5px; width:auto; font-size:11px; font-family:verdana;margin-top:20px; text-transform:uppercase;background: {color:chatone} url('{image:infoimage}');background-attachment:fixed; text-shadow:
  712. 1px 1px 0px #000,
  713. 1px -1px 0px #000,
  714. -1px -1px 0px #000,
  715. -1px 1px 0px #000,
  716. 0px 1px 0px #000,
  717. 0px -1px 0px #000,
  718. 1px 0px 0px #000,
  719. -1px 0px 0px #000,
  720. 0px 0px 5px #000;}
  721.  
  722. pre { padding-top:6px;
  723. padding:6px;
  724. white-space:pre-wrap;
  725. width:auto;
  726. text-align: center;
  727. word-wrap: break-word;
  728. color:{color:text};
  729. background-color:{color:pre};
  730. border-left:1px solid {color:border};
  731. border-right: 1px solid {color:border};
  732. font-family: 'Montserrat', sans-serif;
  733. text-transform:uppercase;
  734. line-height:100%;
  735. letter-spacing}
  736.  
  737.  
  738. figure {
  739. margin:0px;
  740. }
  741.  
  742.  
  743. .tags
  744. {
  745.  
  746. font-size:8px;
  747. }
  748.  
  749. #info1 {
  750. margin-left:45px;
  751. margin-top:0px;
  752. position:absolute;
  753. font-size:11px;
  754. text-decoration:none;
  755. }
  756.  
  757.  
  758. #info2 {
  759. margin-left:100px;
  760. margin-top:0px;
  761. position:absolute;
  762. font-size:11px;
  763. text-decoration:none;
  764. }
  765.  
  766.  
  767. #info3 {
  768. margin-left:155px;
  769. margin-top:0px;
  770. position:absolute;
  771. font-size:11px;
  772. text-decoration:none;
  773. }
  774.  
  775.  
  776. #info4 {
  777. margin-left:210px;
  778. margin-top:0px;
  779. position:absolute;
  780. font-size:11px;
  781. color:#ddd;
  782. text-decoration:none;
  783. }
  784.  
  785.  
  786. [type=radio]:checked ~ label {
  787. z-index: 2;
  788. color: {color:link hover};
  789.  
  790. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}');
  791. -moz-transition-duration:.9s;
  792. -webkit-transition-duration:.9s;
  793. -o-transition-duration:.9s;
  794. }
  795.  
  796. .tab [type=radio] {
  797. display: none;
  798. }
  799.  
  800. .content {
  801. scrollbar-width: none;
  802.  
  803. background: {color:container};
  804. width: 404px;
  805. overflow-x:hidden;
  806. padding:10px 10px 0px 10px;
  807. left: 752px;
  808. top:101px;
  809. margin-left:-164px;
  810. overflow-y:scroll;
  811. font-weight:500;
  812. padding-left:12px;
  813. font-size:11px;
  814. position: fixed;
  815. padding-top:30px;
  816. padding-bottom:15px;;
  817. text-align:justify;
  818.  
  819. width: 402px;
  820. height:468px;
  821. padding:10px;
  822. left: 752px;
  823. margin-left:-161px;
  824. -moz-transition-duration:.9s;
  825. -webkit-transition-duration:.9s;
  826. -o-transition-duration:.9s;
  827.  
  828. }
  829.  
  830. [type=radio]:checked ~ label ~ .content {
  831. z-index: 1;
  832. }
  833.  
  834.  
  835. .tab {
  836. width:60px;
  837. margin: -20px 2px;
  838. margin-bottom:10px;
  839. display: inline-block;
  840.  
  841. }
  842.  
  843.  
  844. .tab label {
  845. color: {color:bold};
  846. letter-spacing: 2px;
  847. font-size: 8px;
  848. line-height: 14px;
  849. font-weight: bold;
  850. background-color: {color:container};
  851. width:60px;
  852. text-transform: uppercase;
  853. text-align: center;
  854. cursor: pointer;
  855. box-sizing:border-box;
  856. display: block;
  857. margin-bottom: 5px;
  858. padding:5px 10px;
  859. border: 1px solid {color:container};
  860. border-radius:0px;
  861.  
  862. -moz-transition-duration:.9s;
  863. -webkit-transition-duration:.9s;
  864. -o-transition-duration:.9s;}
  865.  
  866.  
  867. }
  868.  
  869. .tab label:hover {
  870. background: {color:bold};
  871. color:{color:link hover};
  872. font-size: 10px;
  873.  
  874. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}'); background-attachment:fixed; -moz-transition-duration:.9s;
  875. -webkit-transition-duration:.9s;
  876. -o-transition-duration:.9s;
  877. }
  878.  
  879.  
  880. .tab a {
  881. color;{color:link};
  882. text-align: center;
  883. width:150px;
  884. -moz-transition-duration:.9s;
  885. -webkit-transition-duration:.9s;
  886. -o-transition-duration:.9s;
  887.  
  888. }
  889.  
  890.  
  891.  
  892. .tab a:hover {
  893.  
  894. color;{color:link};
  895. -moz-transition-duration:.9s;
  896. -webkit-transition-duration:.9s;
  897. -o-transition-duration:.2s;
  898.  
  899. }
  900.  
  901.  
  902. ::selection {
  903. background: {color:container};
  904. color: {color:link};/* WebKit/Blink Browsers */
  905. }
  906. ::-moz-selection {
  907. background: {color:container};
  908. color: {color:link};/* WebKit/Blink Browsers */}
  909.  
  910.  
  911.  
  912. .audio{background-color:black; display:block}
  913.  
  914.  
  915. .user_1 .label {color:{color:link}; font-weight:bold}
  916. .user_2 .label {color:{color:link}; font-weight:bold}
  917. .user_3 .label {color:{color:link}; font-weight:bold}
  918.  
  919. ul.chat {
  920. padding:20px 0px
  921. }
  922.  
  923. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  924.  
  925. .notes img{width:10px; position:relative; top:1px}
  926. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  927.  
  928.  
  929. .longpic {
  930.  
  931. font-size:10px;
  932. min-height:250px;
  933. margin-top:15px;
  934. margin-bottom:15px;
  935. overflow:hidden;
  936. }
  937.  
  938. .longpic img {
  939. padding: 0px;
  940. width: 200px;
  941. height: 250px;
  942. border-radius:10%;
  943. text-align:justify;
  944. margin-bottom: 40px;
  945.  
  946. }
  947.  
  948.  
  949.  
  950. .shortpic {
  951.  
  952. font-size:11px;
  953. min-height:100px;
  954. margin-top:15px;
  955. margin-bottom:15px;
  956.  
  957. }
  958.  
  959. .shortpic p{
  960. margin-top:-3px;
  961. line-height:130%;
  962. }
  963.  
  964. .shortpic img {
  965. padding: 0px;
  966. width: 100px;
  967. height: 100px;
  968. border-radius:10%;
  969. text-align:justify;
  970. margin-bottom:13px;
  971. }
  972.  
  973.  
  974.  
  975.  
  976.  
  977. .navpic
  978. {
  979. width:402px;
  980. height:auto;
  981. margin-bottom:15px;
  982. border-radius:20px;
  983. }
  984.  
  985.  
  986. .right
  987. {
  988.  
  989. float:right;
  990. margin-left: 11px;
  991. margin-right: 0px;
  992. }
  993.  
  994. .left
  995. {
  996. margin-left: 0px;
  997. margin-right: 11px;
  998.  
  999. float:left;
  1000. }
  1001.  
  1002.  
  1003. .right img
  1004. {
  1005.  
  1006. float:right;
  1007. }
  1008.  
  1009.  
  1010. .left img
  1011. {
  1012. float: left;
  1013.  
  1014. }
  1015.  
  1016. #pagination {
  1017.  
  1018.  
  1019.  
  1020.  
  1021. }
  1022.  
  1023. .linkbutton{
  1024. text-align:center;
  1025. text-transform:uppercase;
  1026. font-family:'Roboto', sans-serif;
  1027. font-size:9px;
  1028. margin-bottom:15px;
  1029. }
  1030.  
  1031. .linkbutton a {
  1032. width:112px;
  1033. margin-left:4px;
  1034. margin-right:4px;
  1035. margin-top:4px;
  1036. margin-bottom:8px;
  1037. display:inline-block;
  1038. background-color:{color:pre};
  1039.  
  1040. color:{color:text};
  1041. text-shadow:0px 0px 5px {color:bold};
  1042. padding: 4px;
  1043. line-height:20px;
  1044. margin-top:2px;
  1045. letter-spacing:1px;
  1046. transition-duration: 0.6s;
  1047. border:1px solid {color:border};
  1048. -webkit-transition: .9s ease-in-out;
  1049. -moz-transition: .9s ease-in-out;
  1050. -o-transition: .9s ease-in-out;
  1051. }
  1052.  
  1053. .linkbutton a:hover {
  1054. background:{color:chatone} url('{image:infoimage}');
  1055. background-attachment:fixed; }
  1056.  
  1057.  
  1058.  
  1059. #asker
  1060. {
  1061. min-height:70px;
  1062. padding:00px 20px 0px 20px;
  1063. border:1px solid {color:border};
  1064. outline: 1px solid {color:outline};outline-offset:3px;
  1065. background: {color:chatone} url('{image:infoimage}');background-attachment:fixed;
  1066. background-attachment: fixed;
  1067.  
  1068.  
  1069. }
  1070. #asker a
  1071. { color:{color:bold};
  1072.  
  1073. }
  1074.  
  1075. #asker a:hover
  1076. { color:{color:link hover};
  1077.  
  1078. }
  1079.  
  1080.  
  1081. #answer a
  1082. { color:{color:bold};
  1083.  
  1084. }
  1085.  
  1086. #answer a:hover
  1087. { color:{color:link hover};
  1088.  
  1089. }
  1090.  
  1091. #answer h3
  1092. { padding-bottom:10px;
  1093. margin-top:0px;
  1094. text-align:justify;
  1095. }
  1096. #asker h3
  1097. { color:{color:text};
  1098. text-align:justify;
  1099. }
  1100. #answer
  1101. {
  1102. padding:20px 20px 0px 20px;
  1103.  
  1104. }
  1105.  
  1106.  
  1107. iframe#ask_form {
  1108. min-height:270px;
  1109.  
  1110.  
  1111. }
  1112.  
  1113.  
  1114. #video {
  1115.  
  1116. margin-bottom:15px;
  1117. }
  1118.  
  1119. .audio_player {width: 33px;
  1120. height: 25px;
  1121. overflow: hidden;
  1122. position: relative;
  1123. border-radius:25px;
  1124. z-index: 10000000;}
  1125.  
  1126.  
  1127. .audiopic
  1128. {
  1129. width:100px;
  1130. height:110px;
  1131. border-radius:10px;
  1132. max-width:110px;
  1133. background-color: {color:border};
  1134. border-radius:10px;
  1135.  
  1136. margin-bottom:20px;
  1137. }
  1138.  
  1139. .audiopic img
  1140. {
  1141. border:3px solid transparent;
  1142. border-radius:10px;
  1143. }
  1144.  
  1145.  
  1146. .musicinfo
  1147. {
  1148.  
  1149. position:relative;
  1150. top: 0px;
  1151. left:110px;
  1152. width:295px;
  1153. }
  1154.  
  1155. .extraspace
  1156. {
  1157. padding:10px;
  1158. margin:10px;
  1159.  
  1160. }
  1161.  
  1162.  
  1163. .notes li
  1164. {
  1165. width:400px;}
  1166.  
  1167.  
  1168.  
  1169. ol.notes
  1170. {
  1171. width:400px;}
  1172.  
  1173.  
  1174.  
  1175. input[type='checkbox'] {
  1176. display: none;
  1177. }
  1178.  
  1179.  
  1180. /* Style the buttons that are used to open and close the accordion panel */
  1181. .accordion {
  1182. cursor: pointer;
  1183. width: 100%;
  1184. border: none;
  1185. outline: none;
  1186. transition: 0.9s;
  1187. margin-bottom:20px;
  1188. margin-top:-10px;
  1189.  
  1190. font-family: 'Lexend Deca', sans-serif;
  1191. }
  1192.  
  1193.  
  1194.  
  1195. .accordion:after {
  1196. content: '+'; /* Unicode character for "plus" sign (+) */
  1197. float: right;
  1198.  
  1199. color:{color:italic};
  1200. font-weight:bold;
  1201. line-height:100%;
  1202. text-transform:uppercase;
  1203. text-shadow: 0px 1px 1px {color:shadow} ;
  1204.  
  1205. line-height:30px;
  1206. font-size:22px;
  1207.  
  1208. margin-right: 5px;
  1209. padding-right:5px;
  1210. margin-top:-30px;
  1211. }
  1212.  
  1213. .active:after {
  1214. content: "-"; /* Unicode character for "minus" sign (-) */
  1215.  
  1216. }
  1217.  
  1218. button {
  1219. background:transparent;
  1220. padding:0px;
  1221. margin:0px;
  1222. }
  1223.  
  1224. button h2{
  1225. background-color:{color:pre};
  1226. color:{color:italic};
  1227. padding:5px 10px;
  1228. text-align:left;
  1229. border:1px {color:border} solid;
  1230. background:{color:chatone} url('{image:infoimage}'); background-attachment:fixed;
  1231. }
  1232.  
  1233. button h2:hover {
  1234.  
  1235. color:{color:link};
  1236. transition: 0.9s;
  1237. background:{color:pre};
  1238. }
  1239.  
  1240. button:hover {
  1241.  
  1242. }
  1243.  
  1244.  
  1245. /* Style the accordion panel. Note: hidden by default */
  1246. .panel {
  1247. max-height: 0;
  1248. overflow: hidden;
  1249. transition: max-height 0.9s ease-out;
  1250. }
  1251.  
  1252.  
  1253. /* GRID */
  1254.  
  1255. a.selected
  1256. {
  1257. color:{color:italic};
  1258. font-size:12px;
  1259. }
  1260.  
  1261. h2 a.selected
  1262. {
  1263. color:{color:italic};
  1264. font-size:16px;
  1265. }
  1266.  
  1267. #grid {
  1268. position:fixed;
  1269. display:block;
  1270. width:280px;
  1271. transition:0.9s;
  1272. top:-10px;
  1273. right: -132px;
  1274. overflow:scroll;
  1275. height:456px;
  1276.  
  1277. }
  1278.  
  1279.  
  1280.  
  1281.  
  1282. .isotope {
  1283.  
  1284. width:402px;
  1285. min-width:30%;
  1286. position:fixed;
  1287.  
  1288. }
  1289. .grid-item {
  1290. width:50%;
  1291. margin:0px;
  1292. padding:10px;
  1293. box-sizing:border-box;height:240px;
  1294. margin:0px auto;
  1295. }
  1296.  
  1297. .grid-item img{
  1298. max-width:100%;
  1299. height:auto;
  1300. border-radius:5px;
  1301. }
  1302. .grid-item h4 {
  1303. background-attachment:local;
  1304. }
  1305.  
  1306.  
  1307. .tooltip{
  1308. display: inline;
  1309. position: relative;}
  1310.  
  1311. #sort {
  1312. position:fixed;
  1313. z-index:10000000000000000000000000000099999999999999999999999999999999999999;
  1314. margin-top:41px;
  1315. }
  1316.  
  1317. #filters {
  1318. width:120px;
  1319. height:389px;
  1320. margin-top: 6px;
  1321. }
  1322.  
  1323. #filters ul{
  1324. list-style:none;
  1325. padding:0px;
  1326. width:120px;
  1327. text-align:center;
  1328. }
  1329.  
  1330.  
  1331. #filters a{
  1332. padding:10px;
  1333. }
  1334. #filters li{
  1335.  
  1336. padding-bottom:10px;
  1337. float:left;
  1338. margin:0px auto;
  1339. width:120px;
  1340. }
  1341. #filters p{
  1342. clear:both;
  1343. margin-bottom:1px;
  1344. padding-bottom:10px;
  1345. }
  1346.  
  1347. .story
  1348. {transition:0.9s; };
  1349.  
  1350. #filters b {
  1351. }
  1352.  
  1353.  
  1354. #parentgrid
  1355.  
  1356. {
  1357. position: fixed;
  1358. width: 416px;
  1359. left: 600px;
  1360. overflow: scroll;
  1361. top: 160px;
  1362. height: 446px;
  1363. }
  1364.  
  1365. .grid-item label
  1366. {
  1367. color: initial;
  1368. padding: initial;
  1369. margin-bottom: initial;
  1370. text-transform: uppercase;
  1371. text-align: center;
  1372. cursor: pointer;
  1373. box-sizing: border-box;
  1374. display: block;
  1375. width:111.984px;
  1376. background-color:transparent;
  1377. margin-bottom: 5px;
  1378. border: none;
  1379. border-radius: 0px;
  1380. -moz-transition-duration: .9s;
  1381. -webkit-transition-duration: .9s;
  1382. -o-transition-duration: .9s;
  1383. }
  1384. /* GRID */
  1385. </style>
  1386.  
  1387. <body>
  1388.  
  1389. <div id="navpage" class="popup_block">
  1390. <div class="popcontent">
  1391. <div id="purblock"></div>
  1392. <div class="tabslist">
  1393. <h1 style="margin-top:-6px;">* BLOGNAME !</h1>
  1394. <div class="tab">
  1395. <input type="radio" id="tab-1" name="tab-group-1" checked>
  1396. <label for="tab-1"><a>NAV</a></label>
  1397. <div class="content">
  1398. <h4>NAVIGATION</h4>
  1399. <img class="navpic" src="{image:navpic}">
  1400. <div class="linkbutton">
  1401. <a href="link1">Link 1</a>
  1402. <a href="link2">Link 2</a>
  1403. <a href="link3">Link 3</a>
  1404. <a href="link4">Link 4</a>
  1405. <a href="link5">Link 5</a>
  1406. <a href="link6">Link 6</a>
  1407. <a href="link7">Link 7</a>
  1408. <a href="link8">Link 8</a>
  1409. <a href="link9">Link 9</a>
  1410. <p>
  1411. </div>
  1412. <div class="extraspace">
  1413. </p>
  1414. <p>
  1415. </p>
  1416. <p>
  1417. </div>
  1418. <div class="extraspace">
  1419. </p>
  1420. <p>
  1421. </p>
  1422. <p>
  1423. </div>
  1424. <div class="extraspace">
  1425. </p>
  1426. <p>
  1427. </p>
  1428. <p>
  1429. </div>
  1430.  
  1431. </div>
  1432. </div>
  1433. <div class="tab">
  1434. <input type="radio" id="tab-2" name="tab-group-1">
  1435. <label for="tab-2"><a>INBOX</a></label>
  1436. <div class="content">
  1437. <h4> MESSAGES </h4>
  1438. <center>
  1439. <p>
  1440. <iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="90%"></iframe>
  1441. </center>
  1442. <p>
  1443. <h4> SUBMIT </h4>
  1444. <p>
  1445. <center>
  1446. <iframe frameborder="0" height="380" id="submit_form" scrolling="yes" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="90%"></iframe></center>
  1447. <p>
  1448.  
  1449.  
  1450. <div class="extraspace">
  1451. </p>
  1452. <p>
  1453. </p>
  1454. <p>
  1455. </div>
  1456. <div class="extraspace">
  1457. </p>
  1458. <p>
  1459. </p>
  1460. <p>
  1461. </div>
  1462. <div class="extraspace">
  1463. </p>
  1464. <p>
  1465. </p>
  1466. <p>
  1467. </div>
  1468.  
  1469.  
  1470.  
  1471. </div>
  1472. </div>
  1473.  
  1474.  
  1475. <div class="tab">
  1476. <input type="radio" id="tab-3" name="tab-group-1" >
  1477. <label for="tab-3"><a>RULES</a></label>
  1478. <div class="content">
  1479. <h4>RULES</h4>
  1480.  
  1481. <h3>Disclaimer:</h3>
  1482.  
  1483. <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  1484.  
  1485.  
  1486. <h4>Category</h4>
  1487.  
  1488.  
  1489.  
  1490. <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  1491.  
  1492.  
  1493. <h4>category</h4>
  1494.  
  1495.  
  1496.  
  1497. <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  1498.  
  1499.  
  1500. <div class="extraspace">
  1501. </p>
  1502. <p>
  1503. </p>
  1504. <p>
  1505. </div>
  1506. <div class="extraspace">
  1507. </p>
  1508. <p>
  1509. </p>
  1510. <p>
  1511. </div>
  1512. <div class="extraspace">
  1513. </p>
  1514. <p>
  1515. </p>
  1516. <p>
  1517. </div>
  1518.  
  1519. </div>
  1520. </div>
  1521. <div class="tab">
  1522. <input type="radio" id="tab-4" name="tab-group-1" >
  1523. <label for="tab-4" ><a>MUSES</a></label>
  1524. <div class="content">
  1525.  
  1526. <h1 style="position:fixed;width:400px;margin-top:-3px;padding-top: 9px">MUSES</h1>
  1527.  
  1528. <div id="filters" class="option-set clearfix" data-option-key="filter"><div id="sort">
  1529. <p><h4 style="margin-top:-10px;margin-bottom:8px;;
  1530. ">SELECT A CATEGORY</h4>
  1531. <center>
  1532.  
  1533. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  1534.  
  1535.  
  1536. <li>
  1537. <h2 style="font-size:15px; margin:5px;"><a href="#filter" data-option-filter=".story">SHOW ALL</a></h2>
  1538. </li><br>
  1539.  
  1540. <p><b>PRIORITY</b><br>
  1541.  
  1542. <li><a href="#filter" data-option-filter=".primary">PRIMARY</a><br>
  1543. <a href="#filter" data-option-filter=".secondary">SECONDARY</a><br>
  1544. <a href="#filter" data-option-filter=".tertiary">TERTIARY</a><br>
  1545.  
  1546. <a href="#filter" data-option-filter=".testmuse">TEST MUSES</a><br>
  1547. </li>
  1548.  
  1549.  
  1550. <p><b>FANDOM</b><br>
  1551.  
  1552.  
  1553. <li><a href="#filter" data-option-filter=".fandom1">FANDOM 1</a><br>
  1554. <a href="#filter" data-option-filter=".fandom2">FANDOM 2</a><br>
  1555. <a href="#filter" data-option-filter=".fandom3">FANDOM 3</a><br>
  1556. <a href="#filter" data-option-filter=".fandom4">FANDOM 4</a><br>
  1557. <a href="#filter" data-option-filter=".fandom5">FANDOM 5</a><br>
  1558. </li>
  1559.  
  1560. <p><b>GENDER</b><br>
  1561. <li ><a href="#filter" data-option-filter=".male">MALE</a><br>
  1562. <a href="#filter" data-option-filter=".female">FEMALE</a><br>
  1563. <a href="#filter" data-option-filter=".nonbinary">NONBINARY</a></li><br>
  1564.  
  1565. </ul>
  1566. </div>
  1567.  
  1568.  
  1569. </center>
  1570. <section id="parentgrid">
  1571. <div id="grid" class="clearfix">
  1572.  
  1573.  
  1574.  
  1575. <!--- DO NOT REMOBE THE STORY CLASS --->
  1576.  
  1577. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1578. <h4 style="font-size:7px;">
  1579. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1580. MUSE TITLE<br></h4>
  1581. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1582.  
  1583. </div>
  1584.  
  1585.  
  1586.  
  1587.  
  1588. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1589. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1590. MUSE TITLE<br></h4>
  1591. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1592. </div>
  1593.  
  1594.  
  1595.  
  1596.  
  1597. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1598. <h4 style="font-size:7px;">
  1599. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1600. MUSE TITLE<br></h4>
  1601. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1602.  
  1603. </div>
  1604.  
  1605.  
  1606.  
  1607.  
  1608. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1609. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1610. MUSE TITLE<br></h4>
  1611. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1612. </div>
  1613.  
  1614.  
  1615. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1616. <h4 style="font-size:7px;">
  1617. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1618. MUSE TITLE<br></h4>
  1619. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1620.  
  1621. </div>
  1622.  
  1623.  
  1624.  
  1625.  
  1626. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1627. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1628. MUSE TITLE<br></h4>
  1629. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1630. </div>
  1631.  
  1632.  
  1633. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1634. <h4 style="font-size:7px;">
  1635. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1636. MUSE TITLE<br></h4>
  1637. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1638.  
  1639. </div>
  1640.  
  1641.  
  1642.  
  1643.  
  1644. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1645. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1646. MUSE TITLE<br></h4>
  1647. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1648. </div>
  1649.  
  1650.  
  1651. </div>
  1652. </section>
  1653.  
  1654. </div>
  1655. </div>
  1656. </div>
  1657.  
  1658.  
  1659.  
  1660. <div class="tab">
  1661. <input type="radio" id="tab-5" name="tab-group-1" >
  1662. <label for="tab-5"><a>VERSES</a></label>
  1663. <div class="content">
  1664. <h4>VERSES</h4>
  1665.  
  1666.  
  1667. <button class="accordion">
  1668. <h2>VERSE NAME</h2></button> <div class="panel">
  1669. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1670. <b>NAME:</b> <br>
  1671. <b>AGE:</b> <br>
  1672. <b>RESIDENCE:</b> <br>
  1673. <b>STATUS:</b> <br>
  1674.  
  1675. </div>
  1676.  
  1677.  
  1678. Verse Description.</div>
  1679.  
  1680. <button class="accordion">
  1681. <h2>VERSE NAME</h2></button> <div class="panel">
  1682. <div class="shortpic"><img class="right" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1683. <b>NAME:</b> <br>
  1684. <b>AGE:</b> <br>
  1685. <b>RESIDENCE:</b> <br>
  1686. <b>STATUS:</b> <br>
  1687.  
  1688. </div>
  1689.  
  1690.  
  1691. Verse Description.</div>
  1692.  
  1693. <button class="accordion">
  1694. <h2>VERSE NAME</h2></button> <div class="panel">
  1695. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1696. <b>NAME:</b> <br>
  1697. <b>AGE:</b> <br>
  1698. <b>RESIDENCE:</b> <br>
  1699. <b>STATUS:</b> <br>
  1700.  
  1701. </div>
  1702.  
  1703.  
  1704. Verse Description.</div>
  1705.  
  1706. <button class="accordion">
  1707. <h2>VERSE NAME</h2></button> <div class="panel">
  1708. <div class="shortpic"><img class="right" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1709. <b>NAME:</b> <br>
  1710. <b>AGE:</b> <br>
  1711. <b>RESIDENCE:</b> <br>
  1712. <b>STATUS:</b> <br>
  1713.  
  1714. </div>
  1715.  
  1716.  
  1717. Verse Description.</div>
  1718.  
  1719.  
  1720.  
  1721. <script>
  1722. var acc = document.getElementsByClassName("accordion");
  1723. var i;
  1724.  
  1725. for (i = 0; i < acc.length; i++) {
  1726. acc[i].addEventListener("click", function() {
  1727. this.classList.toggle("active");
  1728. var panel = this.nextElementSibling;
  1729. if (panel.style.maxHeight) {
  1730. panel.style.maxHeight = null;
  1731. } else {
  1732. panel.style.maxHeight = panel.scrollHeight + "px";
  1733. }
  1734. });
  1735. }
  1736. </script>
  1737.  
  1738. <div class="extraspace">
  1739. </p>
  1740. <p>
  1741. </p>
  1742. <p>
  1743. </div>
  1744. <div class="extraspace">
  1745. </p>
  1746. <p>
  1747. </p>
  1748. <p>
  1749. </div>
  1750. <div class="extraspace">
  1751. </p>
  1752. <p>
  1753. </p>
  1754. <p>
  1755. </div>
  1756.  
  1757. </div>
  1758. </div>
  1759.  
  1760.  
  1761.  
  1762.  
  1763. <div class="tab">
  1764. <input type="radio" id="tab-6" name="tab-group-1">
  1765. <label for="tab-6"><a>MUN</a></label>
  1766. <div class="content">
  1767. <h4>MUN</h4>
  1768.  
  1769.  
  1770.  
  1771. <div class="longpic"><img class="right" src="{image:munpic}">
  1772.  
  1773. <b>Name: </b>Mun Name Here<br>
  1774. <b>Better Known As: </b>Nicknames Here<br>
  1775. <b>Gender: </b>Gender Identity Here<br>
  1776. <b>Age: </b>Age Here<br>
  1777. <b>Timezone: </b>Timezone Here<br>
  1778. <b>Occupation: </b>Occupation Here<br>
  1779. <b>Activity: </b>Activity Level Here<br>
  1780. <b>Contact: </b>Preferred Contact Info Here<br>
  1781. <b>Discord: </b>Discord Tag Here<br>
  1782. </div>
  1783. <hr>
  1784. <h1>put a quote here!</h1>
  1785. <hr>
  1786. <div class="extraspace">
  1787. </p>
  1788. <p>
  1789. </p>
  1790. <p>
  1791. </div>
  1792. <div class="extraspace">
  1793. </p>
  1794. <p>
  1795. </p>
  1796. <p>
  1797. </div>
  1798. <div class="extraspace">
  1799. </p>
  1800. <p>
  1801. </p>
  1802. <p>
  1803. </div>
  1804.  
  1805. </div>
  1806. </div>
  1807.  
  1808.  
  1809. </div>
  1810.  
  1811. </div>
  1812.  
  1813. </div>
  1814.  
  1815.  
  1816.  
  1817. <div id="sidebar">
  1818.  
  1819. <div id="sidebartext">
  1820.  
  1821. <h1 style="margin-top:14px;">* BLOGNAME !</h1>
  1822. <h3 style="margin-bottom:20px;"> theme by Whitley </h3>
  1823. <h4> this is a h4 </h4>
  1824. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1825.  
  1826.  
  1827. <h4> you can put stuff in it </h4>
  1828.  
  1829.  
  1830. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  1831.  
  1832. </p>
  1833.  
  1834.  
  1835. <h4>the sidebar scrolls </h4>
  1836. <p>Oh! and the sidebar goes to the max height of the page. As does the container.
  1837.  
  1838.  
  1839. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1840.  
  1841. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1842.  
  1843. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1844.  
  1845. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1846.  
  1847. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  1848.  
  1849. </p>
  1850.  
  1851. <div class="extraspace">
  1852. </p>
  1853. <p>
  1854. </p>
  1855. <p>
  1856. </div>
  1857. </div>
  1858. </div>
  1859. </center>
  1860. <div id="links">
  1861. <a id="refresh" href="/" title="refresh">✦</a>
  1862. <a id="askbx" href="/ask" title="inbox">✦</a>
  1863. <a id="nav" href="/N" title="navigate">✦</a>
  1864. <a id="rules" href="/Guidelines" title="rules">✦</a>
  1865. <a id="muses" href="https://docs.google.com/document/d/1ypreWpAaBiKRx0bHNFd5pvBZID-7voqsPD2-QzFzoFQ/edit?usp=sharing" title="muses">✦</a>
  1866. {block:NextPage}<a id="pagef" href="{NextPage}" rel="navpage" class="poplight" title="forward">✦</a>{/block:NextPage}
  1867. {block:PreviousPage}<a id="pagep" href="{PreviousPage}" rel="navpage" class="poplight" title="previous">✦</a>{/block:PreviousPage}</div>
  1868.  
  1869.  
  1870.  
  1871.  
  1872. <div id="credit"><a href="http://imbicilite.tumblr.com/" title="theme by whitley">I.</a></div>
  1873. <div id=container>
  1874. <div id="entries">
  1875. {block:posts}
  1876.  
  1877. <div id="posts">
  1878. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1879.  
  1880.  
  1881. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  1882.  
  1883. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1884. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1885.  
  1886. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  1887. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1888.  
  1889. {block:Photoset}<center>{Photoset-400}</center>
  1890. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1891.  
  1892. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1893.  
  1894. {block:Video}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1895.  
  1896. {block:Answer}<div id="asker"><div class="shortpic"><h3><img class="right" src="{AskerPortraitURL-128}"><b>{Asker} inquired:</b> <small>{Question}</small></h3></div></div><div id="answer">{block:isOriginalEntry}<img class="left" src="{PortraitURL-128}"><b><h3><a href="{SourceURL}">{Name}</a> repsonded:</b></h3> {/block:isOriginalEntry} {Answer}</div>{/block:Answer}
  1897.  
  1898.  
  1899. {block:Audio} <div class="audiopic">{block:AlbumArt}
  1900. <img class="right" src="{AlbumArtURL}"></img>{/block:AlbumArt}{AudioPlayerBlack} <div class="musicinfo">{block:TrackName}
  1901. <i>{TrackName}</i>
  1902. {/block:TrackName}{block:Artist}
  1903. -<b> {Artist}</b>
  1904. {/block:Artist}<br> {block:PlayCount}Played <b>{PlayCount}</b> Times{/block:PlayCount} <br></div></div>
  1905. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  1906.  
  1907. <center><div id="info"><div id="info1"> <a href="{Permalink}" title="{TimeAgo} - {NoteCountwithlabel}"><span class="fa fa-link"></span> </a> </div>
  1908. <div id="info2"> <a href="{ReblogURL}" title="reblog"> <span class="fa fa-retweet"></span> </a> </div>
  1909. <div id="info3"> {block:RebloggedFrom}<a title="↺ {ReblogParentName}" href="{ReblogParentURL}" > <span class="fa fa-history"></span> </a>{/block:RebloggedFrom} </div>
  1910. <div id="info4"> {block:ContentSource}
  1911. <a title="src. {SourceTitle}" href="{SourceURL}" target="_blank" title="{SourceTitle}"> <span class="fa fa-rss"></span> </a>
  1912. {/block:ContentSource}</div></center><p>
  1913.  
  1914. <center><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}
  1915. <br /></div></div>
  1916.  
  1917. {/block:Posts}
  1918.  
  1919. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  1920. </div>
  1921. </div></div>
  1922.  
  1923.  
  1924. <!------- filter scripts -------->
  1925.  
  1926. <script src="https://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  1927.  
  1928. <script>
  1929. var $container = $('#grid');
  1930.  
  1931.  
  1932. $( document ).ready(function() {
  1933. var PageLoadFilter = '.story';
  1934. $container.isotope({ filter: PageLoadFilter});
  1935. });
  1936.  
  1937. </script>
  1938.  
  1939. <script type="text/javascript">
  1940.  
  1941.  
  1942. $(function(){
  1943.  
  1944.  
  1945.  
  1946. var $container = $('#grid');
  1947.  
  1948. $container.isotope({
  1949. itemSelector : '.story', percentPosition: true // put true if you use percentage widths, otherwise put false
  1950.  
  1951. });
  1952.  
  1953.  
  1954. var $optionSets = $('#sort .option-set'),
  1955. $optionLinks = $optionSets.find('a');
  1956.  
  1957. $optionLinks.click(function(){
  1958. var $this = $(this);
  1959. // don't proceed if already selected
  1960. if ( $this.hasClass('selected') ) {
  1961. return false;
  1962. }
  1963. var $optionSet = $this.parents('.option-set');
  1964. $optionSet.find('.selected').removeClass('selected');
  1965. $this.addClass('selected');
  1966.  
  1967. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  1968. var options = {},
  1969. key = $optionSet.attr('data-option-key'),
  1970. value = $this.attr('data-option-filter');
  1971. // parse 'false' as false boolean
  1972. value = value === 'false' ? false : value;
  1973. options[ key ] = value;
  1974. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  1975. // changes in layout modes need extra logic
  1976. changeLayoutMode( $this, options )
  1977. } else {
  1978. // otherwise, apply new options
  1979. $container.isotope( options );
  1980. }
  1981.  
  1982. return false;
  1983. });
  1984.  
  1985.  
  1986. });
  1987. </script>
  1988.  
  1989. <!-----end filter scripts------>
  1990. </body>
  1991.  
  1992. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement