RageQxeen

The Knight Under The Moon

Apr 22nd, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 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=Fondamento|Forum|Cinzel+Decorative');
  50.  
  51. html, body {
  52. background: #000;
  53. background-image:url("https://cdn.discordapp.com/attachments/553090842471170048/702375027739328592/moonlight-lake-field-clouds-artwork-reeds-fantasy-16208.png");
  54. background-size: contain;
  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 Stuff v */
  77.  
  78. #image {
  79. width: 25vw;
  80. margin: 0px;
  81. border: none;
  82. height: 35vw;
  83. background-color:transparent;
  84. position: absolute;
  85. right: 5vw;
  86. bottom: 5vw;
  87. border: 3px solid #000;
  88. background-image:url("https://cdn.discordapp.com/attachments/580018078885085185/625287400385675284/Iahy2VA.png");
  89. background-repeat:no-repeat;
  90. background-position: center;
  91. background-size: fill;
  92. }
  93.  
  94. #image2 {
  95. width: 25vw;
  96. margin: 0px;
  97. border: none;
  98. height: 35vw;
  99. background-color:transparent;
  100. position: absolute;
  101. left: 5vw;
  102. bottom: 5vw;
  103. border: 3px solid #000;
  104. background-image:url("https://cdn.discordapp.com/attachments/553090842471170048/702371309631438924/sample-d9843de23d9fff4d68fd918d558532ba.png");
  105. background-repeat:no-repeat;
  106. background-position: center;
  107. background-size: fill;
  108. }
  109.  
  110. /* Info Box v */
  111.  
  112. #container {
  113. background: rgb(133,89,136);
  114. background: -moz-linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
  115. background: -webkit-linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
  116. background: linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
  117. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#855988",endColorstr="#070b34",GradientType=1);
  118. width: 30vw;
  119. height: 24vw;
  120. margin:auto;
  121. position: absolute;
  122. padding: 5px;
  123. left: 35vw;
  124. bottom: 5vw;
  125. z-index:0;
  126. box-shadow: 0px 5px 10px #000;
  127. border: 2px solid #000;
  128. }
  129.  
  130. #content {
  131. background-color:#c0c0c0;
  132. width: 28vw;
  133. height: 22vw;
  134. margin:auto;
  135. position: absolute;
  136. padding: 5px;
  137. font-family: 'Forum', cursive;
  138. font-size: 18px;
  139. color: #000;
  140. left: 1vw;
  141. top: 1vw;
  142. z-index:1;
  143. border: #000000 solid 2px;
  144. }
  145.  
  146. /* Header Stuff v */
  147.  
  148. .name {position: absolute;
  149. font-family: 'Cinzel Decorative';
  150. color: #fff;
  151. font-size: 2.5vw;
  152. top: -6vw;
  153. left: -4vw;
  154. width: 50vw;
  155. height: 4.3vw;
  156. border: 0px solid #000;
  157. text-align: justify;
  158. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  159. overflow: auto;
  160. padding:5px 5px 5px 5px;
  161. z-index: 2;}
  162.  
  163. .title { background: transparent;
  164. background:url('https://media.giphy.com/media/FWtVYDHIxgGgE/giphy.gif') repeat;
  165. background-position: center;
  166. position: absolute;
  167. font-family: 'Cinzel Decorative';
  168. font-size: 2.5vw;
  169. top: -6vw;
  170. left: -4vw;
  171. width: 50vw;
  172. height: 4.3vw;
  173. text-align: justify;
  174. padding:5px 5px 5px 5px;
  175. -webkit-text-fill-color: transparent;
  176. -webkit-background-clip: text;
  177. z-index: 3;}
  178.  
  179. /* Nav Buttons v */
  180.  
  181. #nav {
  182. background-color: transparent;
  183. width: 22vw;
  184. height: .5vw;
  185. margin:auto;
  186. position: absolute;
  187. right: 6vw;
  188. top: -2vw;
  189. text-align:right;
  190. z-index:1;
  191. }
  192.  
  193. #nav a, #nav a:link, #nav a:visited {
  194. display:inline-block;
  195. height: .7vw;
  196. width: 3vw;
  197. text-decoration:none;
  198. background: #271f3c;
  199. margin: 5px;
  200. border: double #000 5px;
  201. -webkit-transition: 0.5s linear;
  202. -moz-transition: 0.5s linear;
  203. -o-transition: 0.5s linear;
  204. transition: 0.5s linear;
  205. }
  206.  
  207. #nav a:active, #nav a:hover {
  208. display:inline-block;
  209. height: .7vw;
  210. width: 3vw;
  211. text-decoration:none;
  212. background: #625dee;
  213. margin: 5px;
  214. border: double #000 5px;
  215. -webkit-transition: 0.5s linear;
  216. -moz-transition: 0.5s linear;
  217. -o-transition: 0.5s linear;
  218. transition: 0.5s linear;
  219. }
  220.  
  221.  
  222. i{color: #2F4F4F;}
  223. b{color: #000;}
  224. a{color: #708090; text-decoration: none;}
  225. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  226. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  227. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  228. </style>
  229.  
  230. <div id="image"></div>
  231. <div id="image2"></div>
  232.  
  233. <div id="container">
  234.  
  235. <div class="name">The Knight Under The Moon</div>
  236. <div class="title">The Knight Under The Moon</div>
  237.  
  238. <div id="nav">
  239. <a href="#one"></a>
  240. <a href="#two"></a>
  241. <a href="#three"></a>
  242. <a href="#four"></a>
  243. </div>
  244.  
  245. <div id="content">
  246. <div style="width: 28vw; height: 22vw; overflow-y: hidden;">
  247.  
  248. <a name="one"></a>
  249. <div style="width: 28vw; height: 22vw; overflow: auto;" align="center">
  250. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  251. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  252. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  253. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  254. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  255. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br><br>
  256. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  257. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  258. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  259. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  260. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  261. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  262. </div>
  263.  
  264. <a name="two"></a>
  265. <div style="width: 28vw; height: 22vw; overflow: auto;" align="left">
  266. <h1>Abilities</h1>
  267.  
  268. </div>
  269.  
  270.  
  271. <a name="three"></a>
  272. <div style="width: 28vw; height: 22vw; overflow: auto;" align="center">
  273. <h1>History</h1>
  274.  
  275. </div>
  276.  
  277. <a name="four"></a>
  278. <div style="width: 28vw; height: 22vw; overflow: auto;" align="center">
  279. <h1>Out of Character</h1>
  280. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  281. <b>01</b>. OOC<br>
  282. <b>02</b>. OOC<br>
  283. <b>03</b>. OOC<br>
  284. <b>04</b>. OOC<br>
  285. <b>05</b>. OOC<br>
  286. </div>
  287. </div>
  288. </div>
  289.  
  290. </div>
  291. </body>
  292. </html>
Advertisement
Add Comment
Please, Sign In to add comment