RageQxeen

Uravity GF

Apr 8th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 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|IM+Fell+French+Canon+SC|Martel);
  50.  
  51. html, body {
  52. background-color: #ffd1dc;
  53. background-image: url("https://www.transparenttextures.com/patterns/mirrored-squares.png");
  54. background-size: 200px;
  55. background-repeat: 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. ::-webkit-scrollbar {
  71. height:60px;
  72. width:5px;
  73. background-color:#transparent;}
  74.  
  75. #image {
  76. width: 28vw;
  77. margin: 0px;
  78. border: none;
  79. height: 40vw;
  80. background-color:transparent;
  81. position: absolute;
  82. left: 0vw;
  83. bottom: 0vw;
  84. background-image:url("http://i.picpar.com/lnpe.png");
  85. background-repeat:no-repeat;
  86. background-position: bottom;
  87. background-size: 100%;
  88. -webkit-animation: bounce;
  89. animation: bounce;
  90. -webkit-animation-duration: 2s;
  91. animation-duration: 2.5s;
  92. -webkit-animation-fill-mode: both;
  93. animation-fill-mode: both;
  94. -webkit-animation-timing-function: linear;
  95. animation-timing-function: linear;
  96. animation-iteration-count: infinite;
  97. -webkit-animation-iteration-count: infinite;
  98. }
  99.  
  100. @keyframes bounce{
  101. 0% {bottom: 0px;}
  102. 50% {bottom: 20px;}
  103. 100% {bottom: 0px;}}
  104.  
  105. @-webkit-keyframes bounce {
  106. 0% {bottom: 0px;}
  107. 50% {bottom: 20px;}
  108. 100% {bottom: 0px;}
  109. }
  110.  
  111. #container {
  112. background: rgb(210,255,254);
  113. background: -moz-linear-gradient(180deg, rgba(210,255,254,1) 0%, rgba(182,240,255,1) 25%, rgba(160,211,255,1) 50%, rgba(125,193,255,1) 75%, rgba(108,154,216,1) 100%);
  114. background: -webkit-linear-gradient(180deg, rgba(210,255,254,1) 0%, rgba(182,240,255,1) 25%, rgba(160,211,255,1) 50%, rgba(125,193,255,1) 75%, rgba(108,154,216,1) 100%);
  115. background: linear-gradient(180deg, rgba(210,255,254,1) 0%, rgba(182,240,255,1) 25%, rgba(160,211,255,1) 50%, rgba(125,193,255,1) 75%, rgba(108,154,216,1) 100%);
  116. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2fffe",endColorstr="#6c9ad8",GradientType=1);
  117. width: 70vw;
  118. height: 35vw;
  119. margin:auto;
  120. position: absolute;
  121. padding: 5px;
  122. left: 10vw;
  123. top: 15vw;
  124. z-index:1;
  125. border: 2px solid #000;
  126. }
  127.  
  128. #main {
  129. background-color:#c0c0c0;
  130. width: 40vw;
  131. height: 15vw;
  132. margin:auto;
  133. position: absolute;
  134. padding: 5px;
  135. font-family: 'Martel', cursive;
  136. font-size: 18px;
  137. color: #000;
  138. right: 1vw;
  139. top: .5vw;
  140. z-index: 99;
  141. border: #000000 solid 2px;
  142. }
  143.  
  144. #secondary {
  145. background-color:#c0c0c0;
  146. width: 19vw;
  147. height: 17.5vw;
  148. margin:auto;
  149. position: absolute;
  150. padding: 5px;
  151. font-family: 'Martel', cursive;
  152. font-size: 18px;
  153. color: #000;
  154. right: 1vw;
  155. bottom: .5vw;
  156. z-index: 99;
  157. border: #000000 solid 2px;
  158. }
  159.  
  160. #third {
  161. background-color:#c0c0c0;
  162. width: 19.5vw;
  163. height: 17.5vw;
  164. margin:auto;
  165. position: absolute;
  166. padding: 5px;
  167. font-family: 'Martel', cursive;
  168. font-size: 18px;
  169. color: #000;
  170. right: 21.5vw;
  171. bottom: .5vw;
  172. z-index: 99;
  173. border: #000000 solid 2px;
  174. }
  175.  
  176. #nav {
  177. background-color: transparent;
  178. width: 12vw;
  179. height: .5vw;
  180. margin:auto;
  181. position: absolute;
  182. right: .5vw;
  183. bottom: -.5vw;
  184. text-align:right;
  185. z-index: 99;
  186. }
  187.  
  188. #nav a, #nav a:link, #nav a:visited {
  189. display:inline-block;
  190. height: .8vw;
  191. width: .8vw;
  192. text-decoration:none;
  193. background: #87ceeb;
  194. margin: 5px;
  195. border: double #000 5px;
  196. border-radius: 50%;
  197. -webkit-transition: 0.5s linear;
  198. -moz-transition: 0.5s linear;
  199. -o-transition: 0.5s linear;
  200. transition: 0.5s linear;
  201. }
  202.  
  203. #nav a:active, #nav a:hover {
  204. display:inline-block;
  205. height: .8vw;
  206. width: .8vw;
  207. text-decoration:none;
  208. background: #FFB6C1;
  209. margin: 5px;
  210. border: double #000 5px;
  211. border-radius: 50%;
  212. -webkit-transition: 0.5s linear;
  213. -moz-transition: 0.5s linear;
  214. -o-transition: 0.5s linear;
  215. transition: 0.5s linear;
  216. }
  217.  
  218.  
  219. .name {position: absolute;
  220. font-family: 'Bangers';
  221. color: #fff;
  222. font-size: 6vw;
  223. bottom: 0vw;
  224. left: 4vw;
  225. width: 70vw;
  226. height: 6vw;
  227. border: 0px solid #000;
  228. text-align: justify;
  229. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  230. overflow: auto;
  231. padding:5px 5px 5px 5px;
  232. z-index: 2;}
  233.  
  234. .title { background: transparent;
  235. background:url('https://media.giphy.com/media/A4wSE2GQGTpfi/giphy.gif') repeat;
  236. background-position: center;
  237. position: absolute;
  238. font-family: 'Bangers';
  239. font-size: 6vw;
  240. bottom: 0vw;
  241. left: 4vw;
  242. width: 70vw;
  243. height: 6vw;
  244. text-align: justify;
  245. padding:5px 5px 5px 5px;
  246. -webkit-text-fill-color: transparent;
  247. -webkit-background-clip: text;
  248. z-index: 3;}
  249.  
  250.  
  251. i{color: #111;}
  252. b{color: #000;}
  253. a{color: #444; text-decoration: none;}
  254. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'IM Fell French Canon SC', cursive; color: #000;}
  255. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'IM Fell French Canon SC', cursive; color: #000;}
  256. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'IM Fell French Canon SC', cursive; color: #000;}
  257. </style>
  258.  
  259. <div id="container">
  260.  
  261. <div id="nav">
  262. <a href="#one"></a>
  263. <a href="#two"></a>
  264. </div>
  265.  
  266. <div id="image"></div>
  267. <div class="name">Uravity</div>
  268. <div class="title">Uravity</div>
  269.  
  270.  
  271. <div id="main">
  272. <div style="width: 40vw; height: 15vw; overflow-y: hidden;">
  273.  
  274. <a name="one"></a>
  275. <div style="width: 40vw; height: 15vw; overflow: auto;" align="center">
  276. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  277. <span style="float:left;"><b>Alias</b></span><span style="float:right;"></span><br>
  278. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  279. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  280. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  281. <span style="float:left;"><b>Voice</b></span><span style="float:right;"></span><br><br>
  282. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  283. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  284. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  285. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  286. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  287. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  288. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  289. <span style="float:left;"><b>Class</b></span><span style="float:right;"></span><br>
  290. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br><br>
  291. </div>
  292.  
  293. <a name="two"></a>
  294. <div style="width: 40vw; height: 15vw; overflow: auto;" align="left">
  295. <h1>Combat</h1>
  296. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●●●○</span><br><br>
  297. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  298. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●○○○</span><br><br>
  299. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  300. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●○○</span><br><br>
  301.  
  302. <h2>Quirk</h2>
  303. <b>Quirk Name:</b> <br><br>
  304. <b>Quirk Type:</b> <br><br>
  305. <b>Quirk Description:</b>
  306.  
  307. <h3>Equipment</h3>
  308.  
  309. </div>
  310. </div>
  311. </div>
  312.  
  313. <div id="secondary">
  314. <div style="width: 20vw; height: 17.5vw; overflow-y: hidden;">
  315. <a name="three"></a>
  316. <div style="width: 20vw; height: 17.5vw; overflow: auto;" align="center">
  317. <h1>Contacts</h1>
  318. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  319. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  320. </div>
  321. </div>
  322. </div>
  323.  
  324. <div id="third">
  325. <div style="width: 20vw; height: 17.5vw; overflow-y: hidden;">
  326.  
  327. <a name="four"></a>
  328. <div style="width: 20vw; height: 17.5vw; overflow: auto;" align="left">
  329. <h1>Out of Character</h1>
  330.  
  331. <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
  332. <b>01</b>. OOC.<br>
  333. <b>02</b>. OOC.<br>
  334. <b>03</b>. OOC.<br>
  335. <b>04</b>. OOC.<br>
  336. <b>05</b>. OOC.<br>
  337. </div>
  338. </div>
  339. </div>
  340. </div>
  341. </body>
  342. </html>
Advertisement
Add Comment
Please, Sign In to add comment