Advertisement
RageQxeen

Yuuei

Oct 7th, 2022 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 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=Bangers|Forum);
  50.  
  51. html, body {
  52. background: #fff0f3;
  53. background-image:url("https://vignette.wikia.nocookie.net/superheroes/images/b/b4/UA_High.png/revision/latest?cb=20161225184627");
  54. background-size: 100%;
  55. background-repeat:no-repeat;
  56. background-position:center;
  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. #topimg {
  77. width: 46vw;
  78. margin: 0px;
  79. border: none;
  80. height: 10vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 2vw;
  84. top: 1vw;
  85. padding: 5px;
  86. background-image:url("https://goombastomp.com/wp-content/uploads/2019/01/My-Hero-Anime-1.jpg");
  87. background-repeat:no-repeat;
  88. background-position: center;
  89. background-size: 100%;
  90. border: 2px solid #000;
  91. }
  92.  
  93. #container {
  94. background: rgb(255,116,158);
  95. background: -moz-linear-gradient(135deg, rgba(255,116,158,1) 0%, rgba(255,126,0,1) 25%, rgba(49,217,165,1) 50%, rgba(97,10,151,1) 75%, rgba(26,40,101,1) 100%);
  96. background: -webkit-linear-gradient(135deg, rgba(255,116,158,1) 0%, rgba(255,126,0,1) 25%, rgba(49,217,165,1) 50%, rgba(97,10,151,1) 75%, rgba(26,40,101,1) 100%);
  97. background: linear-gradient(135deg, rgba(255,116,158,1) 0%, rgba(255,126,0,1) 25%, rgba(49,217,165,1) 50%, rgba(97,10,151,1) 75%, rgba(26,40,101,1) 100%);
  98. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff749e",endColorstr="#1a2865",GradientType=1);
  99. width: 65vw;
  100. height: 36vw;
  101. margin:auto;
  102. position: absolute;
  103. padding: 5px;
  104. right: 17vw;
  105. top: 10vw;
  106. z-index:1;
  107. box-shadow: 0px 5px 10px #000;
  108. }
  109.  
  110. #content {
  111. background-color:#ccccff;
  112. width: 46vw;
  113. height: 22vw;
  114. margin:auto;
  115. position: absolute;
  116. padding: 5px;
  117. font-family: 'Forum', cursive;
  118. font-size: 18px;
  119. color: #000;
  120. left: 2vw;
  121. bottom: 2.7vw;
  122. z-index:1;
  123. border: #000000 solid 2px;
  124. }
  125.  
  126. #friendlist {
  127. background-color:#ccccff;
  128. width: 12vw;
  129. height: 32vw;
  130. margin:auto;
  131. position: absolute;
  132. padding: 5px;
  133. font-family: 'Forum', cursive;
  134. font-size: 18px;
  135. color: #000;
  136. right: 2vw;
  137. top: 1vw;
  138. z-index:1;
  139. border: #000000 solid 2px;
  140. }
  141.  
  142. #nav {
  143. background-color: transparent;
  144. width: 0.5vw;
  145. height: 17vw;
  146. margin:auto;
  147. position: absolute;
  148. right: 15.9vw;
  149. bottom: 5vw;
  150. text-align: center;
  151. text-decoration: none;
  152. z-index:3;
  153. }
  154.  
  155. #nav a, #nav a:link, #nav a:visited {
  156. display:inline-block;
  157. text-decoration: none;
  158. text-align: center;
  159. background: #ccccff;
  160. color: transparent;
  161. box-shadow: 0px 0px 5px #000;
  162. padding: 4px;
  163. height: 1.7vw;
  164. width: 0.1vw;
  165. margin: 5px;
  166. border-radius: 5px;
  167. }
  168.  
  169. #nav a:active, #nav a:hover {
  170. display:inline-block;
  171. height: 1.7vw;
  172. width: 0.1vw;
  173. text-decoration:none;
  174. background: #000;
  175. box-shadow: 0px 0px 5px #ccccff;
  176. color: transparent;
  177. margin: 5px;
  178. }
  179.  
  180. #name {
  181. z-index:15;
  182. position: absolute;
  183. left: 10vw;
  184. bottom: -2vw;
  185. margin: auto;
  186. background: #transparent;
  187. width: 45vw;
  188. height: 4vw;
  189. font-family: 'Bangers', cursive;
  190. font-size: 4.5vw;
  191. background: url(https://thumbs.gfycat.com/RipeMiserlyBordercollie-small.gif) 50px 50px repeat;
  192. -webkit-text-fill-color: transparent;
  193. -webkit-background-clip: text;
  194. background-position: center;
  195. display:block;
  196. text-align: center;
  197. letter-spacing: 1px;
  198. -webkit-transition:opacity 2s linear;
  199. line-height:3.6vw;
  200. }
  201.  
  202. #nameunder{
  203. z-index:15;
  204. position: absolute;
  205. left: 10vw;
  206. bottom: -2vw;
  207. margin: auto;
  208. background: #transparent;
  209. width: 45vw;
  210. height: 4vw;
  211. font-family: 'Bangers', cursive;
  212. font-size: 4.5vw;
  213. -webkit-text-fill-color: #A9A9A9;
  214. text-transform: none;
  215. -webkit-background-clip: text;
  216. display:block;
  217. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  218. text-align: center;
  219. letter-spacing: 1px;
  220. -webkit-transition:opacity 2s linear;
  221. line-height:3.6vw;
  222. }
  223.  
  224. i{color: #444;}
  225. b{color: #000;}
  226. a{color: #666; text-decoration: none;}
  227. h1{ font-size: 40px; font-family: 'Bangers', cursive; border-bottom: 1px solid #000; text-align: center;}
  228. h2{ font-size: 35px; font-family: 'Bangers', cursive; border-bottom: 1px solid #000; text-align: left;}
  229. h3{ font-size: 35px; font-family: 'Bangers', cursive; border-bottom: 1px solid #000; text-align: right;}
  230. h4{ font-size: 40px; font-family: 'Bangers', cursive; text-align: center;}
  231. </style>
  232.  
  233. <div id="image"></div>
  234.  
  235. <div id="container">
  236. <div id="nameunder">Go Beyond, Plus Ultra!</div><div id="name">Go Beyond, Plus Ultra!</div>
  237.  
  238. <div id="nav">
  239. <a href="#one">Main</a>
  240. <a href="#two">Seco</a>
  241. <a href="#three">Thir</a>
  242. <a href="#four">Four</a>
  243. </div>
  244.  
  245. <div id="topimg"></div>
  246. <div id="content">
  247. <div style="width: 46vw; height: 22vw; overflow-y: hidden;">
  248.  
  249. <a name="one"></a>
  250. <div style="width: 46vw; height: 22vw; overflow: auto;" align="left">
  251. <h1>Rules of U.A. High School</h1>
  252. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br>
  253. <b>01</b>. OOC.<br>
  254. </div>
  255.  
  256. <a name="two"></a>
  257. <div style="width: 46vw; height: 22vw; overflow: auto;" align="left">
  258. <h1>The Story So Far...</h1>
  259.  
  260. </div>
  261.  
  262.  
  263. <a name="three"></a>
  264. <div style="width: 46vw; height: 22vw; overflow: auto;" align="center">
  265. <h4>Student Roaster</h4>
  266.  
  267. <h2>Canon Characters</h2>
  268. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  269. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  270. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  271. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  272. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  273. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  274. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  275. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  276. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  277. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  278.  
  279. <h3>Original Characters</h3>
  280. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  281. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  282. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  283. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  284. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  285. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  286. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  287. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  288. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  289. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  290. </div>
  291.  
  292. <a name="four"></a>
  293. <div style="width: 46vw; height: 22vw; overflow: auto;" align="left">
  294. <h1>Events</h1>
  295. TBA
  296. </div>
  297. </div>
  298. </div>
  299.  
  300. <div id="friendlist">
  301. <div style="width: 12vw; height: 32vw; overflow: auto;" align="center">
  302. <h1>staff</h1>
  303. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  304. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  305. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  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</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</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</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</i></center> small note.
  314. </marquee>
  315. </div>
  316. </div>
  317. </div>
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement