Advertisement
manon15

sealedhim jan 2024 theme

Jan 8th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.24 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.  
  12. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  13. -->
  14.  
  15. <head>
  16.  
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <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">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  32.  
  33. <link rel="preconnect" href="https://fonts.googleapis.com">
  34. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  35. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap" rel="stylesheet">
  36.  
  37. <link rel="preconnect" href="https://fonts.googleapis.com">
  38. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  39. <link href="https://fonts.googleapis.com/css2?family=Caveat&family=Parisienne&display=swap" rel="stylesheet">
  40.  
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45. <script>
  46. $(document).ready(function() {
  47. //
  48. $('a.poplight[href^=#]').click(function() {
  49. var popID = $(this).attr('rel'); //Get Popup Name
  50. var popURL = $(this).attr('href'); //Get Popup href to define size
  51. var query= popURL.split('?');
  52. var dim= query[1].split('&');
  53. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  57. //Apply Margin to Popup
  58. $('#' + popID).css({
  59. 'margin-top' : -popMargTop,
  60. 'margin-left' : -popMargLeft
  61. });
  62. $('body').append('<div id="fade"></div>');
  63. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  64. return false;
  65. });
  66. $('a.close, #fade').live('click', function() {
  67. $('#fade , .popup_block, .popup_block2, .popup_block3, .popup_block4, .question_block').fadeOut(function() {
  68. $('#fade, a.close').remove(); //fade them both out
  69. });
  70. return false;
  71. });
  72. });
  73. </script>
  74.  
  75. <!--tabs two script-->
  76. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  77. <script type="text/javascript">
  78. $(document).ready(function(){
  79. $(".links_body").hide();
  80. $(".links_head").click(function(){
  81. $(this).next(".links_body").slideToggle("fast");
  82. }); }); </script>
  83. <style type="text/css">
  84. .links_list { margin:0px; padding:0px; width:100%;}
  85. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  86. .links_body { padding:10px; text-align:left; display:none;}
  87. </style>
  88.  
  89. <!-- verses script -->
  90. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  91.  
  92. <!-- Start of StatCounter Code for Tumblr -->
  93. <script type="text/javascript">
  94. var sc_project=10802541;
  95. var sc_invisible=1;
  96. var sc_security="4fab9bff";
  97. var scJsHost = (("https:" == document.location.protocol) ?
  98. "https://secure." : "https://www.");
  99. document.write("<sc"+"ript type='text/javascript' src='" +
  100. scJsHost+
  101. "statcounter.com/counter/counter.js'></"+"script>");
  102. </script>
  103. <noscript><div class="statcounter"><a title="tumblr
  104. statistics" href="https://statcounter.com/tumblr/"
  105. target="_blank"><img class="statcounter"
  106. src="https://c.statcounter.com/10802541/0/4fab9bff/1/"
  107. alt="tumblr statistics"></a></div></noscript>
  108. <!-- End of StatCounter Code for Tumblr -->
  109.  
  110. <style type="text/css">
  111.  
  112.  
  113. .popup_block {
  114. display:none;
  115. text-align:justify;
  116. position:fixed;
  117. top:20%; left: 94%;
  118. z-index:9999999999999;
  119. opacity:1;
  120. }
  121.  
  122. .popcont {
  123. left:309px;
  124. top:-50px;
  125. width:194px;
  126. height:492px;
  127. padding-right:900px;
  128. position:fixed;
  129. overflow-y:scroll;
  130. overflow-x:hidden;
  131. }
  132.  
  133. .popup_block2{
  134. display:none;
  135. float:left;
  136. background-image:url('');
  137. background-color: #f2c6c9;
  138. height:500px;
  139. position:fixed;
  140. top:50%; left: 50%;
  141. z-index:9999999999999;
  142. opacity:1;
  143. }
  144.  
  145. .popup_block3{
  146. display:none;
  147. float:left;
  148. background-image:url('');
  149. background-color: #f2c6c9;
  150. height:500px;
  151. position:fixed;
  152. top:50%; left: 50%;
  153. z-index:9999999999999;
  154. opacity:1;
  155. }
  156.  
  157. .popup_block4{
  158. display:none;
  159. float:left;
  160. background-image:url('');
  161. background-color: #f2c6c9;
  162. height:500px;
  163. position:fixed;
  164. top:50%; left: 50%;
  165. z-index:9999999999999;
  166. opacity:1;
  167. }
  168.  
  169. *html #fade {position: absolute;}
  170. *html .popup_block {position: absolute;}
  171. #fade {
  172. display:none;
  173. position:fixed;
  174. left:0px;
  175. top:0px;
  176. width:100%;
  177. height:100%;
  178. z-index:999999;
  179. background:#3d2f1d;
  180. opacity:.5;
  181. }
  182.  
  183.  
  184.  
  185. #headerbar{
  186. left:50%;
  187. top:50%;
  188. margin-left:-150px;
  189. margin-top:13px;
  190. width:400px;
  191. overflow:auto;
  192. text-align:justify;
  193. color:#3d2f1d;
  194. font-family:"calibri";
  195. font-size:12px;
  196. }
  197.  
  198. #tabbar{
  199. left:50%;
  200. top:50%;
  201. margin-left:1px;
  202. margin-top:07px;
  203. width:300px;
  204. height:340px;
  205. overflow: auto;
  206. text-align:justify;
  207. color:#3d2f1d;
  208. font-family:"calibri";
  209. font-size:12px;
  210. }
  211.  
  212. ul#tab, ul#tabs{
  213. list-style-type:none;
  214.  
  215. }
  216. ul#tab li.active {
  217. display:inline-block;
  218. text-align:left;
  219.  
  220. }
  221. ul#tab li {
  222. display:none;
  223. overflow:hidden;
  224.  
  225. }
  226.  
  227. #sidelinks {
  228. z-index: 999999999999999;
  229. width:190px;
  230. top:1px;
  231. left:245px;
  232. position:fixed;
  233. text-align:left;
  234.  
  235. }
  236. ul#tabs li:first {
  237. display:inline-block;
  238. padding:3px;
  239. cursor:pointer;
  240. text-align:right;
  241.  
  242. }
  243. ul#tabs li {
  244. font-family:"calibri";
  245. font-weight:bold;
  246. font-size:8px;
  247. margin-bottom:1px;
  248. z-index: 999999999999;
  249. padding:3px;
  250. width:auto;
  251. cursor:pointer;
  252.  
  253. }
  254.  
  255. .rules {
  256. height:500px;
  257. width:700px;
  258. position:fixed;
  259. background-image:url('');
  260. background-repeat:no-repeat;
  261. top:1px;
  262. left:300px;
  263. text-align:center;
  264.  
  265. }
  266. .muselist {
  267. height:500px;
  268. width:700px;
  269. position:fixed;
  270. background-image:url('');
  271. background-repeat:no-repeat;
  272. top:50px;
  273. left:300px;
  274. text-align:center;
  275.  
  276. }
  277. .verses {
  278. height:500px;
  279. width:700px;
  280. position:fixed;
  281. background-image:url('');
  282. background-repeat:no-repeat;
  283. top:50px;
  284. left:300px;
  285. text-align:center;
  286.  
  287. }
  288. .relations {
  289. height:500px;
  290. width:700px;
  291. position:fixed;
  292. background-image:url('');
  293. background-repeat:no-repeat;
  294. top:50px;
  295. left:300px;
  296. text-align:center;
  297.  
  298. }
  299. .navigation {
  300. height:500px;
  301. width:700px;
  302. position:fixed;
  303. background-image:url('');
  304. background-repeat:no-repeat;
  305. top:50px;
  306. left:300px;
  307. text-align:center;
  308.  
  309. }
  310. .askbox {
  311. height:420px;
  312. width:400px;
  313. position:fixed;
  314. background-repeat:no-repeat;
  315. top:0px;
  316. left:0px;
  317. text-align:center;
  318.  
  319. }
  320.  
  321. /*for 1 popup with all sections*/
  322. .poptext {
  323. float: left;
  324. position:absolute;
  325. overflow-x:hidden;
  326. overflow-y:scroll #3d2f1d;
  327. font-family:"roboto";
  328. text-align:left;
  329. font-size:12px;
  330. background-color:#d2bda7;
  331. top:63px;
  332. left:700px;
  333. width:378px;
  334. height:519px;
  335. padding:15px;
  336.  
  337. }
  338.  
  339. #text {
  340. top:50%;
  341. left:50%;
  342. float: left;
  343. position:absolute;
  344. margin-top:50px;
  345. margin-left:447px;
  346. width:270px;
  347. height:200px;
  348. overflow:scroll;
  349. text-align:center;
  350. font-family:"calibri";
  351. font-size:10px;
  352. color:#fff;
  353. background:#d2bda7;
  354. }
  355.  
  356. #heading {
  357. position:fixed;
  358. top:50%;
  359. left:50%;
  360. margin-top:-22px;
  361. text-align:left;
  362. margin-left:0px;
  363. font-family:"prata";
  364. font-size:40px;
  365. color:#fff;
  366. background:#d2bda7;
  367. text-shadow: 0px 0px 14px #fff;
  368. }
  369.  
  370. /*FOR SINGULAR POPUPS; DOSSIER*/
  371. #poptext {
  372. float: left;
  373. position:absolute;
  374. overflow-x:hidden;
  375. overflow-y:scroll #3d2f1d;
  376. margin-top:10px;
  377. margin-left:6px;
  378. width:484px;
  379. height:481px;
  380. font-family:'calibri';
  381. border:1px solid #000;
  382. font-size:12px;
  383. text-align:JUSTIFY;
  384. background-color:#000;
  385. opacity:.8;
  386. background-image:url('');
  387. }
  388.  
  389. /*FOR SINGULAR POPUPS; NAVIGATION*/
  390. #poptext2 {
  391. float: left;
  392. position:absolute;
  393. overflow-x:hidden;
  394. overflow-y:scroll #3d2f1d;
  395. margin-top:10px;
  396. margin-left:5px;
  397. width:685px;
  398. height:481px;
  399. font-family:'calibri';
  400. border:1px solid #000;
  401. color:#fff;
  402. font-size:12px;
  403. text-align:JUSTIFY;
  404. background-color:#f2c6c9;
  405. opacity:.8;
  406. background-image:url('');
  407. }
  408.  
  409. /** guidelines **/
  410. #butts1 {
  411. font-size:12px;
  412. margin-left:-250px;
  413. margin-top:415px;
  414. position:fixed;
  415. border:1px solid #d5b09b;
  416. background-color:#3d2f1d;
  417. background-image:url('');
  418. padding:3px;
  419. transform: rotate(0deg);
  420. -webkit-transform: rotate(0deg);
  421. text-shadow:0px 0px 6px #2d2936;
  422. }
  423.  
  424. #butts1:hover {
  425. text-shadow:0px 0px 6px #2d2936;
  426. -webkit-transition: all 0.8s ease-out;
  427. -moz-transition: all 0.8s ease-out;
  428. transition: all 0.8s ease-out;
  429. -webkit-filter:blur(.8px);
  430. }
  431.  
  432. /** biography or character page **/
  433. #butts2 {
  434. font-size:12px;
  435. margin-left:-250px;
  436. margin-top:445px;
  437. position:fixed;
  438. background-color:#3d2f1d;
  439. border:1px solid #d5b09b;
  440. background-image:url('');
  441. padding:3px;
  442. transform: rotate(0deg);
  443. -webkit-transform: rotate(0deg);
  444. text-shadow:0px 0px 6px #2d2936;
  445. }
  446.  
  447. #butts2:hover {
  448. text-shadow:0px 0px 6px #2d2936;
  449. -webkit-transition: all 0.8s ease-out;
  450. -moz-transition: all 0.8s ease-out;
  451. transition: all 0.8s ease-out;
  452. -webkit-filter:blur(.8px);
  453. }
  454.  
  455. /** verses **/
  456. #butts3 {
  457. font-size:12px;
  458. margin-left:-170px;
  459. margin-top:360px;
  460. position:fixed;
  461. background-color:#3d2f1d;
  462. border:1px solid #d5b09b;
  463. background-image:url('');
  464. padding:3px;
  465. transform: rotate(0deg);
  466. -webkit-transform: rotate(0deg);
  467. text-shadow:0px 0px 6px #2d2936;
  468. }
  469.  
  470. #butts3:hover {
  471. text-shadow:0px 0px 6px #2d2936;
  472. -webkit-transition: all 0.8s ease-out;
  473. -moz-transition: all 0.8s ease-out;
  474. transition: all 0.8s ease-out;
  475. -webkit-filter:blur(.8px);
  476. }
  477.  
  478. /** relations / mains **/
  479. #butts4 {
  480. font-size:12px;
  481. margin-left:-120px;
  482. margin-top:394px;
  483. position:fixed;
  484. background-color:#3d2f1d;
  485. border:1px solid #d5b09b;
  486. background-image:url('');
  487. padding:3px;
  488. transform: rotate(0deg);
  489. -webkit-transform: rotate(0deg);
  490. text-shadow:0px 0px 6px #2d2936;
  491. }
  492.  
  493. #butts4:hover {
  494. text-shadow:0px 0px 6px #2d2936;
  495. -webkit-transition: all 0.8s ease-out;
  496. -moz-transition: all 0.8s ease-out;
  497. transition: all 0.8s ease-out;
  498. -webkit-filter:blur(.8px);
  499. }
  500.  
  501. /** navigation **/
  502. #butts5 {
  503. font-size:12px;
  504. margin-left:-120px;
  505. margin-top:424px;
  506. position:fixed;
  507. background-color:#3d2f1d;
  508. border:1px solid #d5b09b;
  509. background-image:url('');
  510. padding:3px;
  511. transform: rotate(0deg);
  512. -webkit-transform: rotate(0deg);
  513. text-shadow:0px 0px 6px #2d2936;
  514. }
  515.  
  516. #butts5:hover {
  517. text-shadow:0px 0px 6px #2d2936;
  518. -webkit-transition: all 0.8s ease-out;
  519. -moz-transition: all 0.8s ease-out;
  520. transition: all 0.8s ease-out;
  521. -webkit-filter:blur(.8px);
  522. }
  523.  
  524. #box, ul#tabs li, a {
  525. font-size:15px;
  526. text-transform:uppercase;
  527. transition: 0.5s ease;
  528. -o-transition: 0.5s ease;
  529. -moz-transition: 0.5s ease;
  530. -webkit-transition: 0.5s ease;}
  531.  
  532.  
  533.  
  534. #linksys1 {
  535. font-size:40px;
  536. text-shadow:0px 0px 4px #000;
  537. }
  538.  
  539. #linksys1:hover {
  540. text-shadow:0px 0px 4px #000;
  541. }
  542.  
  543.  
  544. #linksys2 {
  545. font-size:40px;
  546. text-shadow:0px 0px 4px #000;
  547. }
  548.  
  549. #linksys2:hover {
  550. text-shadow:0px 0px 4px #000;
  551. }
  552.  
  553.  
  554. .buttons {
  555. display:inline-block;
  556. width:100px;
  557. font-size:13px;
  558. text-decoration: underline;
  559. border:1px solid #6a7667;
  560. margin:12px;
  561. margin-left:42px;
  562. padding:-15px;
  563. text-align:center;
  564. text-decoration:none;
  565. }
  566.  
  567. .buttons:hover {
  568. background:url('https://i.imgur.com/yBIVBmX.png');
  569. text-decoration:underline;
  570.  
  571. }
  572.  
  573.  
  574.  
  575. .question_block{
  576. height:300px;
  577. display: none;
  578. float: left;
  579. position: fixed;
  580. top: 50%; left: 50%;
  581. z-index: 999999999999;
  582. }
  583.  
  584. para {
  585. font-family: 'Prata', serif;
  586. color:#d5ccc0;
  587. text-shadow:0 0 2px #fff;
  588. font-size:15px;
  589.  
  590. }
  591.  
  592. /*edit scrollbar*/
  593.  
  594. ::-webkit-scrollbar {
  595. width:1px;
  596. }
  597.  
  598. ::-webkit-scrollbar-track {
  599. background:#3d2f1d;
  600. }
  601.  
  602. ::-webkit-scrollbar-thumb {
  603. background:#3d2f1d;
  604. width:3px;
  605. }
  606.  
  607.  
  608. /*edit the body this is what post text looks like, background color, etc.*/
  609.  
  610. body {
  611. background-image:url("https://i.imgur.com/vNuc56t.png");
  612. background-position:top left;
  613. background-attachment:fixed;
  614. background-repeat:no-repeat;
  615. margin:0px;
  616. background-color:#2e2e2e;
  617. color:#fff;
  618. font-family:"Oswald",serif;
  619. font-size:22px;
  620. line-height:120%;
  621. overflow-x:hidden;
  622. overflow-y:hidden #d6c7ae;
  623. }
  624.  
  625.  
  626. /*edit links*/
  627.  
  628. /*title*/
  629. h1 {
  630. width:497px;
  631. font-size:24px;
  632. text-align:center;
  633. font-family:"Calibri",serif;
  634. padding-left:0px;
  635. line-height:110%;
  636. letter-spacing:2px;
  637. color:#AD876E;
  638. text-transform:UPPERCASE;
  639. }
  640.  
  641. /*for quotes*/
  642. h2 {
  643. width:497px;
  644. padding-left:0px;
  645. margin-left:4px;
  646. font-size:25px;
  647. text-align:center;
  648. font-family:"Engagement", cursive;
  649. text-transform:lowercase;
  650. line-height:110%;
  651. letter-spacing:2px;
  652. color:#795742;
  653. text-shadow: 1px 1px 1px #000;
  654. font-weight:bold;
  655. }
  656.  
  657. /*ask popup font*/
  658. h6 {
  659. font-size:22px;
  660. font-family:"Calibri", cursive;
  661. border-bottom:1px solid #6a7667;
  662. text-align:center;
  663. margin-top:0px;
  664. margin-bottom:0px;
  665. line-height:115%;
  666. letter-spacing:2px;
  667. color:#63638d;
  668. }
  669.  
  670. /*person/entity who said quote*/
  671. h3 {
  672. font-size:18px;
  673. text-align:center;
  674. font-family:"Oswald", serif;
  675. color:#648c53;
  676. line-height:110%;
  677. letter-spacing:2px;
  678. }
  679.  
  680. /*links on blog to diff pages*/
  681. h4 {
  682. font-size:22px;
  683. font-family:"Oswald",serif
  684. text-transform:uppercase;
  685. text-align:center;
  686. line-height:105%;
  687. letter-spacing:2px;
  688. color:#743E28;
  689. }
  690.  
  691. /*a links*/
  692. h5 {
  693. font-size:24px;
  694. font-family:"Oswald",serif;
  695. text-transform:uppercase;
  696. text-align:center;
  697. line-height:105%;
  698. letter-spacing:2px;
  699. color:#821d21;
  700. }
  701. /*for popup titles*/
  702. h7 {
  703. font-size:60px;
  704. font-family:"Rouge Script";
  705. text-transform:none;
  706. text-align:center;
  707. line-height:105%;
  708. letter-spacing:2px;
  709. color:#000;
  710. }
  711.  
  712.  
  713. p {
  714. font-size:14px;
  715. color:#fff;
  716. }
  717.  
  718. /*edit link hover*/
  719.  
  720.  
  721. a {
  722. text-decoration:none;
  723. outline:none;
  724. -moz-outline-style:none;
  725. color:#fff;
  726. -moz-transition-duration:0.8s;
  727. -webkit-transition-duration:0.8s;
  728. -o-transition-duration:0.8s;
  729. text-transform:uppercase;
  730. }
  731.  
  732. /*edit link hover*/
  733.  
  734. a:hover {
  735. color:#821d21;
  736. outline:none;
  737. -moz-outline--tyle:none;
  738. text-decoration:none;
  739. border-radius: 20px 20px 20px 20px #fff;
  740. -webkit-filter: blur(0px);
  741. }
  742.  
  743.  
  744. img {
  745. opacity:1;
  746. -webkit-filter: Grayscale(50%);
  747. -webkit-transition-duration: 0.8s;
  748. -moz-transition-duration:0.8s;
  749. transition-duration:0.8s;
  750. -o-transition-duration:0.8s;
  751. -webkit-filter: blur(0px);
  752. border-radius: 20px 20px 20px 20px #000;
  753. }
  754.  
  755. img:hover {
  756. opacity:1;
  757. -webkit-filter: Grayscale(0%);
  758. -webkit-transition: all 0.8s ease-out;
  759. -moz-transition: all 0.8s ease-out;
  760. transition: all 0.8s ease-out;
  761. -webkit-filter: blur(0px);
  762. border-radius: 20px 20px 20px 20px #000;
  763.  
  764. }
  765.  
  766. pre {
  767. width:auto;
  768. letter-spacing:1px;
  769. text-align:center;
  770. text-transform:uppercase;
  771. padding:2px;
  772. border-radius:2px;
  773. color:#fff;
  774. font-family:"roboto";
  775. font-size:12px;
  776. background-image:url('https://i.imgur.com/yBIVBmX.png');
  777. border:1px solid #743E28;
  778. outline:1px dashed #743E28;
  779. outline-offset:1.5px;
  780. }
  781.  
  782. hr {
  783. border: 0;
  784. height: 1px;
  785. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  786. margin-bottom:2px;
  787. }
  788.  
  789.  
  790.  
  791. #title {
  792. color:#821d21;
  793. font-family:"oswald", serif;
  794. font-size:16px;
  795. text-transform:lowercase;
  796. font-weight:bold;
  797. letter-spacing:0px;
  798. padding:4px;
  799. margin-top:-20px;
  800. margin-left:-14px;
  801. position:fixed;
  802. text-align:left;
  803. }
  804.  
  805.  
  806. #navi {
  807. float:left;
  808. width:115px;
  809. padding:3px;
  810. }
  811.  
  812. #muses {
  813. width:125px;
  814. float:left;
  815. overflow:auto;
  816. margin:1px 2px;
  817. }
  818.  
  819. .muses text {
  820. height:50px;
  821. overflow:scroll;
  822. }
  823.  
  824.  
  825. @-webkit-keyframes sally{
  826. from {-webkit-filter: blur(0px);}
  827. 60% {-webkit-filter: blur(2px);}
  828. to {-webkit-filter: blur(0px);}
  829. }
  830.  
  831. @-webkit-keyframes countess{
  832. from { -webkit-transform: rotate(0deg)}
  833. to {-webkit-transform: rotate(360deg);}
  834. }
  835.  
  836. /*sidebar links*/
  837.  
  838. .links {
  839. position: fixed;
  840. font-style:none;
  841. font-size:300px;
  842. margin-top:-66px;
  843. margin-left:262px;
  844. line-height:100%;
  845. text-align: center;
  846. width:0px;
  847. opacity:1;
  848. margin-right: auto;
  849. transform: rotate(0deg);
  850. -webkit-transform: rotate(0deg);
  851. -webkit-animation-name: sally;
  852. -webkit-animation-iteration-count: infinite;
  853. -webtkit-animation-timing-function: ease-in-out;
  854. -webkit-animation-duration:4s;
  855.  
  856. }
  857.  
  858. .links a {
  859. -webkit-filter:blur(0px);
  860. opacity:1;
  861. letter-spacing: 1px;
  862. padding:3px;
  863.  
  864. }
  865.  
  866. .links a:hover {
  867. opacity:1;
  868. }
  869.  
  870. .alinks {
  871. position: fixed;
  872. font-style:none;
  873. font-size:10px;
  874. margin-top:178px;
  875. margin-left:150px;
  876. word-spacing:2px;
  877. line-height: 100%;
  878. text-align: center;
  879. width:0px;
  880. margin-right: auto;
  881. opacity:1;
  882. transform: rotate(0deg);
  883. -webkit-transform: rotate(0deg);
  884. -webkit-animation-name: sally;
  885. -webkit-animation-iteration-count: infinite;
  886. -webtkit-animation-timing-function: ease-in-out;
  887. -webkit-animation-duration:4s;
  888.  
  889. }
  890.  
  891. .alinks a {
  892. -webkit-filter:blur(0px);
  893. letter-spacing: 1px;
  894. padding:3px;
  895.  
  896. }
  897.  
  898. .alinks a:hover {
  899. opacity:1;
  900. }
  901.  
  902. .blinks {
  903. position: fixed;
  904. font-style:none;
  905. font-size:10px;
  906. margin-top:380px;
  907. margin-left:29px;
  908. word-spacing:2px;
  909. line-height: 100%;
  910. text-align: center;
  911. width:0px;
  912. margin-right: auto;
  913. opacity:1;
  914. transform: rotate(0deg);
  915. -webkit-transform: rotate(0deg);
  916. -webkit-animation-name: sally;
  917. -webkit-animation-iteration-count: infinite;
  918. -webtkit-animation-timing-function: ease-in-out;
  919. -webkit-animation-duration:4s;
  920.  
  921. }
  922.  
  923. .blinks a {
  924. -webkit-filter:blur(0px);
  925. letter-spacing: 1px;
  926. padding:3px;
  927.  
  928. }
  929.  
  930. .blinks a:hover {
  931. opacity:1;
  932. }
  933.  
  934. .clinks {
  935. position: fixed;
  936. font-style:none;
  937. font-size:10px;
  938. margin-top:340px;
  939. margin-left:1106px;
  940. word-spacing:2px;
  941. line-height: 100%;
  942. text-align: center;
  943. width:0px;
  944. margin-right: auto;
  945. opacity:1;
  946. transform: rotate(0deg);
  947. -webkit-transform: rotate(0deg);
  948.  
  949. }
  950.  
  951. .clinks a {
  952. -webkit-filter:blur(0px);
  953. letter-spacing: 1px;
  954. padding:3px;
  955.  
  956. }
  957.  
  958. .clinks a:hover {
  959. opacity:1;
  960. }
  961.  
  962. .dlinks {
  963. position: fixed;
  964. font-style:none;
  965. font-size:10px;
  966. margin-top:375px;
  967. margin-left:1106px;
  968. word-spacing:2px;
  969. line-height: 100%;
  970. text-align: center;
  971. width:0px;
  972. opacity:1;
  973. margin-right: auto;
  974. transform: rotate(0deg);
  975. -webkit-transform: rotate(0deg);
  976.  
  977. }
  978.  
  979. .dlinks a {
  980. -webkit-filter:blur(0px);
  981. letter-spacing: 1px;
  982. padding:3px;
  983. }
  984.  
  985. .dlinks a:hover {
  986. opacity:1;
  987. }
  988.  
  989.  
  990. .elinks {
  991. position: fixed;
  992. font-style:none;
  993. font-size:10px;
  994. margin-top:520px;
  995. margin-left:1300px;
  996. word-spacing:2px;
  997. line-height: 100%;
  998. text-align: center;
  999. width:0px;
  1000. opacity:1;
  1001. margin-right: auto;
  1002. transform: rotate(-10deg);
  1003. -webkit-transform: rotate(-10deg);
  1004.  
  1005. }
  1006.  
  1007. .elinks a {
  1008. -webkit-filter:blur(0px);
  1009. letter-spacing: 1px;
  1010. padding:3px;
  1011. }
  1012.  
  1013. .elinks a:hover {
  1014. opacity:1;
  1015. }
  1016.  
  1017.  
  1018. /* this is the box that comes up when you hover over something with a title*/
  1019.  
  1020. #s-m-t-tooltip {
  1021. max-height:250px;
  1022. letter-spacing:0px;
  1023. margin:4px 0px 0px 8px;
  1024. font-family:"calibri";
  1025. text-transform:auto;
  1026. font-size:11px;
  1027. text-transform:none;
  1028. color:#fff;
  1029. background-color:#f1dada;
  1030. background-image:url('https://i.imgur.com/yBIVBmX.png');
  1031. border:1px solid #743E28;
  1032. outline:1px solid #743E28;
  1033. outline-offset:1.2px;
  1034. padding: 3px;
  1035. z-index:999999999999999999;
  1036. -webkit-transition:all 1.5s;
  1037. -moz-transition:all 1.5s;
  1038. -ms-transition:all 1.5s;
  1039. -o-transition:all 1.5s;
  1040. transition:all 1.5s;
  1041. }
  1042.  
  1043. /*next page and previous page*/
  1044.  
  1045. #pagination {
  1046. -ms-transform: rotate(0deg); /* IE 9 */
  1047. -webkit-transform: rotate(0deg); /* Safari */
  1048. transform: rotate(0deg)
  1049.  
  1050.  
  1051. }
  1052.  
  1053. #pagination a {
  1054. -webkit-filter: Grayscale(0%);
  1055. -webkit-transition: all 0.8s ease-out;
  1056. -moz-transition: all 0.8s ease-out;
  1057. transition: all 0.8s ease-out;
  1058. -webkit-filter: blur(0px)
  1059.  
  1060. }
  1061.  
  1062. #pagination a:hover {
  1063. color:#cca489;
  1064. opacity:1;
  1065. -webkit-transition: all 0.8s ease-out;
  1066. -moz-transition: all 0.8s ease-out;
  1067. transition: all 0.8s ease-out;
  1068. -webkit-filter:blur(0px);
  1069. }
  1070.  
  1071.  
  1072. #container {
  1073. position:fixed;
  1074. width:500px;
  1075. height:596px;
  1076. top:56px;
  1077. margin-left:600px;
  1078. background-color:#2e2e2e;
  1079. text-align:left;
  1080. opacity:1;
  1081. overflow-x:hidden;
  1082. overflow-y:scroll #d6c7ae;
  1083. /*-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));*/
  1084. }
  1085.  
  1086.  
  1087. #post {
  1088. width:500px;
  1089. font-size:13px;
  1090. color:#fff;
  1091. font-family:"roboto";
  1092. background-color:#2e2e2e;
  1093. line-height:110%;
  1094. padding-top:10px;
  1095. margin-top:20px;
  1096. margin-left:auto;
  1097. margin-right:auto;
  1098. opacity:1;
  1099. -webkit-filter: grayscale(0%);
  1100. filter: grayscale(0%);
  1101. -webkit-transition: all .5s ease-in-out;
  1102. -moz-transition: all .5s ease-in-out;
  1103. -o-transition: all .5s ease-in-out;
  1104. transition: all .5s ease-in-out;
  1105. }
  1106.  
  1107. #post:hover{
  1108. opacity:1;
  1109. -webkit-transition: all .5s ease-in-out;
  1110. -moz-transition: all .5s ease-in-out;
  1111. -o-transition: all .5s ease-in-out;
  1112. transition: all .5s ease-in-out;
  1113. -webkit-filter: grayscale(0);
  1114. filter: grayscale(0);
  1115. }
  1116.  
  1117. #post blockquote {
  1118. padding-left:5px;
  1119. margin-right:0px;
  1120. margin-left:5px;
  1121. margin-top:2px;
  1122. border-left:1px solid #743E28;
  1123. border-radius:3px;
  1124.  
  1125. }
  1126.  
  1127. #post blockquote blockquote {
  1128. padding-left:10px;
  1129. margin-top:2px;
  1130. margin-right:0px;
  1131. margin-left:5px;
  1132. border-left:1px solid #743E28;
  1133. border-radius:3px;
  1134.  
  1135. }
  1136.  
  1137. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  1138.  
  1139. b, strong {
  1140. font-size:20px;
  1141. letter-spacing:2px;
  1142. font-family:"Josefin Sans";
  1143. text-transform:uppercase;
  1144. line-height:108%;
  1145. color:#648c53;
  1146. }
  1147.  
  1148. i, em, italics {
  1149. font-size:18px;
  1150. font-family:"Dancing Script";
  1151. padding-left:1px;
  1152. letter-spacing:2px;
  1153. text-transform:none;
  1154. font-weight:bold;
  1155. color:#bb8f76;
  1156. }
  1157.  
  1158. sup, sub, small {
  1159. font-size:16px;
  1160. font-family:"Playball";
  1161. color:#fff;
  1162. }
  1163.  
  1164.  
  1165. /*time posted, note count, via and source*/
  1166.  
  1167. #info {
  1168. font-size:16px;
  1169. padding:4px 0px 1px 0px;
  1170. margin:0px 0px 50px 10px;
  1171. letter-spacing:4px;
  1172. font-size:22px;
  1173. color:#bb8f76;
  1174. text-transform:none;
  1175. }
  1176.  
  1177. #info a {
  1178. color:#bb8f76;
  1179. text-transform:none;
  1180. }
  1181.  
  1182. #info a:hover {
  1183. color:#fff;
  1184. }
  1185.  
  1186. #forward {
  1187. opacity:1;
  1188. font-weight:bold;
  1189. font-size:15px;
  1190. color:#88371f;
  1191. top:502px;
  1192. margin-left:1275px;
  1193. position: fixed;
  1194. font-family:"calibri", sans-serif;
  1195. text-align: left;
  1196. letter-spacing:2px;
  1197. word-spacing:2px;
  1198. transform: rotate(0deg);
  1199. }
  1200.  
  1201. #forward:hover {
  1202. opacity: 1;
  1203. color:#fff;
  1204. text-shadow:0px 1px 1px #171b31;
  1205. -webkit-transition: all 0.8s ease-out;
  1206. -moz-transition: all 0.8s ease-out;
  1207. transition: all 0.8s ease-out;
  1208. -webkit-filter:blur(.8px);
  1209. }
  1210.  
  1211. #backward {
  1212. opacity:1;
  1213. font-weight:bold;
  1214. font-size:15px;
  1215. color:#88371f;
  1216. top:502px;
  1217. margin-left:1225px;
  1218. position: fixed;
  1219. font-family:"calibri", sans-serif;
  1220. text-align: left;
  1221. letter-spacing:2px;
  1222. word-spacing:2px;
  1223. transform: rotate(0deg);
  1224. }
  1225.  
  1226. #backward:hover {
  1227. opacity: 1;
  1228. color:#fff;
  1229. text-shadow:0px 3px 2px #171b31;
  1230. -webkit-transition: all 0.8s ease-out;
  1231. -moz-transition: all 0.8s ease-out;
  1232. transition: all 0.8s ease-out;
  1233. -webkit-filter:blur(.8px);
  1234. }
  1235.  
  1236.  
  1237.  
  1238. /*tags*/
  1239.  
  1240. .tags {
  1241. width:431px;
  1242. margin:-52px 0px 0px 55px;
  1243. line-height:115%;
  1244. padding:5px;
  1245. font-size:9px;
  1246. word-break:keep-all;
  1247. text-align:center;
  1248. font-family:"roboto";
  1249. background-color:#d2bda7;
  1250. background-image:url('https://i.imgur.com/yBIVBmX.png');
  1251. border-top:4px solid #743E28;
  1252. border-left:4px solid #743E28;
  1253. outline: 1px dashed #743E28;
  1254. outline-offset:2.5px;
  1255. letter-spacing:1px;
  1256. }
  1257.  
  1258. .tags a {
  1259. font-size:11px;
  1260. color:#fff;
  1261. text-shadow:1px 1px 6px #000;
  1262. }
  1263.  
  1264. .tags a:hover {
  1265. color:#523230;
  1266. text-shadow:1px 1px 6px #000;
  1267. letter-spacing:2px;
  1268. }
  1269.  
  1270. .postnote {
  1271. width:275px;
  1272. margin-top:40px;
  1273. font-family:"Oswald",serif;
  1274. text-transform:none;
  1275. font-style:normal;
  1276. letter-spacing:0px;
  1277. font-size:10px;
  1278. text-align:left;
  1279. }
  1280.  
  1281. img {
  1282. -webkit-filter: grayscale(0%);}
  1283.  
  1284. img:hover {
  1285. -webkit-filter: grayscale(0%);}
  1286.  
  1287.  
  1288.  
  1289. /*here go asks*/
  1290.  
  1291. #ask {
  1292. width:500px;
  1293. margin-left:0px;
  1294. margin-top:20px;
  1295. margin-bottom:10px;
  1296. font-size:40px;
  1297. text-align:center;
  1298. font-family:"Dancing Script", cursive;
  1299. font-style:none;
  1300. text-transform:lowercase;
  1301. line-height:90%;
  1302. color:#795742;
  1303. }
  1304.  
  1305. #ask a {
  1306. color:#795742;
  1307. text-shadow:0px 1px 1px #000;
  1308. font-size:40px;
  1309. font-family:"Dancing Script", cursive;
  1310. text-transform:lowercase;
  1311. }
  1312.  
  1313. #ask a:hover {
  1314. color:#b2b2b2;
  1315. letter-spacing:3px;
  1316. }
  1317.  
  1318. #askheader {
  1319. position:absolute;
  1320. margin-left:28px;
  1321. margin-top:-22px;
  1322. }
  1323.  
  1324. #q {
  1325. width:460px;
  1326. margin-left:5px;
  1327. margin-top:3px;
  1328. padding:10px;
  1329. text-align:center;
  1330. color:#fff;
  1331. font-family:"calibri";
  1332. font-size:14px;
  1333. background-color:#d2bda7;
  1334. background-image:url('https://i.imgur.com/yBIVBmX.png');
  1335. border:1px solid #bb8f76;
  1336. outline:1px dashed #bb8f76;
  1337. outline-offset:1.5px;
  1338. }
  1339.  
  1340. #ans {
  1341. text-align:justify;
  1342. margin-top:5px;
  1343. padding:5px;
  1344. }
  1345.  
  1346.  
  1347.  
  1348.  
  1349. .playerbuttonbg {
  1350. position: absolute;
  1351. left: 10px;
  1352. top: 10px;
  1353. width: 18px;
  1354. height: 18px;
  1355. background-color:#fff;
  1356. padding: 10px;
  1357. -webkit-border-radius: 40px;
  1358. -moz-border-radius: 40px;
  1359. border-radius: 40px;
  1360. opacity: .4;
  1361. filter: alpha(opacity=40);
  1362. -moz-opacity: 0.4;
  1363. -khtml-opacity: 0.4;
  1364. transition: opacity .7s ease-in-out;
  1365. -moz-transition: opacity .7s ease-in-out;
  1366. -webkit-transition: opacity .7s ease-in-out;
  1367. }
  1368.  
  1369. .playerbuttonbg:hover {
  1370. opacity: 1;
  1371. filter: alpha(opacity=100);
  1372. -moz-opacity: 1;
  1373. -khtml-opacity: 1;
  1374. }
  1375.  
  1376. .newplayerbutton {
  1377. position: relative;
  1378. width: 19px;height: 19px;
  1379. overflow: hidden;
  1380. }
  1381.  
  1382. .playerbuttonhug {
  1383. position: absolute;
  1384. top: -18px;left: -7px;
  1385. }
  1386.  
  1387. .tumblr_audio_player {
  1388. border:none;
  1389. height: 50px;
  1390. width: 240px;
  1391. margin-left:3px;
  1392. margin-top:3px;
  1393. }
  1394.  
  1395. .audioimgwrapper {
  1396. position: absolute;
  1397. left: 0px;
  1398. top: 0px;
  1399. overflow: hidden;
  1400. width: 60px;
  1401. height: 60px;
  1402. }
  1403.  
  1404. .audioimgwrapper img {
  1405. width: 100%;
  1406. height: auto;
  1407. }
  1408. .trackdetails {
  1409. width: auto;
  1410. display:inline-block;
  1411. margin-left: 90px;
  1412. min-height: 85px;
  1413. }
  1414.  
  1415. .audiowrapper {
  1416. position: relative;
  1417. display:inline-block;
  1418. }
  1419.  
  1420.  
  1421.  
  1422. /* --- UPDATES ---*/
  1423.  
  1424. #updates {
  1425. position:fixed;
  1426. font-size:14px;
  1427. color:#fff;
  1428. background-color:#2e2e2e;
  1429. font-family: "Frank Ruhl Libre";
  1430. outline-offset:1px;
  1431. width:187px;
  1432. height:288px;
  1433. top:205px;
  1434. margin-left:1136px;
  1435. letter-spacing:.5px;
  1436. padding:5px;
  1437. overflow:auto;
  1438. text-align:center;
  1439. opacity:1;
  1440. }
  1441.  
  1442. #updates:hover{
  1443. -webkit-transition: all 0.5s ease-in-out;
  1444. -moz-transition: all 0.5s ease-in-out;
  1445. transition: all 0.5s ease-in-out;
  1446. opacity:1;
  1447.  
  1448. }
  1449.  
  1450.  
  1451. /*credit. only change this if you actually make the code your own*/
  1452.  
  1453. #credit {
  1454. position:fixed;
  1455. font-size:14px;
  1456. color:#648c53;
  1457. font-weight:none;
  1458. line-height:150%;
  1459. letter-spacing:2px;
  1460. right:20px;
  1461. bottom:7px;
  1462. text-transform:none;
  1463. text-align:center;
  1464. -webkit-transition: all 0.5s ease-in-out;
  1465. -moz-transition: all 0.5s ease-in-out;
  1466. -o-transition: all 0.5s ease-in-out;
  1467. }
  1468.  
  1469. #credit a {
  1470. letter-spacing:2px;
  1471. padding:3px;
  1472. font-family:"Great Vibes", cursive;
  1473. text-transform:none;
  1474. color:#648c53;
  1475. }
  1476.  
  1477. #credit a:hover {
  1478. background:#2e2e2e;
  1479. color:#000;
  1480. }
  1481.  
  1482.  
  1483.  
  1484.  
  1485. {CustomCSS}
  1486.  
  1487. }
  1488.  
  1489. </style></head><body>
  1490. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1491. <script src=“https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1492. <script>
  1493. (function($){
  1494. $(document).ready(function(){
  1495. $("a[title]").style_my_tooltips({
  1496. tip_follows_cursor:true,
  1497. tip_delay_time:7,
  1498. tip_fade_speed:7,
  1499. attribute:"title"
  1500. });
  1501. });
  1502. })(jQuery);
  1503. </script>
  1504.  
  1505.  
  1506. <!-- begin updates tab -->
  1507.  
  1508. <div id="updates">
  1509. <b>ur name eyooo</b>
  1510. <hr width="70%">
  1511. semi selective yada yada.
  1512. <hr width="70%">
  1513. <i>penned by blah blah</i><br>
  1514. mun & muse: 18+<p>
  1515. Give me a shot to remember
  1516. And you can take all the <i>pain</i> away from me<br>
  1517. <hr width="70%">
  1518. Your kiss and I will <b>surrender</b>
  1519. The sharpest lives are the <pre>deadliest to lead</pre>
  1520. A light to <h3>burn all the empires</h3>
  1521. So bright the sun is <br><i>ashamed to rise and be</i>
  1522.  
  1523.  
  1524.  
  1525.  
  1526. </center>
  1527.  
  1528.  
  1529.  
  1530. </div>
  1531.  
  1532. <!-- end updates tab -->
  1533.  
  1534.  
  1535.  
  1536. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1537. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1538. <script>
  1539.  
  1540. (function($){
  1541.  
  1542. $(document).ready(function(){
  1543.  
  1544. $("a[title]").style_my_tooltips({
  1545.  
  1546. tip_follows_cursor:true,
  1547.  
  1548. tip_delay_time:50,
  1549.  
  1550. tip_fade_speed:600,
  1551.  
  1552. attribute:"title"
  1553.  
  1554. });
  1555.  
  1556. });
  1557.  
  1558. })(jQuery);
  1559.  
  1560. </script>
  1561.  
  1562.  
  1563.  
  1564. <div class="links">
  1565. <h4><a href="/" title="HOME."><div id="linksys1"><img src="https://i.imgur.com/hAAO8hV.png"></a></div></h4></a></div>
  1566.  
  1567. <div class="alinks">
  1568. <a href="/ask" title="ASK."><img src="https://i.imgur.com/SMqekVU.png"></a></div>
  1569.  
  1570. <div class="blinks">
  1571. <a href="https://sealedhim.carrd.co/" title="CARRD."><img src="https://i.imgur.com/m4p4hZC.png"></a></div>
  1572.  
  1573.  
  1574. </div>
  1575.  
  1576.  
  1577. <div id="pagination">
  1578. {block:Pagination}
  1579. {block:PreviousPage}
  1580. <a href="{PreviousPage}"><div id="backward">BACK/</div></a>
  1581. {/block:PreviousPage}
  1582.  
  1583.  
  1584. {block:NextPage}
  1585. <a href="{NextPage}"><div id="forward">NEXT</div></a>
  1586. {/block:NextPage}
  1587. {/block:Pagination}
  1588. </div>
  1589.  
  1590.  
  1591.  
  1592.  
  1593. </div>
  1594.  
  1595.  
  1596. <div id="container">
  1597. <div id="content">
  1598.  
  1599.  
  1600. {block:Posts}<div id="post">
  1601.  
  1602. {block:Text}
  1603. {block:Title}<h1>{Title}</h1>{/block:Title}
  1604. {Body}
  1605. {/block:Text}
  1606.  
  1607. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1608.  
  1609. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1610.  
  1611. {block:Quote}
  1612. <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);">❛&nbsp;</div>{Quote}</h2>
  1613. <h3>—&nbsp;{Source}</h3>
  1614. {/block:Quote}
  1615.  
  1616. {block:Link}<a href="{URL}" {Target}>{Name}</a><{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1617.  
  1618. {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}
  1619.  
  1620. {block:AudioPlayer}
  1621. <div class="audiowrapper">
  1622. {block:AlbumArt}
  1623. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1624. {/block:AlbumArt}
  1625.  
  1626. <div class="playerbuttonbg">
  1627. <div class="newplayerbutton">
  1628. <div class="playerbuttonhug">
  1629. {AudioPlayerWhite}
  1630. </div></div></div>
  1631.  
  1632. <div class="trackdetails">
  1633. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1634. {block:Artist}{Artist}{/block:Artist}<br/>
  1635. {PlayCountWithLabel}
  1636. </div></div>
  1637. {block:Caption}{Caption}{/block:Caption}
  1638. {/block:AudioPlayer}
  1639.  
  1640. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1641.  
  1642. {block:Answer}
  1643. <div id="askheader"></div>
  1644. <div id="ask">{Asker}</div>
  1645. <span style="color:#fff;font-size:16px;letter-spacing:2px;f"><center>I N Q U I R E D:</center></span>
  1646. <h2><div id="q">{Question}</div></h2>
  1647. <div id="ans">{Answer}</div>
  1648. {/block:Answer}
  1649.  
  1650. {block:Date}
  1651. <div id="info">
  1652. <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);">I.</a>
  1653. <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);">II.</a>
  1654. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:3px; margin-top:21px;font-size:15px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">III.</a>
  1655. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1656. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1657. </div>
  1658. {/block:Date}
  1659.  
  1660.  
  1661. {block:HasTags}
  1662. <div class="tags">
  1663. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1664. {/block:HasTags}
  1665.  
  1666.  
  1667. <div class="postnote">
  1668. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1669. </div>
  1670. </div>
  1671. {/block:Posts}
  1672. </div>
  1673. </div>
  1674. </div>
  1675. </div></div>
  1676.  
  1677.  
  1678.  
  1679.  
  1680. </div></div></div></div>
  1681. </div>
  1682.  
  1683. <div id="credit"><a href="https://manoncomms.tumblr.com" title="CODE & IMAGE BY MANONCOMMS / BUTSCREWMEFIRST"><big><big>M</big></big></a></div>
  1684.  
  1685. </body>
  1686.  
  1687. </div></div></div></div></div></div></div></div></div></div>
  1688.  
  1689.  
  1690.  
  1691. <!--IGNORE ALL OF THIS
  1692. <div id="box1" class="question_block">
  1693. <div class="askbox"><div class="poptext">
  1694. <p><center><h6>S E N D&nbsp;&nbsp;&nbsp;C O M L I N K</h6></center>
  1695. <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>
  1696. </div></div></div>
  1697. </div></div></div></div></div></div></div></div></div></div>-->
  1698.  
  1699. <!--IGNORE ALL OF THIS
  1700. <div id="box3" class="popup_block">
  1701. <div id="sidelinks">
  1702. <ul id="tabs">
  1703. <li class="active"><div id="butts1">GUIDELINES</div></li><li><div id="butts2">MUSE LIST</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>
  1704. <ul id="tab"><li class="active"><div class="rules">
  1705. <div class="poptext">
  1706. <center>
  1707. <pre>RULE TITLE HERE</pre>
  1708. 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.
  1709. <hr>
  1710.  
  1711. <pre>RULE TITLE HERE</pre>
  1712. 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.
  1713.  
  1714. <hr>
  1715. <pre>RULE TITLE HERE</pre>
  1716. 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.
  1717. -->
  1718. <!-- IGNORE
  1719. <hr>
  1720. <pre>RULE TITLE HERE</pre>
  1721. 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.
  1722.  
  1723.  
  1724.  
  1725. </center>
  1726.  
  1727. </li>-->
  1728.  
  1729. <!-- AGAIN, IGNORE
  1730.  
  1731. <li><div class="muselist">
  1732. <div class="poptext">
  1733. <pre>MARVEL CHARACTERS</pre>
  1734. <div align="left">
  1735. <img src="https://ucarecdn.com/074e27e8-dd0d-4f5f-af47-3b9cc3be6137/pepper.png" align="left" style="width:100px;height:200px;">
  1736. <p><i>&nbsp;pepper potts</i>
  1737. <br>&nbsp;ADD BIO INFO.
  1738.  
  1739. <br>
  1740. <br>
  1741. <br>
  1742. <br>
  1743. <br>
  1744. <br>
  1745. <br>
  1746. <br>
  1747. <br>
  1748. <br>
  1749. <hr width="80%"></hr>
  1750.  
  1751. <div align="right">
  1752. <img src="https://ucarecdn.com/24bc1fae-7982-4b76-af35-5d8073eb150c/natasha.png" align="right" style="width:100px;height:200px;">
  1753. <p><i>natasha&nbsp;romanoff&nbsp;</i>
  1754. <br>ADD BIO INFO.&nbsp;
  1755.  
  1756. <br>
  1757. <br>
  1758. <br>
  1759. <br>
  1760. <br>
  1761. <br>
  1762. <br>
  1763. <br>
  1764. <br>
  1765. <br>
  1766. <hr width="80%"></hr>
  1767. </div>
  1768.  
  1769. <pre>LOST CHARACTERS</pre>
  1770. <div align= "left">
  1771. <img src="https://ucarecdn.com/4b8d203a-9e6e-43af-b80f-67ec6fdaa3ea/kate.png" align="left" style="width:100px;height:200px;">
  1772. <p><i align="left">&nbsp;kate austen</i>
  1773. <br>&nbsp;ADD BIO INFO.
  1774.  
  1775. <br>
  1776. <br>
  1777. <br>
  1778. <br>
  1779. <br>
  1780. <br>
  1781. <br>
  1782. <br>
  1783. <br>
  1784. <br>
  1785. <hr width="80%"></hr>
  1786. </div>
  1787.  
  1788. <div align="right">
  1789.  
  1790. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:100px;height:200px;">
  1791. <p><a href="INSERT URL WITH HTTP"> <b>CHARACTER.</b></a>
  1792.  
  1793. <br>exclusive.&nbsp; &nbsp;
  1794. <p>&nbsp;
  1795.  
  1796. </div>
  1797. </div>
  1798.  
  1799. </li>
  1800.  
  1801. <li>
  1802.  
  1803. <div class="verses">
  1804. <div class="poptext">
  1805. <pre>MAIN UNIVERSES:</pre> -->
  1806.  
  1807. <!--again, more ignoring
  1808. <center><img src="https://i.imgur.com/3MXL3vI.png"><br>
  1809. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1810. <center>
  1811. 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.
  1812. </center><hr><br>
  1813.  
  1814.  
  1815. <center><img src="https://i.imgur.com/cf5mnRK.png"><br>
  1816. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1817. <center>
  1818. 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.
  1819. </center><hr><br>
  1820.  
  1821.  
  1822. <center><img src="https://i.imgur.com/MDOG8ip.png"><br>
  1823. <b><a href="INSERT VERSE URL MAYBE">VERSE TITLE HERE.</a></center></b>
  1824. <center>
  1825. 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.
  1826. </center><hr><br>
  1827.  
  1828. <br><br><br><br>
  1829.  
  1830. </li>
  1831.  
  1832. <li>-->
  1833. <!--MORE IGNORING
  1834. <div class="relations">
  1835. <div class="poptext">
  1836.  
  1837. <p><img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1838. <p> <a href="INSERT URL WITH HTTP"><b>CHARACTER.</b></a>
  1839. <br>&nbsp; &nbsp; main.
  1840. <p>&nbsp;
  1841.  
  1842. <div align="right">
  1843. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1844. <p><a href="INSERT URL WITH HTTP"> <b>CHARACTER.</b></a>
  1845.  
  1846. <br>exclusive.&nbsp; &nbsp;
  1847. <p>&nbsp;
  1848. </div>
  1849.  
  1850. <img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1851. <p> <a href="INSERT URL WITH HTTP"><b>CHARACTER.</b></a>
  1852.  
  1853. <br>&nbsp; &nbsp; exclusive.
  1854. <p>&nbsp;
  1855.  
  1856. <div align="right">
  1857.  
  1858. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1859. <p><a href="INSERT URL WITH HTTP"> <b>CHARACTER.</b></a>
  1860.  
  1861. <br>exclusive.&nbsp; &nbsp;
  1862. <p>&nbsp;
  1863. </div>
  1864.  
  1865. </li>
  1866.  
  1867. <li>
  1868. -->
  1869. <!-- still ignore
  1870. <div class="navigation">
  1871. <div class="poptext">
  1872. <pre>NAVIGATION TITLE</pre>
  1873. <center><a href="/link here" class="buttons">link title</a>
  1874. <a href="/link here" class="buttons">link title</a>
  1875. <a href="/link here" class="buttons">link title</a>
  1876. <a href="/link here" class="buttons">link title</a></center>
  1877. <pre>ANOTHER NAV TITLE</pre>
  1878. <center><a href="/link here" class="buttons">link title</a>
  1879. <a href="/link here" class="buttons">link title</a>
  1880. <a href="/link here" class="buttons">link title</a>
  1881. <a href="/link here" class="buttons">link title</a></center>
  1882.  
  1883. </div>
  1884.  
  1885. </li>
  1886.  
  1887.  
  1888. </ul>
  1889. </div></div></div></div></div></div></div></div></div></div></div></div>-->
  1890.  
  1891.  
  1892.  
  1893.  
  1894. <!-- START EDITING FROM HERE!-->
  1895.  
  1896. <div id="box5" class="popup_block4">
  1897. <div id="poptext">
  1898.  
  1899. <p><center><h7>Dossier</h7></center>
  1900.  
  1901. <hr width="75%">
  1902. <center>
  1903. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1904.  
  1905. <h2>" RANDOM QUOTE? "</h2>
  1906.  
  1907. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1908.  
  1909. <h2>" RANDOM QUOTE? "</h2>
  1910.  
  1911. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1912.  
  1913. <h2>" RANDOM QUOTE? "</h2>
  1914.  
  1915. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1916.  
  1917. <h2>" RANDOM QUOTE? "</h2>
  1918.  
  1919. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1920.  
  1921. <h2>" RANDOM QUOTE? "</h2>
  1922.  
  1923. start your bio here. i'm just writing to write at this point. wanna make sure i give a good amount of text so that you can see short and long. i'm just gonna copy/paste this a few times now.
  1924.  
  1925. </center>
  1926. </div>
  1927. </div>
  1928. </div>
  1929.  
  1930. </div></div></div></div></div></div></div></div></div></div>
  1931.  
  1932. <div id="box4" class="popup_block3">
  1933. <div id="poptext2">
  1934.  
  1935. <p><center><h7>Navigation / Links</h7></center>
  1936. <hr width="60%">
  1937.  
  1938.  
  1939. <div id="navi">
  1940.  
  1941. <a href="/" class="buttons">link title</a><br>
  1942. <a href="/" class="buttons">link title</a><br>
  1943.  
  1944. </div>
  1945.  
  1946. <div id="navi">
  1947. <a href="/" class="buttons">link title</a><br>
  1948. <a href="/" class="buttons">link title</a><br>
  1949.  
  1950. </div>
  1951.  
  1952. <div id="navi">
  1953. <a href="/" class="buttons">link title</a><br>
  1954. <a href="/" class="buttons">link title</a><br>
  1955.  
  1956. </div>
  1957.  
  1958. <div id="navi">
  1959. <a href="/" class="buttons">link title</a><br>
  1960. <a href="/" class="buttons">link title</a><br>
  1961.  
  1962. </div>
  1963.  
  1964.  
  1965. <div id="navi">
  1966. <a href="/" class="buttons">link title</a><br>
  1967. <a href="/" class="buttons">link title</a><br>
  1968.  
  1969. </div>
  1970.  
  1971. <hr width="60%">
  1972. <center><h7>does this title work now???</h7></center>
  1973. <hr width="60%">
  1974.  
  1975. <div id="navi">
  1976.  
  1977. <a href="/" class="buttons">link title</a><br>
  1978. <a href="/" class="buttons">link title</a><br>
  1979.  
  1980. </div>
  1981.  
  1982. <div id="navi">
  1983. <a href="/" class="buttons">link title</a><br>
  1984. <a href="/" class="buttons">link title</a><br>
  1985.  
  1986. </div>
  1987.  
  1988. <div id="navi">
  1989. <a href="/" class="buttons">link title</a><br>
  1990. <a href="/" class="buttons">link title</a><br>
  1991.  
  1992. </div>
  1993.  
  1994. <div id="navi">
  1995. <a href="/" class="buttons">link title</a><br>
  1996. <a href="/" class="buttons">link title</a><br>
  1997.  
  1998. </div>
  1999.  
  2000. <div id="navi">
  2001. <a href="/" class="buttons">link title</a><br>
  2002. <a href="/" class="buttons">link title</a><br>
  2003.  
  2004. </div>
  2005.  
  2006. <hr width="60%">
  2007. <center><h7>does this title work now???</h7></center>
  2008. <hr width="60%">
  2009.  
  2010. <div id="navi">
  2011.  
  2012. <a href="/" class="buttons">link title</a><br>
  2013. <a href="/" class="buttons">link title</a><br>
  2014.  
  2015. </div>
  2016.  
  2017. <div id="navi">
  2018. <a href="/" class="buttons">link title</a><br>
  2019. <a href="/" class="buttons">link title</a><br>
  2020.  
  2021. </div>
  2022.  
  2023. <div id="navi">
  2024. <a href="/" class="buttons">link title</a><br>
  2025. <a href="/" class="buttons">link title</a><br>
  2026.  
  2027. </div>
  2028.  
  2029. <div id="navi">
  2030. <a href="/" class="buttons">link title</a><br>
  2031. <a href="/" class="buttons">link title</a><br>
  2032.  
  2033. </div>
  2034.  
  2035. <div id="navi">
  2036. <a href="/" class="buttons">link title</a><br>
  2037. <a href="/" class="buttons">link title</a><br>
  2038.  
  2039. </div>
  2040.  
  2041. </div>
  2042. </div>
  2043. </div></div></div></div></div></div></div></div></div></div>
  2044.  
  2045.  
  2046.  
  2047. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement