Advertisement
manon15

ofgclaxies theme code

Sep 7th, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--╰☆╮BACKGROUND & CODE BY MANON / BUTSCREWMEFIRST / MANONCOMMS╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  27.  
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  30.  
  31.  
  32.  
  33.  
  34. <script type="text/javascript"
  35. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block, .question_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65.  
  66. <!--tabs two script-->
  67. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. $(document).ready(function(){
  70. $(".links_body").hide();
  71. $(".links_head").click(function(){
  72. $(this).next(".links_body").slideToggle("fast");
  73. }); }); </script>
  74. <style type="text/css">
  75. .links_list { margin:0px; padding:0px; width:100%;}
  76. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  77. .links_body { padding:10px; text-align:left; display:none;}
  78. </style>
  79.  
  80. <!-- verses script -->
  81. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  82.  
  83. <!-- Start of StatCounter Code for Tumblr -->
  84. <script type="text/javascript">
  85. var sc_project=10802541;
  86. var sc_invisible=1;
  87. var sc_security="4fab9bff";
  88. var scJsHost = (("https:" == document.location.protocol) ?
  89. "https://secure." : "https://www.");
  90. document.write("<sc"+"ript type='text/javascript' src='" +
  91. scJsHost+
  92. "statcounter.com/counter/counter.js'></"+"script>");
  93. </script>
  94. <noscript><div class="statcounter"><a title="tumblr
  95. statistics" href="https://statcounter.com/tumblr/"
  96. target="_blank"><img class="statcounter"
  97. src="https://c.statcounter.com/10802541/0/4fab9bff/1/"
  98. alt="tumblr statistics"></a></div></noscript>
  99. <!-- End of StatCounter Code for Tumblr -->
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. .popup_block {
  105. display:none;
  106. text-align:justify;
  107. position:fixed;
  108. top:20%; left: 94%;
  109. z-index:9999999999999;
  110. opacity:1;
  111. }
  112.  
  113. .popcont {
  114. left:149px;
  115. top:55px;
  116. width:194px;
  117. height:492px;
  118. padding-right:900px;
  119. position:fixed;
  120. overflow-y:scroll;
  121. overflow-x:hidden;
  122. }
  123.  
  124. *html #fade {position: absolute;}
  125. *html .popup_block {position: absolute;}
  126. #fade {
  127. display:none;
  128. position:fixed;
  129. left:0px;
  130. top:0px;
  131. width:100%;
  132. height:100%;
  133. z-index:999999;
  134. background:#181818;
  135. opacity:.7;
  136. }
  137.  
  138. #headerbar{
  139. left:50%;
  140. top:50%;
  141. margin-left:-50px;
  142. margin-top:13px;
  143. width:400px;
  144. overflow:auto;
  145. text-align:justify;
  146. color:#181818;
  147. font-family:"calibri";
  148. font-size:12px;
  149. }
  150.  
  151. #tabbar{
  152. left:50%;
  153. top:50%;
  154. margin-left:1px;
  155. margin-top:07px;
  156. width:300px;
  157. height:340px;
  158. overflow: auto;
  159. text-align:justify;
  160. color:#9d8903;
  161. font-family:"calibri";
  162. font-size:12px;
  163. }
  164.  
  165. ul#tab, ul#tabs{
  166. list-style-type:none;
  167.  
  168. }
  169. ul#tab li.active {
  170. display:inline-block;
  171. text-align:left;
  172.  
  173. }
  174. ul#tab li {
  175. display:none;
  176. overflow:hidden;
  177.  
  178. }
  179.  
  180. #sidelinks {
  181. z-index: 999999999999999;
  182. width:190px;
  183. top:140px;
  184. left:245px;
  185. position:fixed;
  186. text-align:left;
  187.  
  188. }
  189. ul#tabs li:first {
  190. display:inline-block;
  191. padding:3px;
  192. cursor:pointer;
  193. text-align:right;
  194.  
  195. }
  196. ul#tabs li {
  197. font-family:"calibri";
  198. font-weight:bold;
  199. font-size:8px;
  200. margin-bottom:1px;
  201. z-index: 999999999999;
  202. padding:3px;
  203. width:auto;
  204. cursor:pointer;
  205.  
  206. }
  207. .rules {
  208. height:500px;
  209. width:700px;
  210. position:fixed;
  211. background-image:url('');
  212. background-repeat:no-repeat;
  213. top:50px;
  214. left:300px;
  215. text-align:center;
  216.  
  217. }
  218. .dossier {
  219. height:500px;
  220. width:700px;
  221. position:fixed;
  222. background-image:url('');
  223. background-repeat:no-repeat;
  224. top:50px;
  225. left:300px;
  226. text-align:center;
  227.  
  228. }
  229. .verses {
  230. height:500px;
  231. width:700px;
  232. position:fixed;
  233. background-image:url('');
  234. background-repeat:no-repeat;
  235. top:50px;
  236. left:300px;
  237. text-align:center;
  238.  
  239. }
  240. .relations {
  241. height:500px;
  242. width:700px;
  243. position:fixed;
  244. background-image:url('');
  245. background-repeat:no-repeat;
  246. top:50px;
  247. left:300px;
  248. text-align:center;
  249.  
  250. }
  251. .navigation {
  252. height:500px;
  253. width:700px;
  254. position:fixed;
  255. background-image:url('');
  256. background-repeat:no-repeat;
  257. top:50px;
  258. left:300px;
  259. text-align:center;
  260.  
  261. }
  262. .askbox {
  263. height:420px;
  264. width:400px;
  265. position:fixed;
  266. background-repeat:no-repeat;
  267. top:0px;
  268. left:0px;
  269. text-align:center;
  270.  
  271. }
  272. .poptext {
  273. position:fixed;
  274. overflow-x:hidden;
  275. overflow-y:scroll;
  276. font-family:"roboto";
  277. text-align:left;
  278. font-size:12px;
  279. background-color:#181818;
  280. top:363px;
  281. left:256px;
  282. width:376px;
  283. height:267px;
  284. padding:15px;
  285.  
  286. }
  287.  
  288. /** guidelines **/
  289. #butts1 {
  290. font-size:12px;
  291. margin-left:-95px;
  292. margin-top:415px;
  293. position:fixed;
  294. background-color:#181818;
  295. border-left:1px solid #fff;
  296. background-image:url('');
  297. padding:3px;
  298. transform: rotate(0deg);
  299. -webkit-transform: rotate(0deg);
  300. text-shadow:0px 0px 6px #2d2936;
  301. }
  302.  
  303. #butts1:hover {
  304. text-shadow:0px 0px 6px #2d2936;
  305. -webkit-transition: all 0.8s ease-out;
  306. -moz-transition: all 0.8s ease-out;
  307. transition: all 0.8s ease-out;
  308. -webkit-filter:blur(.8px);
  309. }
  310.  
  311. /** biography **/
  312. #butts2 {
  313. font-size:12px;
  314. margin-left:-95px;
  315. margin-top:445px;
  316. position:fixed;
  317. background-color:#181818;
  318. border-left:1px solid #fff;
  319. background-image:url('');
  320. padding:3px;
  321. transform: rotate(0deg);
  322. -webkit-transform: rotate(0deg);
  323. text-shadow:0px 0px 6px #2d2936;
  324. }
  325.  
  326. #butts2:hover {
  327. text-shadow:0px 0px 6px #2d2936;
  328. -webkit-transition: all 0.8s ease-out;
  329. -moz-transition: all 0.8s ease-out;
  330. transition: all 0.8s ease-out;
  331. -webkit-filter:blur(.8px);
  332. }
  333.  
  334. /** verses **/
  335. #butts3 {
  336. font-size:12px;
  337. margin-left:370px;
  338. margin-top:254px;
  339. position:fixed;
  340. background-color:#181818;
  341. border-right:1px solid #fff;
  342. background-image:url('');
  343. padding:3px;
  344. transform: rotate(0deg);
  345. -webkit-transform: rotate(0deg);
  346. text-shadow:0px 0px 6px #2d2936;
  347. }
  348.  
  349. #butts3:hover {
  350. text-shadow:0px 0px 6px #2d2936;
  351. -webkit-transition: all 0.8s ease-out;
  352. -moz-transition: all 0.8s ease-out;
  353. transition: all 0.8s ease-out;
  354. -webkit-filter:blur(.8px);
  355. }
  356.  
  357. /** relations / mains **/
  358. #butts4 {
  359. font-size:12px;
  360. margin-left:370px;
  361. margin-top:216px;
  362. position:fixed;
  363. background-color:#181818;
  364. border-right:1px solid #fff;
  365. background-image:url('');
  366. padding:3px;
  367. transform: rotate(0deg);
  368. -webkit-transform: rotate(0deg);
  369. text-shadow:0px 0px 6px #2d2936;
  370. }
  371.  
  372. #butts4:hover {
  373. text-shadow:0px 0px 6px #2d2936;
  374. -webkit-transition: all 0.8s ease-out;
  375. -moz-transition: all 0.8s ease-out;
  376. transition: all 0.8s ease-out;
  377. -webkit-filter:blur(.8px);
  378. }
  379.  
  380. /** navigation **/
  381. #butts5 {
  382. font-size:12px;
  383. margin-left:370px;
  384. margin-top:178px;
  385. position:fixed;
  386. background-color:#181818;
  387. border-right:1px solid #fff;
  388. background-image:url('');
  389. padding:3px;
  390. transform: rotate(0deg);
  391. -webkit-transform: rotate(0deg);
  392. text-shadow:0px 0px 6px #2d2936;
  393. }
  394.  
  395. #butts5:hover {
  396. text-shadow:0px 0px 6px #2d2936;
  397. -webkit-transition: all 0.8s ease-out;
  398. -moz-transition: all 0.8s ease-out;
  399. transition: all 0.8s ease-out;
  400. -webkit-filter:blur(.8px);
  401. }
  402.  
  403. #box, ul#tabs li, a {
  404. transition: 0.5s ease;
  405. -o-transition: 0.5s ease;
  406. -moz-transition: 0.5s ease;
  407. -webkit-transition: 0.5s ease;}
  408.  
  409.  
  410.  
  411. #linksys1 {
  412. font-size:40px;
  413. text-shadow:0px 0px 4px #000;
  414. }
  415.  
  416. #linksys1:hover {
  417. text-shadow:0px 0px 4px #000;
  418. }
  419.  
  420.  
  421. #linksys2 {
  422. font-size:40px;
  423. text-shadow:0px 0px 4px #000;
  424. }
  425.  
  426. #linksys2:hover {
  427. text-shadow:0px 0px 4px #000;
  428. }
  429.  
  430.  
  431. .buttons {
  432. border:1px solid #461a1a;
  433. outline:1px dashed #461a1a;
  434. outline-offset:2px;
  435. background:url ('hhttps://i.imgur.com/AcwBr6J.png');
  436. font-family:"roboto";
  437. text-align:center;
  438. font-weight:bold;
  439. display:inline-block;
  440. font-size:10px;
  441. margin:2px;
  442. padding:2px;
  443. width:100px;
  444. }
  445. .buttons:hover {
  446. background-color:#181818;
  447. background:url('https://i.imgur.com/AcwBr6J.png');
  448. color:#fff;
  449. }
  450. .buttons:active {
  451. position:relative;
  452. top:1px;
  453. }
  454.  
  455.  
  456. .question_block{
  457. height:300px;
  458. display: none;
  459. float: left;
  460. position: fixed;
  461. top: 50%; left: 50%;
  462. z-index: 999999999999;
  463. }
  464.  
  465. para {
  466. font-family: 'Prata', serif;
  467. color:#000;
  468. text-shadow:0 0 2px #fff;
  469. font-size:15px;
  470.  
  471. }
  472.  
  473. /*edit scrollbar*/
  474.  
  475. ::-webkit-scrollbar {
  476. width:1px;
  477. }
  478.  
  479. ::-webkit-scrollbar-track {
  480. background:#181818;
  481. }
  482.  
  483. ::-webkit-scrollbar-thumb {
  484. background:#181818;
  485. width:3px;
  486. }
  487.  
  488.  
  489. /*edit the body this is what post text looks like, background color, etc.*/
  490.  
  491. body {
  492. background-image:url("https://i.imgur.com/gjM8KW6.png");
  493. background-position:top left;
  494. background-attachment:fixed;
  495. background-repeat:no-repeat;
  496. margin:0px;
  497. background-color:#181818;
  498. color:#fff;
  499. font-family:"roboto";
  500. text-transform:uppercase;
  501. font-size:16px;
  502. line-height:120%;
  503. overflow-x:hidden;
  504. overflow-y:hidden;
  505. }
  506.  
  507.  
  508. /*edit links*/
  509.  
  510. a {
  511. text-decoration:none;
  512. outline:none;
  513. -moz-outline-style:none;
  514. color:#461a1a;
  515. -moz-transition-duration:0.8s;
  516. -webkit-transition-duration:0.8s;
  517. -o-transition-duration:0.8s;
  518. text-transform:uppercase;
  519. }
  520.  
  521. /*edit link hover*/
  522.  
  523. a:hover {
  524. color:#fff;
  525. outline:none;
  526. -moz-outline--tyle:none;
  527. text-decoration:none;
  528. border-radius: 20px 20px 20px 20px #fff;
  529. -webkit-filter: blur(0px);
  530. }
  531.  
  532. img {
  533. opacity:1;
  534. -webkit-filter: Grayscale(50%);
  535. -webkit-transition-duration: 0.8s;
  536. -moz-transition-duration:0.8s;
  537. transition-duration:0.8s;
  538. -o-transition-duration:0.8s;
  539. -webkit-filter: blur(0px);
  540. border-radius: 20px 20px 20px 20px #000;
  541. }
  542.  
  543. img:hover {
  544. opacity:1;
  545. -webkit-filter: Grayscale(0%);
  546. -webkit-transition: all 0.8s ease-out;
  547. -moz-transition: all 0.8s ease-out;
  548. transition: all 0.8s ease-out;
  549. -webkit-filter: blur(0px);
  550. border-radius: 20px 20px 20px 20px #000;
  551.  
  552. }
  553.  
  554.  
  555. h1 {
  556. width:397px;
  557. font-size:18px;
  558. text-align:center;
  559. font-family:"oswald";
  560. padding-left:0px;
  561. line-height:110%;
  562. letter-spacing:2px;
  563. color:#fff;
  564. text-transform:uppercase;
  565. }
  566.  
  567.  
  568. h2 {
  569. width:397px;
  570. padding-left:0px;
  571. margin-left:4px;
  572. font-size:15px;
  573. text-align:center;
  574. font-family:"Josefin Sans", cursive;
  575. text-transform:lowercase;
  576. line-height:110%;
  577. letter-spacing:2px;
  578. color:#fff;
  579. }
  580.  
  581. h5 {
  582. font-size:15px;
  583. font-family:"Playball", cursive;
  584. text-transform:lowercase;
  585. text-align:center;
  586. margin-top:0px;
  587. margin-bottom:0px;
  588. letter-spacing:2px;
  589. color:#fff;
  590. }
  591.  
  592. h6 {
  593. font-size:14px;
  594. font-family:"Josefin Sans";
  595. border-bottom:1px solid #970000;
  596. text-align:center;
  597. margin-top:0px;
  598. margin-bottom:0px;
  599. letter-spacing:2px;
  600. color:#9b3430;
  601. }
  602.  
  603.  
  604. h3 {
  605. font-size:15px;
  606. text-align:center;
  607. line-height:110%;
  608. letter-spacing:2px;
  609. text-shadow:0px 0px 1px #c501c5;
  610. color:#9b3430;
  611. }
  612.  
  613. h4 {
  614. font-size:15px;
  615. font-family:"Satisfy", cursive;
  616. text-align:center;
  617. line-height:105%;
  618. letter-spacing:2px;
  619. color:#aeb7c2;
  620. }
  621.  
  622. pre {
  623. width:auto;
  624. letter-spacing:1px;
  625. text-align:center;
  626. text-transform:uppercase;
  627. padding:2px;
  628. border-radius:2px;
  629. color:#fff;
  630. font-family:"Oswald";
  631. font-size:12px;
  632. background-color:#130e0d;
  633. background-image:url('https://i.imgur.com/AcwBr6J.png');
  634. border:1px solid #461a1a;
  635. outline:1px dashed #461a1a;
  636. outline-offset:2px;
  637. text-shadow:0px 3px 5px #000;
  638. }
  639.  
  640. hr {
  641. border: 0;
  642. height: 1px;
  643. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  644. margin-bottom:2px;
  645. }
  646.  
  647.  
  648.  
  649. #title {
  650. color:#fff;
  651. font-family:arial;
  652. font-size:16px;
  653. text-transform:lowercase;
  654. font-weight:bold;
  655. letter-spacing:0px;
  656. padding:4px;
  657. margin-top:-20px;
  658. margin-left:-14px;
  659. position:fixed;
  660. text-align:left;
  661. }
  662.  
  663.  
  664. #navi {
  665. float:left;
  666. width:115px;
  667. padding:3px;
  668. }
  669.  
  670. #muses {
  671. width:125px;
  672. float:left;
  673. overflow:auto;
  674. margin:1px 2px;
  675. }
  676.  
  677. .muses text {
  678. height:50px;
  679. overflow:scroll;
  680. }
  681.  
  682.  
  683. @-webkit-keyframes sally{
  684. from {-webkit-filter: blur(0px);}
  685. 60% {-webkit-filter: blur(2px);}
  686. to {-webkit-filter: blur(0px);}
  687. }
  688.  
  689. @-webkit-keyframes countess{
  690. from { -webkit-transform: rotate(0deg)}
  691. to {-webkit-transform: rotate(360deg);}
  692. }
  693.  
  694. /*sidebar links*/
  695.  
  696. .links {
  697. position: fixed;
  698. font-style:none;
  699. font-size:50px;
  700. margin-top:330px;
  701. margin-left:200px;
  702. line-height:100%;
  703. text-align: center;
  704. width:0px;
  705. opacity:1;
  706. margin-right: auto;
  707. transform: rotate(0deg);
  708. -webkit-transform: rotate(0deg);
  709.  
  710. }
  711.  
  712. .links a {
  713. -webkit-filter:blur(0px);
  714. opacity:1;
  715. letter-spacing: 1px;
  716. padding:3px;
  717.  
  718. }
  719.  
  720. .links a:hover {
  721. opacity:1;
  722. }
  723.  
  724. .alinks {
  725. position: fixed;
  726. font-style:none;
  727. font-size:50px;
  728. margin-top:380px;
  729. margin-left:200px;
  730. word-spacing:2px;
  731. line-height: 100%;
  732. text-align: center;
  733. width:0px;
  734. margin-right: auto;
  735. opacity:1;
  736. transform: rotate(0deg);
  737. -webkit-transform: rotate(0deg);
  738.  
  739. }
  740.  
  741. .alinks a {
  742. -webkit-filter:blur(0px);
  743. letter-spacing: 1px;
  744. padding:3px;
  745.  
  746. }
  747.  
  748. .alinks a:hover {
  749. opacity:1;
  750. }
  751.  
  752. .blinks {
  753. position: fixed;
  754. font-style:none;
  755. font-size:50px;
  756. margin-top:430px;
  757. margin-left:200px;
  758. word-spacing:2px;
  759. line-height: 100%;
  760. text-align: center;
  761. width:0px;
  762. margin-right: auto;
  763. opacity:1;
  764. transform: rotate(0deg);
  765. -webkit-transform: rotate(0deg);
  766.  
  767. }
  768.  
  769. .blinks a {
  770. -webkit-filter:blur(0px);
  771. letter-spacing: 1px;
  772. padding:3px;
  773.  
  774. }
  775.  
  776. .blinks a:hover {
  777. opacity:1;
  778. }
  779.  
  780. .clinks {
  781. position: fixed;
  782. font-style:none;
  783. font-size:50px;
  784. margin-top:530px;
  785. margin-left:200px;
  786. word-spacing:2px;
  787. line-height: 100%;
  788. text-align: center;
  789. width:0px;
  790. margin-right: auto;
  791. opacity:1;
  792. transform: rotate(0deg);
  793. -webkit-transform: rotate(0deg);
  794.  
  795. }
  796.  
  797. .clinks a {
  798. -webkit-filter:blur(0px);
  799. letter-spacing: 1px;
  800. padding:3px;
  801.  
  802. }
  803.  
  804. .clinks a:hover {
  805. opacity:1;
  806. }
  807.  
  808. .dlinks {
  809. position: fixed;
  810. font-style:none;
  811. font-size:50px;
  812. margin-top:480px;
  813. margin-left:200px;
  814. word-spacing:2px;
  815. line-height: 100%;
  816. text-align: center;
  817. width:0px;
  818. opacity:1;
  819. margin-right: auto;
  820. transform: rotate(0deg);
  821. -webkit-transform: rotate(0deg);
  822.  
  823. }
  824.  
  825. .dlinks a {
  826. -webkit-filter:blur(0px);
  827. letter-spacing: 1px;
  828. padding:3px;
  829. }
  830.  
  831. .dlinks a:hover {
  832. opacity:1;
  833. }
  834.  
  835.  
  836. /* this is the box that comes up when you hover over something with a title*/
  837.  
  838. #s-m-t-tooltip {
  839. max-height:250px;
  840. letter-spacing:0px;
  841. margin:4px 0px 0px 8px;
  842. font-family:"calibri";
  843. text-transform:auto;
  844. font-size:11px;
  845. text-transform:none;
  846. color:#fff;
  847. background-color:#130e0d;
  848. background-image:url('https://i.imgur.com/AcwBr6J.png');
  849. border:1px solid #461a1a;
  850. outline:1px dashed #461a1a;
  851. outline-offset:2px;
  852. padding: 3px;
  853. z-index:999999999999999999;
  854. -webkit-transition:all 1.5s;
  855. -moz-transition:all 1.5s;
  856. -ms-transition:all 1.5s;
  857. -o-transition:all 1.5s;
  858. transition:all 1.5s;
  859. }
  860.  
  861. /*next page and previous page*/
  862.  
  863. #pagination {
  864. -ms-transform: rotate(0deg); /* IE 9 */
  865. -webkit-transform: rotate(0deg); /* Safari */
  866. transform: rotate(0deg)
  867.  
  868.  
  869. }
  870.  
  871. #pagination a {
  872. -webkit-filter: Grayscale(0%);
  873. -webkit-transition: all 0.8s ease-out;
  874. -moz-transition: all 0.8s ease-out;
  875. transition: all 0.8s ease-out;
  876. -webkit-filter: blur(0px)
  877.  
  878. }
  879.  
  880. #pagination a:hover {
  881. color:#2d2936;
  882. opacity:1;
  883. -webkit-transition: all 0.8s ease-out;
  884. -moz-transition: all 0.8s ease-out;
  885. transition: all 0.8s ease-out;
  886. -webkit-filter:blur(0px);
  887. }
  888.  
  889.  
  890. #container {
  891. position:fixed;
  892. width:405px;
  893. height:297px;
  894. top:363px;
  895. margin-left:256px;
  896. background-color:transparent;
  897. text-align:left;
  898. opacity:1;
  899. overflow-x: hidden;
  900. overflow-y:scroll;
  901. /*-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));*/
  902. }
  903.  
  904.  
  905. #post {
  906. width:400px;
  907. font-size:10px;
  908. line-height:110%;
  909. padding-top:10px;
  910. margin-top:20px;
  911. margin-left:auto;
  912. margin-right:auto;
  913. opacity:1;
  914. -webkit-filter: grayscale(0%);
  915. filter: grayscale(0%);
  916. -webkit-transition: all .5s ease-in-out;
  917. -moz-transition: all .5s ease-in-out;
  918. -o-transition: all .5s ease-in-out;
  919. transition: all .5s ease-in-out;
  920. }
  921.  
  922. #post:hover{
  923. opacity:1;
  924. -webkit-transition: all .5s ease-in-out;
  925. -moz-transition: all .5s ease-in-out;
  926. -o-transition: all .5s ease-in-out;
  927. transition: all .5s ease-in-out;
  928. -webkit-filter: grayscale(0);
  929. filter: grayscale(0);
  930. }
  931.  
  932. #post blockquote {
  933. padding-left:5px;
  934. margin-right:0px;
  935. margin-left:5px;
  936. margin-top:2px;
  937. border-left:1px solid #461a1a;
  938. border-radius:3px;
  939.  
  940. }
  941.  
  942. #post blockquote blockquote {
  943. padding-left:10px;
  944. margin-top:2px;
  945. margin-right:0px;
  946. margin-left:5px;
  947. border-left:1px solid #461a1a;
  948. border-radius:3px;
  949.  
  950. }
  951.  
  952. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  953.  
  954. b, strong {
  955. font-size:25px;
  956. letter-spacing:2px;
  957. font-family:"Permanent Marker";
  958. text-transform:none;
  959. line-height:105%;
  960. color:#461a1a;
  961. text-shadow:0px 0px 0px 1px #fff;
  962. }
  963.  
  964. i, em, italics {
  965. font-size:18px;
  966. font-family:"Clicker Script";
  967. padding-left:1px;
  968. text-transform:none;
  969. color:#655959;
  970. }
  971.  
  972. sup, sub, small {
  973. font-size:13px;
  974. color:#fff;
  975. }
  976.  
  977.  
  978. /*time posted, note count, via and source*/
  979.  
  980. #info {
  981. font-size:16px;
  982. padding:4px 0px 1px 0px;
  983. margin:0px 0px 50px 10px;
  984. letter-spacing:4px;
  985. font-size:22px;
  986. color:#b06777;
  987. text-transform:none;
  988. }
  989.  
  990. #info a {
  991. color:#b06777;
  992. text-shadow:0px 0px 2px #000;
  993. text-transform:none;
  994. }
  995.  
  996. #info a:hover {
  997. color:#151515;
  998. }
  999.  
  1000. #forward {
  1001. opacity:1;
  1002. font-weight:bold;
  1003. font-size:50px;
  1004. color:#fff;
  1005. top:678px;
  1006. margin-left:978px;
  1007. position: fixed;
  1008. font-family:"calibri", sans-serif;
  1009. text-shadow:0px 3px 2px #171b31;
  1010. text-align: left;
  1011. letter-spacing:2px;
  1012. word-spacing:2px;
  1013. transform: rotate(0deg);
  1014. }
  1015.  
  1016. #forward:hover {
  1017. opacity: 1;
  1018. color:#461a1a;
  1019. text-shadow:0px 3px 2px #171b31;
  1020. -webkit-transition: all 0.8s ease-out;
  1021. -moz-transition: all 0.8s ease-out;
  1022. transition: all 0.8s ease-out;
  1023. -webkit-filter:blur(.8px);
  1024. }
  1025.  
  1026. #backward {
  1027. opacity:1;
  1028. font-weight:bold;
  1029. font-size:50px;
  1030. color:#fff;
  1031. top:686px;
  1032. margin-left:200px;
  1033. position: fixed;
  1034. font-family:"calibri", sans-serif;
  1035. text-shadow:0px 3px 2px #171b31;
  1036. text-align: left;
  1037. letter-spacing:2px;
  1038. word-spacing:2px;
  1039. transform: rotate(0deg);
  1040. }
  1041.  
  1042. #backward:hover {
  1043. opacity: 1;
  1044. color:#461a1a;
  1045. text-shadow:0px 3px 2px #171b31;
  1046. -webkit-transition: all 0.8s ease-out;
  1047. -moz-transition: all 0.8s ease-out;
  1048. transition: all 0.8s ease-out;
  1049. -webkit-filter:blur(.8px);
  1050. }
  1051.  
  1052.  
  1053.  
  1054. /*tags*/
  1055.  
  1056. .tags {
  1057. width:310px;
  1058. margin:-52px 0px 0px 55px;
  1059. line-height:115%;
  1060. padding:5px;
  1061. font-size:9px;
  1062. word-break:keep-all;
  1063. text-align:center;
  1064. font-family:"roboto";
  1065. background-color:#130e0d;
  1066. background-image:url('https://i.imgur.com/AcwBr6J.png');
  1067. border:1px solid #461a1a;
  1068. outline:1px dashed #461a1a;
  1069. outline-offset:2px;
  1070. letter-spacing:1px;
  1071. }
  1072.  
  1073. .tags a {
  1074. color:#fff;
  1075. text-shadow:1px 1px 6px #000;
  1076. }
  1077.  
  1078. .tags a:hover {
  1079. color:#151515;
  1080. text-shadow:1px 1px 6px #000;
  1081. letter-spacing:2px;
  1082. }
  1083.  
  1084. .postnote {
  1085. width:275px;
  1086. margin-top:40px;
  1087. font-family:arial;
  1088. text-transform:lowercase;
  1089. font-style:normal;
  1090. letter-spacing:0px;
  1091. font-size:10px;
  1092. text-align:left;
  1093. }
  1094.  
  1095. img {
  1096. -webkit-filter: grayscale(0%);}
  1097.  
  1098. img:hover {
  1099. -webkit-filter: grayscale(0%);}
  1100.  
  1101.  
  1102.  
  1103. /*here go asks*/
  1104.  
  1105. #ask {
  1106. width:400px;
  1107. margin-left:0px;
  1108. margin-top:20px;
  1109. margin-bottom:10px;
  1110. font-size:40px;
  1111. text-align:center;
  1112. font-family:"Sacramento";
  1113. font-style:none;
  1114. text-transform:lowercase;
  1115. line-height:110%;
  1116. color:#461a1a;
  1117. }
  1118.  
  1119. #ask a {
  1120. color:#461a1a;
  1121. text-shadow:0px 1px 1px #000;
  1122. text-transform:lowercase;
  1123. }
  1124.  
  1125. #ask a:hover {
  1126. color:#fff;
  1127. letter-spacing:3px;
  1128. }
  1129.  
  1130. #askheader {
  1131. position:absolute;
  1132. margin-left:28px;
  1133. margin-top:-22px;
  1134. }
  1135.  
  1136. #q {
  1137. width:366px;
  1138. margin-left:5px;
  1139. margin-top:3px;
  1140. padding:10px;
  1141. text-align:center;
  1142. color:#fff;
  1143. font-family:"roboto";
  1144. font-size:12px;
  1145. background-color:#000;
  1146. background-image:url('https://i.imgur.com/AcwBr6J.png');
  1147. border:1px solid #461a1a;
  1148. outline:1px dashed #461a1a;
  1149. outline-offset:2px;
  1150. text-shadow:0px 1px 1px #000;
  1151. }
  1152.  
  1153. #ans {
  1154. text-align:justify;
  1155. margin-top:5px;
  1156. padding:5px;
  1157. }
  1158.  
  1159.  
  1160.  
  1161.  
  1162. .playerbuttonbg {
  1163. position: absolute;
  1164. left: 10px;
  1165. top: 10px;
  1166. width: 18px;
  1167. height: 18px;
  1168. background-color:#fff;
  1169. padding: 10px;
  1170. -webkit-border-radius: 40px;
  1171. -moz-border-radius: 40px;
  1172. border-radius: 40px;
  1173. opacity: .4;
  1174. filter: alpha(opacity=40);
  1175. -moz-opacity: 0.4;
  1176. -khtml-opacity: 0.4;
  1177. transition: opacity .7s ease-in-out;
  1178. -moz-transition: opacity .7s ease-in-out;
  1179. -webkit-transition: opacity .7s ease-in-out;
  1180. }
  1181.  
  1182. .playerbuttonbg:hover {
  1183. opacity: 1;
  1184. filter: alpha(opacity=100);
  1185. -moz-opacity: 1;
  1186. -khtml-opacity: 1;
  1187. }
  1188.  
  1189. .newplayerbutton {
  1190. position: relative;
  1191. width: 19px;height: 19px;
  1192. overflow: hidden;
  1193. }
  1194.  
  1195. .playerbuttonhug {
  1196. position: absolute;
  1197. top: -18px;left: -7px;
  1198. }
  1199.  
  1200. .tumblr_audio_player {
  1201. border:none;
  1202. height: 50px;
  1203. width: 240px;
  1204. margin-left:3px;
  1205. margin-top:3px;
  1206. }
  1207.  
  1208. .audioimgwrapper {
  1209. position: absolute;
  1210. left: 0px;
  1211. top: 0px;
  1212. overflow: hidden;
  1213. width: 60px;
  1214. height: 60px;
  1215. }
  1216.  
  1217. .audioimgwrapper img {
  1218. width: 100%;
  1219. height: auto;
  1220. }
  1221. .trackdetails {
  1222. width: auto;
  1223. display:inline-block;
  1224. margin-left: 90px;
  1225. min-height: 85px;
  1226. }
  1227.  
  1228. .audiowrapper {
  1229. position: relative;
  1230. display:inline-block;
  1231. }
  1232.  
  1233.  
  1234.  
  1235. /* --- UPDATES ---*/
  1236.  
  1237. #updates {
  1238. position:fixed;
  1239. font-size:14px;
  1240. width:195px;
  1241. height:286px;
  1242. top:365px;
  1243. margin-left:733.5px;
  1244. font-size:9px;
  1245. padding:5px;
  1246. overflow:auto;
  1247. text-align:center;
  1248. opacity:1;
  1249. }
  1250.  
  1251. #updates:hover{
  1252. -webkit-transition: all 0.5s ease-in-out;
  1253. -moz-transition: all 0.5s ease-in-out;
  1254. transition: all 0.5s ease-in-out;
  1255. opacity:1;
  1256.  
  1257. }
  1258.  
  1259.  
  1260. /*credit. only change this if you actually make the code your own*/
  1261.  
  1262. #credit {
  1263. position:fixed;
  1264. font-size:14px;
  1265. color:#fff;
  1266. font-weight:none;
  1267. line-height:150%;
  1268. letter-spacing:2px;
  1269. right:20px;
  1270. bottom:7px;
  1271. text-transform:none;
  1272. text-align:center;
  1273. -webkit-transition: all 0.5s ease-in-out;
  1274. -moz-transition: all 0.5s ease-in-out;
  1275. -o-transition: all 0.5s ease-in-out;
  1276. }
  1277.  
  1278. #credit a {
  1279. letter-spacing:2px;
  1280. padding:3px;
  1281. font-family:"Great Vibes", cursive;
  1282. text-transform:none;
  1283. color:#fff;
  1284. }
  1285.  
  1286. #credit a:hover {
  1287. background:#181818;
  1288. color:#fff;
  1289. }
  1290.  
  1291.  
  1292.  
  1293.  
  1294. {CustomCSS}
  1295.  
  1296. }
  1297.  
  1298. </style></head><body>
  1299. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1300. <script src=“https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1301. <script>
  1302. (function($){
  1303. $(document).ready(function(){
  1304. $("a[title]").style_my_tooltips({
  1305. tip_follows_cursor:true,
  1306. tip_delay_time:7,
  1307. tip_fade_speed:7,
  1308. attribute:"title"
  1309. });
  1310. });
  1311. })(jQuery);
  1312. </script>
  1313.  
  1314.  
  1315. <!-- begin updates tab -->
  1316.  
  1317. <div id="updates">
  1318. <b>Lorem ipsum</b>
  1319. <hr width="70%">
  1320. dolor sit amet, consectetur <i>adipiscing elit</i>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad <br>minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor <br>in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur <br>sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim <pre>id est</pre> laborum.
  1321. <b>Lorem ipsum</b>
  1322. <hr width="70%">
  1323. dolor sit amet, consectetur <i>adipiscing elit</i>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad <br>minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor <br>in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur <br>sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim <pre>id est</pre> laborum.
  1324.  
  1325.  
  1326.  
  1327. </center>
  1328.  
  1329.  
  1330.  
  1331. </div>
  1332.  
  1333. <!-- end updates tab -->
  1334.  
  1335.  
  1336.  
  1337. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1338. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1339. <script>
  1340.  
  1341. (function($){
  1342.  
  1343. $(document).ready(function(){
  1344.  
  1345. $("a[title]").style_my_tooltips({
  1346.  
  1347. tip_follows_cursor:true,
  1348.  
  1349. tip_delay_time:50,
  1350.  
  1351. tip_fade_speed:600,
  1352.  
  1353. attribute:"title"
  1354.  
  1355. });
  1356.  
  1357. });
  1358.  
  1359. })(jQuery);
  1360.  
  1361. </script>
  1362.  
  1363.  
  1364.  
  1365. <div class="links">
  1366. <a href="/" title="home."><div id="linksys1">I.</div></a></div>
  1367.  
  1368. <div class="alinks">
  1369. <a href="#?=400" title="inquiries." rel="box1" class="poplight"><div id="linksys2">II.</div></a></div>
  1370.  
  1371. <div class="blinks">
  1372. <a href="/submit" title="submit."><div id="linksys2">III.</div></a></div>
  1373.  
  1374. <div class="dlinks">
  1375. <a href="#?w=400" title="navigation." rel="box3" class="poplight"><div id="linksys2">IV.</div></a></div>
  1376.  
  1377. <div class="clinks">
  1378. <a href="/muses" title="muses."><div id="linksys1">V.</div></a></div>
  1379.  
  1380.  
  1381. </div>
  1382.  
  1383.  
  1384. <div id="pagination">
  1385. {block:Pagination}
  1386. {block:PreviousPage}
  1387. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1388. {/block:PreviousPage}
  1389.  
  1390.  
  1391. {block:NextPage}
  1392. <a href="{NextPage}"><div id="forward">»</div></a>
  1393. {/block:NextPage}
  1394. {/block:Pagination}
  1395. </div>
  1396.  
  1397.  
  1398.  
  1399.  
  1400. </div>
  1401.  
  1402.  
  1403. <div id="container">
  1404. <div id="content">
  1405.  
  1406.  
  1407. {block:Posts}<div id="post">
  1408.  
  1409. {block:Text}
  1410. {block:Title}<h1>{Title}</h1>{/block:Title}
  1411. {Body}
  1412. {/block:Text}
  1413.  
  1414. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1415.  
  1416. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1417.  
  1418. {block:Quote}
  1419. <h2><div style="position:absolute; margin-left:-2px; margin-top:-5px;font-size:35px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);">❛</div>{Quote}</h2>
  1420. <h3>—&nbsp;{Source}</h3>
  1421. {/block:Quote}
  1422.  
  1423. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1424.  
  1425. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1426.  
  1427. {block:AudioPlayer}
  1428. <div class="audiowrapper">
  1429. {block:AlbumArt}
  1430. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1431. {/block:AlbumArt}
  1432.  
  1433. <div class="playerbuttonbg">
  1434. <div class="newplayerbutton">
  1435. <div class="playerbuttonhug">
  1436. {AudioPlayerWhite}
  1437. </div></div></div>
  1438.  
  1439. <div class="trackdetails">
  1440. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1441. {block:Artist}{Artist}{/block:Artist}<br/>
  1442. {PlayCountWithLabel}
  1443. </div></div>
  1444. {block:Caption}{Caption}{/block:Caption}
  1445. {/block:AudioPlayer}
  1446.  
  1447. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1448.  
  1449. {block:Answer}
  1450. <div id="askheader"></div>
  1451. <div id="ask">{Asker}</div>
  1452. <span style="color:#fff;font-size:10px;letter-spacing:2px;"><center>ASKED:</center></span>
  1453. <div id="q">{Question}</div>
  1454. <div id="ans">{Answer}</div>
  1455. {/block:Answer}
  1456.  
  1457. {block:Date}
  1458. <div id="info">
  1459. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:-2px;font-size:15px; margin-top:2px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);text-shadow:0px 0px 6px #2d2936;">I.</a>
  1460. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:16px; margin-top:2px;font-size:15px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);text-shadow:0px 0px 6px #2d2936;">II.</a>
  1461. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:3px; margin-top:18px;font-size:15px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);text-shadow:0px 0px 6px #2d2936;">III.</a>
  1462. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1463. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1464. </div>
  1465. {/block:Date}
  1466.  
  1467.  
  1468. {block:HasTags}
  1469. <div class="tags">
  1470. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1471. {/block:HasTags}
  1472.  
  1473.  
  1474. <div class="postnote">
  1475. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1476. </div>
  1477. </div>
  1478. {/block:Posts}
  1479. </div>
  1480. </div>
  1481. </div>
  1482. </div></div>
  1483.  
  1484.  
  1485.  
  1486.  
  1487. </div></div></div></div>
  1488. </div>
  1489.  
  1490. <div id="credit"><a href="https://manoncomms.tumblr.com" title="CODE & IMAGE BY MANONCOMMS"><big><big>M</big></big></a></div>
  1491.  
  1492. </body>
  1493.  
  1494. </div></div></div></div></div></div></div></div></div></div>
  1495.  
  1496.  
  1497. <div id="box1" class="question_block">
  1498. <div class="askbox"><div class="poptext">
  1499. <p><center><h6>A S K S&nbsp;&nbsp;&nbsp;H E R E</h6></center>
  1500. <p><iframe frameborder="0" border="0" scrolling="yes" width="100%" height="275px" allowtransparency="true" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1501. </div></div></div>
  1502. </div></div></div></div></div></div></div></div></div></div>
  1503.  
  1504.  
  1505. <div id="box3" class="popup_block">
  1506. <div id="sidelinks">
  1507. <ul id="tabs">
  1508. <li class="active"><div id="butts1">GUIDELINES</div></li><li><div id="butts2">BIOGRAPHY</div></li><li><div id="butts3">VERSES</div></li><li><div id="butts4">RELATIONS</div></li><li><div id="butts5">EXTRAS</div></li></ul></div>
  1509. <ul id="tab"><li class="active"><div class="rules">
  1510. <div class="poptext">
  1511. <center>
  1512. <pre>RULE TITLE HERE</pre>
  1513. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1514. <hr>
  1515.  
  1516. <pre>RULE TITLE HERE</pre>
  1517. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1518.  
  1519. <hr>
  1520. <pre>RULE TITLE HERE</pre>
  1521. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1522.  
  1523. <!-- copy from here...-->
  1524. <hr>
  1525. <pre>RULE TITLE HERE</pre>
  1526. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1527. <!-- to here to make a new rule! -->
  1528.  
  1529. </center>
  1530.  
  1531. </li>
  1532.  
  1533. <li><div class="dossier">
  1534. <div class="poptext">
  1535. <center>INSERT YOUR BIO(S) HERE!
  1536. <hr width="60%">
  1537. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1538. <br>
  1539. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1540. <br>
  1541. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1542. </center>
  1543.  
  1544. </li>
  1545.  
  1546. <li>
  1547.  
  1548. <div class="verses">
  1549. <div class="poptext">
  1550. <pre>MAIN UNIVERSES:</pre>
  1551. <!-- VERSE START -->
  1552. <center><img src="https://i.imgur.com/3MXL3vI.png"><br>
  1553. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1554. <center>
  1555. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1556. </center><hr><br>
  1557. <!-- VERSE END -->
  1558.  
  1559. <!-- VERSE START -->
  1560. <center><img src="https://i.imgur.com/cf5mnRK.png"><br>
  1561. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1562. <center>
  1563. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1564. </center><hr><br>
  1565. <!-- VERSE END -->
  1566.  
  1567.  
  1568. <!-- VERSE START -->
  1569. <center><img src="https://i.imgur.com/MDOG8ip.png"><br>
  1570. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1571. <center>
  1572. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1573. </center><hr><br>
  1574. <!-- VERSE END -->
  1575.  
  1576. <br><br><br><br>
  1577.  
  1578. </li>
  1579.  
  1580. <li>
  1581.  
  1582. <div class="relations">
  1583. <div class="poptext">
  1584.  
  1585. <p><img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1586. <p> <a href="INSERT URL WITH HTTP"><b>CHARACTER.</b></a>
  1587. <br>&nbsp; &nbsp; main.
  1588. <p>&nbsp;
  1589.  
  1590. <div align="right">
  1591. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1592. <p><a href="INSERT URL WITH HTTP"> <b>CHARACTER.</b></a>
  1593.  
  1594. <br>exclusive.&nbsp; &nbsp;
  1595. <p>&nbsp;
  1596. </div>
  1597.  
  1598. <img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1599. <p> <a href="INSERT URL WITH HTTP"><b>CHARACTER.</b></a>
  1600.  
  1601. <br>&nbsp; &nbsp; exclusive.
  1602. <p>&nbsp;
  1603.  
  1604. <div align="right">
  1605.  
  1606. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1607. <p><a href="INSERT URL WITH HTTP"> <b>CHARACTER.</b></a>
  1608.  
  1609. <br>exclusive.&nbsp; &nbsp;
  1610. <p>&nbsp;
  1611. </div>
  1612.  
  1613. </li>
  1614.  
  1615. <li>
  1616.  
  1617. <!-- copy from here... -->
  1618. <div class="navigation">
  1619. <div class="poptext">
  1620. <pre>NAVIGATION TITLE</pre>
  1621. <center><a href="/link here" class="buttons">link title</a>
  1622. <a href="/link here" class="buttons">link title</a>
  1623. <a href="/link here" class="buttons">link title</a>
  1624. <a href="/link here" class="buttons">link title</a></center>
  1625. <pre>ANOTHER NAV TITLE</pre>
  1626. <center><a href="/link here" class="buttons">link title</a>
  1627. <a href="/link here" class="buttons">link title</a>
  1628. <a href="/link here" class="buttons">link title</a>
  1629. <a href="/link here" class="buttons">link title</a></center>
  1630.  
  1631. </div>
  1632.  
  1633. </li>
  1634.  
  1635.  
  1636. </ul>
  1637. </div></div></div></div></div></div></div></div></div></div></div></div>
  1638.  
  1639.  
  1640.  
  1641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement