Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.89 KB | None | 0 0
  1. <script>
  2.  
  3.  
  4. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  5. THIS THEME WAS PERSONALLY DESIGNED FOR @weakhevrts !!
  6. By: Ley @eternalfaction / eternalworks.
  7. theme shall not be redistributed. credits may not be removed.
  8. ( thank you for your commission and support !! )
  9. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  10.  
  11.  
  12.  
  13. </script>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <script>
  22.  
  23. </script>
  24.  
  25.  
  26.  
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  32.  
  33. <link href="https://fonts.googleapis.com/css?family=Cookie|Cormorant+Unicase|Gentium+Book+Basic|IM+Fell+DW+Pica|Special+Elite|Walter+Turncoat" rel="stylesheet">
  34.  
  35. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  45.  
  46. <link href="https://fonts.googleapis.com/css?family=Special+Elite|Walter+Turncoat" rel="stylesheet">
  47.  
  48. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  49.  
  50. <link href="https://fonts.googleapis.com/css?family=Arvo|Kalam" rel="stylesheet">
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54. <script>
  55. $(document).ready(function() {
  56. $('a.poplight[href^=#]').click(function() {
  57. var popID = $(this).attr('rel'); //Get Popup Name
  58. var popURL = $(this).attr('href'); //Get Popup href to define size
  59. var query= popURL.split('?');
  60. var dim= query[1].split('&');
  61. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  62. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  63. var popMargTop = ($('#' + popID).height() + 80) / 2;
  64. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  65. //Apply Margin to Popup
  66. $('#' + popID).css({
  67. 'margin-top' : -popMargTop,
  68. 'margin-left' : -popMargLeft
  69. });
  70. $('body').append('<div id="fade"></div>');
  71. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  72. return false;
  73. });
  74. $('a.close, #fade').live('click', function() {
  75. $('#fade , .popup_block').fadeOut(function() {
  76. $('#fade, a.close').remove(); //fade them both out
  77. });
  78. return false;
  79. });
  80. });
  81. </script>
  82.  
  83. <title>{Title}</title>
  84. <link rel="shortcut icon" href="https://png.icons8.com/joker-suicide-squad/color/1600" />
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  87.  
  88. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  89.  
  90. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  91.  
  92. <style>
  93. div#qTip {
  94. padding: 3px;
  95. display: none;
  96. text-align: center;
  97. position: absolute;
  98. font-size:7px;
  99. margin-left:10px;
  100. margin-top:-2px;
  101. line-height:9px;
  102. font-family:arial;
  103. z-index: 1000;
  104. border: 1px solid #cacaca;
  105. background-color:#fff;
  106. color: #9b9b9b;
  107. text-transform:uppercase;
  108. letter-spacing: 2px;
  109. }
  110. </style>
  111.  
  112.  
  113.  
  114. <style type="text/css">
  115.  
  116. /*----- POST IMAGES -----*/
  117.  
  118.  
  119. img {
  120. max-width: 100%;
  121. height: auto;
  122. border:0px solid #fff;
  123. }
  124.  
  125. pre {
  126. white-space: pre-wrap; / css-3 /
  127. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  128. white-space: -pre-wrap; / Opera 4-6 /
  129. white-space: -o-pre-wrap; / Opera 7 /
  130. word-wrap: break-word; / Internet Explorer 5.5+ /
  131. }
  132.  
  133. /*----- IMP -----*/
  134.  
  135. .popup_block{
  136. display:none;
  137. background: url('http://static.tumblr.com/zma9h5a/KDMozujt0/popup.png');
  138. padding:20px;
  139. float:left;
  140.  
  141. position:fixed;
  142. top:50%;left:50%;
  143. z-index: 99999;
  144. }
  145.  
  146. *html #fade {position: absolute;}
  147. *html .popup_block {position: absolute;}
  148. #fade {
  149. display:none;
  150. position:fixed;
  151. left:0px;
  152. top:0px;
  153. width:100%;
  154. height:100%;
  155. z-index:9999;
  156. background:#000; /* change to #fff for solid white */
  157. opacity:0.5; /* change to opacity:1; */
  158.  
  159. }
  160.  
  161.  
  162. iframe#tumblr_controls {
  163. white-space:nowrap;
  164. -webkit-filter: invert(100%);
  165. -moz-filter: invert(100%);
  166. -o-filter: invert(100%);
  167. -ms-filter: invert(100%);
  168. filter: invert(100%);
  169. opacity:.2;transition: .8s ease-in-out;
  170. -webkit-transition: .8s ease-in-out;
  171. -moz-transition: .8s ease-in-out;
  172. -o-transition: .8s ease-in-out;
  173. }
  174.  
  175. /*----- SCROLL BAR -----*/
  176.  
  177. ::-webkit-scrollbar-thumb {
  178. height: 12px;
  179. border: 1px solid #a9a894;
  180. background: url('') #464843;
  181. }
  182. ::-webkit-scrollbar {
  183. width: 8px;
  184. height: 7px;
  185. border-left: 5px solid #c7c4c2;
  186. border-right: 5px solid #c7c4c2;
  187. border-top: 2px solid #c7c4c2;
  188. border-bottom: 2px solid #c7c4c2;
  189. background: #c7c4c2;
  190. }
  191.  
  192. /*----- MAIN CONTENT -----*/
  193.  
  194.  
  195. body {
  196. background: url('http://static.tumblr.com/zma9h5a/65qozuebz/background.png') #afada5;
  197. background-position: top-right;
  198. background-repeat: no-repeat;
  199. background-attachment: absolute;
  200. margin:0px;
  201. color: #4e4a42;
  202. font-family: 'Catamaran', sans-serif;
  203. font-size:13px;
  204. line-height:100%;
  205. height: 765px;
  206. overflow-x: hidden;
  207. overflow-y: hidden;
  208. word-wrap: break-word;
  209.  
  210.  
  211.  
  212. }
  213.  
  214. /*----- TEXT DETAILS -----*/
  215.  
  216. b,strong {
  217. color: #777569;
  218. text-transform:none;
  219. font-family: 'Cormorant Unicase', serif;
  220. letter-spacing: 0px;
  221. font-size:14px;}
  222.  
  223.  
  224. i,em {
  225. color:#8e9567;
  226. text-shadow:0px 0px #000;
  227. font-family: 'Playfair Display', serif;
  228. text-transform: uppercase;
  229. font-size:10px;}
  230.  
  231.  
  232. h1 {
  233. font-weight:normal;
  234. font-size:20px;
  235. font-family: 'Playfair Display', serif;
  236. text-align:center;
  237. text-transform:uppercase;
  238. font-style:bold;
  239. line-height:100%;
  240. letter-spacing:1px;
  241. color:#772b21;
  242.  
  243. }
  244.  
  245. pre {
  246. font-weight:lighter;
  247. text-transform:uppercase;
  248. color: #d1d1d1;
  249. line-height:155%;
  250. font-family: calibri, sans-serif;
  251. font-weight:lighter!important;
  252. color:#e6e6e6;
  253. font-size:8.6px;
  254. letter-spacing:0.6px;
  255. white-space: pre-wrap;
  256. white-space: -moz-pre-wrap;
  257. white-space: -pre-wrap;
  258. white-space: -o-pre-wrap;
  259. word-wrap: break-word;
  260. }
  261.  
  262.  
  263. pre a {
  264. color:#ffffff;
  265. -moz-transition-duration:0.6s;
  266. -webkit-transition-duration:0.6s;
  267. -o-transition-duration:0.6s;
  268. }
  269.  
  270. a {
  271. text-decoration:none;
  272. outline:none;
  273. -moz-outline-style:none;
  274. color:#b6cfd8;
  275. -moz-transition-duration:0.5s;
  276. -webkit-transition-duration:0.5s;
  277. -o-transition-duration:0.5s;
  278. }
  279.  
  280. a:hover {
  281. text-decoration:none;
  282. outline:none;
  283. -moz-outline-style:none;
  284. color:#b6cfd8;
  285. }
  286.  
  287. /*----- REBLOG -----*/
  288.  
  289. blockquote {
  290. padding-left:5px;
  291. border-left:6px solid;
  292. border-color: #bbbbb5;
  293. margin:5px;
  294. word-wrap: break-word!important;
  295.  
  296. }
  297.  
  298.  
  299. #post {
  300. width:300px;
  301. word-wrap: break-word;
  302. padding-bottom:0px;
  303. margin-top:0px;
  304. }
  305. #post a{
  306. color: #2d2f2a;
  307. text-transform:uppercase;
  308. font-family: 'Playfair Display', serif;
  309. font-size: 11px;
  310.  
  311.  
  312. }
  313. #post:hover .tags{
  314. opacity:1;
  315. -moz-transition-duration:0.5s;
  316. -webkit-transition-duration:0.5s;
  317. -o-transition-duration:0.5s;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. .tags {
  324. font-family: georgia;
  325. width:500px;
  326. text-transform:normal;
  327. line-height:120%;
  328. font-size:10px;
  329. text-align:left;
  330. padding-top:5px;
  331. padding-bottom:15px;
  332. -moz-transition-duration:0.2s;
  333. -webkit-transition-duration:0.2s;
  334. -o-transition-duration:0.2s;
  335. }
  336. .tags a{
  337. font-style:italic;
  338. color:#b53532;
  339. -moz-transition-duration:0.2s;
  340. -webkit-transition-duration:0.2s;
  341. -o-transition-duration:0.2s;
  342. }
  343. .tags a:hover{
  344. color:{color:link hover};
  345. -moz-transition-duration:0.2s;
  346. -webkit-transition-duration:0.2s;
  347. -o-transition-duration:0.2s;
  348. }
  349.  
  350. /*----- SIDE CONTENT-----*/
  351.  
  352. #sidebar {
  353. color: #777;
  354. position:absolute;
  355. width:100px;
  356. height:auto;
  357. margin-top:-170px;
  358. margin-left:465px;
  359. text-align:left;
  360. }
  361.  
  362. #description {
  363. background-color: #;
  364. position:absolute;
  365. width:175px;
  366. font-family: 'Open Sans', sans-serif;
  367. margin-top:625px;
  368. margin-left:350px;
  369. text-align:center;
  370. font-size:10px;
  371. color: #939090;
  372. text-shadow:1px 1px #000;
  373. letter-spacing:0px;
  374. line-height:130%;
  375. -moz-transition-duration:1s;
  376. -webkit-transition-duration:1s;
  377. -o-transition-duration:1s;
  378. }
  379.  
  380. #description a {
  381. color: #aca09f;
  382. }
  383.  
  384. #description a:hover {
  385. color:#b6cfd8;
  386. }
  387.  
  388. #navi {
  389. background-color: #;
  390. position:absolute;
  391. width:300px;
  392. font-family: 'Catamaran', sans-serif;
  393. text-transform: uppercase;
  394. margin-top:160px;
  395. margin-left: 893px;
  396. text-align:center;
  397. font-size:11px;
  398. color: #3c5e6a;
  399. letter-spacing:0px;
  400. line-height:130%;
  401. -moz-transition-duration:1s;
  402. -webkit-transition-duration:1s;
  403. -o-transition-duration:1s;
  404. }
  405.  
  406. #navi a {
  407. color: #e6e6e6;
  408.  
  409. }
  410.  
  411.  
  412. #navi a:hover {
  413. color:#fff;
  414. text-shadow: 0 0 0.2em #5e3280;
  415. }
  416.  
  417.  
  418.  
  419. #marquee {
  420. background-color: #;
  421. position:absolute;
  422. width:925px;
  423. font-family: Georgia;
  424. text-transform: lowercase;
  425. margin-top:300px;
  426. margin-left:225px;
  427. text-align:center;
  428. font-size:12px;
  429. color: #7c7775;
  430. letter-spacing:0px;
  431. line-height:130%;
  432. -moz-transition-duration:1s;
  433. -webkit-transition-duration:1s;
  434. -o-transition-duration:1s;
  435. }
  436.  
  437. #marquee a {
  438. color: #f3a2a5;
  439. }
  440.  
  441. #marquee a:hover {
  442. color:#d2c0d2;
  443. }
  444.  
  445. #textbox {
  446. background-color: #;
  447. position:absolute;
  448. width:410px;
  449. font-family: Georgia;
  450. text-transform: lowercase;
  451. margin-top:607px;
  452. margin-left:-75px;
  453. text-align:center;
  454. font-size:10px;
  455. color: #6a6d64;
  456. overflow-y:hidden;
  457. overflow-x:hidden;
  458. letter-spacing:0px;
  459. line-height:100%;
  460. -moz-transition-duration:1s;
  461. -webkit-transition-duration:1s;
  462. -o-transition-duration:1s;
  463. }
  464.  
  465. #textbox a {
  466. color: #db3037;
  467. }
  468.  
  469. #textbox a:hover {
  470. color:#ffffff;
  471. }
  472.  
  473.  
  474. #counter {
  475. background-color: #;
  476. position:absolute;
  477. width:225px;
  478. font-family: Georgia;
  479. text-transform: lowercase;
  480. margin-top:590px;
  481. margin-left:-230px;
  482. text-align:center;
  483. font-size:11px;
  484. color: #fff;
  485. letter-spacing:0px;
  486. line-height:130%;
  487. -moz-transition-duration:1s;
  488. -webkit-transition-duration:1s;
  489. -o-transition-duration:1s;
  490. }
  491.  
  492. #counter a {
  493. color: #13394f;
  494. }
  495.  
  496. #counter a:hover {
  497. color:#d2c0d2;
  498. }
  499.  
  500.  
  501. #music {
  502. background-color: #;
  503. position:absolute;
  504. width:225px;
  505. font-family: Georgia;
  506. text-transform: lowercase;
  507. margin-top:800px;
  508. margin-left:-277px;
  509. text-align:center;
  510. font-size:11px;
  511. color: #fff;
  512. letter-spacing:0px;
  513. line-height:130%;
  514. -moz-transition-duration:1s;
  515. -webkit-transition-duration:1s;
  516. -o-transition-duration:1s;
  517. }
  518.  
  519. #music a {
  520. color: #aa2a33;
  521. }
  522.  
  523. #music a:hover {
  524. color:#d2c0d2;
  525. }
  526.  
  527.  
  528. #admin {
  529. background-color: #;
  530. position:absolute;
  531. width:200px;
  532. font-family: 'Catamaran', sans-serif;
  533. text-transform: lowercase;
  534. margin-top:690px;
  535. margin-left:448px;
  536. text-align:center;
  537. font-size:11px;
  538. color: #7c7775;
  539. letter-spacing:0px;
  540. line-height:130%;
  541. -moz-transition-duration:1s;
  542. -webkit-transition-duration:1s;
  543. -o-transition-duration:1s;
  544. }
  545.  
  546. #admin a {
  547. color: #7896b8;
  548. }
  549.  
  550. #admin a:hover {
  551. color:#d2c0d2;
  552. }
  553.  
  554.  
  555.  
  556. #kupo {
  557. background-color: #;
  558. position:absolute;
  559. width:95px;
  560. font-family: Georgia;
  561. text-transform: lowercase;
  562. margin-top:693px;
  563. margin-left:1233px;
  564. text-align:center;
  565. font-size:12px;
  566. color: #7c7775;
  567. letter-spacing:0px;
  568. line-height:130%;
  569. -moz-transition-duration:1s;
  570. -webkit-transition-duration:1s;
  571. -o-transition-duration:1s;
  572. }
  573.  
  574. #kupo a {
  575. color: #f3a2a5;
  576. }
  577.  
  578. #kupo a:hover {
  579. color:#d2c0d2;
  580. }
  581.  
  582.  
  583. #links {
  584. position:relative;
  585. font-family:georgia;
  586. width:450px;
  587. margin-top:385px;
  588. z-index:-1;
  589. margin-left:270px;
  590. display:inline-block;
  591. font-size:18px;
  592. font-style:none;
  593. letter-spacing:1px;
  594. text-align:left;
  595. line-height:280%;
  596. text-transform: lowercase;
  597. -webkit-transition: all .4s linear;
  598. }
  599.  
  600. #links a{
  601. position: static;
  602. line-height:300%;
  603. margin-top:1px;
  604. margin-left:14px;
  605. width:60px;
  606. margin-bottom:4px;
  607. border-bottom:0px solid #0a141c;
  608. color: #6d5e60;
  609. text-shadow:1px 1px #9b8f86;
  610. -moz-transition-duration:.2s;
  611. -webkit-transition-duration:.2s;
  612. -o-transition-duration:.2s;
  613. }
  614.  
  615. #links a:hover {
  616. width:60px;
  617. color: #d1cfbc;
  618. -moz-transition-duration:0.2s;
  619. -webkit-transition-duration:0.2s;
  620. -o-transition-duration:0.2s;
  621. }
  622.  
  623.  
  624. #pagination {
  625. font-family:cambria;
  626. width:210px;
  627. font-size:10px;
  628. margin-top:-280px;
  629. margin-left: 568px;
  630. padding-left:85px;
  631. letter-spacing:1px;
  632. text-align:center;
  633. }
  634.  
  635. #pagination a {
  636. color:#6a6d64 ;
  637. text-shadow:0px 1px #b3bab9;
  638. }
  639.  
  640. /*----- POST CONTENT -----*/
  641.  
  642.  
  643. #entries {
  644. background: #d6d2d0;
  645. opacity: 0;
  646. padding: 10px;
  647. width: 299px;
  648. margin-left: 660px;
  649. margin-top:73px;
  650. margin-bottom: 50px;
  651. height: 470px;
  652. overflow-x: hidden;
  653. overflow-y: auto;
  654. position: absolute;
  655. -moz-transition-duration: 0.8s;
  656. -webkit-transition-duration: 0.8s;
  657. -o-transition-duration: 0.8s;
  658. }
  659.  
  660. #entries:hover {
  661. opacity: 1;
  662. -moz-transition-duration: 0.8s;
  663. -webkit-transition-duration: 0.8s;
  664. -o-transition-duration: 0.8s;
  665.  
  666. }
  667.  
  668. #wrap img {
  669. padding-right:3px;
  670. padding-bottom:3px;
  671.  
  672. float:left;
  673. margin-right:14px;
  674.  
  675.  
  676. padding:8px;
  677. border:1px solid #151515;
  678. }
  679.  
  680. ::selection {
  681. background: #babab4; /* WebKit/Blink Browsers */
  682. }
  683. ::-moz-selection {
  684. background: #babab4; /* Gecko Browsers */
  685. }
  686.  
  687. #headers{
  688. width:187px;
  689. height:auto;
  690. color: #000;
  691. padding:10px;
  692. font-size:8px;
  693. font-weight:bold;
  694. letter-spacing:3px;
  695. line-height:100%;
  696. text-transform:uppercase;
  697. background: url('https://static.tumblr.com/zma9h5a/hFeozuew5/headers.png');
  698. border:1px solid #8c945f;
  699. }
  700.  
  701.  
  702. #info {
  703. background: url();
  704. background-color: #c7c4c2;
  705. border:0px solid #6f7994;
  706. font-family: 'Playfair Display', serif;
  707. width:280px;
  708. margin-top:5px;
  709. margin-left:7px;
  710. padding-top:1px;
  711. font-size:9px;
  712. background:#;
  713. padding:4px;
  714. color: #fff;
  715. text-transform:uppercase;
  716. font-style:bold;
  717. text-align:left;
  718. -moz-transition-duration:0.5s;
  719. -webkit-transition-duration:0.5s;
  720. -o-transition-duration:0.5s;
  721. }
  722.  
  723. #info a {
  724. color:#fff;
  725. font-style:normal;
  726. font-size:9px;
  727. font-family: 'Playfair Display', serif;
  728.  
  729. }
  730.  
  731. #info a:hover {
  732. color:#b6cfd8;
  733. }
  734.  
  735. .quote {
  736. font-size:11px;
  737. font-family:georgia;
  738. font-style:normal;
  739. line-height:17px;
  740. margin-bottom:15px;
  741. text-transform:normal;
  742. text-align:left;
  743. font-weight:normal;
  744. font-style:none;
  745. color:#fff;
  746. text-shadow:1px 1px #000;
  747. }
  748.  
  749. #ask {
  750. float:left;
  751. color:#83786e;
  752. padding: 5px;
  753.  
  754. }
  755. #ask_bg{
  756. padding: 5px;
  757. background: url(HERE);
  758. background-color: transparent;
  759. height: auto;
  760. width: 300px;
  761. font-family:georgia;
  762. font-size: 11px;
  763. color: #83786e;
  764. border:0px solid #0a0f12;
  765. }
  766.  
  767.  
  768. /*----- BOTTOM IMAGE -----*/
  769.  
  770. #corner {
  771. font-size:9px;
  772. font-family:cambria;
  773. font-style:italic;
  774. letter-spacing:1px;
  775. -moz-transition-duration:0.5s;
  776. -webkit-transition-duration:0.5s;
  777. -o-transition-duration:0.5s;
  778. }
  779.  
  780. #corner a {
  781. background-color:transparent;
  782. position:fixed;
  783. right:15px;
  784. bottom:10px
  785. }
  786.  
  787.  
  788.  
  789. #cornerplayer
  790. {z-index:999;
  791. background-color:transparent;
  792. width:30px;
  793. height:50px;
  794. border-radius:0px 0px 0px 0px;
  795. -moz-border-radius:0px 50px 0px 0px;
  796. position:fixed;
  797. overflow:hidden;
  798. bottom:0px;
  799. right:0px;
  800. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  801.  
  802. #cornericon
  803. {margin-top:15px;
  804. margin-bottom:20px;
  805. margin-right:-5px;
  806. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  807.  
  808. #cornerplayer:hover
  809. {width:200px;
  810. -moz-border-radius:0px;
  811. border-radius:0px;}
  812.  
  813. #cornerplayer:hover #cornericon
  814. {margin-top:10px;
  815. margin-left:0px;
  816. margin-bottom:4px;}
  817.  
  818. {CustomCSS}</style></head><body>
  819.  
  820.  
  821.  
  822.  
  823. <div id='cornerplayer'><center>
  824.  
  825.  
  826.  
  827. <div>
  828.  
  829.  
  830.  
  831.  
  832. <div>
  833.  
  834.  
  835.  
  836. </div>
  837. </center> </div><!--cornerplayer-->
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844. <SCRIPT TYPE="text/javascript">
  845. <!--
  846. function clickIE() {if (document.all) {(message);return false;}}
  847. function clickNS(e) {if
  848. (document.layers||(document.getElementById&&!document.all)) {
  849. if (e.which==2||e.which==3) {(message);return false;}}}
  850. if (document.layers)
  851. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  852. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  853. document.oncontextmenu=new Function("return false")
  854. // -->
  855. </SCRIPT>
  856.  
  857. <style>body, a, a:hover { cursor:url(https://78.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png ), auto; }</style>
  858.  
  859. <div id="sidebar">
  860.  
  861. <div id="sidebarimage">
  862. <a href="/"><img src="{image:sidebar}"></a></div>
  863.  
  864.  
  865.  
  866.  
  867. <div id="counter">
  868. </div>
  869.  
  870.  
  871. <div id="textbox">
  872.  
  873. <div style="height: 120px; width: 225px; border: 0px dashed #e6e6e6; font: 10px/10px arial; overflow: auto;">
  874. <center>
  875. <div id="headers"><small>
  876. no more barriers to cross</small></div><br>
  877.  
  878. All I have in common with the uncontrollable and the insane, the vicious and the evil, all the mayhem I have caused and my utter indifference toward it, I have now surpassed. <br><br>
  879.  
  880. <div id="headers"><small>
  881. Is evil something you are?
  882. </small></div><br>
  883.  
  884. Independent Rule 63 <br>
  885. <h1>The Joker</h1>
  886. Primarily Suicide Squad, with heavy Dark Knight & headcanon influences. <br>
  887. <br>
  888. <div id="headers"><small>
  889. Or is it something you do?
  890. </small></div><br>
  891.  
  892. <center>
  893. <div id="text">
  894. <script id="HypPlayerScript" type="text/javascript" src="http://hypster.com/a/player7.js" hypHostName="hypster.com" hypUserID="5238770" hypPlaylistID="7242942" hypPlayerControls="1" hypAutostart="1" hypPlayerSort="rand" hypMainBackColor="#transparent" hypBorderBack="#transparent" hypVisibility="hidden" hypSaveState="1" hypVolumeVal="50" ><!-- Hypster Player --></script>
  895. <div class="hypPlayerAddCons"></div></div>
  896. </center><br>
  897.  
  898. MATURE CONTENT WARNING<br>
  899. This blog is not suitable for minors, or really anyone honestly.<br>
  900. Established July 2017<br>
  901. Written by Zoë<br>
  902. <a href="http://tumblr.com/tagged/dyysnomia" title="tracking">♤</a>
  903. <a href="http://dyysnomia.tumblr.com/post/164987812558/the-jokers-rp-plotting-cheat-sheet-want" title="plotting">♡</a>
  904. <a href="https://www.rpthreadtracker.com/public/allthreads?userId=18199&currentBlog=dyysnomia&sortDescending=true&currentOrderBy=LastPostDate&filteredTag=" title="threads">♧</a>
  905. <a href="http://dcextendeduniverse.wikia.com/wiki/Joker" title="wiki">♢</a>
  906. <br><br>
  907.  
  908.  
  909. </div>
  910.  
  911.  
  912.  
  913.  
  914.  
  915. </div></div>
  916.  
  917.  
  918. <div id="navi">
  919. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  920. <a href="/"><img src="http://static.tumblr.com/zma9h5a/Umbozuhj4/green.png"></a><br>
  921.  
  922. <a href="#?w=600" rel="02" class="poplight"><img src="http://static.tumblr.com/zma9h5a/7G7ozuhzb/greeeen.png"></a><br>
  923. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  924. <a href="#?w=600" rel="03" class="poplight"><img src="http://static.tumblr.com/zma9h5a/Umbozuhj4/green.png"></a><br>
  925. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  926. <a href="#?w=600" rel="4" class="poplight"><img src="http://static.tumblr.com/zma9h5a/7G7ozuhzb/greeeen.png"></a><br>
  927. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  928. <a href="#?w=600" rel="05" class="poplight"><img src="http://static.tumblr.com/zma9h5a/Umbozuhj4/green.png"></a><br>
  929.  
  930.  
  931. </div>
  932.  
  933.  
  934. </div>
  935.  
  936.  
  937.  
  938.  
  939. </div></div>
  940.  
  941. <div id="description">
  942.  
  943. <div id="pagination">
  944. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> previous </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> next page </a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  945. </div></div></div>
  946.  
  947. <div id="entries">{block:Posts} <div id="post">
  948.  
  949.  
  950.  
  951. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  952.  
  953. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-300}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  954.  
  955. {block:Photoset}{Photoset-300}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  956.  
  957. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  958.  
  959. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  960.  
  961. {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}
  962.  
  963. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  964.  
  965. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  966.  
  967. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #ffffff;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  968.  
  969. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  970. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  971.  
  972. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}"></a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big> X </font></big> </a> </div>
  973.  
  974. </div>
  975.  
  976. {/block:Posts}
  977.  
  978. {block:HasTags}
  979. {block:Tags}
  980. <a href="{TagURL}">{Tag}</a>
  981. {/block:Tags}
  982. {/block:HasTags}
  983.  
  984. {/block:Posts}
  985.  
  986.  
  987. <div id="corner"> </div>
  988.  
  989. </body>
  990. </div></div></div></div>
  991.  
  992.  
  993. <div id="02" class="popup_block">
  994.  
  995.  
  996. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/weakhevrts.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  997.  
  998.  
  999. </div></div></div></div>
  1000. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1001.  
  1002. <div id="03" class="popup_block">
  1003.  
  1004. <h1>THREE INFORMATION TITLE</h1>
  1005.  
  1006. <div style="width: 400px; height: 480px; font-size: 11px; font-family: Helvetica; overflow: auto;">
  1007.  
  1008. put all of your information in here & it will scroll. put all of your
  1009.  
  1010. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1011.  
  1012. <div id="04" class="popup_block">
  1013.  
  1014. <h1>FOUR INFORMATION TITLE</h1>
  1015.  
  1016. <div style="width: 400px; height: 480px; font-size: 11px; font-family: Helvetica; overflow: auto;">
  1017.  
  1018. PUT YOUR CODES IN HERE
  1019.  
  1020. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1021.  
  1022. <div id="05" class="popup_block">
  1023.  
  1024. <h1>FIVE INFORMATION TITLE</h1>
  1025.  
  1026. <div style="width: 400px; height: 480px; font-size: 11px; font-family: Helvetica; overflow: auto;">
  1027.  
  1028. PUT YOUR CODES IN HERE
  1029.  
  1030. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1031.  
  1032.  
  1033.  
  1034.  
  1035. </div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement