Advertisement
shadeofitall

Morgan Multi

Mar 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18.  
  19.  
  20. <!--
  21. POP UP SCRIPT
  22. -->
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58.  
  59. <!--
  60. VERSE TABS SCRIPT
  61. -->
  62.  
  63.  
  64. <script>
  65.  
  66. $(document).ready(function(){
  67. $("ul#tabs li").click(function(e){
  68. if (!$(this).hasClass("active")) {
  69. var tabNum = $(this).index();
  70. var nthChild = tabNum+1;
  71. $("ul#tabs li.active").removeClass("active");
  72. $(this).addClass("active");
  73. $("ul#tab li.active").removeClass("active");
  74. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  75. }
  76. });
  77. });
  78. </script>
  79.  
  80.  
  81.  
  82.  
  83. <!--
  84. TOOLTIP STYLING SCRIPT
  85. -->
  86.  
  87.  
  88. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  89. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  90. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  91. <script>
  92. (function($){
  93. $(document).ready(function(){
  94. $("[title]").style_my_tooltips({
  95. tip_follows_cursor:true,
  96. tip_delay_time:200,
  97. tip_fade_speed:500
  98. });
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <title>{Title}</title>
  112. <link rel="shortcut icon" href="{Favicon}">
  113. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  114. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  115.  
  116. <meta name="color:background" content="#000000"/>
  117. <meta name="color:text" content="#a1a0a0"/>
  118. <meta name="color:description" content=transparent/>
  119. <meta name="color:link" content="#e0d3ed"/>
  120. <meta name="color:link hover" content="#989898" />
  121. <meta name="color:bold" content="#cdc2f0" />
  122. <meta name="color:italic" content="#ffffff" />
  123. <meta name="color:border" content="#63dbd4" />
  124. <meta name="color:scrollbar" content="#ffffff" />
  125. <meta name="color:postbg" content=transparent />
  126. <meta name="color:blockquote" content="#121212" />
  127. <meta name="color:tags" content="#e0d3ed"/>
  128.  
  129. <meta name="image:background" content=""/>
  130.  
  131. <meta name="text:link 1" content="link 1"/>
  132. <meta name="text:link 1 url" content="/"/>
  133. <meta name="text:link 2" content="link 2"/>
  134. <meta name="text:link 2 url" content="/"/>
  135. <meta name="text:link 3" content="link 3"/>
  136. <meta name="text:link 3 url" content="/"/>
  137. <meta name="text:link 4" content="link 4"/>
  138. <meta name="text:link 4 url" content="/"/>
  139. <meta name="text:link 5" content="link 5"/>
  140. <meta name="text:link 5 url" content="/"/>
  141. <meta name="text:link 6" content="link 6"/>
  142. <meta name="text:link 6 url" content="/"/>
  143. <meta name="text:link 7" content="link 7"/>
  144. <meta name="text:link 7 url" content="/"/>
  145. <meta name="text:link 8" content="link 8"/>
  146. <meta name="text:link 8 url" content="/"/>
  147.  
  148. <meta name="if:tinycursor" content="1"/>
  149. <meta name="if:greyscale" content="0"/>
  150. <meta name="text:text size" content="12px" />
  151. <meta name="if:showsubmit" content="0"/>
  152.  
  153. <meta name="color:updates bar" content="#070707"/>
  154. <meta name="image:Updates" content=""/>
  155. <meta name="image:popup" content=""/>
  156.  
  157.  
  158.  
  159. <!--
  160. CUSTOM FONTS
  161. -->
  162.  
  163.  
  164. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  165.  
  166. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  167.  
  168. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  169.  
  170. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  171.  
  172. <link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Carter+One|Righteous" rel="stylesheet">
  173.  
  174. <link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
  175.  
  176. <link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet">
  177.  
  178. <link href="https://fonts.googleapis.com/css?family=Anton|Barlow+Condensed" rel="stylesheet">
  179.  
  180. <link href="https://fonts.googleapis.com/css?family=Hammersmith+One" rel="stylesheet">
  181.  
  182. <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
  183.  
  184. <link href="https://fonts.googleapis.com/css?family=Courgette|Gloria+Hallelujah|Indie+Flower|Pacifico" rel="stylesheet">
  185.  
  186. <link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
  187.  
  188. <link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
  189.  
  190. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  191.  
  192.  
  193. <style type="text/css">
  194.  
  195. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  196.  
  197. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  198.  
  199. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  200.  
  201. #biter
  202.  
  203. #bite a {display:block}
  204.  
  205. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  206.  
  207. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  208.  
  209.  
  210. /* the hover update thing */
  211.  
  212.  
  213.  
  214. #bite
  215. #bite a{
  216. display:block
  217. }
  218. #bite .death {
  219. margin-top:0px;filter: alpha(opacity = 1.0);
  220. opacity:0;-webkit-transition: all 0.5s ease-out;
  221. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  222. }
  223.  
  224. #bite:hover .death {
  225. margin-top:0px;
  226. -webkit-transition: all 0.8s ease-out;
  227. -moz-transition: all 0.8s ease-out;
  228. transition: all 0.8s ease-out;
  229. filter: alpha(opacity = 100);
  230. filter: alpha(opacity = 100);
  231. opacity:100;
  232. }
  233.  
  234.  
  235. /* selection font and background */
  236.  
  237.  
  238. ::selection {
  239. background: #444;
  240. color:#fff; }
  241.  
  242.  
  243. ::-moz-selection {
  244. background: #444;
  245. color:#63dbd4; }
  246.  
  247.  
  248.  
  249. /* scrollbar details */
  250.  
  251.  
  252.  
  253. ::-webkit-scrollbar {
  254. height: 0px;
  255. width: 2px;
  256. background:transparent;
  257. border-left:0px solid transparent;
  258. border-right:0px solid transparent;}
  259.  
  260.  
  261. ::-webkit-scrollbar-thumb {
  262. background:transparent;}
  263.  
  264.  
  265.  
  266.  
  267.  
  268. /* the cursor */
  269.  
  270.  
  271. {block:iftinycursor}
  272. body, a, a:hover{
  273. cursor: url('https://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  274. {/block:iftinycursor}
  275.  
  276. iframe#tumblr_controls {
  277. right:3px !important;
  278. position: fixed !important;
  279. -webkit-transition: opacity 0.7s
  280. linear;opacity: 0.2;
  281. -webkit-transition: all 0.8s ease-out;
  282. -moz-transition: all 0.8s ease-out;
  283. transition: all 0.8s ease-out;}
  284.  
  285. iframe#tumblr_controls:hover{
  286. -webkit-transition: opacity 0.7s linear;
  287. opacity: 1;
  288. -webkit-transition: all 0.4s ease-out;
  289. -moz-transition: all 0.4s ease-out;
  290. transition: all 0.4s ease-out;}
  291.  
  292.  
  293.  
  294. /* general look & background */
  295.  
  296.  
  297. body {
  298. background:#0d0d0d;
  299. background-image:url('{image:background}');
  300. background-attachment: fixed;
  301. background-repeat: no-repeat;
  302. background-position: left top;
  303. color:{color:text};
  304. font-family: calibri;
  305. text-align:justify;
  306. font-size: 12px;
  307. letter-spacing:1px;
  308. line-height:135%;
  309.  
  310. }
  311.  
  312.  
  313.  
  314.  
  315. /* the verses tabs */
  316.  
  317.  
  318. ul#tabs {
  319. list-style-type: none;
  320. padding: 0;
  321. text-align: center;
  322. font-family: 'Anton', sans-serif;
  323. font-size:11px;
  324. letter-spacing:2px;
  325. min-width:120px;
  326. }
  327.  
  328. ul#tabs li {
  329. display: table;
  330. background-color: #63dbd4;
  331. background-image:url('{image:updates}');
  332. background-repeat:repeat;
  333. background-attachment:scroll;
  334. border: dotted 1px #63dbd4;
  335. padding: 4px 12px;
  336. margin-bottom: 4px;
  337. color: #e3e3e3;
  338. cursor: pointer;
  339. }
  340.  
  341. ul#tabs li:hover {
  342. background-color: #63dbd4;
  343. background-image:url('{image:updates}');
  344. background-repeat:repeat;
  345. background-attachment:scroll;
  346. }
  347.  
  348. ul#tabs li.active {
  349. background-color: #63dbd4;
  350. border: 1px dotted #63dbd4;
  351. background-image:url('{image:updates}');
  352. background-repeat:repeat;
  353. background-attachment:scroll;
  354. }
  355.  
  356. ul#tab {
  357. list-style-type: none;
  358. margin: 0;
  359. padding: 0;
  360. }
  361.  
  362. ul#tab li {
  363. display: none;
  364. }
  365.  
  366. ul#tab li.active {
  367. display: block;
  368. }
  369.  
  370. /* the muses tabs */
  371.  
  372. ul#tabs {
  373. list-style-type: none;
  374. padding: 0;
  375. text-align: center;
  376. font-family: 'Anton', sans-serif;
  377. font-size:11px;
  378. color: #ff0902
  379. letter-spacing:2px;
  380. min-width:120px;
  381. }
  382.  
  383. ul#tabs li {
  384. display: table;
  385. background-color: #39add6;
  386. background-image:url('{image:updates}');
  387. background-repeat:repeat;
  388. background-attachment:scroll;
  389. border: dotted 1.3px #39add6;
  390. padding: 4px 12px;
  391. margin-bottom: 4px;
  392. color: #e3e3e3;
  393. cursor: pointer;
  394. }
  395.  
  396. ul#tabs li:hover {
  397. background-color: #39add6;
  398. background-image:url('{image:updates}');
  399. background-repeat:repeat;
  400. background-attachment:scroll;
  401. }
  402.  
  403. ul#tabs li.active {
  404. background-color: #39add6;
  405. border: 1px dotted #39add6;
  406. background-image:url('{image:updates}');
  407. background-repeat:repeat;
  408. background-attachment:scroll;
  409. }
  410.  
  411. ul#tab {
  412. list-style-type: none;
  413. margin: 0;
  414. padding: 0;
  415. }
  416.  
  417. ul#tab li {
  418. display: none;
  419. }
  420.  
  421. ul#tab li.active {
  422. display: block;
  423. }
  424.  
  425.  
  426. /* back to general look & details */
  427.  
  428.  
  429.  
  430. a:link, a:active, a:visited {
  431. text-decoration: none;
  432. color: #63dbd4;
  433. -moz-transition-duration:.6s;
  434. -webkit-transition-duration:.6s;
  435. -o-transition-duration:.6s;
  436. -webkit-filter: blur(0px);}
  437.  
  438. a:hover {
  439. color: #63dbd4;
  440. -moz-transition-duration:.6s;
  441. -webkit-transition-duration:.6s;
  442. -o-transition-duration:.6s;
  443. -webkit-filter: blur(1px);}
  444.  
  445.  
  446.  
  447. h1 {
  448. background-color: transparent;
  449. font-family: 'Anton', sans-serif;
  450. font-size: 17px;
  451. line-height: 21px;
  452. letter-spacing: 2px;
  453. text-align: center;
  454. text-transform:uppercase;
  455. color: #bababa;
  456. }
  457.  
  458.  
  459. h2 {
  460. background-color: transparent;
  461. font-family: 'Anton', sans-serif;
  462. font-size: 16px;
  463. line-height: 16px;
  464. letter-spacing: 2px;
  465. text-align: left;
  466. text-transform:uppercase;
  467. color: #63dbd4;
  468. }
  469.  
  470.  
  471.  
  472. h3 {
  473. background-color: transparent;
  474. background-image:url("{image:updates}");
  475. border:1px dotted #bababa;
  476. font-family: arial;
  477. font-weight:bold;
  478. color: #d69a752;
  479. text-shadow:0px 0px 2px #2c2f34;
  480. font-size: 11px;
  481. line-height: 12px;
  482. letter-spacing: 2px;
  483. text-align: center;
  484. text-transform:uppercase;
  485. padding:1px;
  486. line-height:120%;}
  487.  
  488.  
  489.  
  490. quotetext {
  491. background-color: transparent;
  492. font-family: times;
  493. font-size: 14px;
  494. line-height: 20px;
  495. letter-spacing: 2px;
  496. text-align: center;
  497. text-transform:uppercase;
  498. color: #bababa;
  499. }
  500.  
  501.  
  502.  
  503. blockquote {
  504. word-wrap: break-word;
  505. padding:2px 7px;
  506. margin:3px 0 3px 10px;
  507. border-left:1px solid {color:border};
  508. background-color:transparent;}
  509.  
  510.  
  511. blockquote img{
  512. max-width:100%;
  513. height:auto;
  514. }
  515.  
  516. blockquote blockquote img{
  517. max-width:100%;
  518. height:auto;
  519. }
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. b, bold {
  528. font-size:14px;
  529. text-transform:uppercase;
  530. letter-spacing:1px;
  531. font-family: 'Anton', sans-serif;
  532. color: {color:bold};
  533. text-shadow:1px 1px 0 #000;
  534. }
  535.  
  536.  
  537. i, italic {
  538. font-size:14px;
  539. color:{color: italic};
  540. font-family: 'Satisfy', cursive;
  541. text-shadow: 0px 0px 2px #000;
  542. letter-spacing:1px;
  543. text-transform:lowercase;
  544. }
  545.  
  546.  
  547.  
  548. p {
  549. margin-top:5px;
  550. margin-bottom:5px;}
  551.  
  552.  
  553. ol {
  554. list-style:normal;}
  555.  
  556.  
  557. ul {
  558. list-style:square;}
  559.  
  560.  
  561. small {
  562. font-size:11px}
  563.  
  564.  
  565. sup,sub {
  566. font-size:9px}
  567.  
  568.  
  569. pre {
  570. font-size: 11px;
  571. letter-spacing:3px;
  572. background-color:#000;
  573. font-family: 'Anton', sans-serif;
  574. font-style: none;
  575. text-align:center;
  576. }
  577.  
  578.  
  579.  
  580. big {
  581. font-size:15px;
  582. text-transform:uppercase;
  583. letter-spacing:2px;
  584. font-family: 'Anton', sans-serif;
  585. color: #63dbd4;
  586. text-shadow: 0px 0px 2px #000;
  587. }
  588.  
  589.  
  590.  
  591.  
  592.  
  593. img {
  594. -webkit-filter:grayscale(100%);
  595. -webkit-transition: all 0.9s ease-in-out;
  596. -moz-transition: all 0.9s ease-in-out;
  597. -o-transition: all 0.9s ease-in-out;
  598. -ms-transition: all 0.9s ease-in-out;
  599. transition: all 0.9s ease-in-out;}
  600.  
  601. img:hover {
  602. -webkit-filter:none;}
  603.  
  604. .html_photoset {
  605. -webkit-filter: grayscale(100%);
  606. -webkit-transition: all 0.9s ease-in-out;
  607. -moz-transition: all 0.9s ease-in-out;
  608. -o-transition: all 0.9s ease-in-out;
  609. -ms-transition: all 0.9s ease-in-out;
  610. transition: all 0.9s ease-in-out;}
  611.  
  612. .html_photoset:hover {
  613. -webkit-filter: none;}
  614.  
  615.  
  616.  
  617.  
  618. /* Hover thingy */
  619.  
  620. #pcontainer {
  621. background-color:#0d0d0d;
  622. width:435px;
  623. height:778px;
  624. padding: 10px;
  625. top:101px;
  626. margin-left: 770px;
  627. position:relative;
  628. overflow-y:scroll;
  629. overflow-x:hidden;
  630.  
  631. border:0px solid transparent;
  632. opacity:5;
  633. -WEBKIT-TRANSITION: ALL 0.9S EASE;
  634. -MOZ-TRANSITION: ALL 0.9S EASE;
  635. -O-TRANSITION: ALL 0.9S EASE;
  636. -webkit-mask-image: -webkit-gradient(
  637. linear, center 80%, center bottom,
  638. from(rgba(0,0,0,50)),
  639. to(rgba(70,0,0,0)));
  640. }
  641.  
  642. #pcontainer:hover {
  643. opacity:1.5;
  644. }
  645.  
  646.  
  647. #pcontainer img {
  648. height:auto;
  649. max-width:100%;
  650. }
  651.  
  652.  
  653.  
  654. #content {
  655. margin-left:62px;
  656. width:310px;
  657. margin-top: -109px;
  658. }
  659.  
  660. #bigcontainer {
  661. position:fixed;
  662. width:420px;
  663. height:300px;
  664. top:300px;
  665. left:310px;
  666. overflow-y:scroll;
  667. BACKGROUND-IMAGE:URL(’{image:hover}’);
  668. }
  669.  
  670. #postcontainer {
  671. width:435px;
  672. padding:10px;
  673. background:#0d0d0d; /*change this to any hex-code color you prefer or delete if you want a transparent background*/
  674. opacity:0;
  675. }
  676. #postcontainer:hover {
  677. opacity:1
  678. -webkit-transition: all 1s ease;
  679. transition: all 1s ease;
  680. -moz-transition: all 1s ease;
  681. -o-transition: all 1s ease;
  682. }
  683. #posts {
  684. width:435px;
  685. padding:10px;
  686. margin-top: 85px;
  687. margin-left:-70px;
  688. padding-bottom:0px;}
  689.  
  690.  
  691.  
  692. #sidebar {
  693. margin-left: 1590px;
  694. line-height:15px;
  695. width: 180px;
  696. position: fixed;
  697. top: 10px;
  698. text-align: center; }
  699.  
  700.  
  701. #sidebar img {
  702. width:150px;
  703. padding-top:10px;
  704. padding-bottom:10px;}
  705.  
  706.  
  707. #description {
  708. margin-left: 0px;
  709. margin-top: -50px;
  710. width:180px;
  711. color:#0d0d0d;}
  712.  
  713.  
  714.  
  715. #actualnews {
  716. font-family: calibri;
  717. font-size:10px;
  718. text-align:justify;
  719. background:#0d0d0d;
  720. color: {color: description};
  721. width:180px;
  722. height:318px;
  723. padding-top:3px;
  724. border:0px solid #568d22;
  725. margin-left: 640.5px;
  726. margin-top: -270px;
  727. position:fixed;
  728. -webkit-filter: blur(0px);
  729. -webkit-transition: 0.8s ease-in;
  730. -moz-transition: 1s ease-in;
  731. transition: 1s ease-in;
  732. opacity:0.5;
  733. -webkit-transition: all 0.6s ease-in-out;
  734. -moz-transition: all 0.6s ease-in-out;
  735. -o-transition: all 0.6s ease-in-out;
  736. -ms-transition: all 0.6s ease-in-out;
  737. transition: all 0.6s ease-in-out;
  738. }
  739.  
  740.  
  741.  
  742. #actualnews:hover {
  743. -webkit-filter:none;
  744. -webkit-transition: all 0.6s ease-in-out;
  745. opacity:1;
  746. -webkit-transition: all 0.6s ease-in-out;
  747. -moz-transition: all 0.6s ease-in-out;
  748. -o-transition: all 0.6s ease-in-out;
  749. -ms-transition: all 0.6s ease-in-out;
  750. transition: all 0.6s ease-in-out;
  751. }
  752.  
  753.  
  754.  
  755. #thekey {
  756. position:fixed;
  757. color:#63dbd4;
  758. text-shadow: 0px 0px 2px #000;
  759. margin-top:175px;
  760. margin-left:55px;
  761. width:710px;
  762. padding:9px;
  763. letter-spacing:2px;
  764. word-spacing:5px; /*this defines the separation of each word of the links*/
  765. font-family: helvetica;
  766. font-size:12px;
  767. text-align:center;
  768. background:transparent;
  769. text-transform:uppercase;
  770. -webkit-transform: rotate(-90deg);
  771. -moz-transform: rotate(-90deg);
  772. -o-transform: rotate(-90deg);
  773. }
  774.  
  775.  
  776. /* JUMBLED LINKS */
  777.  
  778.  
  779.  
  780. .alinks {
  781. position:fixed;
  782. text-shadow: 2px 2px 3px #000;
  783. left:1300px;
  784. top:40px;
  785. transform: rotate(0deg);
  786. font-family: 'Anton', sans-serif;
  787. font-size: 25px;}
  788.  
  789.  
  790. .alinks a {
  791. opacity:5;
  792. padding:10px;
  793. color:#63dbd4;
  794. margin-right:0px;
  795. -webkit-filter: blur(.5px);
  796. -webkit-transition: 0.8s ease-in;
  797. -moz-transition: 1s ease-in;
  798. transition: 1s ease-in;
  799. }
  800.  
  801. .alinks a:hover {
  802. opacity:.1
  803. -webkit-filter: blur(4px);
  804. -webkit-transition: all 0.6s ease-in-out;
  805. -moz-transition: all 0.6s ease-in-out;
  806. -o-transition: all 0.6s ease-in-out;
  807. -ms-transition: all 0.6s ease-in-out;
  808. transition: all 0.6s ease-in-out;
  809. color: #cbd8d8;
  810. text-shadow: 3px 3px 3px #000;
  811. }
  812.  
  813. .blinks {
  814. position:fixed;
  815. text-shadow: 1px 1px 2px #000;
  816. left:1300px;
  817. top:70px;
  818. transform: rotate(0deg);
  819. font-family: 'Anton', sans-serif;
  820. font-size: 25px;}
  821.  
  822.  
  823. .blinks a {
  824. opacity:5;
  825. padding:10px;
  826. color:#63dbd4;
  827. margin-right:0px;
  828. -webkit-filter: blur(.5px);
  829. -webkit-transition: 0.8s ease-in;
  830. -moz-transition: 1s ease-in;
  831. transition: 1s ease-in;
  832. }
  833.  
  834. .blinks a:hover {
  835. opacity:1;
  836. -webkit-filter: blur(4px);
  837. -webkit-transition: all 0.6s ease-in-out;
  838. -moz-transition: all 0.6s ease-in-out;
  839. -o-transition: all 0.6s ease-in-out;
  840. -ms-transition: all 0.6s ease-in-out;
  841. transition: all 0.6s ease-in-out;
  842. color: #cbd8d8;
  843. text-shadow: 3px 3px 3px #000;
  844. }
  845.  
  846.  
  847.  
  848. .clinks {
  849. position:fixed;
  850. text-shadow: 1px 1px 2px #000;
  851. left:1300px;
  852. top:100px;
  853. transform: rotate(0deg);
  854. font-family: 'Anton', sans-serif;
  855. font-size: 25px;}
  856.  
  857.  
  858. .clinks a {
  859. opacity:5;
  860. padding:10px;
  861. color:#63dbd4;
  862. margin-right:0px;
  863. -webkit-filter: blur(.5px);
  864. -webkit-transition: 0.8s ease-in;
  865. -moz-transition: 1s ease-in;
  866. transition: 1s ease-in;
  867. }
  868.  
  869. .clinks a:hover {
  870. opacity:1;
  871. -webkit-filter: blur(4px);
  872. -webkit-transition: all 0.6s ease-in-out;
  873. -moz-transition: all 0.6s ease-in-out;
  874. -o-transition: all 0.6s ease-in-out;
  875. -ms-transition: all 0.6s ease-in-out;
  876. transition: all 0.6s ease-in-out;
  877. color: #cbd8d8;
  878. text-shadow: 3px 3px 3px #000;
  879. }
  880.  
  881.  
  882. .dlinks {
  883. position:fixed;
  884. text-shadow: 1px 1px 2px #000;
  885. left:1300px;
  886. top:130px;
  887. transform: rotate(0deg);
  888. font-family: 'Anton', sans-serif;
  889. font-size: 25px;}
  890.  
  891.  
  892. .dlinks a {
  893. opacity:5;
  894. padding:10px;
  895. color:#63dbd4;
  896. margin-right:0px;
  897. -webkit-filter: blur(.5px);
  898. -webkit-transition: 0.8s ease-in;
  899. -moz-transition: 1s ease-in;
  900. transition: 1s ease-in;
  901. }
  902.  
  903. .dlinks a:hover {
  904. opacity:1;
  905. -webkit-filter: blur(4px);
  906. -webkit-transition: all 0.6s ease-in-out;
  907. -moz-transition: all 0.6s ease-in-out;
  908. -o-transition: all 0.6s ease-in-out;
  909. -ms-transition: all 0.6s ease-in-out;
  910. transition: all 0.6s ease-in-out;
  911. color: #cbd8d8;
  912. text-shadow: 3px 3px 3px #000;
  913. }
  914.  
  915. .elinks {
  916. position:fixed;
  917. text-shadow: 1px 1px 2px #000;
  918. left:1300px;
  919. top:160px;
  920. transform: rotate(0deg);
  921. font-family: 'Anton', sans-serif;
  922. font-size: 25px;}
  923.  
  924.  
  925. .elinks a {
  926. opacity:5;
  927. padding:10px;
  928. color:#63dbd4;
  929. margin-right:0px;
  930. -webkit-filter: blur(.5px);
  931. -webkit-transition: 0.8s ease-in;
  932. -moz-transition: 1s ease-in;
  933. transition: 1s ease-in;
  934. }
  935.  
  936. .elinks a:hover {
  937. opacity:1;
  938. -webkit-filter: blur(4px);
  939. -webkit-transition: all 0.6s ease-in-out;
  940. -moz-transition: all 0.6s ease-in-out;
  941. -o-transition: all 0.6s ease-in-out;
  942. -ms-transition: all 0.6s ease-in-out;
  943. transition: all 0.6s ease-in-out;
  944. color: #cbd8d8;
  945. text-shadow: 3px 3px 3px #000;
  946. }
  947.  
  948.  
  949. .credit {
  950. position:fixed;
  951. text-shadow: 0px 0px 11px #fff;
  952. right:47px;
  953. bottom:15px;
  954. transform: rotate(0deg);
  955. font-family: helvetica;
  956. font-size: 14px; }
  957.  
  958.  
  959. .credit a {
  960. padding:10px;
  961. color:#fff;
  962. margin-right:0px;
  963. -webkit-filter: blur(1px);
  964. -webkit-transition: 0.8s ease-in;
  965. -moz-transition: 1s ease-in;
  966. transition: 1s ease-in;
  967. }
  968.  
  969. .credit a:hover {
  970. -webkit-transition: all 0.6s ease-in-out;
  971. -moz-transition: all 0.6s ease-in-out;
  972. -o-transition: all 0.6s ease-in-out;
  973. -ms-transition: all 0.6s ease-in-out;
  974. transition: all 0.6s ease-in-out;
  975. color: #000000;
  976. text-shadow: 2px 2px 2px #000000;
  977. }
  978.  
  979. .credit2 {
  980. position:fixed;
  981. text-shadow: 0px 0px 11px #fff;
  982. right:15px;
  983. bottom:15px;
  984. transform: rotate(0deg);
  985. font-family: helvetica;
  986. font-size: 14px; }
  987.  
  988.  
  989. .credit2 a {
  990. padding:10px;
  991. color:#fff;
  992. margin-right:0px;
  993. -webkit-filter: blur(1px);
  994. -webkit-transition: 0.8s ease-in;
  995. -moz-transition: 1s ease-in;
  996. transition: 1s ease-in;
  997. }
  998.  
  999. .credit2 a:hover {
  1000. -webkit-transition: all 0.6s ease-in-out;
  1001. -moz-transition: all 0.6s ease-in-out;
  1002. -o-transition: all 0.6s ease-in-out;
  1003. -ms-transition: all 0.6s ease-in-out;
  1004. transition: all 0.6s ease-in-out;
  1005. color: #000000;
  1006. text-shadow: 2px 2px 2px #000000;
  1007. }
  1008. /* ella doesn't know what she's doing */
  1009.  
  1010. .animatedlink1{
  1011. -webkit-animation-name: scalex;
  1012. -webkit-animation-duration:13s;
  1013. -webkit-animation-iteration-count:infinite;
  1014. -webkit-animation-timing-function:ease-in-out;
  1015. }
  1016.  
  1017. @-webkit-keyframes scalex{
  1018. from {-webkit-transform: scale(0.2);}
  1019. 25% {-webkit-transform: scale(0.5);}
  1020. to {-webkit-transform: scale(0.2);}
  1021. }
  1022.  
  1023. .animatedlink2{
  1024. -webkit-animation-name: scalex;
  1025. -webkit-animation-duration:14s;
  1026. -webkit-animation-iteration-count:infinite;
  1027. -webkit-animation-timing-function:ease-in-out;
  1028. }
  1029.  
  1030. @-webkit-keyframes scalex{
  1031. from {-webkit-transform: scale(0.2);}
  1032. 35% {-webkit-transform: scale(0.5);}
  1033. to {-webkit-transform: scale(0.2);}
  1034. }
  1035.  
  1036. .animatedlink3{
  1037. -webkit-animation-name: scalex;
  1038. -webkit-animation-duration:13s;
  1039. -webkit-animation-iteration-count:infinite;
  1040. -webkit-animation-timing-function:ease-in-out;
  1041. }
  1042.  
  1043. @-webkit-keyframes scalex{
  1044. from {-webkit-transform: scale(0.2);}
  1045. 35% {-webkit-transform: scale(0.5);}
  1046. to {-webkit-transform: scale(0.2);}
  1047. }
  1048.  
  1049. .animatedlink4{
  1050. -webkit-animation-name: scalex;
  1051. -webkit-animation-duration:14s;
  1052. -webkit-animation-iteration-count:infinite;
  1053. -webkit-animation-timing-function:ease-in-out;
  1054. }
  1055.  
  1056. @-webkit-keyframes scalex{
  1057. from {-webkit-transform: scale(0.2);}
  1058. 45% {-webkit-transform: scale(0.5);}
  1059. to {-webkit-transform: scale(0.2);}
  1060. }
  1061.  
  1062.  
  1063. /* JUMBLED LINKS ENDS */
  1064.  
  1065.  
  1066.  
  1067. #pagination {
  1068. position:fixed;
  1069. font-family:times;
  1070. width:300px;
  1071. font-size:150px;
  1072. transform: rotate(-10deg);
  1073. top:60px;
  1074. left:390px;
  1075. letter-spacing:3px;
  1076. text-align:center;
  1077. z-index:999999999999;
  1078. }
  1079.  
  1080. #pagination a {
  1081. text-transform:uppercase;
  1082. color:#44afa7;
  1083. -webkit-filter: blur(2px);
  1084. -webkit-transition: 0.8s ease-in;
  1085. -moz-transition: 1s ease-in;
  1086. transition: 1s ease-in;
  1087. z-index:999999999999;
  1088. }
  1089.  
  1090. #pagination a:hover {
  1091. color:#fff;
  1092. -webkit-filter: blur(0px);
  1093. -webkit-transition: 0.2s ease-in;
  1094. -moz-transition: 1s ease-in;
  1095. transition: 1s ease-in;
  1096. }
  1097.  
  1098.  
  1099. .audio {
  1100. width:335px;
  1101. padding-bottom:10px;
  1102. background-color:{color:#000};}
  1103.  
  1104. .albumart {
  1105. float:left;
  1106. padding:0px 10px 10px 0px;}
  1107.  
  1108. .albumart img {
  1109. width:65px;
  1110. height:65px;}
  1111.  
  1112. .playercontainer {
  1113. text-align:left;
  1114. padding:10px;
  1115. background-color:#000;
  1116. width:335px;}
  1117.  
  1118. .audioinfo {
  1119. padding:10px;
  1120. color:{color:text};}
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126. /* QUESTIONS & ANSWERS DETAILS */
  1127.  
  1128. #askbox{
  1129. border:0px solid yellow;
  1130. height:45px;
  1131. }
  1132.  
  1133. #askimg{
  1134. margin-left:2px;
  1135. max-width:50px;
  1136. max-height:50px;
  1137. transform: rotate(-20deg);
  1138. border:0px solid yellow;
  1139. }
  1140.  
  1141. #asktext{
  1142. font-size:10px;
  1143. border:0px solid red;
  1144. max-width:100%;
  1145. margin-top:-39px;
  1146. margin-left:50px;
  1147. color:{color:sidebar};
  1148. text-transform:uppercase;
  1149. font-weight:none;
  1150. text-align:left;
  1151. padding-right:17px;
  1152. letter-spacing:1px;
  1153. text-shadow:1px 1px 1px {color:text shadow};
  1154. }
  1155.  
  1156. #asker {
  1157. font-family: 'Anton', sans-serif;
  1158. font-style:none;
  1159. letter-spacing:3px;
  1160. text-align:left;
  1161. text-transform:uppercase;
  1162. color: {color:ask};
  1163. font-size:20px;
  1164. text-shadow:1px 1px 1px {color:text shadow};
  1165.  
  1166. border:0px solid green;
  1167. max-width:100%;
  1168. margin-left:40px;
  1169. font-weight:bold;
  1170. padding-top:5px;
  1171. padding-right:15px;
  1172. padding-left:15px;
  1173. }
  1174.  
  1175.  
  1176. #asker a{
  1177. font-family: 'Anton', sans-serif;
  1178. font-style:none;
  1179. text-transform:uppercase;
  1180. font-style: none;
  1181. text-shadow: none;
  1182. color: {color:ask};
  1183. text-shadow:0 0 2px {color:text shadow};
  1184. -webkit-filter: blur(0px);
  1185. }
  1186.  
  1187.  
  1188. #asker a:hover {
  1189. color: {color:ask};
  1190. text-shadow:0 0 10px {color:text shadow};
  1191. -webkit-filter: blur(0px);
  1192. -webkit-transition:all .5s ease-in-out;
  1193. -moz-transition:all .5s ease-in-out;
  1194. transition:all .5s ease-in-out;
  1195. }
  1196.  
  1197.  
  1198.  
  1199. #ask {
  1200. font-family: 'Anton', sans-serif;
  1201. font-size:9px;
  1202. text-align:center;
  1203. padding-top: 5px;
  1204. margin-bottom:20px;
  1205. margin-left:0px;
  1206. text-transform:auto;
  1207. letter-spacing:1px
  1208. margin-top:-10px;
  1209. padding:10px;
  1210. background:{color:pre};
  1211. /*background: url("https://i.imgur.com/d3bVWkc.png");
  1212.  
  1213. background-clip:text;
  1214. background-repeat:repeat;
  1215. background-attachment:fixed;
  1216. color:transparent;*/
  1217.  
  1218. color:{color:text};
  1219. text-transform: uppercase;
  1220. border-left:4px solid {color:border};
  1221. border-right:4px solid {color:border};
  1222. border-radius:5px;
  1223. letter-spacing:2px;
  1224. box-shadow:0px 0px 10px {color:background};
  1225. word-wrap: break-word;
  1226.  
  1227. z-index:99999;
  1228.  
  1229. }
  1230.  
  1231.  
  1232. .ans {
  1233. text-align:center;
  1234. padding:10px;
  1235. }
  1236.  
  1237.  
  1238.  
  1239. /* POST INFO DETAILS */
  1240.  
  1241.  
  1242.  
  1243. #info {
  1244. background: url("{image:updates}");
  1245. border: 1px solid #63dbd4;
  1246. border-bottom-right-radius: 15px;
  1247. border-bottom-left-radius: 15px;
  1248. border-top-right-radius: 15px;
  1249. border-top-left-radius: 15px;
  1250. width:435px;
  1251. height:30px;
  1252. text-align:center;
  1253. letter-spacing:10px;
  1254. margin-top:2px;
  1255. margin-bottom:40px;
  1256. text-transform:uppercase;
  1257. font-size:25px;
  1258. font-style:none;
  1259. }
  1260.  
  1261.  
  1262.  
  1263.  
  1264. #info a {
  1265. color:#63dbd4;}
  1266.  
  1267. #info a:hover {
  1268. color:#fff;}
  1269.  
  1270.  
  1271.  
  1272.  
  1273. #tags {
  1274. font-family: helvetica;
  1275. color:{color:tags};
  1276. padding-bottom:35px;
  1277. letter-spacing:2px;
  1278. text-transform:uppercase;
  1279. font-size:7px;
  1280. font-style:normal;
  1281. margin-top:10px;
  1282. text-align:right;
  1283. float:right;
  1284. }
  1285.  
  1286.  
  1287. #tags a {
  1288. display:inline-block;
  1289. padding:-3px;
  1290. opacity:0.8;
  1291. text-align:center;
  1292. color:{color:tags};
  1293.  
  1294. }
  1295.  
  1296.  
  1297. #tags a:hover {
  1298. color:{color:text};
  1299. }
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306. .note {
  1307. text-transform:uppercase;
  1308. font-style:normal;
  1309. letter-spacing:0px;
  1310. font-size: 10px;
  1311. text-align:left;
  1312. line-height:90%;
  1313. margin-left:-40px;}
  1314.  
  1315. .note li {
  1316. list-style-type:none;
  1317. border-bottom:0px solid {color:border};
  1318. padding:10px 25px 10px 25px;
  1319. text-align:left;
  1320. margin:0px;
  1321. -moz-transition-duration:0.5s;
  1322. -webkit-transition-duration:0.5s;
  1323. -o-transition-duration:0.5s;}
  1324.  
  1325. .note img.avatar {
  1326. margin-right: 10px;
  1327. width: 16px;
  1328. height: 16px;}
  1329.  
  1330.  
  1331.  
  1332.  
  1333. .video {
  1334. width:350px!important;}
  1335.  
  1336. .video iframe {
  1337. width:350px!important;}
  1338.  
  1339.  
  1340.  
  1341.  
  1342. /*--BASIC POP-UP DETAILS--*/
  1343. .popup_block{
  1344. width: 680px;
  1345. height: 650px;
  1346. size:80%;
  1347. overflow-y:scroll;
  1348. overflow-x:hidden;
  1349. display:none;
  1350. background:#000;
  1351. color:#e3e3e3;
  1352. background-image: url('https://i.imgur.com/8auw2PG.jpg');
  1353. background-repeat:no-repeat;
  1354. padding:20px;
  1355. border:0px solid #eee;
  1356. float:left;
  1357. position:fixed;
  1358. top:50%;
  1359. left: 50%;
  1360. z-index: 99999;
  1361. font-size:10px;
  1362. }
  1363.  
  1364.  
  1365. *html #fade {position: absolute;}
  1366. *html .popup_block {position: absolute;}
  1367. #fade {
  1368. display:none;
  1369. position:fixed;
  1370. left:0px;
  1371. top:0px;
  1372. width:100%;
  1373. height:100%;
  1374. z-index:9999;
  1375. background:#000; /* change to #fff for solid white */
  1376. opacity:1; /* change to opacity:1; */
  1377. }
  1378.  
  1379.  
  1380. .popupcontent {
  1381. position:absolute;
  1382. text-align:justify;
  1383. padding:20px;
  1384. width:160px;
  1385. height:160px;
  1386. overflow-y:scroll;
  1387. margin-left:100px;
  1388. margin-top:100px;
  1389. }
  1390.  
  1391. .question_block{
  1392. height:300px;
  1393. display: none;
  1394. float: left;
  1395. position: fixed;
  1396. top: 50%; left: 50%;
  1397. z-index: 999999999999;
  1398. }
  1399.  
  1400. img.btn_close {float: right;}
  1401. #ask_form {height:250px;}
  1402.  
  1403. .popupnavlinks {
  1404. padding-top:5px;
  1405. text-align:center; }
  1406.  
  1407.  
  1408. .popupnavlinks a {
  1409. display:inline-block;
  1410. width:120px; height:8px;
  1411. margin:2px; padding:6px 6px 10px;
  1412. text-align:center;
  1413. font-family:'Anton', sans-serif;
  1414. font-size:10px;
  1415. text-transform:uppercase;
  1416. letter-spacing:1px;
  1417. color:#e3e3e3; background:transparent;
  1418. background: url("{image:updates}");
  1419. border:1px dotted;
  1420. border-color: #63dbd4;
  1421. }
  1422.  
  1423.  
  1424. .popupnavlinks a:hover {
  1425. display:inline-block;
  1426. width:120px; margin:2px;
  1427. padding:6px 6px 10px;
  1428. text-align:center;
  1429. font-family:'helvetica';
  1430. font-size:8px;
  1431. text-transform:uppercase;
  1432. letter-spacing:1px;
  1433. color:#39add6;
  1434. background:transparent }
  1435.  
  1436.  
  1437.  
  1438. /*--TOOLTIP DETAILS--*/
  1439.  
  1440.  
  1441.  
  1442. #s-m-t-tooltip{
  1443. max-width:400px;
  1444. margin:15px;
  1445. padding:2px 8px;
  1446. background: #000;
  1447. background-image:url('{image:updates}');
  1448. border:1px dotted;
  1449. border-color: #63dbd4;
  1450. color:#63dbd4;
  1451. z-index:99999999999999999999;
  1452. font-size:9px;
  1453. letter-spacing:2px;
  1454. font-style:bold;
  1455. letter-spacing:2px;
  1456. font-family:'helvetica';
  1457. text-transform:uppercase;
  1458. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1459.  
  1460.  
  1461. iframe.tmblr-iframe {
  1462. z-index:99999999999999!important;
  1463. top:-2px!important;
  1464. right:0!important;
  1465. opacity:0;
  1466. padding-right:38px;
  1467. /* delete invert(1) from here */
  1468. filter: contrast(150%);
  1469. -webkit-filter: contrast(150%);
  1470. -o-filter: contrast(150%);
  1471. -moz-filter: contrast(150%);
  1472. -ms-filter: contrast(150%);
  1473. /* to here if your blog has a dark background */
  1474. transform:scale(0.65);
  1475. transform-origin:100% 0;
  1476. -webkit-transform:scale(0.65);
  1477. -webkit-transform-origin:100% 0;
  1478. -o-transform:scale(0.65);
  1479. -o-transform-origin:100% 0;
  1480. -moz-transform:scale(0.65);
  1481. -moz-transform-origin:100% 0;
  1482. -ms-transform:scale(0.65);
  1483. -ms-transform-origin:100% 0;}
  1484.  
  1485. iframe.tmblr-iframe:hover {
  1486. opacity:0.6!important;}
  1487.  
  1488. .hcontrols {
  1489. position:fixed;
  1490. top:0;
  1491. right:0;
  1492. z-index:999999999;}
  1493.  
  1494. .hcontrols svg {
  1495. width:14px;
  1496. height:14px;
  1497. padding:9px;}
  1498.  
  1499. .hcontrols svg path {
  1500. fill:#fff;/* change this to change the color of the icon */}
  1501.  
  1502.  
  1503. </style>
  1504.  
  1505.  
  1506. </head>
  1507.  
  1508. <body>
  1509.  
  1510. <div id="content">
  1511.  
  1512. <div id="sidebar">
  1513.  
  1514. <img src="{image:Sidebar}" />
  1515.  
  1516. <div id="description">{description}</div>
  1517.  
  1518. </div>
  1519.  
  1520. <div id="pagination">
  1521. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1522. </div>
  1523.  
  1524.  
  1525. <div id="links">
  1526.  
  1527.  
  1528. <div id="linkbar">
  1529.  
  1530. <div class="alinks">
  1531. <a href="/" title="home."> I. </a>
  1532. </a>
  1533. </div>
  1534.  
  1535. <div class="blinks">
  1536. <a href="/ask" title="ask."> II. </a>
  1537. </a>
  1538. </div>
  1539.  
  1540. <div class="clinks">
  1541. <a href="/rules" title="laws."> III. </a>
  1542. </div>
  1543.  
  1544.  
  1545. <div class="dlinks">
  1546. <a href="/muses" title="muses."> IV. </a>
  1547. </div>
  1548.  
  1549. <div class="elinks">
  1550. <a href="/navi" title="map."> V. </a>
  1551. </div>
  1552.  
  1553. <div class="credit">
  1554. <a href="https://agirlingrey.tumblr.com/" title="original code credit.">A.</a>
  1555. </div>
  1556. <div class="credit2">
  1557. <a href="https://wasntallbad.tumblr.com" title="theme makeover credit.">& T.</a>
  1558. </div>
  1559.  
  1560.  
  1561. </div></div>
  1562.  
  1563.  
  1564. <div id="pcontainer">
  1565.  
  1566. <div id="content"><div id="posts">
  1567. {block:Posts}
  1568.  
  1569.  
  1570. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1571. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1572. {block:Text}{Body}{/block:Text}
  1573.  
  1574. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1575.  
  1576. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1577.  
  1578. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1579.  
  1580. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1581.  
  1582. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1583.  
  1584. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1585.  
  1586.  
  1587. {block:Answer}
  1588. <div id="askbox"><div id="askimg"><img src="https://66.media.tumblr.com/3ffc0d32dc5407ea62e6bda02c5495b9/tumblr_powmz5PmCm1y12v05o1_100.png"></div>
  1589. <div id="asktext">what is it you inquire? </div>
  1590. <div id="asker">{Asker}</div></div>
  1591. <div id="ask">{Question}
  1592. </span>
  1593. </div>{Answer}{/block:Answer}
  1594.  
  1595.  
  1596. {block:Audio}<div class="audio">
  1597.  
  1598. {block:AlbumArt}
  1599. {/block:AlbumArt}
  1600.  
  1601.  
  1602. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1603. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1604. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1605. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1606.  
  1607.  
  1608. <div id="info">
  1609. <br>
  1610.  
  1611. &nbsp; &nbsp;
  1612.  
  1613.  
  1614. {block:Date}
  1615. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #63dbd4;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ✦ </a>
  1616. {/block:Date}
  1617.  
  1618.  
  1619. {block:RebloggedFrom}
  1620. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #63dbd4;" title=" via. {ReblogParentName} "> ✧ </a>
  1621. {/block:RebloggedFrom}
  1622.  
  1623.  
  1624. {block:ContentSource}
  1625. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #63dbd4;" title=" source. {SourceTitle} "> ✦ </a>
  1626. {/block:ContentSource}
  1627.  
  1628.  
  1629. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #63dbd4;" title=" {NoteCount} notes "> ✧ </a>
  1630.  
  1631.  
  1632. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #63dbd4;" title="reblog"> ✦ </a>
  1633.  
  1634.  
  1635. <br>
  1636.  
  1637. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1638. {/block:Posts}
  1639. <div class="note">
  1640. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1641. </div>
  1642.  
  1643. {/block:Posts}</div></div>
  1644.  
  1645.  
  1646.  
  1647. </div> </div> </div> </div> </div> </div>
  1648.  
  1649. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  1650. </body>
  1651.  
  1652.  
  1653.  
  1654. <div id="box1" class="question_block">
  1655. <div id="question" class="question_block" style="height:250px; padding:0px; background:url(); background-repeat:no repeat; overflow-x:hidden;">
  1656. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/hellraiiser.tumblr.com" width="100%"></iframe>
  1657. </div>
  1658. </div>
  1659.  
  1660.  
  1661.  
  1662. </div>
  1663.  
  1664. </center>
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670. </div>
  1671. </div>
  1672.  
  1673.  
  1674.  
  1675. </div>
  1676. </div>
  1677. </div>
  1678.  
  1679.  
  1680.  
  1681. <div id="bite">
  1682. <div id="thekey"></div>
  1683. <div class="death">
  1684. <div id="actualnews">
  1685.  
  1686. <center>
  1687.  
  1688. <div style="width:auto;height:310px;overflow:scroll;padding:5px;">
  1689.  
  1690. <h3>
  1691. "I walked"
  1692. </h3>
  1693.  
  1694. "Not all those who wander are lost"
  1695. <h3>
  1696. "with you"
  1697. </h3>
  1698.  
  1699. independent multimuse role play blog
  1700. <br>
  1701. loved by Swift
  1702.  
  1703. <h3>"once upon"</h3>
  1704.  
  1705. multi verse & multi ship.
  1706.  
  1707.  
  1708. <h3>"A dream"</h3>
  1709.  
  1710. please read rules before interacting.
  1711.  
  1712. </center>
  1713.  
  1714.  
  1715. </div>
  1716. <!-- Statcounter code for Wasntallbad.
  1717. https://wasntallbad.tumblr.com/ on Tumblr -->
  1718. <script type="text/javascript">
  1719. var sc_project=11723990;
  1720. var sc_invisible=1;
  1721. var sc_security="0a71944e";
  1722. </script>
  1723. <script type="text/javascript"
  1724. src="https://www.statcounter.com/counter/counter.js"
  1725. async></script>
  1726. <noscript><div class="statcounter"><a title="Web Analytics"
  1727. href="https://statcounter.com/" target="_blank"><img
  1728. class="statcounter"
  1729. src="//c.statcounter.com/11723990/0/0a71944e/1/" alt="Web
  1730. Analytics"></a></div></noscript>
  1731. <!-- End of Statcounter Code -->
  1732. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement