RageQxeen

Uraraka Ochaco

Apr 10th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 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=Cinzel+Decorative|Cinzel|EB+Garamond|Lora);
  50.  
  51. html, body {
  52. background: #dfbbff;
  53. background-image:url("http://i.picpar.com/bXpe.png");
  54. background-size: cover;
  55. background-repeat: repeat;
  56. background-position:center top;
  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: 18vw;
  78. margin: 0px;
  79. border: none;
  80. height: 47vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 7vw;
  84. bottom: 3vw;
  85. background-image:url("http://i.picpar.com/aXpe.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. -webkit-animation: bounce;
  90. animation: bounce;
  91. -webkit-animation-duration: 2s;
  92. animation-duration: 2.5s;
  93. -webkit-animation-fill-mode: both;
  94. animation-fill-mode: both;
  95. -webkit-animation-timing-function: linear;
  96. animation-timing-function: linear;
  97. animation-iteration-count: infinite;
  98. -webkit-animation-iteration-count: infinite;
  99. }
  100.  
  101. @keyframes bounce{
  102. 0% {bottom: 0px;}
  103. 50% {bottom: 20px;}
  104. 100% {bottom: 0px;}}
  105.  
  106. @-webkit-keyframes bounce {
  107. 0% {bottom: 0px;}
  108. 50% {bottom: 20px;}
  109. 100% {bottom: 0px;}
  110. }
  111.  
  112. #icon {
  113. width: 150px;
  114. margin: 0px;
  115. border: 5px solid #000;
  116. height: 150px;
  117. background-color: #000;
  118. position: absolute;
  119. left: 5vw;
  120. top: -3vw;
  121. background-image:url("http://i.picpar.com/WWpe.jpg");
  122. background-repeat:no-repeat;
  123. background-position: center;
  124. background-size: contain;
  125. z-index: 3;
  126. }
  127.  
  128. #icon2 {
  129. width: 150px;
  130. margin: 0px;
  131. border: 5px solid #000;
  132. height: 150px;
  133. background-color: #000;
  134. position: absolute;
  135. left: 15vw;
  136. top: -3vw;
  137. background-image:url("http://i.picpar.com/XWpe.jpg");
  138. background-repeat:no-repeat;
  139. background-position: center;
  140. background-size: cover;
  141. z-index: 3;
  142. }
  143.  
  144. #icon3 {
  145. width: 150px;
  146. margin: 0px;
  147. border: 5px solid #000;
  148. height: 150px;
  149. background-color: #000;
  150. position: absolute;
  151. left: 25vw;
  152. top: -3vw;
  153. background-image:url("http://i.picpar.com/YWpe.jpg");
  154. background-repeat:no-repeat;
  155. background-position: center;
  156. background-size: cover;
  157. z-index: 3;
  158. }
  159.  
  160. #icon4 {
  161. width: 150px;
  162. margin: 0px;
  163. border: 5px solid #000;
  164. height: 150px;
  165. background-color: #000;
  166. position: absolute;
  167. left: 35vw;
  168. top: -3vw;
  169. background-image:url("http://i.picpar.com/ZWpe.jpg");
  170. background-repeat:no-repeat;
  171. background-position: center;
  172. background-size: contain;
  173. z-index: 3;
  174. }
  175.  
  176. #icon5 {
  177. width: 150px;
  178. margin: 0px;
  179. border: 5px solid #000;
  180. height: 150px;
  181. background-color: #000;
  182. position: absolute;
  183. left: 45vw;
  184. top: -3vw;
  185. background-image:url("http://i.picpar.com/iXpe.jpg");
  186. background-repeat:no-repeat;
  187. background-position: center;
  188. background-size: contain;
  189. z-index: 3;
  190. }
  191.  
  192. #line1{
  193. background-color: #000;
  194. width: 50vw;
  195. height: .7vw;
  196. margin: auto;
  197. padding: 5px;
  198. position: absolute;
  199. left: 11vw;
  200. top: 12vw;
  201. z-index: 2;
  202. }
  203.  
  204. #line2{
  205. background-color: #000;
  206. width: 10vw;
  207. height: .7vw;
  208. margin: auto;
  209. padding: 5px;
  210. position: absolute;
  211. left: 11vw;
  212. bottom: 18vw;
  213. z-index: 2;
  214. }
  215.  
  216. #line3{
  217. background-color: #000;
  218. width: 1vw;
  219. height: 25vw;
  220. margin: auto;
  221. padding: 5px;
  222. position: absolute;
  223. left: 11vw;
  224. bottom: 18vw;
  225. z-index: 1;
  226. }
  227.  
  228. #container {
  229. background-color: #49111C;
  230. width: 50vw;
  231. height: 35vw;
  232. margin:auto;
  233. position: absolute;
  234. padding: 5px;
  235. left: 15vw;
  236. bottom: 2vw;
  237. box-shadow: 0px 5px 10px #000;
  238. z-index:2;
  239. background-image:url("https://thumbs.gfycat.com/MagnificentJoyousEyra-small.gif");
  240. background-repeat: repeat;
  241. background-position: bottom;
  242. background-size: contain;
  243. z-index: 2;
  244. }
  245.  
  246. #main {
  247. background-color:#c0c0c0;
  248. width: 47.8vw;
  249. height: 14vw;
  250. margin:auto;
  251. position: absolute;
  252. padding: 5px;
  253. font-family: 'Lora', cursive;
  254. font-size: 18px;
  255. color: #000;
  256. right: 1vw;
  257. top: 4.5vw;
  258. z-index: 99;
  259. border: #000000 solid 2px;
  260. }
  261.  
  262. #secondary {
  263. background-color:#c0c0c0;
  264. width: 23vw;
  265. height: 14vw;
  266. margin:auto;
  267. position: absolute;
  268. padding: 5px;
  269. font-family: 'Lora', cursive;
  270. font-size: 18px;
  271. color: #000;
  272. left: 1vw;
  273. bottom: .5vw;
  274. z-index: 99;
  275. border: #000000 solid 2px;
  276. }
  277.  
  278. #third {
  279. background-color:#c0c0c0;
  280. width: 23vw;
  281. height: 14vw;
  282. margin:auto;
  283. position: absolute;
  284. padding: 5px;
  285. font-family: 'Lora', cursive;
  286. font-size: 18px;
  287. color: #000;
  288. right: 1vw;
  289. bottom: .5vw;
  290. z-index: 99;
  291. border: #000000 solid 2px;
  292. }
  293.  
  294. #nav {
  295. background-color: transparent;
  296. width: 22vw;
  297. height: .5vw;
  298. margin:auto;
  299. position: absolute;
  300. right: 16vw;
  301. top: 2.5vw;
  302. text-align:right;
  303. z-index:1;
  304. }
  305.  
  306. #nav a, #nav a:link, #nav a:visited {
  307. display:inline-block;
  308. height: .7vw;
  309. width: 3vw;
  310. text-decoration:none;
  311. background: #271f3c;
  312. margin: 5px;
  313. border: double #000 5px;
  314. -webkit-transition: 0.5s linear;
  315. -moz-transition: 0.5s linear;
  316. -o-transition: 0.5s linear;
  317. transition: 0.5s linear;
  318. }
  319.  
  320. #nav a:active, #nav a:hover {
  321. display:inline-block;
  322. height: .7vw;
  323. width: 3vw;
  324. text-decoration:none;
  325. background: #625dee;
  326. margin: 5px;
  327. border: double #000 5px;
  328. -webkit-transition: 0.5s linear;
  329. -moz-transition: 0.5s linear;
  330. -o-transition: 0.5s linear;
  331. transition: 0.5s linear;
  332. }
  333.  
  334. .name {position: absolute;
  335. font-family: 'Cinzel Decorative';
  336. color: #fff;
  337. font-size: 4vw;
  338. top: 22vw;
  339. left: 0vw;
  340. width: 18vw;
  341. height: 4vw;
  342. position: absolute;
  343. border: 0px solid #000;
  344. text-align: justify;
  345. text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 0 #000, 0 -1px #c0c0c0;
  346. overflow: auto;
  347. padding:5px 5px 5px 5px;
  348. transform: rotate(270deg);
  349. z-index: 2;}
  350.  
  351. .title { background: transparent;
  352. background:url('https://data.whicdn.com/images/222024392/original.gif') repeat;
  353. background-position: center;
  354. position: absolute;
  355. font-family: 'Cinzel Decorative';
  356. font-size: 4vw;
  357. top: 22vw;
  358. left: 0vw;
  359. width: 18vw;
  360. height: 4vw;
  361. position: absolute;
  362. text-align: justify;
  363. padding:5px 5px 5px 5px;
  364. transform: rotate(270deg);
  365. -webkit-text-fill-color: transparent;
  366. -webkit-background-clip: text;
  367. z-index: 3;}
  368.  
  369. .alias {position: absolute;
  370. font-family: 'Cinzel';
  371. color: #dc96ea;
  372. font-size: 1.38vw;
  373. top: 0vw;
  374. right: -0.2vw;
  375. width: 50.5vw;
  376. height: 2.8vw;
  377. border: 0px solid #000;
  378. text-align: center;
  379. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  380. overflow: auto;
  381. padding:5px 5px 5px 5px;
  382. z-index: 7;}
  383.  
  384.  
  385.  
  386. i{color: #303876;}
  387. b{color: #26242f;}
  388. a{color: #271f3c; text-decoration: none;}
  389. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'EB Garamond', cursive; color: #000;}
  390. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'EB Garamond', cursive; color: #000;}
  391. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'EB Garamond', cursive; color: #000;}
  392. </style>
  393.  
  394. <div id="image"></div>
  395.  
  396. <div id="line1">
  397.  
  398. <div id="icon"></div>
  399. <div id="icon2"></div>
  400. <div id="icon3"></div>
  401. <div id="icon4"></div>
  402. <div id="icon5"></div>
  403. </div>
  404.  
  405. <div id="line2"></div>
  406. <div id="line3"></div>
  407. <div class="name">Uravity</div>
  408. <div class="title">Uravity</div>
  409.  
  410. <div id="container">
  411. <div class="alias">I'll focus on working just as hard as he does. And reach my dream!</div>
  412.  
  413. <div id="nav">
  414. <a href="#one"></a>
  415. <a href="#two"></a>
  416. <a href="#three"></a>
  417. <a href="#four"></a>
  418. </div>
  419.  
  420. <div id="main">
  421. <div style="width: 47.8vw; height: 14vw; overflow-y: hidden;">
  422.  
  423. <a name="one"></a>
  424. <div style="width: 47.8vw; height: 14vw; overflow: auto;" align="center">
  425. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  426. <span style="float:left;"><b>Alias</b></span><span style="float:right;"></span><br>
  427. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  428. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  429. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  430. <span style="float:left;"><b>Voice</b></span><span style="float:right;"></span><br><br>
  431. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  432. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  433. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  434. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  435. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  436. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  437. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  438. <span style="float:left;"><b>Class</b></span><span style="float:right;"></span><br>
  439. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br>
  440. </div>
  441.  
  442. <a name="two"></a>
  443. <div style="width: 47.8vw; height: 14vw; overflow: auto;" align="left">
  444. <h1>Combat</h1>
  445. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●●●○</span><br><br>
  446. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  447. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●○○○</span><br><br>
  448. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  449. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●○○</span><br><br>
  450.  
  451. <h2>Quirk</h2>
  452. <b>Quirk Name:</b> <br><br>
  453. <b>Quirk Type:</b> <br><br>
  454. <b>Quirk Description:</b>
  455.  
  456. <h3>Equipment</h3>
  457.  
  458. </div>
  459. </div>
  460. </div>
  461.  
  462. <div id="secondary">
  463. <div style="width: 23vw; height: 14vw; overflow-y: hidden;">
  464. <a name="three"></a>
  465. <div style="width: 23vw; height: 14vw; overflow: auto;" align="center">
  466. <h1>Contacts</h1>
  467. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  468. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  469. </div>
  470.  
  471. <a name="four"></a>
  472. <div style="width: 23vw; height: 14vw; overflow: auto;" align="center">
  473. <h1>Headcanons</h1>
  474. <ul>
  475. <li> Headcanon.
  476. <li>
  477. </ul>
  478. </div>
  479. </div>
  480. </div>
  481.  
  482. <div id="third">
  483. <div style="width: 23vw; height: 14vw; overflow-y: hidden;">
  484.  
  485. <a name="five"></a>
  486. <div style="width: 23vw; height: 14vw; overflow: auto;" align="left">
  487. <h1>Out of Character</h1>
  488.  
  489. <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
  490. <b>01</b>. OOC.<br>
  491. <b>02</b>. OOC.<br>
  492. <b>03</b>. OOC.<br>
  493. <b>04</b>. OOC.<br>
  494. <b>05</b>. OOC.<br>
  495. </div>
  496. </div>
  497. </div>
  498. </div>
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment