RageQxeen

The Dark Knight Susie

Jul 28th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script defer>
  4. window.onload = function() {
  5. var isCtrl = false;
  6. document.onkeyup=function(e)
  7. {
  8. if(e.which == 17)
  9. isCtrl=false;
  10. }
  11. document.onkeydown=function(e)
  12. {
  13. if(e.which == 17)
  14. isCtrl=true;
  15. if((e.which == 85) || (e.which == 67) && (isCtrl == true))
  16. {
  17. return false;
  18. }
  19. }
  20. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  21. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  22. function mischandler(){
  23. return false;
  24. }
  25. function mousehandler(e){
  26. var myevent = (isNS) ? e : event;
  27. var eventbutton = (isNS) ? myevent.which : myevent.button;
  28. if((eventbutton==2)||(eventbutton==3)) return false;
  29. }
  30. document.oncontextmenu = mischandler;
  31. document.onmousedown = mousehandler;
  32. document.onmouseup = mousehandler;
  33.  
  34. if (document.addEventListener) { // IE >= 9; other browsers
  35. document.addEventListener('contextmenu', function(e) {
  36. alert(" Try asking RageQxeen for her codes instead."); //here you draw your own menu
  37. e.preventDefault();
  38. }, false);
  39. } else { // IE < 9
  40. document.attachEvent('oncontextmenu', function() {
  41. alert("O sun, abide to death.");
  42. window.event.returnValue = false;
  43. });
  44. }
  45. };
  46. </script>
  47. <style type="text/css">
  48.  
  49. @import url(https://fonts.googleapis.com/css?family=Indie+Flower|Pacifico|Shadows+Into+Light|Dancing+Script|Architects+Daughter|Kaushan+Script|Gloria+Hallelujah|Satisfy|Courgette|Handlee|Rock+Salt|Cookie|Shadows+Into+Light+Two|Tangerine|Pinyon+Script|Great+Vibes|Bad+Script|Marck+Script|Damion|Niconne|Alex+Brush|Yellowtail|Nothing+You+Could+Do|Kalam|Sacramento|Homemade+Apple|Calligraffitti|Just+Another+Hand|Waiting+for+the+Sunrise|Allura|Rancho|Crafty+Girls|Reenie+Beanie|Parisienne|Rochester|Leckerli+One|Grand+Hotel|Merienda+One|Italianno|Montez|Petit+Formal+Script|Give+You+Glory|Delius|Mr+Dafoe|The+Girl+Next+Door|Arizonia|La+Belle+Aurore|Qwigley|Norican|Euphoria+Script|Dawning+of+a+New+Day|Bilbo+Swash+Caps|Meddon|Fondamento|Clicker+Script|Aladin|Delius+Swash+Caps|Rouge+Script|Engagement|Redressed|Aref+Ruqaa);
  50.  
  51. html, body {
  52. background: #9C92A3;
  53. background-image:url("");
  54. background-size:400px;
  55. background-repeat:no-repeat;
  56. background-position:center bottom;
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:{
  60. background-color: #transparent;}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:#transparent;
  64. height:150px;}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#transparent;
  68. height:60px;}
  69.  
  70.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 450px;
  78. margin: 0px;
  79. border: none;
  80. height: 700px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0%;
  84. bottom: 0%;
  85. background-image:url("http://i.picpar.com/1H7d.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. .name {position: absolute;
  92. font-family: 'Rock Salt';
  93. color: #000;
  94. font-size: 50px;
  95. top: 20%;
  96. left: 0%;
  97. width: 550px;
  98. border: 0px solid #000;
  99. text-align: center;
  100. text-shadow:
  101. #000 -3px 0px,
  102. #000 0px 2px,
  103. #D6D3F0 2px 0px,
  104. #D6D3F0 0px -2px;
  105. z-index: 2;
  106. transform: rotate(-40deg);
  107. -webkit-animation: flicker-1 2s linear infinite both;
  108. animation: flicker-1 2s linear infinite both;
  109. }
  110.  
  111. .namebg { background: transparent;
  112. background:url('')
  113. left left repeat;
  114. font-family: 'Rock Salt';
  115. position: absolute;
  116. text-align: center;
  117. font-size: 50px;
  118. top: 20%;
  119. left: 0%;
  120. width: 550px;
  121. opacity:1;
  122. -webkit-text-fill-color: transparent;
  123. -webkit-background-clip: text;
  124. z-index:3;
  125. transform: rotate(-40deg);
  126. -webkit-animation: flicker-1 2s linear infinite both;
  127. animation: flicker-1 2s linear infinite both;
  128. }
  129.  
  130. @-webkit-keyframes flicker-1 {
  131. 0%,
  132. 100% {
  133. opacity: 1;
  134. }
  135. 41.99% {
  136. opacity: 1;
  137. }
  138. 42% {
  139. opacity: 0;
  140. }
  141. 43% {
  142. opacity: 0;
  143. }
  144. 43.01% {
  145. opacity: 1;
  146. }
  147. 47.99% {
  148. opacity: 1;
  149. }
  150. 48% {
  151. opacity: 0;
  152. }
  153. 49% {
  154. opacity: 0;
  155. }
  156. 49.01% {
  157. opacity: 1;
  158. }
  159. }
  160. @keyframes flicker-1 {
  161. 0%,
  162. 100% {
  163. opacity: 1;
  164. }
  165. 41.99% {
  166. opacity: 1;
  167. }
  168. 42% {
  169. opacity: 0;
  170. }
  171. 43% {
  172. opacity: 0;
  173. }
  174. 43.01% {
  175. opacity: 1;
  176. }
  177. 47.99% {
  178. opacity: 1;
  179. }
  180. 48% {
  181. opacity: 0;
  182. }
  183. 49% {
  184. opacity: 0;
  185. }
  186. 49.01% {
  187. opacity: 1;
  188. }
  189. }
  190.  
  191. #container {
  192. width: 800px;
  193. height: 500px;
  194. margin: 0px;
  195. background-color: #54428E;
  196. position: absolute;
  197. left: 10%;
  198. bottom: 10%;
  199. box-shadow: 0px 5px 10px #000;
  200. }
  201.  
  202. #content {
  203. background-color:#5ba5cd;
  204. width: 550px;
  205. height: 400px;
  206. margin:auto;
  207. position: absolute;
  208. padding: 5px;
  209. font-family: 'Determination Mono', cursive;
  210. font-size: 18px;
  211. color: #000;
  212. right: 5%;
  213. bottom: 5%;
  214. z-index:1;
  215. border: #000000 solid 2px;
  216. }
  217.  
  218. #nav {
  219. background-color: transparent;
  220. width: 95px;
  221. height: 50px;
  222. margin:auto;
  223. position: absolute;
  224. font-family: 'Determination Mono';
  225. font-size: 45px;
  226. text-align: center;
  227. left: 8%;
  228. bottom: 45%;
  229. z-index:1;
  230. }
  231.  
  232. #nav a, #nav a:link, #nav a:visited {
  233. display:inline-block;
  234. height: 50px;
  235. width: 100px;
  236. text-decoration:none;
  237. background: #000;
  238. box-shadow: 0px 5px 10px #000;
  239. color: #F68228;
  240. }
  241.  
  242. #nav a:active, #nav a:hover {
  243. display:inline-block;
  244. height: 50px;
  245. width: 100px;
  246. text-decoration:none;
  247. background: #000;
  248. color: #FFF434;
  249. box-shadow: 0px 5px 10px #000;
  250. margin: 0px;
  251. }
  252.  
  253.  
  254. i{color: #000;}
  255. b{color: #000;}
  256. a{color: #000; text-decoration: none;}
  257. h1{color: #000; border-bottom: 1px solid #000;}
  258. </style>
  259. <link rel="stylesheet" type="text/css" href="//undertalefonts.duodecima.technology/webfonts/stylesheet.css">
  260.  
  261. <div class="name">The Dark Knight</div>
  262.  
  263. <div id="image"></div>
  264.  
  265. <div id="container">
  266.  
  267. <div id="nav">
  268. <a href="#one">ITEM</a>
  269. <a href="#two">STAT</a>
  270. <a href="#three">CELL</a>
  271. <a href="#four">INFO</a>
  272. </div>
  273.  
  274. <div id="content">
  275. <div style="width: 550px; height: 400px; overflow-y: hidden;">
  276.  
  277. <a name="one"></a>
  278. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  279. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  280. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  281. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  282. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  283. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  284. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br><br>
  285. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  286. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  287. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  288. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br><br>
  289. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  290. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  291. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  292. </div>
  293.  
  294. <a name="two"></a>
  295. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  296. <h1>POWERS TITLE</h1>
  297.  
  298. POWERS HERE
  299. </div>
  300.  
  301.  
  302. <a name="three"></a>
  303. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  304. <h1>FRIENDS LIST TITLE</h1>
  305.  
  306. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  307. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  308. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  309. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  310. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  311. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  312. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  313. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  314. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  315. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  316. </div>
  317.  
  318. <a name="four"></a>
  319. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  320. <h1>Out of Character</h1>
  321. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  322. <b>01</b>. OOC<br>
  323. <b>02</b>. OOC<br>
  324. <b>03</b>. OOC<br>
  325. <b>04</b>. OOC<br>
  326. <b>05</b>. OOC<br>
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331.  
  332. </body>
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment