Advertisement
Guest User

HATTERTHEME

a guest
Feb 18th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.82 KB | None | 0 0
  1. <!-- base code by creamsofa, code by roselvn -->
  2.  
  3. <html>
  4. <head>
  5.  
  6.  
  7.  
  8. <script type="text/javascript" src=
  9. "https://ajax.googleapis.com/ajax/libs/jquery/1.4.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. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  43. <script type="text/javascript">
  44. $(document).ready(function(){
  45. $(".links_body").hide();
  46. $(".links_head").click(function(){
  47. $(this).next(".links_body").slideToggle('fast');
  48. }); }); </script>
  49. <style type="text/css">
  50. .links_list { margin:0px; padding:0px; width:100%;}
  51. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  52. .links_body { padding:10px; text-align:left; display:none;}
  53.  
  54.  
  55.  
  56.  
  57. /* GRID */
  58.  
  59. a.selected
  60. {
  61. color:{color:italic};
  62. font-size:12px;
  63. }
  64.  
  65. h2 a.selected
  66. {
  67. color:{color:italic};
  68. font-size:22px;
  69. }
  70.  
  71. #grid {
  72. position:fixed;
  73. display:block;
  74. transition:0.9s;
  75. }
  76.  
  77.  
  78.  
  79.  
  80. .isotope {
  81.  
  82. width:402px;
  83. min-width:30%;
  84. position:fixed;
  85.  
  86. }
  87. .grid-item {
  88. width:33.3333333%;
  89. margin:0px;
  90. padding:10px;
  91. box-sizing:border-box;height:240px;
  92. margin:0px auto;
  93. }
  94.  
  95. .grid-item img{
  96. max-width:100%;
  97. height:auto;
  98. border-radius:5px;
  99. }
  100.  
  101. .tooltip{
  102. display: inline;
  103. position: relative;}
  104.  
  105.  
  106. #filters ul{
  107. list-style:none;
  108. padding:0px;
  109. width:400px;
  110. text-align:center;
  111. }
  112.  
  113.  
  114. #filters a{
  115. padding:10px;
  116. }
  117. #filters li{
  118.  
  119. padding-bottom:10px;
  120. float:left;
  121. margin:0px auto;
  122. width:400px;
  123. }
  124. #filters p{
  125. clear:both;
  126. margin-bottom:1px;
  127. padding-bottom:10px;
  128. }
  129.  
  130. .story
  131. {transition:0.9s; };
  132.  
  133. #filters b {
  134. }
  135.  
  136.  
  137. /* GRID */
  138.  
  139.  
  140. </style>
  141.  
  142. <link rel="stylesheet" href="https://use.typekit.net/ave5mjm.css">
  143.  
  144. <link href="https://fonts.googleapis.com/css?family=Staatliches&display=swap" rel="stylesheet">
  145. <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  146.  
  147.  
  148.  
  149. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  150. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  151. <script>
  152. (function($){
  153. $(document).ready(function(){
  154. $("a[title]").style_my_tooltips({
  155. tip_follows_cursor:true,
  156. tip_delay_time:50,
  157. tip_fade_speed:200,
  158. attribute:"title"
  159. });
  160. });
  161. })(jQuery);
  162. </script>
  163.  
  164.  
  165. <script src="https://kit.fontawesome.com/2b37e2f836.js"></script>
  166.  
  167. <link rel="shortcut icon" href="{Favicon}" />
  168. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  169. <title>{Title}</title>
  170. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  171.  
  172.  
  173. <meta name="color:background" content="#1a1a1a">
  174. <meta name="color:pre" content="#503e60">
  175.  
  176. <meta name="color:text" content="#d4d3cf" />
  177. <meta name="color:link hover" content="#d4d3cf" />
  178. <meta name="color:link" content="#beb5a7" />
  179. <meta name="color:Bold" content="#8a67a8" />
  180. <meta name="color:Italic" content="#8a67a8"/>
  181. <meta name="color:container" content="#1a1a1a" />
  182. <meta name="color:border" content="#8a67a8" />
  183. <meta name="color:outline" content="#a01016" />
  184. <meta name="color:shadow" content="#000000" />
  185. <meta name="color:chatone" content="#3e3e3e" />
  186. <meta name="color:chattwo" content="#313131" />
  187.  
  188. <meta name="image:infoimage" content="https://static.tumblr.com/9b8835f0a391ba8384d3dac11bf74d72/ysybn7l/6ugq5xkpg/tumblr_static_9kxy46z54jcw8sowcs4gg8ss8.png"/>
  189.  
  190. <meta name="image:munpic" content=""/>
  191. <meta name="image:navpic" content="https://i.ibb.co/bgLTJRS/navgif.gif"/>
  192.  
  193. <meta name="image:aboutpic" content="http://placehold.jp/200x250.png"/>
  194.  
  195. <meta name="image:background" content="https://static.tumblr.com/45482aa41ad2088f202f737b43c72d8f/ysybn7l/Lkxq5xkfm/tumblr_static_ec1h8ihdww00og00ocg8wck0w.png"/>
  196. <link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
  197.  
  198.  
  199. </head>
  200.  
  201.  
  202. <style type="text/css">
  203.  
  204.  
  205. .tooltip{
  206. display: inline;
  207. position: relative;}
  208.  
  209.  
  210. iframe.tmblr-iframe {
  211. top:0!important;
  212. right:0!important;
  213. opacity:0;
  214. transform:scale(0.8);
  215. transform-origin:100% 0;
  216. -webkit-transform-origin:100% 0;
  217. -o-transform-origin:100% 0;
  218. -moz-transform-origin:100% 0;
  219. z-index:1000000000000000000888800000000000000000999999999999999999999999999900000000009999
  220. }
  221.  
  222. iframe.tmblr-iframe:hover {
  223. opacity:0.6!important;
  224. -moz-transition-duration:.9s;
  225. -webkit-transition-duration:.9s;
  226. -o-transition-duration:.9s;
  227. }
  228.  
  229. .hcontrols {
  230. position:fixed;
  231. top:0;
  232. right:0;
  233. z-index:999999999;}
  234.  
  235.  
  236. .iframe-controls-container
  237. {;
  238. }
  239.  
  240.  
  241.  
  242. #s-m-t-tooltip {
  243. padding:6px;
  244. width:auto;
  245. max-width:300px;
  246. text-shadow:
  247. 1px 1px 0px #000,
  248. 1px -1px 0px #000,
  249. -1px -1px 0px #000,
  250. -1px 1px 0px #000,
  251. 0px 1px 0px #000,
  252. 0px -1px 0px #000,
  253. 1px 0px 0px #000,
  254. -1px 0px 0px #000,
  255. 0px 0px 5px #000;
  256. 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;
  257.  
  258. z-index:99999999999999999999999999999999999999999999999999999;
  259. transition:0.7s ease-in-out;
  260. -o-transition:0.7s ease-in-out;
  261. -ms-transition:0.7s ease-in-out;
  262. -moz-transition:0.7s ease-in-out;
  263. -webkit-transition:0.7s ease-in-out;
  264. }
  265.  
  266.  
  267.  
  268.  
  269. body {color:{color:text}; background: {color:background} url('{image:background}') no-repeat fixed 0px 0px; font-family:verdana; font-size:11px; line-height:17px; text-align:justify; overflow-x:hidden; }
  270.  
  271. a:link, a:active, a:visited{color: {color:link};text-transform:uppercase; text-decoration:none}
  272.  
  273. a:hover {
  274. color:{color:link hover}; -moz-transition-duration:.9s;
  275. -webkit-transition-duration:.9s;
  276. -o-transition-duration:.9s;}
  277.  
  278. small{font-size:11px}
  279.  
  280. big{font-size:14px}
  281.  
  282. b, strong{color:{color:bold}; text-transform:uppercase; }
  283.  
  284. a{
  285.  
  286. }
  287.  
  288. p b {
  289. font-size:13px;
  290. }
  291.  
  292.  
  293. p i {
  294. font-size:13px;
  295. }
  296.  
  297.  
  298. h1 {font-size:15px;}
  299.  
  300. i, em {color:{color:italic}}
  301.  
  302. p{margin-top:6px; margin-bottom:6px}
  303.  
  304. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:1px dotted {color:outline}}
  305.  
  306. img a{border:none; width:100%;}
  307.  
  308. p {
  309. margin-bottom:15px;
  310. margin-top:5px;
  311. }
  312.  
  313. hr {
  314. width:100%;
  315. margin-top:3px;
  316. margin-bottom:3px;
  317. height:2px;
  318. border:none;
  319. background: {color:chatone} url({image:infoimage});
  320. background-attachment:fixed;
  321. background-repeat:repeat;
  322. }
  323.  
  324.  
  325. h1 {font-size:30px;
  326. font-family: 'Staatliches', cursive;
  327. color: {color:bold}
  328. text-align:center;
  329. text-transform:uppercase;
  330. line-height:100%;
  331. letter-spacing:0px;
  332. text-align:center;
  333. padding-bottom:-10px;
  334. text-shadow:none;}
  335. h2 {text-align:center; font-size:22px;
  336. color:{color:italic};
  337. font-weight:bold;
  338. line-height:100%;
  339. text-align: center;
  340. text-transform:uppercase;
  341. text-shadow: 0px 1px 1px {color:shadow} ;
  342. font-family: 'Staatliches', cursive;
  343. line-height:30px;
  344.  
  345. }
  346.  
  347.  
  348.  
  349. .content img {
  350. max-width:100%;
  351. height:auto;
  352. }
  353.  
  354. h3 {text-align:center; font-size:18px;
  355. font-family: 'georgia', sans-serif;
  356. text-shadow: 0px 1px 1px {color:shadow};
  357. text-align:center;
  358. text-transform:lowercase;
  359. font-style:italic;
  360. line-height:130%;
  361. font-size:14px;
  362. letter-spacing:0px;
  363. padding-bottom:-10px;
  364. color: {color:italic};
  365. }
  366. 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:
  367. 1px 1px 0px #000,
  368. 1px -1px 0px #000,
  369. -1px -1px 0px #000,
  370. -1px 1px 0px #000,
  371. 0px 1px 0px #000,
  372. 0px -1px 0px #000,
  373. 1px 0px 0px #000,
  374. -1px 0px 0px #000,
  375. 0px 0px 5px #000;}
  376. h5 {text-align:center;}
  377. h6 {text-align:center;}
  378.  
  379.  
  380.  
  381.  
  382.  
  383. #container {scrollbar-width: none;
  384. left: 300px;
  385. top:60px;
  386. margin-left:-164px;width: 425px;height:540px; position:fixed;background-color:{color:container};padding-left:3px;outline: 1px solid {color:outline}; outline-offset:3px; }
  387.  
  388.  
  389. #entries { scrollbar-width: none;
  390.  
  391. left: 300px;
  392. top:60px;
  393. margin-left:-164px; text-align: justify;background-color:transparent;width: 423px;height:538px; margin-bottom:0px; position:fixed;overflow:scroll; padding-left:3px; border: 1px solid {color:border};
  394. }
  395.  
  396. #posts p a:hover {font-size:11px; -moz-transition-duration:.9s;
  397. -webkit-transition-duration:.9s;
  398. -o-transition-duration:.9s;}
  399.  
  400.  
  401. ::-webkit-scrollbar {
  402. width: 0px;
  403. background-color: transparent;
  404. }
  405.  
  406. ::-webkit-scrollbar-track {
  407. background-color: transparent
  408. }
  409.  
  410. ::-webkit-scrollbar-thumb {
  411. background-color: transparent;
  412. }
  413.  
  414.  
  415.  
  416.  
  417.  
  418. #posts {margin: 10px 0 60px 0; width: 400px;text-align: justify; padding: 10px;}
  419.  
  420. #posts img {max-width:100%; height:auto;}
  421.  
  422. #sidebar{scrollbar-width: none;
  423. position:fixed; width:206px; background:{color:container}; padding:7px 7px 0px 7px; overflow:scroll; left: 300px; height: 531px;
  424. top:60px;
  425. margin-left: 271px; top:60px; border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset:3px; {color:container}; margin-bottom:40px; font-size:8px;}
  426.  
  427. #purblock{scrollbar-width: none;
  428. position:fixed; width:206px; background:{color:container}; padding:7px 7px 0px 7px; overflow:scroll; left: 300px; height: 531px;
  429. top:0px;
  430. margin-left: 271px; top:60px; border: 1px solid {color:border}; outline: 1px solid {color:outline}; outline-offset:3px; {color:container}; margin-bottom:40px;}
  431.  
  432. #sidebartext
  433.  
  434. {scrollbar-width: none;
  435. position:fixed; width:206px; background:transparent; padding:7px 6px 0px 8px; overflow:scroll; left: 300px; height: 541px;
  436. top:60px;
  437. margin-left: 271px; top:60px;
  438. margin-bottom:100px;
  439.  
  440. }
  441.  
  442.  
  443. .user_1 {
  444.  
  445. background-color:{color:chatone};
  446. border-left:{color:border};
  447. text-align:left; }
  448.  
  449. .user_2 {
  450.  
  451. background-color:{color:chattwo};
  452. border-right:{color:border};
  453. text-align:right;
  454. }
  455.  
  456.  
  457. .chat ol {
  458. line-height:110%;
  459. }
  460.  
  461.  
  462. @-webkit-keyframes scalex{
  463. from {-webkit-transform: scale(1);}
  464. 50% {-webkit-transform: scale(5);}
  465. to {-webkit-transform: scale(1);}
  466. }
  467.  
  468. @-moz-keyframes scale{
  469. from {-webkit-transform: scale(1);}
  470. 50% {-webkit-transform: scale(5);}
  471. to {-webkit-transform: scale(1);}
  472. }
  473.  
  474.  
  475.  
  476.  
  477. #links a
  478. {position: fixed;
  479. top:58px;
  480. -webkit-animation-name: scalex;
  481. -webkit-animation-duration:10s;
  482. -webkit-animation-iteration-count:infinite;
  483. -webkit-animation-timing-function:ease-in-out;
  484. -moz-animation-name: scale;
  485. -moz-animation-duration:10s;
  486. -moz-animation-iteration-count:infinite;
  487. -moz-animation-timing-function:ease-in-out
  488.  
  489. -webkit-animation:spin 4s linear infinite;
  490. -moz-animation:spin 4s linear infinite;
  491. animation:spin 4s linear infinite;
  492. }
  493. /*
  494. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  495. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  496. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  497. */
  498.  
  499.  
  500.  
  501. #refresh {
  502. left: 300px;
  503. margin-left: 256px;
  504. margin-top: -11px;
  505. font-size: 30px;
  506. position: absolute;
  507. z-index: 1000000;
  508.  
  509. }
  510.  
  511. #refresh img {
  512. width:24px;
  513. height:auto;
  514. filter: blur(0);
  515.  
  516.  
  517. -moz-transition-duration:.9s;
  518. -webkit-transition-duration:.9s;
  519. -o-transition-duration:.9s;
  520. }
  521.  
  522. #nav {
  523. left: 300px;
  524. margin-left: 256px;
  525. margin-top: 161px;
  526. font-size:30px;z-index: 1000000;
  527. position:absolute;
  528. }
  529.  
  530. #nav img {
  531. width:24px;
  532. height:auto;
  533. filter: blur(0);
  534.  
  535.  
  536. -moz-transition-duration:.9s;
  537. -webkit-transition-duration:.9s;
  538. -o-transition-duration:.9s;
  539. }
  540.  
  541.  
  542. #pagef {
  543. left: 300px;
  544. margin-top: 364px;
  545. margin-left: 256px;
  546. font-size: 30px;
  547. position: absolute;z-index: 1000000;
  548. }
  549.  
  550. #pagef img {
  551. width:24px;
  552. height:auto;
  553. filter: blur(0);
  554.  
  555.  
  556. -moz-transition-duration:.9s;
  557. -webkit-transition-duration:.9s;
  558. -o-transition-duration:.9s;
  559. }
  560.  
  561. #pagep {
  562. left: 300px;
  563. margin-top: 536px;
  564. margin-left: 256px;
  565. font-size: 30px;z-index: 1000000;
  566. position: absolute;
  567. }
  568.  
  569.  
  570. #pagep img {
  571. width:24px;
  572. height:auto;
  573. filter: blur(0);
  574.  
  575.  
  576.  
  577. -moz-transition-duration:.9s;
  578. -webkit-transition-duration:.9s;
  579. -o-transition-duration:.9s;
  580. }
  581.  
  582.  
  583. #pagep img:hover, #pagef img:hover, #nav img:hover, #refresh img:hover {
  584.  
  585.  
  586. transform: rotate(359deg);
  587.  
  588. -moz-transition-duration:.9s;
  589. -webkit-transition-duration:.9s;
  590. -o-transition-duration:.9s;
  591.  
  592. }
  593.  
  594.  
  595. #links a
  596. {color: {color:outline};
  597. -moz-transition-duration:.9s;
  598. -webkit-transition-duration:.9s;
  599. -o-transition-duration:.9s;
  600.  
  601. }
  602.  
  603. #links a:hover
  604. {color: {color:link hover};
  605. -moz-transition-duration:.9s;
  606. -webkit-transition-duration:.9s;
  607. -o-transition-duration:.9s;
  608.  
  609. }
  610.  
  611.  
  612.  
  613.  
  614. .popup_block{
  615. display:none;
  616. background-image:transparent;
  617. background-repeat: no-repeat;
  618. float:left;
  619. font-family: 'Roboto', sans-serif;
  620. height: 10px;
  621. position:fixed;
  622. z-index: 99999;
  623. overflow-y: scroll;
  624. overflow-x: hidden;
  625.  
  626. }
  627.  
  628.  
  629. *html #fade {position: absolute;}
  630. *html .popup_block {position: absolute;}
  631. #fade {
  632. display:none;
  633. position:fixed;
  634. left:0px;
  635. top:0px;
  636. width:100%;
  637. height:540px;
  638. z-index:9999;
  639. background:{color:background};
  640. opacity:0;
  641. }
  642.  
  643.  
  644. .popcontent {
  645. background: {color:container};
  646. width: 402px;
  647. height:493px;
  648. padding:10px;
  649. top:61px;
  650. left: 300px;
  651. margin-left:-161px;
  652. font-weight:500;
  653. padding-left:12px;
  654. font-size:11px;
  655. position: fixed;
  656. padding-top:35px;
  657. text-align:justify;
  658.  
  659. z-index:1000000000000000000000000000000000000000000000;
  660.  
  661. }
  662.  
  663.  
  664.  
  665.  
  666.  
  667. .tabslist {
  668.  
  669. scrollbar-width: none;
  670. background:transparent;
  671. padding:10px;
  672. font-weight:500;
  673. padding-left:12px;
  674. font-size:11px;
  675. position: fixed;
  676. overflow-y:scroll;
  677. overflow-x:hidden;
  678. padding-top:20px;
  679.  
  680. text-align:justify;
  681. margin-left: 271px;
  682. position:fixed; width:186px; overflow:scroll; left: 300px; height:509px;
  683. top:60px; overflow-x:hidden;
  684. border-left: 6px solid transparent ;border-right: 6px solid transparent;
  685. margin-bottom:0px padding-bottom:0px;
  686.  
  687.  
  688. z-index:100000000000000000000000000000000000000000000; -moz-transition-duration:.9s;
  689. -webkit-transition-duration:.9s;
  690. -o-transition-duration:.9s;}
  691. }
  692. }
  693.  
  694.  
  695. .leftlink {
  696. float:left;
  697. width:75px;
  698. max-width:75px;
  699. text-align:center;
  700. }
  701.  
  702.  
  703.  
  704.  
  705. .rightlink {
  706. float:right;
  707.  
  708. width:75px;
  709. max-width:75px;
  710.  
  711. text-align:center;
  712. }
  713.  
  714.  
  715.  
  716.  
  717.  
  718. #credit{position:fixed; bottom:10px; right:10px; font-size:11px;font-family: 'Pacifico', cursive;;
  719. 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;}
  720.  
  721. #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:
  722. 1px 1px 0px #000,
  723. 1px -1px 0px #000,
  724. -1px -1px 0px #000,
  725. -1px 1px 0px #000,
  726. 0px 1px 0px #000,
  727. 0px -1px 0px #000,
  728. 1px 0px 0px #000,
  729. -1px 0px 0px #000,
  730. 0px 0px 5px #000;}
  731.  
  732. pre { padding-top:6px;
  733. padding:6px;
  734. white-space:pre-wrap;
  735. width:auto;
  736. text-align: center;
  737. word-wrap: break-word;
  738. color:{color:text};
  739. background-color:{color:pre};
  740. border-left:1px solid {color:border};
  741. border-right: 1px solid {color:border};
  742. font-family: 'Montserrat', sans-serif;
  743. text-transform:uppercase;
  744. line-height:100%;
  745. letter-spacing}
  746.  
  747.  
  748. figure {
  749. margin:0px;
  750. }
  751.  
  752.  
  753. .tags
  754. {
  755.  
  756. font-size:8px;
  757. }
  758.  
  759. #info1 {
  760. margin-left:45px;
  761. margin-top:0px;
  762. position:absolute;
  763. font-size:11px;
  764. text-decoration:none;
  765. }
  766.  
  767.  
  768. #info2 {
  769. margin-left:100px;
  770. margin-top:0px;
  771. position:absolute;
  772. font-size:11px;
  773. text-decoration:none;
  774. }
  775.  
  776.  
  777. #info3 {
  778. margin-left:155px;
  779. margin-top:0px;
  780. position:absolute;
  781. font-size:11px;
  782. text-decoration:none;
  783. }
  784.  
  785.  
  786. #info4 {
  787. margin-left:210px;
  788. margin-top:0px;
  789. position:absolute;
  790. font-size:11px;
  791. color:#ddd;
  792. text-decoration:none;
  793. }
  794.  
  795.  
  796. [type=radio]:checked ~ label {
  797. z-index: 2;
  798. color: {color:link hover};
  799.  
  800. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}');
  801. -moz-transition-duration:.9s;
  802. -webkit-transition-duration:.9s;
  803. -o-transition-duration:.9s;
  804. }
  805.  
  806. .tab [type=radio] {
  807. display: none;
  808. }
  809.  
  810. .content {
  811. scrollbar-width: none;
  812.  
  813. background: {color:container};
  814. width: 404px;
  815. overflow-x:hidden;
  816. padding:10px 10px 0px 10px;
  817. left: 300px;
  818. top:61px;
  819. margin-left:-164px;
  820. overflow-y:scroll;
  821. font-weight:500;
  822. padding-left:12px;
  823. font-size:11px;
  824. position: fixed;
  825. padding-top:30px;
  826. padding-bottom:15px;;
  827. text-align:justify;
  828.  
  829. width: 402px;
  830. height:518px;
  831. padding:10px;
  832. left: 300px;
  833. margin-left:-161px;
  834. -moz-transition-duration:.9s;
  835. -webkit-transition-duration:.9s;
  836. -o-transition-duration:.9s;
  837.  
  838. }
  839.  
  840. [type=radio]:checked ~ label ~ .content {
  841. z-index: 1;
  842. }
  843.  
  844.  
  845. .tab {
  846. width:400px;
  847. margin: 0 auto;
  848. margin-bottom:10px;
  849. }
  850.  
  851.  
  852. .tab label {
  853. color: {color:bold};
  854. letter-spacing: 2px;
  855. font-size: 8px;
  856. line-height: 14px;
  857. font-weight: bold;
  858. background-color: {color:container};
  859. width:186px;
  860. padding: 5px;
  861. margin-bottom:4px;
  862. text-transform: uppercase;
  863. text-align: center;
  864. cursor: pointer;
  865. box-sizing:border-box;
  866. display: block;
  867. margin-bottom: 5px;
  868. border: 1px solid {color:container};
  869. border-radius:0px;
  870.  
  871. -moz-transition-duration:.9s;
  872. -webkit-transition-duration:.9s;
  873. -o-transition-duration:.9s;}
  874.  
  875.  
  876. }
  877.  
  878. .tab label:hover {
  879. background: {color:bold};
  880. color:{color:link hover};
  881. font-size: 10px;
  882.  
  883. border: 1px solid {color:border}; border-radius:0px; background: {color:chatone} url('{image:infoimage}'); background-attachment:fixed; -moz-transition-duration:.9s;
  884. -webkit-transition-duration:.9s;
  885. -o-transition-duration:.9s;
  886. }
  887.  
  888.  
  889. .tab a {
  890.  
  891. color;{color:link};
  892. padding:10px;
  893. width:150px;
  894. -moz-transition-duration:.9s;
  895. -webkit-transition-duration:.9s;
  896. -o-transition-duration:.9s;
  897.  
  898. }
  899.  
  900.  
  901.  
  902. .tab a:hover {
  903.  
  904. color;{color:link};
  905. -moz-transition-duration:.9s;
  906. -webkit-transition-duration:.9s;
  907. -o-transition-duration:.2s;
  908.  
  909. }
  910.  
  911.  
  912. ::selection {
  913. background: {color:container};
  914. color: {color:link};/* WebKit/Blink Browsers */
  915. }
  916. ::-moz-selection {
  917. background: {color:container};
  918. color: {color:link};/* WebKit/Blink Browsers */}
  919.  
  920.  
  921.  
  922. .audio{background-color:black; display:block}
  923.  
  924.  
  925. .user_1 .label {color:{color:link}; font-weight:bold}
  926. .user_2 .label {color:{color:link}; font-weight:bold}
  927. .user_3 .label {color:{color:link}; font-weight:bold}
  928.  
  929. ul.chat {
  930. padding:20px 0px
  931. }
  932.  
  933. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  934.  
  935. .notes img{width:10px; position:relative; top:1px}
  936. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  937.  
  938.  
  939. .longpic {
  940.  
  941. font-size:10px;
  942. min-height:250px;
  943. margin-top:15px;
  944. margin-bottom:15px;
  945. overflow:hidden;
  946. }
  947.  
  948. .longpic img {
  949. padding: 0px;
  950. width: 200px;
  951. height: 250px;
  952. border-radius:10%;
  953. text-align:justify;
  954. margin-bottom: 40px;
  955.  
  956. }
  957.  
  958.  
  959.  
  960. .shortpic {
  961.  
  962. font-size:11px;
  963. min-height:100px;
  964. margin-top:15px;
  965. margin-bottom:15px;
  966.  
  967. }
  968.  
  969. .shortpic p{
  970. margin-top:-3px;
  971. line-height:130%;
  972. }
  973.  
  974. .shortpic img {
  975. padding: 0px;
  976. width: 100px;
  977. height: 100px;
  978. border-radius:10%;
  979. text-align:justify;
  980. margin-bottom:13px;
  981. }
  982.  
  983.  
  984.  
  985.  
  986.  
  987. .navpic
  988. {
  989. width:402px;
  990. height:auto;
  991. margin-bottom:15px;
  992. border-radius:20px;
  993. }
  994.  
  995.  
  996. .right
  997. {
  998.  
  999. float:right;
  1000. margin-left: 11px;
  1001. margin-right: 0px;
  1002. }
  1003.  
  1004. .left
  1005. {
  1006. margin-left: 0px;
  1007. margin-right: 11px;
  1008.  
  1009. float:left;
  1010. }
  1011.  
  1012.  
  1013. .right img
  1014. {
  1015.  
  1016. float:right;
  1017. }
  1018.  
  1019.  
  1020. .left img
  1021. {
  1022. float: left;
  1023.  
  1024. }
  1025.  
  1026. #pagination {
  1027.  
  1028.  
  1029.  
  1030.  
  1031. }
  1032.  
  1033. .linkbutton{
  1034. text-align:center;
  1035. text-transform:uppercase;
  1036. font-family:'Roboto', sans-serif;
  1037. font-size:9px;
  1038. margin-bottom:15px;
  1039. }
  1040.  
  1041. .linkbutton a {
  1042. width:112px;
  1043. margin-left:4px;
  1044. margin-right:4px;
  1045. margin-top:4px;
  1046. margin-bottom:8px;
  1047. display:inline-block;
  1048. background-color:{color:pre};
  1049.  
  1050. color:{color:text};
  1051. text-shadow:0px 0px 5px {color:bold};
  1052. padding: 4px;
  1053. line-height:20px;
  1054. margin-top:2px;
  1055. letter-spacing:1px;
  1056. transition-duration: 0.6s;
  1057. border:1px solid {color:border};
  1058. -webkit-transition: .9s ease-in-out;
  1059. -moz-transition: .9s ease-in-out;
  1060. -o-transition: .9s ease-in-out;
  1061. }
  1062.  
  1063. .linkbutton a:hover {
  1064. background:{color:chatone} url('{image:infoimage}');
  1065. background-attachment:fixed; }
  1066.  
  1067.  
  1068.  
  1069. #asker
  1070. {
  1071. min-height:70px;
  1072. padding:00px 20px 0px 20px;
  1073. border:1px solid {color:border};
  1074. outline: 1px solid {color:outline};outline-offset:3px;
  1075. background: {color:chatone} url('{image:infoimage}');background-attachment:fixed;
  1076. background-attachment: fixed;
  1077.  
  1078.  
  1079. }
  1080. #asker a
  1081. { color:{color:bold};
  1082.  
  1083. }
  1084.  
  1085. #asker a:hover
  1086. { color:{color:link hover};
  1087.  
  1088. }
  1089.  
  1090.  
  1091. #answer a
  1092. { color:{color:bold};
  1093.  
  1094. }
  1095.  
  1096. #answer a:hover
  1097. { color:{color:link hover};
  1098.  
  1099. }
  1100.  
  1101. #answer h3
  1102. { padding-bottom:10px;
  1103. margin-top:0px;
  1104. text-align:justify;
  1105. }
  1106. #asker h3
  1107. { color:{color:text};
  1108. text-align:justify;
  1109. }
  1110. #answer
  1111. {
  1112. padding:20px 20px 0px 20px;
  1113.  
  1114. }
  1115.  
  1116.  
  1117. iframe#ask_form {
  1118. min-height:270px;
  1119.  
  1120.  
  1121. }
  1122.  
  1123.  
  1124. #video {
  1125.  
  1126. margin-bottom:15px;
  1127. }
  1128.  
  1129. .audio_player {width: 33px;
  1130. height: 25px;
  1131. overflow: hidden;
  1132. position: relative;
  1133. border-radius:25px;
  1134. z-index: 10000000;}
  1135.  
  1136.  
  1137. .audiopic
  1138. {
  1139. width:100px;
  1140. height:110px;
  1141. border-radius:10px;
  1142. max-width:110px;
  1143. background-color: {color:border};
  1144. border-radius:10px;
  1145.  
  1146. margin-bottom:20px;
  1147. }
  1148.  
  1149. .audiopic img
  1150. {
  1151. border:3px solid transparent;
  1152. border-radius:10px;
  1153. }
  1154.  
  1155.  
  1156. .musicinfo
  1157. {
  1158.  
  1159. position:relative;
  1160. top: 0px;
  1161. left:110px;
  1162. width:295px;
  1163. }
  1164.  
  1165. .extraspace
  1166. {
  1167. padding:10px;
  1168. margin:10px;
  1169.  
  1170. }
  1171.  
  1172.  
  1173. .notes li
  1174. {
  1175. width:400px;}
  1176.  
  1177.  
  1178.  
  1179. ol.notes
  1180. {
  1181. width:400px;}
  1182.  
  1183.  
  1184.  
  1185. input[type='checkbox'] {
  1186. display: none;
  1187. }
  1188.  
  1189.  
  1190. /* Style the buttons that are used to open and close the accordion panel */
  1191. .accordion {
  1192. cursor: pointer;
  1193. width: 100%;
  1194. border: none;
  1195. outline: none;
  1196. transition: 0.9s;
  1197. margin-bottom:-10px;
  1198.  
  1199.  
  1200. font-family: 'Staatliches', cursive;
  1201. }
  1202.  
  1203.  
  1204.  
  1205. .accordion:after {
  1206. content: '+'; /* Unicode character for "plus" sign (+) */
  1207. float: right;
  1208.  
  1209. color:{color:italic};
  1210. font-weight:bold;
  1211. line-height:100%;
  1212. text-transform:uppercase;
  1213. text-shadow: 0px 1px 1px {color:shadow} ;
  1214.  
  1215. line-height:30px;
  1216. font-size:22px;
  1217.  
  1218. margin-right: 5px;
  1219. padding-right:5px;
  1220. margin-top:-54px;
  1221. }
  1222.  
  1223. .active:after {
  1224. content: "-"; /* Unicode character for "minus" sign (-) */
  1225.  
  1226. }
  1227.  
  1228. button {
  1229. background:transparent;
  1230. padding:0px;
  1231. margin:0px;
  1232. }
  1233.  
  1234. button h2{
  1235. background-color:{color:pre};
  1236. color:{color:italic};
  1237. padding:5px 10px;
  1238. text-align:left;
  1239. border:1px {color:border} solid;
  1240. background:{color:chatone} url('{image:infoimage}'); background-attachment:fixed;
  1241. }
  1242.  
  1243. button h2:hover {
  1244.  
  1245. color:{color:link};
  1246. transition: 0.9s;
  1247. background:{color:pre};
  1248. }
  1249.  
  1250. button:hover {
  1251.  
  1252. }
  1253.  
  1254.  
  1255. /* Style the accordion panel. Note: hidden by default */
  1256. .panel {
  1257. max-height: 0;
  1258. overflow: hidden;
  1259. transition: max-height 0.9s ease-out;
  1260. }
  1261.  
  1262.  
  1263.  
  1264. </style>
  1265.  
  1266. <body>
  1267.  
  1268. <div id="navpage" class="popup_block">
  1269. <div class="popcontent">
  1270. <div id="purblock"></div>
  1271. <div class="tabslist">
  1272.  
  1273. <div class="tab">
  1274. <input type="radio" id="tab-2" name="tab-group-1">
  1275. <label for="tab-2"><a>INBOX</a></label>
  1276. <div class="content">
  1277. <h4> MESSAGES </h4>
  1278. <center>
  1279. <p>
  1280. <iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="90%"></iframe>
  1281. </center>
  1282. <p>
  1283. <h4> SUBMIT </h4>
  1284. <p>
  1285. <center>
  1286. <iframe frameborder="0" height="380" id="submit_form" scrolling="yes" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="90%"></iframe></center>
  1287. <p>
  1288.  
  1289.  
  1290. <div class="extraspace">
  1291. </p>
  1292. <p>
  1293. </p>
  1294. <p>
  1295. </div>
  1296. <div class="extraspace">
  1297. </p>
  1298. <p>
  1299. </p>
  1300. <p>
  1301. </div>
  1302. <div class="extraspace">
  1303. </p>
  1304. <p>
  1305. </p>
  1306. <p>
  1307. </div>
  1308.  
  1309.  
  1310.  
  1311. </div>
  1312. </div>
  1313.  
  1314.  
  1315.  
  1316.  
  1317. <div class="tab">
  1318. <input type="radio" id="tab-3" name="tab-group-1" checked>
  1319. <label for="tab-3"><a>RULES</a></label>
  1320. <div class="content">
  1321. <h4>RULES</h4>
  1322.  
  1323. <h3>Disclaimer:</h3>
  1324.  
  1325. <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>
  1326.  
  1327.  
  1328. <h4>Category</h4>
  1329.  
  1330.  
  1331.  
  1332. <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>
  1333.  
  1334.  
  1335. <h4>category</h4>
  1336.  
  1337.  
  1338.  
  1339. <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>
  1340.  
  1341.  
  1342. <div class="extraspace">
  1343. </p>
  1344. <p>
  1345. </p>
  1346. <p>
  1347. </div>
  1348. <div class="extraspace">
  1349. </p>
  1350. <p>
  1351. </p>
  1352. <p>
  1353. </div>
  1354. <div class="extraspace">
  1355. </p>
  1356. <p>
  1357. </p>
  1358. <p>
  1359. </div>
  1360.  
  1361. </div>
  1362. </div>
  1363.  
  1364. <div class="tab">
  1365. <input type="radio" id="tab-4" name="tab-group-1">
  1366. <label for="tab-4"><a>MUSE 1</a></label>
  1367. <div class="content">
  1368. <h4>ABOUT</h4>
  1369.  
  1370.  
  1371. <div class="longpic"><img class="left" src="https://i.ibb.co/5vNqHjK/hattergif.gif">
  1372.  
  1373. <b>Name: </b>Full Muse Name Here<br>
  1374. <b>Better Known As: </b>Nicknames Here<br>
  1375. <b>Gender: </b>Gender Identity Here<br>
  1376. <b>Orientation: </b>Sexual Orientation Here<br>
  1377. <b>Date Of Birth: </b>Birthday Here<br>
  1378. <b>Residence: </b>Location Here<br>
  1379. <b>Occupation: </b>Muse Occupation Here<br>
  1380. <b>Education: </b>Muse Education Level Here<br>
  1381. <b>Class: </b>Muse Economic Class Here<br>
  1382. <b>Spirituality: </b>Muse Spirituality Here<br>
  1383. <b>Virtues: </b>Positive Traits Here<br>
  1384. <b>Vices: </b>Negative Traits Here<br>
  1385. </div>
  1386. <hr>
  1387. <h3>"Put a book excerpt here!"<p>
  1388. <i>-Author's Name</i></i>
  1389. </h3>
  1390.  
  1391. <hr>
  1392. <h1>put a quote here!</h1>
  1393. <hr>
  1394.  
  1395. <h4><p>
  1396. <b>Appearance</b><p> Muse Appearance Here
  1397. <p>
  1398. <b>Habits</b><p> Muse Habits Here
  1399. <p>
  1400. <b>Health</b><p> Muse Health Here
  1401. </h4>
  1402.  
  1403. <hr>
  1404. <h1>put another quote here!</h1>
  1405. <hr>
  1406.  
  1407. <h2>Analysis</h2>
  1408. <div class="linkbutton">
  1409. <a href="Alignment">D&D ALIGNMENT</a>
  1410. <a href="MBTI">MBTI</a>
  1411. <br>
  1412. <a href="Element">Four Elements</a>
  1413. <a href="VisualDNA">VisualDNA</a>
  1414. <a href="ENNEAGRAM">ENNEAGRAM</a>
  1415. <br>
  1416. <a href="Temperament">Temperament</a>
  1417. <a href="Intelligence">Intelligence</a>
  1418. <p>
  1419. </div>
  1420.  
  1421. <hr>
  1422.  
  1423.  
  1424. <h3>SUN IN [SIGN]</h3>
  1425. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100-300x300.png"><p><b>THE SUN: THE NATURAL SELF</b> [SIGN TRAITS GO HERE] 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. 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.
  1426.  
  1427.  
  1428. </div>
  1429. <p>
  1430. <h3>MOON IN [SIGN]</h3>
  1431. <div class="shortpic"><img class="right" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100-300x300.png"><p><b>THE MOON: THE EMOTIONAL SELF</b> [SIGN TRAITS GO HERE] 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. 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.
  1432.  
  1433.  
  1434. </div>
  1435. <p>
  1436. <h3>RISING IN [SIGN]</h3>
  1437. <div class="shortpic"><img class="left" src="https://themcaa.org/wp-content/uploads/2015/12/blogpost-placeholder-100x100-300x300.png"><p><b>THE ASCENDANT: THE PRESENTED SELF</b> [SIGN TRAITS GO HERE] 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. 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.
  1438.  
  1439.  
  1440. </div>
  1441. <p>
  1442. <hr>
  1443. <p>
  1444. <h3>Relatives</h3>
  1445. <center>
  1446. <a title="Mother">Mother</a> |
  1447. <a title="Father">Father</a> |
  1448. <a title="Child">Child</a>
  1449. </center>
  1450. <h3>Connections</h3>
  1451. <center>
  1452. <a title="Boss">Boss</a> |
  1453. <a title="Friend">Friend</a> |
  1454. <a title="Employee">Employee</a>
  1455. </center>
  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. <div class="extraspace">
  1469. </p>
  1470. <p>
  1471. </p>
  1472. <p>
  1473. </div>
  1474.  
  1475.  
  1476. </div>
  1477. </div>
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486. <div class="tab">
  1487. <input type="radio" id="tab-5" name="tab-group-1" >
  1488. <label for="tab-5"><a>VERSES</a></label>
  1489. <div class="content">
  1490. <h4>VERSES</h4>
  1491.  
  1492.  
  1493. <button class="accordion">
  1494. <h2>VERSE NAME</h2></button> <div class="panel">
  1495. <div class="shortpic"><img class="left" src="https://i.ibb.co/HtS2kHX/1.png"><p>
  1496. <b>NAME:</b> <br>
  1497. <b>AGE:</b> <br>
  1498. <b>RESIDENCE:</b> <br>
  1499. <b>STATUS:</b> <br>
  1500.  
  1501. </div>
  1502.  
  1503.  
  1504. Verse Description.</div>
  1505.  
  1506. <button class="accordion">
  1507. <h2>VERSE NAME</h2></button> <div class="panel">
  1508. <div class="shortpic"><img class="right" src="https://i.ibb.co/pzTsW9F/2.png"><p>
  1509. <b>NAME:</b> <br>
  1510. <b>AGE:</b> <br>
  1511. <b>RESIDENCE:</b> <br>
  1512. <b>STATUS:</b> <br>
  1513.  
  1514. </div>
  1515.  
  1516.  
  1517. Verse Description.</div>
  1518.  
  1519. <button class="accordion">
  1520. <h2>VERSE NAME</h2></button> <div class="panel">
  1521. <div class="shortpic"><img class="left" src="https://i.ibb.co/Lk8T0G3/3.png"><p>
  1522. <b>NAME:</b> <br>
  1523. <b>AGE:</b> <br>
  1524. <b>RESIDENCE:</b> <br>
  1525. <b>STATUS:</b> <br>
  1526.  
  1527. </div>
  1528.  
  1529.  
  1530. Verse Description.</div>
  1531.  
  1532. <button class="accordion">
  1533. <h2>VERSE NAME</h2></button> <div class="panel">
  1534. <div class="shortpic"><img class="right" src="https://i.ibb.co/jgQZQ4n/4.png"><p>
  1535. <b>NAME:</b> <br>
  1536. <b>AGE:</b> <br>
  1537. <b>RESIDENCE:</b> <br>
  1538. <b>STATUS:</b> <br>
  1539.  
  1540. </div>
  1541.  
  1542.  
  1543. Verse Description.</div>
  1544.  
  1545.  
  1546.  
  1547. <script>
  1548. var acc = document.getElementsByClassName("accordion");
  1549. var i;
  1550.  
  1551. for (i = 0; i < acc.length; i++) {
  1552. acc[i].addEventListener("click", function() {
  1553. this.classList.toggle("active");
  1554. var panel = this.nextElementSibling;
  1555. if (panel.style.maxHeight) {
  1556. panel.style.maxHeight = null;
  1557. } else {
  1558. panel.style.maxHeight = panel.scrollHeight + "px";
  1559. }
  1560. });
  1561. }
  1562. </script>
  1563.  
  1564. <div class="extraspace">
  1565. </p>
  1566. <p>
  1567. </p>
  1568. <p>
  1569. </div>
  1570. <div class="extraspace">
  1571. </p>
  1572. <p>
  1573. </p>
  1574. <p>
  1575. </div>
  1576. <div class="extraspace">
  1577. </p>
  1578. <p>
  1579. </p>
  1580. <p>
  1581. </div>
  1582.  
  1583. </div>
  1584. </div>
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590. </div>
  1591. </div></div>
  1592.  
  1593.  
  1594.  
  1595. <div id="sidebar">
  1596.  
  1597. <div id="sidebartext">
  1598.  
  1599. <h1> CORE </h1>
  1600. <h3> theme by Whitley </h3>
  1601. <h4> this is a h4 </h4>
  1602. 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.
  1603.  
  1604.  
  1605. <h4> you can put stuff in it </h4>
  1606.  
  1607.  
  1608. 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.
  1609.  
  1610. </p>
  1611.  
  1612.  
  1613. <h4>the sidebar scrolls </h4>
  1614. <p>Oh! and the sidebar goes to the max height of the page. As does the container.
  1615.  
  1616.  
  1617. 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.
  1618.  
  1619. 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.
  1620.  
  1621. 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.
  1622.  
  1623. 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.
  1624.  
  1625. 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.
  1626.  
  1627. </p>
  1628.  
  1629. <div class="extraspace">
  1630. </p>
  1631. <p>
  1632. </p>
  1633. <p>
  1634. </div>
  1635. </div>
  1636. </div>
  1637. </center>
  1638. <div id="links">
  1639. <a id="refresh" href="/" title="refresh"><img src="https://i.ibb.co/yRTbVgT/hat.png"></img></a>
  1640. <a id="nav" href="#?w=450" rel="navpage" class="poplight" title="navigate"><img src="https://i.ibb.co/yRTbVgT/hat.png"></img></a>
  1641. {block:NextPage}<a id="pagef" href="{NextPage}" rel="navpage" class="poplight" title="forward"><img src="https://i.ibb.co/yRTbVgT/hat.png"></img></a>{/block:NextPage}
  1642. {block:PreviousPage}<a id="pagep" href="{PreviousPage}" rel="navpage" class="poplight" title="previous"><img src="https://i.ibb.co/yRTbVgT/hat.png"></img></a>{/block:PreviousPage}</div>
  1643.  
  1644.  
  1645.  
  1646.  
  1647. <div id="credit"><a href="http://imbicilite.tumblr.com/" title="theme by whitley">I.</a></div>
  1648. <div id=container>
  1649. <div id="entries">
  1650. {block:posts}
  1651.  
  1652. <div id="posts">
  1653. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1654.  
  1655.  
  1656. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  1657.  
  1658. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1659. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1660.  
  1661. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  1662. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1663.  
  1664. {block:Photoset}<center>{Photoset-400}</center>
  1665. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1666.  
  1667. {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}
  1668.  
  1669. {block:Video}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1670.  
  1671. {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}
  1672.  
  1673.  
  1674. {block:Audio} <div class="audiopic">{block:AlbumArt}
  1675. <img class="right" src="{AlbumArtURL}"></img>{/block:AlbumArt}{AudioPlayerBlack} <div class="musicinfo">{block:TrackName}
  1676. <i>{TrackName}</i>
  1677. {/block:TrackName}{block:Artist}
  1678. -<b> {Artist}</b>
  1679. {/block:Artist}<br> {block:PlayCount}Played <b>{PlayCount}</b> Times{/block:PlayCount} <br></div></div>
  1680. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  1681.  
  1682. <center><div id="info"><div id="info1"> <a href="{Permalink}" title="{TimeAgo} - {NoteCountwithlabel}"><span class="fa fa-link"></i> </a> </div>
  1683. <div id="info2"> <a href="{ReblogURL}" title="reblog"> <span class="fa fa-retweet"></span> </a> </div>
  1684. <div id="info3"> {block:RebloggedFrom}<a title="↺ {ReblogParentName}" href="{ReblogParentURL}" > <span class="fa fa-history"></span> </a>{/block:RebloggedFrom} </div>
  1685. <div id="info4"> {block:ContentSource}
  1686. <a title="src. {SourceTitle}" href="{SourceURL}" target="_blank" title="{SourceTitle}"> <span class="fa fa-rss"></span> </a>
  1687. {/block:ContentSource}</div></center><p>
  1688.  
  1689. <center><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}
  1690. <br /></div></div>
  1691.  
  1692. {/block:Posts}
  1693.  
  1694. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  1695. </div>
  1696. </div></div>
  1697.  
  1698. <!------- filter scripts -------->
  1699.  
  1700. <script src="https://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
  1701. <script src="https://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  1702.  
  1703.  
  1704.  
  1705. <script type="text/javascript">
  1706.  
  1707.  
  1708. $(function(){
  1709.  
  1710.  
  1711.  
  1712. var $container = $('#grid');
  1713.  
  1714. $container.isotope({
  1715. itemSelector : '.story', percentPosition: true // put true if you use percentage widths, otherwise put false
  1716.  
  1717. });
  1718.  
  1719.  
  1720. var $optionSets = $('#sort .option-set'),
  1721. $optionLinks = $optionSets.find('a');
  1722.  
  1723. $optionLinks.click(function(){
  1724. var $this = $(this);
  1725. // don't proceed if already selected
  1726. if ( $this.hasClass('selected') ) {
  1727. return false;
  1728. }
  1729. var $optionSet = $this.parents('.option-set');
  1730. $optionSet.find('.selected').removeClass('selected');
  1731. $this.addClass('selected');
  1732.  
  1733. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  1734. var options = {},
  1735. key = $optionSet.attr('data-option-key'),
  1736. value = $this.attr('data-option-filter');
  1737. // parse 'false' as false boolean
  1738. value = value === 'false' ? false : value;
  1739. options[ key ] = value;
  1740. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  1741. // changes in layout modes need extra logic
  1742. changeLayoutMode( $this, options )
  1743. } else {
  1744. // otherwise, apply new options
  1745. $container.isotope( options );
  1746. }
  1747.  
  1748. return false;
  1749. });
  1750.  
  1751.  
  1752. });
  1753. </script>
  1754.  
  1755. <!-----end filter scripts------>
  1756.  
  1757.  
  1758. </body>
  1759. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement