manon15

rogueless feb 2025 theme

Feb 8th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.63 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:#000;
  135. opacity:.2;
  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:#000;
  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.  
  208. .rules {
  209. height:398px;
  210. width:503px;
  211. position:fixed;
  212. background-image:url('');
  213. background-color:#161e26;
  214. background-repeat:no-repeat;
  215. top:96px;
  216. left:501px;
  217. text-align:center;
  218.  
  219. }
  220.  
  221. .verses {
  222. height:398px;
  223. width:503px;
  224. position:fixed;
  225. background-image:url('');
  226. background-color:#161e26;
  227. background-repeat:no-repeat;
  228. top:96px;
  229. left:501px;
  230. text-align:center
  231.  
  232. }
  233. .askbox {
  234. height:400px;
  235. width:450px;
  236. position:fixed;
  237. background-repeat:no-repeat;
  238. top:0px;
  239. left:0px;
  240. text-align:center;
  241.  
  242. }
  243.  
  244. .poptext {
  245. position:fixed;
  246. overflow-x:hidden;
  247. overflow-y:scroll;
  248. font-family:"roboto";
  249. text-align:left;
  250. font-size:12px;
  251. background-color:transparent;
  252. top:97px;
  253. left:502px;
  254. width:502px;
  255. height:366px;
  256. padding:1px;
  257.  
  258. }
  259.  
  260.  
  261. .poptext2 {
  262. position:fixed;
  263. overflow-x:hidden;
  264. overflow-y:scroll;
  265. font-family:"roboto";
  266. text-align:left;
  267. font-size:12px;
  268. background-color:#161e26;
  269. border-color:#41646d;
  270. top:95px;
  271. left:501px;
  272. width:503px;
  273. height:398px;
  274. padding:1px;
  275.  
  276. }
  277.  
  278. /** rules **/
  279. #butts1 {
  280. font-size:12px;
  281. margin-left:380px;
  282. margin-top:320px;
  283. position:fixed;
  284. background-image:url('');
  285. padding:3px;
  286. transform: rotate(0deg);
  287. -webkit-transform: rotate(0deg);
  288. text-shadow:0px 0px 6px #2d2936;
  289. }
  290.  
  291. #butts1:hover {
  292. text-shadow:0px 0px 6px #2d2936;
  293. -webkit-transition: all 0.8s ease-out;
  294. -moz-transition: all 0.8s ease-out;
  295. transition: all 0.8s ease-out;
  296. -webkit-filter:blur(.8px);
  297. }
  298.  
  299. /** universe **/
  300. #butts2 {
  301. font-size:12px;
  302. margin-left:460px;
  303. margin-top:312px;
  304. position:fixed;
  305. background-image:url('');
  306. padding:3px;
  307. transform: rotate(0deg);
  308. -webkit-transform: rotate(0deg);
  309. text-shadow:0px 0px 6px #2d2936;
  310. }
  311.  
  312. #butts2:hover {
  313. text-shadow:0px 0px 6px #2d2936;
  314. -webkit-transition: all 0.8s ease-out;
  315. -moz-transition: all 0.8s ease-out;
  316. transition: all 0.8s ease-out;
  317. -webkit-filter:blur(.8px);
  318. }
  319.  
  320. #box, ul#tabs li, a {
  321. transition: 0.5s ease;
  322. -o-transition: 0.5s ease;
  323. -moz-transition: 0.5s ease;
  324. -webkit-transition: 0.5s ease;}
  325.  
  326.  
  327.  
  328. #linksys1 {
  329. font-size:40px;
  330. text-shadow:0px 0px 4px #000;
  331. }
  332.  
  333. #linksys1:hover {
  334. text-shadow:0px 0px 4px #000;
  335. }
  336.  
  337.  
  338. #linksys2 {
  339. font-size:40px;
  340. text-shadow:0px 0px 4px #000;
  341. }
  342.  
  343. #linksys2:hover {
  344. text-shadow:0px 0px 4px #000;
  345. }
  346.  
  347.  
  348. .buttons {
  349. outline-offset:1px;
  350. background:url ('https://i.imgur.com/o8a4tMv.png');
  351. border:1px solid #a93136;
  352. outline:1px dashed #a93136;
  353. font-family:"roboto";
  354. text-align:center;
  355. font-weight:bold;
  356. display:inline-block;
  357. font-size:10px;
  358. margin:5px;
  359. padding:2px;
  360. width:100px;
  361. }
  362. .buttons:hover {
  363. background-color:#000;
  364. background:url('https://i.imgur.com/o8a4tMv.png');
  365. border:1px solid #a93136;
  366. outline:1px dashed #a93136;
  367. color:#fff;
  368. }
  369. .buttons:active {
  370. position:relative;
  371. background:url('https://i.imgur.com/o8a4tMv.png');
  372. border:1px solid #a93136;
  373. outline:1px dashed #a93136;
  374. top:1px;
  375. }
  376.  
  377.  
  378. .question_block{
  379. height:300px;
  380. display: none;
  381. float: left;
  382. position: fixed;
  383. top: 50%; left: 50%;
  384. z-index: 999999999999;
  385. }
  386.  
  387. para {
  388. font-family: 'Prata', serif;
  389. color:#000;
  390. text-shadow:0 0 2px #fff;
  391. font-size:15px;
  392.  
  393. }
  394.  
  395. /* width */
  396. ::-webkit-scrollbar {
  397. width: 2px;
  398. }
  399.  
  400. /* Track */
  401. ::-webkit-scrollbar-track {
  402. background: #2b3033;
  403. }
  404.  
  405. /* Handle */
  406. ::-webkit-scrollbar-thumb {
  407. background: #8f3f41;
  408. }
  409.  
  410. /* Handle on hover */
  411. ::-webkit-scrollbar-thumb:hover {
  412. background: #555;
  413. }
  414.  
  415.  
  416. /*edit the body this is what post text looks like, background color, etc.*/
  417.  
  418. body {
  419. background-image:url("https://i.imgur.com/btQIxKN.png");
  420. background-position:top left;
  421. background-attachment:fixed;
  422. background-repeat:no-repeat;
  423. margin:0px;
  424. background-color:#161e26;
  425. color:#fff;
  426. font-family:"roboto";
  427. text-transform:none;
  428. font-size:20px;
  429. line-height:120%;
  430. overflow-x:hidden;
  431. overflow-y:scroll #5a1a13 1px;
  432. }
  433.  
  434.  
  435. /*edit links*/
  436.  
  437. a {
  438. text-decoration:none;
  439. font-family:"Josefin Sans" cursive;
  440. font-size:12px;
  441. outline:none;
  442. -moz-outline-style:none;
  443. color:#a93136;
  444. -moz-transition-duration:0.8s;
  445. -webkit-transition-duration:0.8s;
  446. -o-transition-duration:0.8s;
  447. text-transform:uppercase;
  448. }
  449.  
  450. /*edit link hover*/
  451.  
  452. a:hover {
  453. color:#fff;
  454. outline:none;
  455. -moz-outline-style:none;
  456. text-decoration:none;
  457. border-radius: 20px 20px 20px 20px #fff;
  458. -webkit-filter: blur(0px);
  459. }
  460.  
  461. img {
  462. opacity:1;
  463. -webkit-filter: Grayscale(50%);
  464. -webkit-transition-duration: 0.8s;
  465. -moz-transition-duration:0.8s;
  466. transition-duration:0.8s;
  467. -o-transition-duration:0.8s;
  468. -webkit-filter: blur(0px);
  469. border-radius: 20px 20px 20px 20px #000;
  470. }
  471.  
  472. img:hover {
  473. opacity:1;
  474. -webkit-filter: Grayscale(0%);
  475. -webkit-transition: all 0.8s ease-out;
  476. -moz-transition: all 0.8s ease-out;
  477. transition: all 0.8s ease-out;
  478. -webkit-filter: blur(0px);
  479. border-radius: 20px 20px 20px 20px #000;
  480.  
  481. }
  482.  
  483.  
  484. h1 {
  485. width:497px;
  486. font-size:20px;
  487. text-align:center;
  488. font-family:"oswald";
  489. padding-left:0px;
  490. line-height:110%;
  491. letter-spacing:2px;
  492. color:#9d3439;
  493. text-transform:uppercase;
  494. }
  495.  
  496.  
  497. h2 {
  498. width:497px;
  499. padding-left:0px;
  500. margin-left:4px;
  501. font-size:15px;
  502. text-align:center;
  503. font-family:"Josefin Sans", cursive;
  504. text-transform:lowercase;
  505. line-height:110%;
  506. letter-spacing:2px;
  507. color:#fff;
  508. }
  509.  
  510. h5 {
  511. font-size:15px;
  512. font-family:"Playball", cursive;
  513. text-transform:lowercase;
  514. text-align:center;
  515. margin-top:0px;
  516. margin-bottom:0px;
  517. letter-spacing:2px;
  518. color:#fff;
  519. }
  520.  
  521. h6 {
  522. font-size:14px;
  523. font-family:"Josefin Sans";
  524. text-align:none;
  525. margin-top:0px;
  526. margin-bottom:0px;
  527. letter-spacing:2px;
  528. color:#9d3439;
  529. }
  530.  
  531.  
  532. h3 {
  533. font-size:15px;
  534. text-align:none;
  535. line-height:110%;
  536. letter-spacing:2px;
  537. color:#551b1b;
  538. }
  539.  
  540. h4 {
  541. font-size:15px;
  542. font-family:"Satisfy", cursive;
  543. text-align:none;
  544. line-height:105%;
  545. letter-spacing:2px;
  546. color:#aeb7c2;
  547. }
  548.  
  549. pre {
  550. width:auto;
  551. word-break: break-all;
  552. white-space: normal;
  553. letter-spacing:1px;
  554. text-align:center;
  555. text-transform:uppercase;
  556. padding:2px;
  557. border-radius:2px;
  558. color:#fff;
  559. font-family:"Roboto";
  560. font-size:12px;
  561. background-color:#130e0d;
  562. background-image:url('https://i.imgur.com/o8a4tMv.png');
  563. border:1px solid #a93136;
  564. outline:1px dashed #a93136;
  565. outline-offset:2px;
  566. text-shadow:0px 3px 5px #000;
  567. }
  568.  
  569. hr {
  570. border: 0;
  571. height: 1px;
  572. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  573. margin-bottom:2px;
  574. }
  575.  
  576.  
  577.  
  578. #title {
  579. color:#b39590;
  580. font-family:arial;
  581. font-size:16px;
  582. text-transform:lowercase;
  583. font-weight:bold;
  584. letter-spacing:0px;
  585. padding:4px;
  586. margin-top:-20px;
  587. margin-left:-14px;
  588. position:fixed;
  589. text-align:left;
  590. }
  591.  
  592.  
  593. #navi {
  594. float:left;
  595. width:115px;
  596. padding:3px;
  597. }
  598.  
  599. #muses {
  600. width:125px;
  601. float:left;
  602. overflow:auto;
  603. margin:1px 2px;
  604. }
  605.  
  606. .muses text {
  607. height:50px;
  608. overflow:scroll;
  609. }
  610.  
  611.  
  612. @-webkit-keyframes sally{
  613. from {-webkit-filter: blur(0px);}
  614. 60% {-webkit-filter: blur(2px);}
  615. to {-webkit-filter: blur(0px);}
  616. }
  617.  
  618. @-webkit-keyframes countess{
  619. from { transform: rotate(0deg)}
  620. to {transform: rotate(360deg);}
  621. }
  622.  
  623. /*sidebar links*/
  624.  
  625. .links {
  626. position: fixed;
  627. font-style:none;
  628. font-size:30px;
  629. margin-top:200px;
  630. margin-left:1170px;
  631. line-height:100%;
  632. text-align: center;
  633. width:0px;
  634. opacity:1;
  635. -webkit-transform: rotate(0deg);
  636. }
  637.  
  638. .links a {
  639. -webkit-filter:blur(0px);
  640. opacity:1;
  641. letter-spacing: 1px;
  642. padding:3px;
  643.  
  644. }
  645.  
  646. .links a:hover {
  647. opacity:1;
  648. }
  649.  
  650. .alinks {
  651. position: fixed;
  652. font-style:none;
  653. font-size:30px;
  654. margin-top:250px;
  655. margin-left:1170px;
  656. word-spacing:2px;
  657. line-height: 100%;
  658. text-align: center;
  659. width:0px;
  660. margin-right: auto;
  661. opacity:1;
  662. transform: rotate(0deg);
  663. -webkit-transform: rotate(0deg);
  664.  
  665. }
  666.  
  667. .alinks a {
  668. -webkit-filter:blur(0px);
  669. letter-spacing: 1px;
  670. padding:3px;
  671.  
  672. }
  673.  
  674. .alinks a:hover {
  675. opacity:1;
  676. }
  677.  
  678. .blinks {
  679. position: fixed;
  680. font-style:none;
  681. font-size:50px;
  682. margin-top:230px;
  683. margin-left:1175px;
  684. word-spacing:2px;
  685. line-height: 100%;
  686. text-align: center;
  687. width:0px;
  688. margin-right: auto;
  689. opacity:1;
  690. transform: rotate(0deg);
  691. -webkit-transform: rotate(0deg);
  692.  
  693. }
  694.  
  695. .blinks a {
  696. -webkit-filter:blur(0px);
  697. letter-spacing: 1px;
  698. padding:3px;
  699.  
  700. }
  701.  
  702. .blinks a:hover {
  703. opacity:1;
  704. }
  705.  
  706. .dlinks {
  707. position: fixed;
  708. font-style:none;
  709. font-size:30px;
  710. margin-top:300px;
  711. margin-left:1170px;
  712. word-spacing:2px;
  713. line-height: 100%;
  714. text-align: center;
  715. width:0px;
  716. opacity:1;
  717. margin-right: auto;
  718. transform: rotate(0deg);
  719. -webkit-transform: rotate(0deg);
  720.  
  721. }
  722.  
  723. .dlinks a {
  724. -webkit-filter:blur(0px);
  725. letter-spacing: 1px;
  726. padding:3px;
  727. }
  728.  
  729. .dlinks a:hover {
  730. opacity:1;
  731. }
  732.  
  733.  
  734. /* this is the box that comes up when you hover over something with a title*/
  735.  
  736. #s-m-t-tooltip {
  737. max-height:250px;
  738. letter-spacing:0px;
  739. margin:4px 0px 0px 8px;
  740. font-family:"calibri";
  741. text-transform:auto;
  742. font-size:11px;
  743. text-transform:none;
  744. color:#fff;
  745. background-color:#130e0d;
  746. background-image:url('https://i.imgur.com/o8a4tMv.png');
  747. border:1px solid #a93136;
  748. outline:1px dashed #a93136;
  749. outline-offset:2px;
  750. padding: 3px;
  751. z-index:999999999999999999;
  752. -webkit-transition:all 1.5s;
  753. -moz-transition:all 1.5s;
  754. -ms-transition:all 1.5s;
  755. -o-transition:all 1.5s;
  756. transition:all 1.5s;
  757. }
  758.  
  759. /*next page and previous page*/
  760.  
  761. #pagination {
  762. -ms-transform: rotate(0deg); /* IE 9 */
  763. -webkit-transform: rotate(0deg); /* Safari */
  764. transform: rotate(0deg)
  765.  
  766.  
  767. }
  768.  
  769. #pagination a {
  770. -webkit-filter: Grayscale(0%);
  771. -webkit-transition: all 0.8s ease-out;
  772. -moz-transition: all 0.8s ease-out;
  773. transition: all 0.8s ease-out;
  774. -webkit-filter: blur(0px)
  775.  
  776. }
  777.  
  778. #pagination a:hover {
  779. color:#2d2936;
  780. opacity:1;
  781. -webkit-transition: all 0.8s ease-out;
  782. -moz-transition: all 0.8s ease-out;
  783. transition: all 0.8s ease-out;
  784. -webkit-filter:blur(0px);
  785. }
  786.  
  787.  
  788. #container {
  789. position:fixed;
  790. width:505px;
  791. height:398px;
  792. top:96px;
  793. margin-left:500px;
  794. background-color:transparent;
  795. text-align:left;
  796. opacity:1;
  797. overflow-x: hidden;
  798. overflow-y:scroll;
  799. /*-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));*/
  800. }
  801.  
  802.  
  803. #post {
  804. width:500px;
  805. font-size:12px;
  806. letter-spacing:1px;
  807. font-family:"calibri";
  808. line-height:110%;
  809. padding-top:0px;
  810. margin-top:0px;
  811. margin-left:auto;
  812. margin-right:auto;
  813. opacity:1;
  814. -webkit-filter: grayscale(0%);
  815. filter: grayscale(0%);
  816. -webkit-transition: all .5s ease-in-out;
  817. -moz-transition: all .5s ease-in-out;
  818. -o-transition: all .5s ease-in-out;
  819. transition: all .5s ease-in-out;
  820. }
  821.  
  822. #post:hover{
  823. opacity:1;
  824. -webkit-transition: all .5s ease-in-out;
  825. -moz-transition: all .5s ease-in-out;
  826. -o-transition: all .5s ease-in-out;
  827. transition: all .5s ease-in-out;
  828. -webkit-filter: grayscale(0);
  829. filter: grayscale(0);
  830. }
  831.  
  832. #post blockquote {
  833. padding-left:5px;
  834. margin-right:0px;
  835. margin-left:5px;
  836. margin-top:2px;
  837. border-left:1px solid #a93136;
  838. border-radius:3px;
  839.  
  840. }
  841.  
  842. #post blockquote blockquote {
  843. padding-left:10px;
  844. margin-top:2px;
  845. margin-right:0px;
  846. margin-left:5px;
  847. border-left:1px solid #a93136;
  848. border-radius:3px;
  849.  
  850. }
  851.  
  852. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  853.  
  854. b, strong {
  855. font-size:20px;
  856. letter-spacing:2px;
  857. font-family:"Prata";
  858. text-transform:uppercase;
  859. line-height:105%;
  860. color:#5c6977;
  861. text-shadow:0px 0px 0px 1px #fff;
  862. }
  863.  
  864. i, em, italics {
  865. font-size:20px;
  866. font-family:"Dancing Script";
  867. padding-left:1px;
  868. letter-spacing:1px;
  869. text-transform:none;
  870. color:#9d3439;
  871. }
  872.  
  873. sup, sub, small {
  874. font-size:14px;
  875. color:#fff;
  876. }
  877.  
  878.  
  879. /*time posted, note count, via and source*/
  880.  
  881. #info {
  882. font-size:18px;
  883. padding:4px 0px 1px 0px;
  884. margin:0px 0px 50px 10px;
  885. letter-spacing:4px;
  886. font-size:22px;
  887. color:#a93136;
  888. text-transform:none;
  889. }
  890.  
  891. #info a {
  892. color:#a93136;
  893. text-shadow:;
  894. text-transform:none;
  895. }
  896.  
  897. #info a:hover {
  898. color:#151515;
  899. }
  900.  
  901. #forward {
  902. opacity:1;
  903. font-weight:bold;
  904. font-size:30px;
  905. color:#b8424e;
  906. top:490px;
  907. margin-left:430px;
  908. position: fixed;
  909. font-family:"calibri", sans-serif;
  910. text-shadow:0px 3px 2px #171b31;
  911. text-align: left;
  912. letter-spacing:2px;
  913. word-spacing:2px;
  914. transform: rotate(0deg);
  915. }
  916.  
  917. #forward:hover {
  918. opacity: 1;
  919. color:#fff;
  920. text-shadow:0px 3px 2px #171b31;
  921. -webkit-transition: all 0.8s ease-out;
  922. -moz-transition: all 0.8s ease-out;
  923. transition: all 0.8s ease-out;
  924. -webkit-filter:blur(.8px);
  925. }
  926.  
  927. #backward {
  928. opacity:1;
  929. font-weight:bold;
  930. font-size:30px;
  931. color:#b8424e;
  932. top:530px;
  933. margin-left:430px;
  934. position: fixed;
  935. font-family:"calibri", sans-serif;
  936. text-shadow:0px 3px 2px #171b31;
  937. text-align: left;
  938. letter-spacing:2px;
  939. word-spacing:2px;
  940. transform: rotate(0deg);
  941. }
  942.  
  943. #backward:hover {
  944. opacity: 1;
  945. color:#fff1;
  946. text-shadow:0px 3px 2px #171b31;
  947. -webkit-transition: all 0.8s ease-out;
  948. -moz-transition: all 0.8s ease-out;
  949. transition: all 0.8s ease-out;
  950. -webkit-filter:blur(.8px);
  951. }
  952.  
  953.  
  954.  
  955. /*tags*/
  956.  
  957. .tags {
  958. width:470px;
  959. height:auto;
  960. margin:-35px 0px 0px 08px;
  961. line-height:100%;
  962. padding:6px;
  963. font-size:10px;
  964. word-break:keep-all;
  965. text-align:center;
  966. font-family:"roboto";
  967. background-color:#130e0d;
  968. background-image:url('https://i.imgur.com/o8a4tMv.png');
  969. border:1px solid #a93136;
  970. outline:1px dashed #a93136;
  971. outline-offset:2px;
  972. letter-spacing:1px;
  973. }
  974.  
  975. .tags a {
  976. color:#fff;
  977. text-shadow:1px 1px 6px #000;
  978. }
  979.  
  980. .tags a:hover {
  981. color:#fff;
  982. text-shadow:1px 1px 6px #000;
  983. letter-spacing:2px;
  984. }
  985.  
  986. .postnote {
  987. width:475px;
  988. margin-top:40px;
  989. font-family:arial;
  990. text-transform:lowercase;
  991. font-style:normal;
  992. letter-spacing:0px;
  993. font-size:10px;
  994. text-align:left;
  995. }
  996.  
  997. img {
  998. -webkit-filter: grayscale(0%);}
  999.  
  1000. img:hover {
  1001. -webkit-filter: grayscale(0%);}
  1002.  
  1003.  
  1004.  
  1005. /*here go asks*/
  1006.  
  1007. #ask {
  1008. width:500px;
  1009. margin-left:0px;
  1010. margin-top:30px;
  1011. margin-bottom:10px;
  1012. font-size:40px;
  1013. text-align:center;
  1014. font-family:"Dancing Script";
  1015. font-style:none;
  1016. text-transform:none;
  1017. line-height:100%;
  1018. color:#fff;
  1019. }
  1020.  
  1021. #ask a {
  1022. color:#5c6977;
  1023. text-transform:none;
  1024. font-size:40px;
  1025. }
  1026.  
  1027. #ask a:hover {
  1028. color:#fff;
  1029. letter-spacing:3px;
  1030. }
  1031.  
  1032. #askheader {
  1033. position:absolute;
  1034. margin-left:28px;
  1035. margin-top:-22px;
  1036. }
  1037.  
  1038. #q {
  1039. width:470px;
  1040. margin-left:5px;
  1041. margin-top:3px;
  1042. padding:10px;
  1043. text-align:center;
  1044. color:#fff;
  1045. font-family:"roboto";
  1046. font-size:12px;
  1047. background-color:#000;
  1048. background-image:url('https://i.imgur.com/o8a4tMv.png');
  1049. border:1px solid #a93136;
  1050. outline:1px dashed #a93136;
  1051. outline-offset:2px;
  1052. text-shadow:0px 1px 1px #000;
  1053. }
  1054.  
  1055. #ans {
  1056. text-align:justify;
  1057. margin-top:5px;
  1058. padding:5px;
  1059. }
  1060.  
  1061.  
  1062.  
  1063.  
  1064. .playerbuttonbg {
  1065. position: absolute;
  1066. left: 10px;
  1067. top: 10px;
  1068. width: 18px;
  1069. height: 18px;
  1070. background-color:#fff;
  1071. padding: 10px;
  1072. -webkit-border-radius: 40px;
  1073. -moz-border-radius: 40px;
  1074. border-radius: 40px;
  1075. opacity: .4;
  1076. filter: alpha(opacity=40);
  1077. -moz-opacity: 0.4;
  1078. -khtml-opacity: 0.4;
  1079. transition: opacity .7s ease-in-out;
  1080. -moz-transition: opacity .7s ease-in-out;
  1081. -webkit-transition: opacity .7s ease-in-out;
  1082. }
  1083.  
  1084. .playerbuttonbg:hover {
  1085. opacity: 1;
  1086. filter: alpha(opacity=100);
  1087. -moz-opacity: 1;
  1088. -khtml-opacity: 1;
  1089. }
  1090.  
  1091. .newplayerbutton {
  1092. position: relative;
  1093. width: 19px;height: 19px;
  1094. overflow: hidden;
  1095. }
  1096.  
  1097. .playerbuttonhug {
  1098. position: absolute;
  1099. top: -18px;left: -7px;
  1100. }
  1101.  
  1102. .tumblr_audio_player {
  1103. border:none;
  1104. height: 50px;
  1105. width: 240px;
  1106. margin-left:3px;
  1107. margin-top:3px;
  1108. }
  1109.  
  1110. .audioimgwrapper {
  1111. position: absolute;
  1112. left: 0px;
  1113. top: 0px;
  1114. overflow: hidden;
  1115. color:#5a1a13;
  1116. width: 60px;
  1117. height: 60px;
  1118. }
  1119.  
  1120. .audioimgwrapper img {
  1121. width: 100%;
  1122. height: auto;
  1123. }
  1124. .trackdetails {
  1125. width: auto;
  1126. display:inline-block;
  1127. margin-left: 90px;
  1128. min-height: 85px;
  1129. }
  1130.  
  1131. .audiowrapper {
  1132. position: relative;
  1133. display:inline-block;
  1134.  
  1135. }
  1136.  
  1137.  
  1138.  
  1139. /* --- UPDATES ---*/
  1140.  
  1141. #updates {
  1142. position:fixed;
  1143. font-size:12px;
  1144. width:340px;
  1145. height:108px;
  1146. top:435px;
  1147. margin-left:75px;
  1148. padding:5px;
  1149. overflow:auto;
  1150. text-align:center;
  1151. opacity:1;
  1152. }
  1153.  
  1154. #updates:hover{
  1155. -webkit-transition: all 0.5s ease-in-out;
  1156. -moz-transition: all 0.5s ease-in-out;
  1157. transition: all 0.5s ease-in-out;
  1158. opacity:1;
  1159.  
  1160. }
  1161.  
  1162.  
  1163. /*credit. only change this if you actually make the code your own*/
  1164.  
  1165. #credit {
  1166. position:fixed;
  1167. font-size:14px;
  1168. color:#955554;
  1169. font-weight:none;
  1170. line-height:150%;
  1171. letter-spacing:2px;
  1172. right:20px;
  1173. bottom:7px;
  1174. text-transform:none;
  1175. text-align:center;
  1176. -webkit-transition: all 0.5s ease-in-out;
  1177. -moz-transition: all 0.5s ease-in-out;
  1178. -o-transition: all 0.5s ease-in-out;
  1179. }
  1180.  
  1181. #credit a {
  1182. letter-spacing:2px;
  1183. padding:3px;
  1184. font-family:"Great Vibes", cursive;
  1185. text-transform:none;
  1186. color:#955554;
  1187. }
  1188.  
  1189. #credit a:hover {
  1190. background:#161e26;
  1191. color:#fff;
  1192. }
  1193.  
  1194.  
  1195.  
  1196.  
  1197. {CustomCSS}
  1198.  
  1199. }
  1200.  
  1201. </style></head><body>
  1202. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1203. <script src=“https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1204. <script>
  1205. (function($){
  1206. $(document).ready(function(){
  1207. $("a[title]").style_my_tooltips({
  1208. tip_follows_cursor:true,
  1209. tip_delay_time:7,
  1210. tip_fade_speed:7,
  1211. attribute:"title"
  1212. });
  1213. });
  1214. })(jQuery);
  1215. </script>
  1216.  
  1217.  
  1218. <!-- begin updates tab -->
  1219.  
  1220. <div id="updates">
  1221. <b>YADA YADA YADA</b>
  1222. <hr width="70%">
  1223. of <i>fandom name</i>.<br>
  1224. <pre>you can also do this. let's see how long and tall we can make this ayo yada yada i hope this works</pre>
  1225. <h6>ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. ADD STUFF HERE. </h6>
  1226. <hr width="70%">
  1227. WHO IS WRITING THIS BABE? letters can also be lowercase.
  1228.  
  1229.  
  1230.  
  1231. </center>
  1232.  
  1233.  
  1234.  
  1235. </div>
  1236.  
  1237. <!-- end updates tab -->
  1238.  
  1239.  
  1240.  
  1241. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1242. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1243. <script>
  1244.  
  1245. (function($){
  1246.  
  1247. $(document).ready(function(){
  1248.  
  1249. $("a[title]").style_my_tooltips({
  1250.  
  1251. tip_follows_cursor:true,
  1252.  
  1253. tip_delay_time:50,
  1254.  
  1255. tip_fade_speed:600,
  1256.  
  1257. attribute:"title"
  1258.  
  1259. });
  1260.  
  1261. });
  1262.  
  1263. })(jQuery);
  1264.  
  1265. </script>
  1266.  
  1267.  
  1268.  
  1269. <div class="links">
  1270. <a href="/" title="home."><div id="linksys1">ONE</div></a></div>
  1271.  
  1272. <div class="alinks">
  1273. <a href="#?=400" title="inquiries." rel="box1" class="poplight"><div id="linksys2">TWO</div></a></div>
  1274.  
  1275. <div class="dlinks">
  1276. <a href="#?w=400" title="navigation." rel="box3" class="poplight"><div id="linksys2">THREE</div></a></div>
  1277.  
  1278.  
  1279.  
  1280. </div>
  1281.  
  1282.  
  1283. <div id="pagination">
  1284. {block:Pagination}
  1285. {block:PreviousPage}
  1286. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1287. {/block:PreviousPage}
  1288.  
  1289.  
  1290. {block:NextPage}
  1291. <a href="{NextPage}"><div id="forward">»</div></a>
  1292. {/block:NextPage}
  1293. {/block:Pagination}
  1294. </div>
  1295.  
  1296.  
  1297.  
  1298.  
  1299. </div>
  1300.  
  1301.  
  1302. <div id="container">
  1303. <div id="content">
  1304.  
  1305.  
  1306. {block:Posts}<div id="post">
  1307.  
  1308. {block:Text}
  1309. {block:Title}<h1>{Title}</h1>{/block:Title}
  1310. {Body}
  1311. {/block:Text}
  1312.  
  1313. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1314.  
  1315. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1316.  
  1317. {block:Quote}
  1318. <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>
  1319. <h3>—&nbsp;{Source}</h3>
  1320. {/block:Quote}
  1321.  
  1322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1323.  
  1324. {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}
  1325.  
  1326. {block:AudioPlayer}
  1327. <div class="audiowrapper">
  1328. {block:AlbumArt}
  1329. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1330. {/block:AlbumArt}
  1331.  
  1332. <div class="playerbuttonbg">
  1333. <div class="newplayerbutton">
  1334. <div class="playerbuttonhug">
  1335. {AudioPlayerWhite}
  1336. </div></div></div>
  1337.  
  1338. <div class="trackdetails">
  1339. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1340. {block:Artist}{Artist}{/block:Artist}<br/>
  1341. {PlayCountWithLabel}
  1342. </div></div>
  1343. {block:Caption}{Caption}{/block:Caption}
  1344. {/block:AudioPlayer}
  1345.  
  1346. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1347.  
  1348. {block:Answer}
  1349. <div id="askheader"></div>
  1350. <div id="ask">{Asker}</div>
  1351. <span style="color:#fff;font-size:12px;letter-spacing:2px;"><center>ASKED:</center></span>
  1352. <div id="q">{Question}</div>
  1353. <div id="ans">{Answer}</div>
  1354. {/block:Answer}
  1355.  
  1356. {block:Date}
  1357. <div id="info">
  1358. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:fixed; margin-left:18px;font-size:12px; margin-top:0px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">POSTED</a>
  1359. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:fixed; margin-left:200px; margin-top:0px;font-size:12px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">NOTES</a>
  1360. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:fixed; margin-left:395px; margin-top:0px;font-size:12px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(deg);">REBLOG</a>
  1361. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1362. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1363. </div>
  1364. {/block:Date}
  1365.  
  1366.  
  1367. {block:HasTags}
  1368. <div class="tags">
  1369. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1370. {/block:HasTags}
  1371.  
  1372.  
  1373. <div class="postnote">
  1374. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1375. </div>
  1376. </div>
  1377. {/block:Posts}
  1378. </div>
  1379. </div>
  1380. </div>
  1381. </div></div>
  1382.  
  1383.  
  1384.  
  1385.  
  1386. </div></div></div></div>
  1387. </div>
  1388.  
  1389. <div id="credit"><a href="https://butscrewmefirst.tumblr.com" title="CODE & IMAGE BY BUTSCREWMEFIRST / MANONCOMMS"><big><big>M</big></big></a></div>
  1390.  
  1391. </body>
  1392.  
  1393. </div></div></div></div></div></div></div></div></div></div>
  1394.  
  1395.  
  1396. <div id="box1"class="question_block">
  1397. <div class="askbox"><div class="poptext2">
  1398. <p><center><h6>Q U E S T I O N S ?</h6></center>
  1399. <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>
  1400. </div></div></div>
  1401.  
  1402.  
  1403. <div id="box3" class="popup_block">
  1404. <div id="sidelinks">
  1405. <ul id="tabs">
  1406. <li class="active"><li><div id="butts1">RULES</div></li><li><div id="butts2">UNIVERSES</div></li></ul></div>
  1407. <ul id="tab"><li><li class="active">
  1408. <div class="rules">
  1409. <div class="poptext">
  1410.  
  1411. <center><pre><big>G U I D E L I N E S</big></pre></center>
  1412. <hr width="60%">
  1413. <i>one</i>. add your first rule here?
  1414. <br>
  1415. <i>two</i>. another rule
  1416. <br>
  1417. <i>three</i>. blah blah blah add more rules here idk add as much as you want. you can make the paragraph/section as long as you need.
  1418. <br>
  1419. <i>four</i>. again blah blah have fun idk you're cool
  1420. </li>
  1421.  
  1422. <li>
  1423. <div class="verses">
  1424. <div class="poptext">
  1425. <pre><big>U N I V E R S E S</big></pre>
  1426. <center><img src="https://i.imgur.com/DwXoVDv.png"><br>
  1427. <b><a href="/tagged/">MAIN VERSE.</a></center></b>
  1428. <hr>
  1429. <center>add some content here maybe. a short description?</center>
  1430. <br>
  1431.  
  1432. <center><img src="https://i.imgur.com/DwXoVDv.png"><br>
  1433. <b><a href="/tagged/">SECOND VERSE.</a></center></b>
  1434. <hr>
  1435. <center>add some content here maybe. a short description?</center>
  1436. <br>
  1437.  
  1438. <center><img src="https://i.imgur.com/DwXoVDv.png"><br>
  1439. <b><a href="/tagged/">THIRD VERSE.</a></center></b>
  1440. <hr>
  1441. <center>add some content here maybe. a short description?</center>
  1442. <br>
  1443.  
  1444. </div>
  1445.  
  1446. </li></li>
  1447.  
  1448.  
  1449. </ul>
  1450. </div></div></div></div></div>
  1451.  
  1452. </html>
Advertisement
Add Comment
Please, Sign In to add comment