Advertisement
RageQxeen

Present Mic

Oct 7th, 2022
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.77 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|Cinzel+Decorative);
  50.  
  51. html, body {
  52. background: rgb(255,204,31);
  53. background: -moz-linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  54. background: -webkit-linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  55. background: linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc1f",endColorstr="#c0c0c0",GradientType=1);
  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.  
  77. #image {
  78. width: 30vw;
  79. margin: 0px;
  80. border: none;
  81. height: 42vw;
  82. background-color:transparent;
  83. position: absolute;
  84. right: 2vw;
  85. bottom: 3vw;
  86. background-image:url("http://i.picpar.com/csXd.png");
  87. background-repeat:no-repeat;
  88. background-position: center;
  89. background-size: 100%;
  90. }
  91.  
  92.  
  93. #subwoofer1 {
  94. width: 6vw;
  95. margin: 0px;
  96. border: none;
  97. height: 6vw;
  98. background-color:transparent;
  99. position: absolute;
  100. left: -3vw;
  101. bottom: -3vw;
  102. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  103. background-repeat:no-repeat;
  104. background-position: bottom;
  105. background-size: 100%;
  106. z-index: 2;
  107. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  108. animation: heartbeat 1s ease-in-out infinite both;
  109. }
  110.  
  111. #subwoofer2 {
  112. width: 6vw;
  113. margin: 0px;
  114. border: none;
  115. height: 6.1vw;
  116. background-color:transparent;
  117. position: absolute;
  118. left: -3vw;
  119. top: -3vw;
  120. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  121. background-repeat:no-repeat;
  122. background-position: bottom;
  123. background-size: 100%;
  124. z-index: 2;
  125. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  126. animation: heartbeat 1s ease-in-out infinite both;
  127. }
  128.  
  129. #subwoofer3 {
  130. width: 6vw;
  131. margin: 0px;
  132. border: none;
  133. height: 6vw;
  134. background-color:transparent;
  135. position: absolute;
  136. right: -3vw;
  137. bottom: -3vw;
  138. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  139. background-repeat:no-repeat;
  140. background-position: bottom;
  141. background-size: 100%;
  142. z-index: 2;
  143. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  144. animation: heartbeat 1s ease-in-out infinite both;
  145. }
  146.  
  147. #subwoofer4 {
  148. width: 6vw;
  149. margin: 0px;
  150. border: none;
  151. height: 6.1vw;
  152. background-color:transparent;
  153. position: absolute;
  154. right: -3vw;
  155. top: -3vw;
  156. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  157. background-repeat:no-repeat;
  158. background-position: bottom;
  159. background-size: 100%;
  160. z-index: 2;
  161. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  162. animation: heartbeat 1s ease-in-out infinite both;
  163. }
  164.  
  165. @-webkit-keyframes heartbeat {
  166. from {
  167. -webkit-transform: scale(1);
  168. transform: scale(1);
  169. -webkit-transform-origin: center center;
  170. transform-origin: center center;
  171. -webkit-animation-timing-function: ease-out;
  172. animation-timing-function: ease-out;
  173. }
  174. 10% {
  175. -webkit-transform: scale(0.91);
  176. transform: scale(0.91);
  177. -webkit-animation-timing-function: ease-in;
  178. animation-timing-function: ease-in;
  179. }
  180. 17% {
  181. -webkit-transform: scale(0.98);
  182. transform: scale(0.98);
  183. -webkit-animation-timing-function: ease-out;
  184. animation-timing-function: ease-out;
  185. }
  186. 33% {
  187. -webkit-transform: scale(0.87);
  188. transform: scale(0.87);
  189. -webkit-animation-timing-function: ease-in;
  190. animation-timing-function: ease-in;
  191. }
  192. 45% {
  193. -webkit-transform: scale(1);
  194. transform: scale(1);
  195. -webkit-animation-timing-function: ease-out;
  196. animation-timing-function: ease-out;
  197. }
  198. }
  199. @keyframes heartbeat {
  200. from {
  201. -webkit-transform: scale(1);
  202. transform: scale(1);
  203. -webkit-transform-origin: center center;
  204. transform-origin: center center;
  205. -webkit-animation-timing-function: ease-out;
  206. animation-timing-function: ease-out;
  207. }
  208. 10% {
  209. -webkit-transform: scale(0.91);
  210. transform: scale(0.91);
  211. -webkit-animation-timing-function: ease-in;
  212. animation-timing-function: ease-in;
  213. }
  214. 17% {
  215. -webkit-transform: scale(0.98);
  216. transform: scale(0.98);
  217. -webkit-animation-timing-function: ease-out;
  218. animation-timing-function: ease-out;
  219. }
  220. 33% {
  221. -webkit-transform: scale(0.87);
  222. transform: scale(0.87);
  223. -webkit-animation-timing-function: ease-in;
  224. animation-timing-function: ease-in;
  225. }
  226. 45% {
  227. -webkit-transform: scale(1);
  228. transform: scale(1);
  229. -webkit-animation-timing-function: ease-out;
  230. animation-timing-function: ease-out;
  231. }
  232. }
  233.  
  234. #container {
  235. background-color: #333;
  236. width: 59.5vw;
  237. height: 32vw;
  238. margin:auto;
  239. position: absolute;
  240. padding: 5px;
  241. left: 10vw;
  242. top: 10vw;
  243. z-index:1;
  244. box-shadow: 0px 5px 10px #000;
  245. }
  246.  
  247. #name {
  248. z-index:15;
  249. position: absolute;
  250. left: 19vw;
  251. top: -3vw;
  252. margin: auto;
  253. background: #transparent;
  254. width: 25vw;
  255. height: 4vw;
  256. font-family: 'Bangers', cursive;
  257. font-size: 4.5vw;
  258. background: url(http://cdn130.picsart.com/273043772004201.gif) 50px 50px repeat;
  259. -webkit-text-fill-color: transparent;
  260. -webkit-background-clip: text;
  261. background-position: center;
  262. display:block;
  263. text-align: center;
  264. letter-spacing: 1px;
  265. -webkit-transition:opacity 2s linear;
  266. line-height:3.6vw;
  267. }
  268.  
  269. #nameunder{
  270. z-index:15;
  271. position: absolute;
  272. left: 19vw;
  273. top: -3vw;
  274. margin: auto;
  275. background: #transparent;
  276. width: 25vw;
  277. height: 4vw;
  278. font-family: 'Bangers', cursive;
  279. font-size: 4.5vw;
  280. -webkit-text-fill-color: #A9A9A9;
  281. text-transform: none;
  282. -webkit-background-clip: text;
  283. display:block;
  284. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  285. text-align: center;
  286. letter-spacing: 1px;
  287. -webkit-transition:opacity 2s linear;
  288. line-height:3.6vw;
  289. }
  290.  
  291. #content {
  292. background-color:#c0c0c0;
  293. width: 40vw;
  294. height: 30vw;
  295. margin:auto;
  296. position: absolute;
  297. padding: 5px;
  298. font-family: 'Forum', cursive;
  299. font-size: 18px;
  300. color: #000;
  301. right: 2vw;
  302. top: 1vw;
  303. z-index:1;
  304. border: #000000 solid 2px;
  305. }
  306.  
  307. #friendlist {
  308. background-color:#c0c0c0;
  309. width: 12vw;
  310. height: 30vw;
  311. margin:auto;
  312. position: absolute;
  313. padding: 5px;
  314. font-family: 'Forum', cursive;
  315. font-size: 18px;
  316. color: #000;
  317. left: 2vw;
  318. top: 1vw;
  319. z-index:1;
  320. border: #000000 solid 2px;
  321. }
  322.  
  323. #nav {
  324. background-color: transparent;
  325. width: 0.5vw;
  326. height: 17vw;
  327. margin:auto;
  328. position: absolute;
  329. left: 15.5vw;
  330. bottom: 5vw;
  331. text-align: center;
  332. text-decoration: none;
  333. z-index:3;
  334. }
  335.  
  336. #nav a, #nav a:link, #nav a:visited {
  337. display:inline-block;
  338. text-decoration: none;
  339. text-align: center;
  340. background: #c0c0c0;
  341. color: transparent;
  342. box-shadow: 0px 0px 5px #000;
  343. padding: 4px;
  344. height: 1.7vw;
  345. width: 0.1vw;
  346. margin: 5px;
  347. border-radius: 5px;
  348. }
  349.  
  350. #nav a:active, #nav a:hover {
  351. display:inline-block;
  352. height: 1.7vw;
  353. width: 0.1vw;
  354. text-decoration:none;
  355. background: #000;
  356. box-shadow: 0px 0px 5px #c0c0c0;
  357. color: transparent;
  358. margin: 5px;
  359. }
  360.  
  361. i{color: #008000;}
  362. b{color: #000;}
  363. a{color: #2F4F4F; text-decoration: none;}
  364. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  365. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  366. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  367. </style>
  368.  
  369. <div id="image"></div>
  370.  
  371. <div id="container">
  372. <div id="nameunder">YEAAAAAHHHHH</div><div id="name">YEAAAAAHHHHH</div>
  373.  
  374. <div id="subwoofer1"></div>
  375. <div id="subwoofer2"></div>
  376. <div id="subwoofer3"></div>
  377. <div id="subwoofer4"></div>
  378.  
  379. <div id="nav">
  380. <a href="#one">Main</a>
  381. <a href="#two">Seco</a>
  382. <a href="#three">Thir</a>
  383. <a href="#four">Four</a>
  384. </div>
  385.  
  386. <div id="content">
  387. <div style="width: 40vw; height: 30vw; overflow-y: hidden;">
  388.  
  389. <a name="one"></a>
  390. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  391. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  392. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  393. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;"></span><br>
  394. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  395. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  396. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  397. <span style="float:left;"><b>Occupation</b></span><span style="float:right;"></span><br><br>
  398. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  399. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  400. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  401. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  402. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  403. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  404. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  405. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Yuuei</span><br><br>
  406. </div>
  407.  
  408. <a name="two"></a>
  409. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  410. <h1>combat</h1>
  411. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  412. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  413. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  414. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  415. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  416.  
  417. <h2>Quirk</h2>
  418. <b>Quirk Name:</b> <br><br>
  419. <b>Quirk Type:</b> <br><br>
  420. <b>Quirk Description:</b>
  421. <br>
  422.  
  423.  
  424.  
  425. <h3>headcanons</h3>
  426.  
  427. <br><br>
  428. </div>
  429.  
  430.  
  431. <a name="three"></a>
  432. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  433. <h1>History</h1>
  434.  
  435. </div>
  436.  
  437. <a name="four"></a>
  438. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  439. <h1>Out of Character</h1>
  440. <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>
  441. <b>01</b>. <br><br>
  442. <b>02</b>. <br><br>
  443. <b>03</b>. <br><br>
  444. <b>04</b>. <br><br>
  445. <b>05</b>. <br><br>
  446. <b>06</b>. <br><br>
  447. <b>07</b>. <br><br>
  448. <b>08</b>. <br><br>
  449. <b>09</b>. <br><br>
  450. <b>10</b>. <br><br>
  451. </div>
  452. </div>
  453. </div>
  454.  
  455. <div id="friendlist">
  456. <div style="width: 12vw; height: 30vw; overflow: auto;" align="center">
  457. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  458. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  459. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  460. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  461. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  462. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  463. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  464. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  465. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  466. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  467. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  468. </marquee>
  469. </div>
  470. </div>
  471. </div>
  472. </body>
  473. </html>
  474.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement