Advertisement
tiffxny21

multi new theme

Dec 18th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.51 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: -32px;
  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: 106px;
  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. #pagep {
  474. left: 752px;
  475. margin-left: -160px;
  476. margin-top: 486px;
  477. font-size: 30px;z-index: 1000000;
  478. position: absolute;
  479. }
  480.  
  481.  
  482. #pagep img {
  483. width:30px;
  484. height:auto;
  485. filter: blur(0);
  486.  
  487.  
  488.  
  489. -moz-transition-duration:.9s;
  490. -webkit-transition-duration:.9s;
  491. -o-transition-duration:.9s;
  492. }
  493.  
  494.  
  495. #pagep img:hover, #pagef img:hover, #nav img:hover, #refresh img:hover {
  496.  
  497. filter: blur(10px);
  498.  
  499.  
  500. -moz-transition-duration:.9s;
  501. -webkit-transition-duration:.9s;
  502. -o-transition-duration:.9s;
  503.  
  504. }
  505.  
  506.  
  507. #links i
  508. {color: {color:link};
  509. -moz-transition-duration:.9s;
  510. -webkit-transition-duration:.9s;
  511. -o-transition-duration:.9s;
  512.  
  513. }
  514.  
  515. #links i:hover
  516. {color: {color:link hover};
  517. -moz-transition-duration:.9s;
  518. -webkit-transition-duration:.9s;
  519. -o-transition-duration:.9s;
  520.  
  521. }
  522.  
  523.  
  524.  
  525.  
  526. .popup_block{
  527. display:none;
  528. background-image:transparent;
  529. background-repeat: no-repeat;
  530. float:left;
  531. font-family: 'Roboto', sans-serif;
  532. height: 10px;
  533. position:fixed;
  534. z-index: 99999;
  535. overflow-y: scroll;
  536. overflow-x: hidden;
  537.  
  538. }
  539.  
  540.  
  541. *html #fade {position: absolute;}
  542. *html .popup_block {position: absolute;}
  543. #fade {
  544. display:none;
  545. position:fixed;
  546. left:0px;
  547. top:100px;
  548. width:100%;
  549. height:488px;
  550. z-index:9999;
  551. background:{color:background};
  552. opacity:0;
  553. }
  554.  
  555.  
  556. .popcontent {
  557. background: {color:container};
  558. width: 402px;
  559. height:443px;
  560. padding:10px;
  561. top:101px;
  562. left: 752px;
  563. margin-left:-161px;
  564. font-weight:500;
  565. overflow: scroll;
  566. padding-left:12px;
  567. font-size:11px;
  568. position: fixed;
  569. padding-top:35px;
  570. text-align:justify;
  571.  
  572. z-index:1000000000000000000000000000000000000000000000;
  573.  
  574. }
  575.  
  576.  
  577.  
  578.  
  579. .tabslist {
  580.  
  581. scrollbar-width: none;
  582. background:transparent;
  583. padding:0px 9px;
  584. font-weight:500;
  585. font-size:11px;
  586. position: fixed;
  587. overflow-y:scroll;
  588. overflow-x:hidden;
  589. padding-top:20px;
  590.  
  591. text-align:center;
  592. margin-left:-163px;
  593. position:fixed; width:405px; overflow:scroll; left: 752px; height:89px;
  594. overflow-x:hidden;
  595. top:0px;
  596. margin-bottom:0px padding-bottom:0px;
  597.  
  598.  
  599. z-index:100000000000000000000000000000000000000000000; -moz-transition-duration:.9s;
  600. -webkit-transition-duration:.9s;
  601. -o-transition-duration:.9s;}
  602. }
  603. }
  604.  
  605.  
  606. .leftlink {
  607. float:left;
  608. width:75px;
  609. max-width:75px;
  610. text-align:center;
  611. }
  612.  
  613.  
  614.  
  615.  
  616. .rightlink {
  617. float:right;
  618.  
  619. width:75px;
  620. max-width:75px;
  621.  
  622. text-align:center;
  623. }
  624.  
  625.  
  626.  
  627.  
  628.  
  629. #credit{position:fixed; bottom:10px; left:10px; font-size:11px;font-family: 'Pacifico', cursive;;
  630. 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;}
  631.  
  632. #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:
  633. 1px 1px 0px #000,
  634. 1px -1px 0px #000,
  635. -1px -1px 0px #000,
  636. -1px 1px 0px #000,
  637. 0px 1px 0px #000,
  638. 0px -1px 0px #000,
  639. 1px 0px 0px #000,
  640. -1px 0px 0px #000,
  641. 0px 0px 5px #000;}
  642.  
  643. pre { padding-top:6px;
  644. padding:6px;
  645. white-space:pre-wrap;
  646. width:auto;
  647. text-align: center;
  648. word-wrap: break-word;
  649. color:{color:text};
  650. background-color:{color:pre};
  651. border-left:1px solid {color:border};
  652. border-right: 1px solid {color:border};
  653. font-family: 'Montserrat', sans-serif;
  654. text-transform:uppercase;
  655. line-height:100%;
  656. letter-spacing}
  657.  
  658.  
  659. figure {
  660. margin:0px;
  661. }
  662.  
  663.  
  664. .tags
  665. {
  666.  
  667. font-size:8px;
  668. }
  669.  
  670. #info1 {
  671. margin-left:45px;
  672. margin-top:0px;
  673. position:absolute;
  674. font-size:11px;
  675. text-decoration:none;
  676. }
  677.  
  678.  
  679. #info2 {
  680. margin-left:100px;
  681. margin-top:0px;
  682. position:absolute;
  683. font-size:11px;
  684. text-decoration:none;
  685. }
  686.  
  687.  
  688. #info3 {
  689. margin-left:155px;
  690. margin-top:0px;
  691. position:absolute;
  692. font-size:11px;
  693. text-decoration:none;
  694. }
  695.  
  696.  
  697. #info4 {
  698. margin-left:210px;
  699. margin-top:0px;
  700. position:absolute;
  701. font-size:11px;
  702. color:#ddd;
  703. text-decoration:none;
  704. }
  705.  
  706.  
  707. [type=radio]:checked ~ label {
  708. z-index: 2;
  709. color: {color:link hover};
  710.  
  711. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}');
  712. -moz-transition-duration:.9s;
  713. -webkit-transition-duration:.9s;
  714. -o-transition-duration:.9s;
  715. }
  716.  
  717. .tab [type=radio] {
  718. display: none;
  719. }
  720.  
  721. .content {
  722. scrollbar-width: none;
  723.  
  724. background: {color:container};
  725. width: 404px;
  726. overflow-x:hidden;
  727. padding:10px 10px 0px 10px;
  728. left: 752px;
  729. top:101px;
  730. margin-left:-164px;
  731. overflow-y:scroll;
  732. font-weight:500;
  733. padding-left:12px;
  734. font-size:11px;
  735. position: fixed;
  736. padding-top:30px;
  737. padding-bottom:15px;;
  738. text-align:justify;
  739.  
  740. width: 402px;
  741. height:468px;
  742. padding:10px;
  743. left: 752px;
  744. margin-left:-161px;
  745. -moz-transition-duration:.9s;
  746. -webkit-transition-duration:.9s;
  747. -o-transition-duration:.9s;
  748.  
  749. }
  750.  
  751. [type=radio]:checked ~ label ~ .content {
  752. z-index: 1;
  753. }
  754.  
  755.  
  756. .tab {
  757. width:60px;
  758. margin: -20px 2px;
  759. margin-bottom:10px;
  760. display: inline-block;
  761.  
  762. }
  763.  
  764.  
  765. .tab label {
  766. color: {color:bold};
  767. letter-spacing: 2px;
  768. font-size: 8px;
  769. line-height: 14px;
  770. font-weight: bold;
  771. background-color: {color:container};
  772. width:60px;
  773. text-transform: uppercase;
  774. text-align: center;
  775. cursor: pointer;
  776. box-sizing:border-box;
  777. display: block;
  778. margin-bottom: 5px;
  779. padding:5px 10px;
  780. border: 1px solid {color:container};
  781. border-radius:0px;
  782.  
  783. -moz-transition-duration:.9s;
  784. -webkit-transition-duration:.9s;
  785. -o-transition-duration:.9s;}
  786.  
  787.  
  788. }
  789.  
  790. .tab label:hover {
  791. background: {color:bold};
  792. color:{color:link hover};
  793. font-size: 10px;
  794.  
  795. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}'); background-attachment:fixed; -moz-transition-duration:.9s;
  796. -webkit-transition-duration:.9s;
  797. -o-transition-duration:.9s;
  798. }
  799.  
  800.  
  801. .tab a {
  802. color;{color:link};
  803. text-align: center;
  804. width:150px;
  805. -moz-transition-duration:.9s;
  806. -webkit-transition-duration:.9s;
  807. -o-transition-duration:.9s;
  808.  
  809. }
  810.  
  811.  
  812.  
  813. .tab a:hover {
  814.  
  815. color;{color:link};
  816. -moz-transition-duration:.9s;
  817. -webkit-transition-duration:.9s;
  818. -o-transition-duration:.2s;
  819.  
  820. }
  821.  
  822.  
  823. ::selection {
  824. background: {color:container};
  825. color: {color:link};/* WebKit/Blink Browsers */
  826. }
  827. ::-moz-selection {
  828. background: {color:container};
  829. color: {color:link};/* WebKit/Blink Browsers */}
  830.  
  831.  
  832.  
  833. .audio{background-color:black; display:block}
  834.  
  835.  
  836. .user_1 .label {color:{color:link}; font-weight:bold}
  837. .user_2 .label {color:{color:link}; font-weight:bold}
  838. .user_3 .label {color:{color:link}; font-weight:bold}
  839.  
  840. ul.chat {
  841. padding:20px 0px
  842. }
  843.  
  844. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  845.  
  846. .notes img{width:10px; position:relative; top:1px}
  847. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  848.  
  849.  
  850. .longpic {
  851.  
  852. font-size:10px;
  853. min-height:250px;
  854. margin-top:15px;
  855. margin-bottom:15px;
  856. overflow:hidden;
  857. }
  858.  
  859. .longpic img {
  860. padding: 0px;
  861. width: 200px;
  862. height: 250px;
  863. border-radius:10%;
  864. text-align:justify;
  865. margin-bottom: 40px;
  866.  
  867. }
  868.  
  869.  
  870.  
  871. .shortpic {
  872.  
  873. font-size:11px;
  874. min-height:100px;
  875. margin-top:15px;
  876. margin-bottom:15px;
  877.  
  878. }
  879.  
  880. .shortpic p{
  881. margin-top:-3px;
  882. line-height:130%;
  883. }
  884.  
  885. .shortpic img {
  886. padding: 0px;
  887. width: 100px;
  888. height: 100px;
  889. border-radius:10%;
  890. text-align:justify;
  891. margin-bottom:13px;
  892. }
  893.  
  894.  
  895.  
  896.  
  897.  
  898. .navpic
  899. {
  900. width:402px;
  901. height:auto;
  902. margin-bottom:15px;
  903. border-radius:20px;
  904. }
  905.  
  906.  
  907. .right
  908. {
  909.  
  910. float:right;
  911. margin-left: 11px;
  912. margin-right: 0px;
  913. }
  914.  
  915. .left
  916. {
  917. margin-left: 0px;
  918. margin-right: 11px;
  919.  
  920. float:left;
  921. }
  922.  
  923.  
  924. .right img
  925. {
  926.  
  927. float:right;
  928. }
  929.  
  930.  
  931. .left img
  932. {
  933. float: left;
  934.  
  935. }
  936.  
  937. #pagination {
  938.  
  939.  
  940.  
  941.  
  942. }
  943.  
  944. .linkbutton{
  945. text-align:center;
  946. text-transform:uppercase;
  947. font-family:'Roboto', sans-serif;
  948. font-size:9px;
  949. margin-bottom:15px;
  950. }
  951.  
  952. .linkbutton a {
  953. width:112px;
  954. margin-left:4px;
  955. margin-right:4px;
  956. margin-top:4px;
  957. margin-bottom:8px;
  958. display:inline-block;
  959. background-color:{color:pre};
  960.  
  961. color:{color:text};
  962. text-shadow:0px 0px 5px {color:bold};
  963. padding: 4px;
  964. line-height:20px;
  965. margin-top:2px;
  966. letter-spacing:1px;
  967. transition-duration: 0.6s;
  968. border:1px solid {color:border};
  969. -webkit-transition: .9s ease-in-out;
  970. -moz-transition: .9s ease-in-out;
  971. -o-transition: .9s ease-in-out;
  972. }
  973.  
  974. .linkbutton a:hover {
  975. background:{color:chatone} url('{image:infoimage}');
  976. background-attachment:fixed; }
  977.  
  978.  
  979.  
  980. #asker
  981. {
  982. min-height:70px;
  983. padding:00px 20px 0px 20px;
  984. border:1px solid {color:border};
  985. outline: 1px solid {color:outline};outline-offset:3px;
  986. background: {color:chatone} url('{image:infoimage}');background-attachment:fixed;
  987. background-attachment: fixed;
  988.  
  989.  
  990. }
  991. #asker a
  992. { color:{color:bold};
  993.  
  994. }
  995.  
  996. #asker a:hover
  997. { color:{color:link hover};
  998.  
  999. }
  1000.  
  1001.  
  1002. #answer a
  1003. { color:{color:bold};
  1004.  
  1005. }
  1006.  
  1007. #answer a:hover
  1008. { color:{color:link hover};
  1009.  
  1010. }
  1011.  
  1012. #answer h3
  1013. { padding-bottom:10px;
  1014. margin-top:0px;
  1015. text-align:justify;
  1016. }
  1017. #asker h3
  1018. { color:{color:text};
  1019. text-align:justify;
  1020. }
  1021. #answer
  1022. {
  1023. padding:20px 20px 0px 20px;
  1024.  
  1025. }
  1026.  
  1027.  
  1028. iframe#ask_form {
  1029. min-height:270px;
  1030.  
  1031.  
  1032. }
  1033.  
  1034.  
  1035. #video {
  1036.  
  1037. margin-bottom:15px;
  1038. }
  1039.  
  1040. .audio_player {width: 33px;
  1041. height: 25px;
  1042. overflow: hidden;
  1043. position: relative;
  1044. border-radius:25px;
  1045. z-index: 10000000;}
  1046.  
  1047.  
  1048. .audiopic
  1049. {
  1050. width:100px;
  1051. height:110px;
  1052. border-radius:10px;
  1053. max-width:110px;
  1054. background-color: {color:border};
  1055. border-radius:10px;
  1056.  
  1057. margin-bottom:20px;
  1058. }
  1059.  
  1060. .audiopic img
  1061. {
  1062. border:3px solid transparent;
  1063. border-radius:10px;
  1064. }
  1065.  
  1066.  
  1067. .musicinfo
  1068. {
  1069.  
  1070. position:relative;
  1071. top: 0px;
  1072. left:110px;
  1073. width:295px;
  1074. }
  1075.  
  1076. .extraspace
  1077. {
  1078. padding:10px;
  1079. margin:10px;
  1080.  
  1081. }
  1082.  
  1083.  
  1084. .notes li
  1085. {
  1086. width:400px;}
  1087.  
  1088.  
  1089.  
  1090. ol.notes
  1091. {
  1092. width:400px;}
  1093.  
  1094.  
  1095.  
  1096. input[type='checkbox'] {
  1097. display: none;
  1098. }
  1099.  
  1100.  
  1101. /* Style the buttons that are used to open and close the accordion panel */
  1102. .accordion {
  1103. cursor: pointer;
  1104. width: 100%;
  1105. border: none;
  1106. outline: none;
  1107. transition: 0.9s;
  1108. margin-bottom:20px;
  1109. margin-top:-10px;
  1110.  
  1111. font-family: 'Lexend Deca', sans-serif;
  1112. }
  1113.  
  1114.  
  1115.  
  1116. .accordion:after {
  1117. content: '+'; /* Unicode character for "plus" sign (+) */
  1118. float: right;
  1119.  
  1120. color:{color:italic};
  1121. font-weight:bold;
  1122. line-height:100%;
  1123. text-transform:uppercase;
  1124. text-shadow: 0px 1px 1px {color:shadow} ;
  1125.  
  1126. line-height:30px;
  1127. font-size:22px;
  1128.  
  1129. margin-right: 5px;
  1130. padding-right:5px;
  1131. margin-top:-30px;
  1132. }
  1133.  
  1134. .active:after {
  1135. content: "-"; /* Unicode character for "minus" sign (-) */
  1136.  
  1137. }
  1138.  
  1139. button {
  1140. background:transparent;
  1141. padding:0px;
  1142. margin:0px;
  1143. }
  1144.  
  1145. button h2{
  1146. background-color:{color:pre};
  1147. color:{color:italic};
  1148. padding:5px 10px;
  1149. text-align:left;
  1150. border:1px {color:border} solid;
  1151. background:{color:chatone} url('{image:infoimage}'); background-attachment:fixed;
  1152. }
  1153.  
  1154. button h2:hover {
  1155.  
  1156. color:{color:link};
  1157. transition: 0.9s;
  1158. background:{color:pre};
  1159. }
  1160.  
  1161. button:hover {
  1162.  
  1163. }
  1164.  
  1165.  
  1166. /* Style the accordion panel. Note: hidden by default */
  1167. .panel {
  1168. max-height: 0;
  1169. overflow: hidden;
  1170. transition: max-height 0.9s ease-out;
  1171. }
  1172.  
  1173.  
  1174. /* GRID */
  1175.  
  1176. a.selected
  1177. {
  1178. color:{color:italic};
  1179. font-size:12px;
  1180. }
  1181.  
  1182. h2 a.selected
  1183. {
  1184. color:{color:italic};
  1185. font-size:16px;
  1186. }
  1187.  
  1188. #grid {
  1189. position:fixed;
  1190. display:block;
  1191. width:280px;
  1192. transition:0.9s;
  1193. top:-10px;
  1194. right: -132px;
  1195. overflow:scroll;
  1196. height:456px;
  1197.  
  1198. }
  1199.  
  1200.  
  1201.  
  1202.  
  1203. .isotope {
  1204.  
  1205. width:402px;
  1206. min-width:30%;
  1207. position:fixed;
  1208.  
  1209. }
  1210. .grid-item {
  1211. width:50%;
  1212. margin:0px;
  1213. padding:10px;
  1214. box-sizing:border-box;height:240px;
  1215. margin:0px auto;
  1216. }
  1217.  
  1218. .grid-item img{
  1219. max-width:100%;
  1220. height:auto;
  1221. border-radius:5px;
  1222. }
  1223. .grid-item h4 {
  1224. background-attachment:local;
  1225. }
  1226.  
  1227.  
  1228. .tooltip{
  1229. display: inline;
  1230. position: relative;}
  1231.  
  1232. #sort {
  1233. position:fixed;
  1234. z-index:10000000000000000000000000000099999999999999999999999999999999999999;
  1235. margin-top:41px;
  1236. }
  1237.  
  1238. #filters {
  1239. width:120px;
  1240. height:389px;
  1241. margin-top: 6px;
  1242. }
  1243.  
  1244. #filters ul{
  1245. list-style:none;
  1246. padding:0px;
  1247. width:120px;
  1248. text-align:center;
  1249. }
  1250.  
  1251.  
  1252. #filters a{
  1253. padding:10px;
  1254. }
  1255. #filters li{
  1256.  
  1257. padding-bottom:10px;
  1258. float:left;
  1259. margin:0px auto;
  1260. width:120px;
  1261. }
  1262. #filters p{
  1263. clear:both;
  1264. margin-bottom:1px;
  1265. padding-bottom:10px;
  1266. }
  1267.  
  1268. .story
  1269. {transition:0.9s; };
  1270.  
  1271. #filters b {
  1272. }
  1273.  
  1274.  
  1275. #parentgrid
  1276.  
  1277. {
  1278. position: fixed;
  1279. width: 416px;
  1280. left: 600px;
  1281. overflow: scroll;
  1282. top: 160px;
  1283. height: 446px;
  1284. }
  1285.  
  1286. .grid-item label
  1287. {
  1288. color: initial;
  1289. padding: initial;
  1290. margin-bottom: initial;
  1291. text-transform: uppercase;
  1292. text-align: center;
  1293. cursor: pointer;
  1294. box-sizing: border-box;
  1295. display: block;
  1296. width:111.984px;
  1297. background-color:transparent;
  1298. margin-bottom: 5px;
  1299. border: none;
  1300. border-radius: 0px;
  1301. -moz-transition-duration: .9s;
  1302. -webkit-transition-duration: .9s;
  1303. -o-transition-duration: .9s;
  1304. }
  1305. /* GRID */
  1306. </style>
  1307.  
  1308. <body>
  1309.  
  1310. <div id="navpage" class="popup_block">
  1311. <div class="popcontent">
  1312. <div id="purblock"></div>
  1313. <div class="tabslist">
  1314. <h1 style="margin-top:-6px;">* BLOGNAME !</h1>
  1315. <div class="tab">
  1316. <input type="radio" id="tab-1" name="tab-group-1" checked>
  1317. <label for="tab-1"><a>NAV</a></label>
  1318. <div class="content">
  1319. <h4>NAVIGATION</h4>
  1320. <img class="navpic" src="{image:navpic}">
  1321. <div class="linkbutton">
  1322. <a href="link1">Link 1</a>
  1323. <a href="link2">Link 2</a>
  1324. <a href="link3">Link 3</a>
  1325. <a href="link4">Link 4</a>
  1326. <a href="link5">Link 5</a>
  1327. <a href="link6">Link 6</a>
  1328. <a href="link7">Link 7</a>
  1329. <a href="link8">Link 8</a>
  1330. <a href="link9">Link 9</a>
  1331. <p>
  1332. </div>
  1333. <div class="extraspace">
  1334. </p>
  1335. <p>
  1336. </p>
  1337. <p>
  1338. </div>
  1339. <div class="extraspace">
  1340. </p>
  1341. <p>
  1342. </p>
  1343. <p>
  1344. </div>
  1345. <div class="extraspace">
  1346. </p>
  1347. <p>
  1348. </p>
  1349. <p>
  1350. </div>
  1351.  
  1352. </div>
  1353. </div>
  1354. <div class="tab">
  1355. <input type="radio" id="tab-2" name="tab-group-1">
  1356. <label for="tab-2"><a>INBOX</a></label>
  1357. <div class="content">
  1358. <h4> MESSAGES </h4>
  1359. <center>
  1360. <p>
  1361. <iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="90%"></iframe>
  1362. </center>
  1363. <p>
  1364. <h4> SUBMIT </h4>
  1365. <p>
  1366. <center>
  1367. <iframe frameborder="0" height="380" id="submit_form" scrolling="yes" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="90%"></iframe></center>
  1368. <p>
  1369.  
  1370.  
  1371. <div class="extraspace">
  1372. </p>
  1373. <p>
  1374. </p>
  1375. <p>
  1376. </div>
  1377. <div class="extraspace">
  1378. </p>
  1379. <p>
  1380. </p>
  1381. <p>
  1382. </div>
  1383. <div class="extraspace">
  1384. </p>
  1385. <p>
  1386. </p>
  1387. <p>
  1388. </div>
  1389.  
  1390.  
  1391.  
  1392. </div>
  1393. </div>
  1394.  
  1395.  
  1396. <div class="tab">
  1397. <input type="radio" id="tab-3" name="tab-group-1" >
  1398. <label for="tab-3"><a>RULES</a></label>
  1399. <div class="content">
  1400. <h4>RULES</h4>
  1401.  
  1402. <h3>Disclaimer:</h3>
  1403.  
  1404. <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>
  1405.  
  1406.  
  1407. <h4>Category</h4>
  1408.  
  1409.  
  1410.  
  1411. <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>
  1412.  
  1413.  
  1414. <h4>category</h4>
  1415.  
  1416.  
  1417.  
  1418. <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>
  1419.  
  1420.  
  1421. <div class="extraspace">
  1422. </p>
  1423. <p>
  1424. </p>
  1425. <p>
  1426. </div>
  1427. <div class="extraspace">
  1428. </p>
  1429. <p>
  1430. </p>
  1431. <p>
  1432. </div>
  1433. <div class="extraspace">
  1434. </p>
  1435. <p>
  1436. </p>
  1437. <p>
  1438. </div>
  1439.  
  1440. </div>
  1441. </div>
  1442. <div class="tab">
  1443. <input type="radio" id="tab-4" name="tab-group-1" >
  1444. <label for="tab-4" ><a>MUSES</a></label>
  1445. <div class="content">
  1446.  
  1447. <h1 style="position:fixed;width:400px;margin-top:-3px;padding-top: 9px">MUSES</h1>
  1448.  
  1449. <div id="filters" class="option-set clearfix" data-option-key="filter"><div id="sort">
  1450. <p><h4 style="margin-top:-10px;margin-bottom:8px;;
  1451. ">SELECT A CATEGORY</h4>
  1452. <center>
  1453.  
  1454. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  1455.  
  1456.  
  1457. <li>
  1458. <h2 style="font-size:15px; margin:5px;"><a href="#filter" data-option-filter=".story">SHOW ALL</a></h2>
  1459. </li><br>
  1460.  
  1461. <p><b>PRIORITY</b><br>
  1462.  
  1463. <li><a href="#filter" data-option-filter=".primary">PRIMARY</a><br>
  1464. <a href="#filter" data-option-filter=".secondary">SECONDARY</a><br>
  1465. <a href="#filter" data-option-filter=".tertiary">TERTIARY</a><br>
  1466.  
  1467. <a href="#filter" data-option-filter=".testmuse">TEST MUSES</a><br>
  1468. </li>
  1469.  
  1470.  
  1471. <p><b>FANDOM</b><br>
  1472.  
  1473.  
  1474. <li><a href="#filter" data-option-filter=".fandom1">FANDOM 1</a><br>
  1475. <a href="#filter" data-option-filter=".fandom2">FANDOM 2</a><br>
  1476. <a href="#filter" data-option-filter=".fandom3">FANDOM 3</a><br>
  1477. <a href="#filter" data-option-filter=".fandom4">FANDOM 4</a><br>
  1478. <a href="#filter" data-option-filter=".fandom5">FANDOM 5</a><br>
  1479. </li>
  1480.  
  1481. <p><b>GENDER</b><br>
  1482. <li ><a href="#filter" data-option-filter=".male">MALE</a><br>
  1483. <a href="#filter" data-option-filter=".female">FEMALE</a><br>
  1484. <a href="#filter" data-option-filter=".nonbinary">NONBINARY</a></li><br>
  1485.  
  1486. </ul>
  1487. </div>
  1488.  
  1489.  
  1490. </center>
  1491. <section id="parentgrid">
  1492. <div id="grid" class="clearfix">
  1493.  
  1494.  
  1495.  
  1496. <!--- DO NOT REMOBE THE STORY CLASS --->
  1497.  
  1498. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1499. <h4 style="font-size:7px;">
  1500. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1501. MUSE TITLE<br></h4>
  1502. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1503.  
  1504. </div>
  1505.  
  1506.  
  1507.  
  1508.  
  1509. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1510. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1511. MUSE TITLE<br></h4>
  1512. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1513. </div>
  1514.  
  1515.  
  1516.  
  1517.  
  1518. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1519. <h4 style="font-size:7px;">
  1520. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1521. MUSE TITLE<br></h4>
  1522. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1523.  
  1524. </div>
  1525.  
  1526.  
  1527.  
  1528.  
  1529. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1530. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1531. MUSE TITLE<br></h4>
  1532. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1533. </div>
  1534.  
  1535.  
  1536. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1537. <h4 style="font-size:7px;">
  1538. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1539. MUSE TITLE<br></h4>
  1540. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1541.  
  1542. </div>
  1543.  
  1544.  
  1545.  
  1546.  
  1547. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1548. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1549. MUSE TITLE<br></h4>
  1550. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1551. </div>
  1552.  
  1553.  
  1554. <div class="grid-item story primary fandom1 male"><img src="https://via.placeholder.com/150"></img>
  1555. <h4 style="font-size:7px;">
  1556. <a href="#?w=450" rel="museonename" class="poplight"><b>MUSE 1</a></b><br>
  1557. MUSE TITLE<br></h4>
  1558. <span style="font-size:8px;color:{color:italic};text-align:right;">#PRIMARY #FANDOM1 #MALE</span><br>
  1559.  
  1560. </div>
  1561.  
  1562.  
  1563.  
  1564.  
  1565. <div class="grid-item story secondary fandom2 female"><img src="https://via.placeholder.com/150"></img> <h4 style="font-size:7px;">
  1566. <a href="#?w=450" rel="musetwoname" class="poplight"><b>MUSE 2</a></b><br>
  1567. MUSE TITLE<br></h4>
  1568. <span style="font-size:8px;color:{color:italic};text-align:right;">#SECONDARY #FANDOM2 #FEMALE</span><br>
  1569. </div>
  1570.  
  1571.  
  1572. </div>
  1573. </section>
  1574.  
  1575. </div>
  1576. </div>
  1577. </div>
  1578.  
  1579.  
  1580.  
  1581. <div class="tab">
  1582. <input type="radio" id="tab-5" name="tab-group-1" >
  1583. <label for="tab-5"><a>VERSES</a></label>
  1584. <div class="content">
  1585. <h4>VERSES</h4>
  1586.  
  1587.  
  1588. <button class="accordion">
  1589. <h2>VERSE NAME</h2></button> <div class="panel">
  1590. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1591. <b>NAME:</b> <br>
  1592. <b>AGE:</b> <br>
  1593. <b>RESIDENCE:</b> <br>
  1594. <b>STATUS:</b> <br>
  1595.  
  1596. </div>
  1597.  
  1598.  
  1599. Verse Description.</div>
  1600.  
  1601. <button class="accordion">
  1602. <h2>VERSE NAME</h2></button> <div class="panel">
  1603. <div class="shortpic"><img class="right" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1604. <b>NAME:</b> <br>
  1605. <b>AGE:</b> <br>
  1606. <b>RESIDENCE:</b> <br>
  1607. <b>STATUS:</b> <br>
  1608.  
  1609. </div>
  1610.  
  1611.  
  1612. Verse Description.</div>
  1613.  
  1614. <button class="accordion">
  1615. <h2>VERSE NAME</h2></button> <div class="panel">
  1616. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1617. <b>NAME:</b> <br>
  1618. <b>AGE:</b> <br>
  1619. <b>RESIDENCE:</b> <br>
  1620. <b>STATUS:</b> <br>
  1621.  
  1622. </div>
  1623.  
  1624.  
  1625. Verse Description.</div>
  1626.  
  1627. <button class="accordion">
  1628. <h2>VERSE NAME</h2></button> <div class="panel">
  1629. <div class="shortpic"><img class="right" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100.png"><p>
  1630. <b>NAME:</b> <br>
  1631. <b>AGE:</b> <br>
  1632. <b>RESIDENCE:</b> <br>
  1633. <b>STATUS:</b> <br>
  1634.  
  1635. </div>
  1636.  
  1637.  
  1638. Verse Description.</div>
  1639.  
  1640.  
  1641.  
  1642. <script>
  1643. var acc = document.getElementsByClassName("accordion");
  1644. var i;
  1645.  
  1646. for (i = 0; i < acc.length; i++) {
  1647. acc[i].addEventListener("click", function() {
  1648. this.classList.toggle("active");
  1649. var panel = this.nextElementSibling;
  1650. if (panel.style.maxHeight) {
  1651. panel.style.maxHeight = null;
  1652. } else {
  1653. panel.style.maxHeight = panel.scrollHeight + "px";
  1654. }
  1655. });
  1656. }
  1657. </script>
  1658.  
  1659. <div class="extraspace">
  1660. </p>
  1661. <p>
  1662. </p>
  1663. <p>
  1664. </div>
  1665. <div class="extraspace">
  1666. </p>
  1667. <p>
  1668. </p>
  1669. <p>
  1670. </div>
  1671. <div class="extraspace">
  1672. </p>
  1673. <p>
  1674. </p>
  1675. <p>
  1676. </div>
  1677.  
  1678. </div>
  1679. </div>
  1680.  
  1681.  
  1682.  
  1683.  
  1684. <div class="tab">
  1685. <input type="radio" id="tab-6" name="tab-group-1">
  1686. <label for="tab-6"><a>MUN</a></label>
  1687. <div class="content">
  1688. <h4>MUN</h4>
  1689.  
  1690.  
  1691.  
  1692. <div class="longpic"><img class="right" src="{image:munpic}">
  1693.  
  1694. <b>Name: </b>Mun Name Here<br>
  1695. <b>Better Known As: </b>Nicknames Here<br>
  1696. <b>Gender: </b>Gender Identity Here<br>
  1697. <b>Age: </b>Age Here<br>
  1698. <b>Timezone: </b>Timezone Here<br>
  1699. <b>Occupation: </b>Occupation Here<br>
  1700. <b>Activity: </b>Activity Level Here<br>
  1701. <b>Contact: </b>Preferred Contact Info Here<br>
  1702. <b>Discord: </b>Discord Tag Here<br>
  1703. </div>
  1704. <hr>
  1705. <h1>put a quote here!</h1>
  1706. <hr>
  1707. <div class="extraspace">
  1708. </p>
  1709. <p>
  1710. </p>
  1711. <p>
  1712. </div>
  1713. <div class="extraspace">
  1714. </p>
  1715. <p>
  1716. </p>
  1717. <p>
  1718. </div>
  1719. <div class="extraspace">
  1720. </p>
  1721. <p>
  1722. </p>
  1723. <p>
  1724. </div>
  1725.  
  1726. </div>
  1727. </div>
  1728.  
  1729.  
  1730. </div>
  1731.  
  1732. </div>
  1733.  
  1734. </div>
  1735.  
  1736.  
  1737.  
  1738. <div id="sidebar">
  1739.  
  1740. <div id="sidebartext">
  1741.  
  1742. <h1 style="margin-top:14px;">* BLOGNAME !</h1>
  1743. <h3 style="margin-bottom:20px;"> theme by Whitley </h3>
  1744. <h4> this is a h4 </h4>
  1745. 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.
  1746.  
  1747.  
  1748. <h4> you can put stuff in it </h4>
  1749.  
  1750.  
  1751. 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.
  1752.  
  1753. </p>
  1754.  
  1755.  
  1756. <h4>the sidebar scrolls </h4>
  1757. <p>Oh! and the sidebar goes to the max height of the page. As does the container.
  1758.  
  1759.  
  1760. 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.
  1761.  
  1762. 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.
  1763.  
  1764. 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.
  1765.  
  1766. 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.
  1767.  
  1768. 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.
  1769.  
  1770. </p>
  1771.  
  1772. <div class="extraspace">
  1773. </p>
  1774. <p>
  1775. </p>
  1776. <p>
  1777. </div>
  1778. </div>
  1779. </div>
  1780. </center>
  1781. <div id="links">
  1782. <a id="refresh" href="/" title="refresh">✦</a>
  1783. <a id="nav" href="#?w=450" rel="navpage" class="poplight" title="navigate">✦</a>
  1784. {block:NextPage}<a id="pagef" href="{NextPage}" rel="navpage" class="poplight" title="forward">✦</a>{/block:NextPage}
  1785. {block:PreviousPage}<a id="pagep" href="{PreviousPage}" rel="navpage" class="poplight" title="previous">✦</a>{/block:PreviousPage}</div>
  1786.  
  1787.  
  1788.  
  1789.  
  1790. <div id="credit"><a href="http://imbicilite.tumblr.com/" title="theme by whitley">I.</a></div>
  1791. <div id=container>
  1792. <div id="entries">
  1793. {block:posts}
  1794.  
  1795. <div id="posts">
  1796. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1797.  
  1798.  
  1799. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  1800.  
  1801. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1802. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1803.  
  1804. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  1805. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1806.  
  1807. {block:Photoset}<center>{Photoset-400}</center>
  1808. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1809.  
  1810. {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}
  1811.  
  1812. {block:Video}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1813.  
  1814. {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}
  1815.  
  1816.  
  1817. {block:Audio} <div class="audiopic">{block:AlbumArt}
  1818. <img class="right" src="{AlbumArtURL}"></img>{/block:AlbumArt}{AudioPlayerBlack} <div class="musicinfo">{block:TrackName}
  1819. <i>{TrackName}</i>
  1820. {/block:TrackName}{block:Artist}
  1821. -<b> {Artist}</b>
  1822. {/block:Artist}<br> {block:PlayCount}Played <b>{PlayCount}</b> Times{/block:PlayCount} <br></div></div>
  1823. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  1824.  
  1825. <center><div id="info"><div id="info1"> <a href="{Permalink}" title="{TimeAgo} - {NoteCountwithlabel}"><span class="fa fa-link"></span> </a> </div>
  1826. <div id="info2"> <a href="{ReblogURL}" title="reblog"> <span class="fa fa-retweet"></span> </a> </div>
  1827. <div id="info3"> {block:RebloggedFrom}<a title="↺ {ReblogParentName}" href="{ReblogParentURL}" > <span class="fa fa-history"></span> </a>{/block:RebloggedFrom} </div>
  1828. <div id="info4"> {block:ContentSource}
  1829. <a title="src. {SourceTitle}" href="{SourceURL}" target="_blank" title="{SourceTitle}"> <span class="fa fa-rss"></span> </a>
  1830. {/block:ContentSource}</div></center><p>
  1831.  
  1832. <center><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}
  1833. <br /></div></div>
  1834.  
  1835. {/block:Posts}
  1836.  
  1837. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  1838. </div>
  1839. </div></div>
  1840.  
  1841.  
  1842. <!------- filter scripts -------->
  1843.  
  1844. <script src="https://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  1845.  
  1846. <script>
  1847. var $container = $('#grid');
  1848.  
  1849.  
  1850. $( document ).ready(function() {
  1851. var PageLoadFilter = '.story';
  1852. $container.isotope({ filter: PageLoadFilter});
  1853. });
  1854.  
  1855. </script>
  1856.  
  1857. <script type="text/javascript">
  1858.  
  1859.  
  1860. $(function(){
  1861.  
  1862.  
  1863.  
  1864. var $container = $('#grid');
  1865.  
  1866. $container.isotope({
  1867. itemSelector : '.story', percentPosition: true // put true if you use percentage widths, otherwise put false
  1868.  
  1869. });
  1870.  
  1871.  
  1872. var $optionSets = $('#sort .option-set'),
  1873. $optionLinks = $optionSets.find('a');
  1874.  
  1875. $optionLinks.click(function(){
  1876. var $this = $(this);
  1877. // don't proceed if already selected
  1878. if ( $this.hasClass('selected') ) {
  1879. return false;
  1880. }
  1881. var $optionSet = $this.parents('.option-set');
  1882. $optionSet.find('.selected').removeClass('selected');
  1883. $this.addClass('selected');
  1884.  
  1885. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  1886. var options = {},
  1887. key = $optionSet.attr('data-option-key'),
  1888. value = $this.attr('data-option-filter');
  1889. // parse 'false' as false boolean
  1890. value = value === 'false' ? false : value;
  1891. options[ key ] = value;
  1892. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  1893. // changes in layout modes need extra logic
  1894. changeLayoutMode( $this, options )
  1895. } else {
  1896. // otherwise, apply new options
  1897. $container.isotope( options );
  1898. }
  1899.  
  1900. return false;
  1901. });
  1902.  
  1903.  
  1904. });
  1905. </script>
  1906.  
  1907. <!-----end filter scripts------>
  1908. </body>
  1909.  
  1910. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement