RageQxeen

Warren

Apr 25th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 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|Cinzel+Decorative|Special+Elite|Ibarra+Real+Nova);
  50.  
  51. html, body {
  52. background-color: #c0c0c0;
  53. background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
  54. background-size:400px;
  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.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 25vw;
  78. margin: 0px;
  79. border: none;
  80. height: 38vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 10vw;
  84. bottom: 5vw;
  85. border: 4px solid #000;
  86. background-image:url("https://cdn.discordapp.com/attachments/580976709839355904/703753691378745446/tumblr_olj54iZf201u149jro1_1280.png");
  87. background-repeat:no-repeat;
  88. background-position: bottom;
  89. background-size: 100%;
  90. z-index: 4;
  91. }
  92.  
  93. #line1 {
  94. width: 100%;
  95. height: 4vw;
  96. background-color: #000;
  97. position: absolute;
  98. left: 0vw;
  99. bottom: 5vw;
  100. z-index:1;
  101. }
  102.  
  103. #line2 {
  104. width: 100%;
  105. height: 4vw;
  106. background-color: #000;
  107. position: absolute;
  108. left: 0vw;
  109. bottom: 15vw;
  110. z-index:1;
  111. }
  112.  
  113. #container {
  114. background-color:#333;
  115. width: 45vw;
  116. height: 28.5vw;
  117. margin:auto;
  118. position: absolute;
  119. padding: 5px;
  120. right: 10vw;
  121. bottom: 0vw;
  122. z-index:1;
  123. border: 3px solid #000;
  124. z-index: 2;
  125. }
  126.  
  127. #content {
  128. background-color:#f8f8ff;
  129. width: 43.5vw;
  130. height: 26vw;
  131. margin:auto;
  132. position: absolute;
  133. padding: 5px;
  134. font-family: 'Special Elite', cursive;
  135. font-size: 18px;
  136. color: #000;
  137. right: .5vw;
  138. top: 1vw;
  139. z-index:6;
  140. border: 5px double #000;
  141. }
  142.  
  143. #navholder {
  144. background-color:#333;
  145. width: 5vw;
  146. display: inline-block;
  147. height: 8.5vw;
  148. margin:auto;
  149. position: absolute;
  150. padding: 5px;
  151. right: 50.3vw;
  152. top: 22vw;
  153. z-index:1;
  154. border: 3px solid #000;
  155. z-index: 1;
  156. margin: 5px;
  157. -webkit-transition: 0.5s linear;
  158. -moz-transition: 0.5s linear;
  159. -o-transition: 0.5s linear;
  160. transition: 0.5s linear;
  161. }
  162.  
  163. #navholder:hover {
  164. margin: 5px;
  165. display: inline-block;
  166. margin-right: 90px;
  167. -webkit-transition: 0.5s linear;
  168. -moz-transition: 0.5s linear;
  169. -o-transition: 0.5s linear;
  170. transition: 0.5s linear;
  171. }
  172.  
  173. #nav {
  174. background-color: transparent;
  175. width: .5vw;
  176. height: 1.7vw;
  177. margin:auto;
  178. position: absolute;
  179. right: 4.8vw;
  180. top: 0vw;
  181. z-index:1;
  182. }
  183.  
  184. #nav a, #nav a:link, #nav a:visited {
  185. display:inline-block;
  186. height: 1.1vw;
  187. width: 3.8vw;
  188. text-align: center;
  189. font-family: 'Ibarra Real Nova';
  190. font-size: 15px;
  191. text-decoration: none;
  192. color: #000;
  193. background: #68707c;
  194. margin: 5px;
  195. background-image: url("https://i.imgur.com/oJUsgm3.png");
  196. border: double #000 5px;
  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: 1.1vw;
  206. width: 3.8vw;
  207. text-align: center;
  208. font-family: 'Ibarra Real Nova';
  209. font-size: 15px;
  210. text-decoration: none;
  211. color: #c0c0c0;
  212. background: #8b0000;
  213. margin: 5px;
  214. background-image: url("https://i.imgur.com/oJUsgm3.png");
  215. border: double #778899 5px;
  216. -webkit-transition: 0.5s linear;
  217. -moz-transition: 0.5s linear;
  218. -o-transition: 0.5s linear;
  219. transition: 0.5s linear;
  220. }
  221.  
  222. .name {position: absolute;
  223. font-family: 'Cinzel Decorative';
  224. color: #fff;
  225. font-size: 4vw;
  226. top: -4.5vw;
  227. right: -.5vw;
  228. width: 46vw;
  229. height: 9vw;
  230. border: 0px solid #000;
  231. text-align: justify;
  232. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  233. overflow: auto;
  234. padding:5px 5px 5px 5px;
  235. z-index: 2;}
  236.  
  237. .title { background: transparent;
  238. background:url('https://i.pinimg.com/originals/18/03/0b/18030b06cb33fcedf337bf6dc9b9473f.gif') repeat;
  239. background-position: top;
  240. position: absolute;
  241. font-family: 'Cinzel Decorative';
  242. font-size: 4vw;
  243. top: -4.5vw;
  244. right: -.5vw;
  245. width: 46vw;
  246. height: 9vw;
  247. text-align: justify;
  248. padding:5px 5px 5px 5px;
  249. -webkit-text-fill-color: transparent;
  250. -webkit-background-clip: text;
  251. z-index: 3;}
  252.  
  253. .alias {position: absolute;
  254. font-family: 'Cinzel';
  255. color: #000;
  256. font-size: 1.8vw;
  257. bottom: -3vw;
  258. left: -2.5vw;
  259. width: 50vw;
  260. height: 2.8vw;
  261. border: 0px solid #000;
  262. text-align: center;
  263. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  264. overflow: auto;
  265. padding:5px 5px 5px 5px;
  266. z-index: 7;}
  267.  
  268.  
  269. i{color: #660000;}
  270. b{color: #000;}
  271. a{color: #222; text-decoration: none;}
  272. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  273. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  274. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  275. </style>
  276.  
  277. <div id="image"></div>
  278.  
  279. <div id="navholder">
  280. <div id="nav">
  281. <a href="#one">Stats</a>
  282. <a href="#two">Battle</a>
  283. <a href="#three">History</a>
  284. <a href="#four">OOC</a>
  285. </div>
  286. </div>
  287. <div id="line2"></div>
  288. <div id="line1">
  289. <div id="container">
  290.  
  291. <div class="name">TITLE/HERO NAME</div>
  292. <div class="title">TITLE/HERO NAME</div>
  293. <div class="alias">QUOTE</div>
  294.  
  295. <div id="content">
  296. <div style="width: 43.5vw; height: 26vw; overflow-y: hidden;">
  297.  
  298. <a name="one"></a>
  299. <div style="width: 43.5vw; height: 26vw; overflow: auto;">
  300.  
  301. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  302. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  303. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  304. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  305. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  306. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank">TBA</a></span><br><br>
  307. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  308. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br>
  309. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  310. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  311. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br><br>
  312. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  313. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  314. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br><br>
  315. </div>
  316.  
  317. <a name="two"></a>
  318. <div style="width: 43.5vw; height: 26vw; overflow: auto;" align="left">
  319. <h1>combat</h1>
  320. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●○○○○</span><br><br>
  321. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●○○</span><br><br>
  322. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  323. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●●●●</span><br><br>
  324. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  325.  
  326. <h2>Quirk</h2>
  327. <b>Quirk Name:</b> <br><br>
  328. <b>Quirk Type:</b> <br><br>
  329. <b>Quirk Description:</b>
  330. <br>
  331.  
  332. </div>
  333.  
  334. <a name="three"></a>
  335. <div style="width: 43.5vw; height: 26vw; overflow: auto;" align="center">
  336. <h1>history</h1>
  337.  
  338. </div>
  339.  
  340. <a name="four"></a>
  341. <div style="width: 43.5vw; height: 26vw; overflow: auto;" align="left">
  342. <h1>out of character</h1>
  343. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://roleplay.chat/profile.php?user=RageQxeen">here</a>. Refrain from stealing.</center><br>
  344. <b>01</b>. OOC.<br>
  345. <b>02</b>. OOC.<br>
  346. <b>03</b>. OOC.<br>
  347. <b>04</b>. OOC.<br>
  348. <b>05</b>. OOC.<br>
  349. </div>
  350. </div>
  351. </div>
  352. </div>
  353. </div>
  354. </body>
  355. </html>
Add Comment
Please, Sign In to add comment