Advertisement
RageQxeen

Metalmancer

Jan 2nd, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 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/css2?family=Playball&family=Roboto+Mono&family=Yeseva+One&display=swap');
  50.  
  51. html, body {
  52. background-color: #a1a1a1;
  53. background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png");
  54. }
  55.  
  56. ::-webkit-scrollbar-button:vertical:{
  57. background-color: #transparent;}
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color:#transparent;
  61. height:150px;}
  62.  
  63. ::-webkit-scrollbar-thumb:horizontal {
  64. background-color:#transparent;
  65. height:60px;}
  66.  
  67.  
  68. ::-webkit-scrollbar {
  69. height:60px;
  70. width:5px;
  71. background-color:#transparent;}
  72.  
  73. #image {
  74. width: 28vw;
  75. margin: 0px;
  76. border: none;
  77. height: 40vw;
  78. background-color:transparent;
  79. position: absolute;
  80. left: 8vw;
  81. bottom: 5vw;
  82. background-image:url("https://i.ibb.co/tD7n5Mz/76-5.png");
  83. background-repeat:no-repeat;
  84. background-position: bottom;
  85. background-size: 100%;
  86. z-index: 2;
  87. }
  88.  
  89. #cover {
  90. width: 100%;
  91. margin: 0px;
  92. border: none;
  93. height: 100%;
  94. background-color:transparent;
  95. position: absolute;
  96. right: 0vw;
  97. top: 0vw;
  98. opacity: 1;
  99. background-image:url("https://i.ibb.co/3fkbjjQ/Metalmancer-Background.png");
  100. background-repeat: repeat;
  101. background-position: center;
  102. background-size: fill;
  103. z-index: 0;
  104. }
  105.  
  106. #container {
  107. background-color: #e1b74c;
  108. width: 70vw;
  109. height: 30vw;
  110. margin:auto;
  111. position: absolute;
  112. padding: 5px;
  113. left: 15vw;
  114. bottom: 8vw;
  115. box-shadow: 0px 5px 10px #000;
  116. z-index:2;
  117. background-image:url("https://www.transparenttextures.com/patterns/gun-metal.png");
  118. background-repeat: repeat;
  119. background-position: center;
  120. background-size: fill;
  121. z-index: 1;
  122. }
  123.  
  124. #content {
  125. background-color:#c0c0c0;
  126. width: 48vw;
  127. height: 29vw;
  128. margin:auto;
  129. position: absolute;
  130. padding: 5px;
  131. opacity: 0.8;
  132. font-family: 'Roboto Mono', cursive;
  133. font-size: 18px;
  134. color: #000;
  135. right: 1vw;
  136. bottom: .5vw;
  137. z-index: 99;
  138. border: #000000 solid 2px;
  139. }
  140.  
  141.  
  142. .name {position: absolute;
  143. font-family: 'Playball';
  144. color: #fff;
  145. font-size: 4vw;
  146. bottom: -5vw;
  147. left: 17vw;
  148. width: 55vw;
  149. height: 4.5vw;
  150. position: absolute;
  151. border: 0px solid #000;
  152. text-align: justify;
  153. text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 0 #000, 0 -1px #c0c0c0;
  154. overflow: auto;
  155. padding:5px 5px 5px 5px;
  156. z-index: 2;}
  157.  
  158. .title { background: transparent;
  159. background:url('https://66.media.tumblr.com/987905fe11b8074043730231ffda5785/tumblr_psxplmXBc41qg39ewo1_500.gif') repeat;
  160. background-position: top;
  161. position: absolute;
  162. font-family: 'Playball';
  163. font-size: 4vw;
  164. bottom: -5vw;
  165. left: 17vw;
  166. width: 55vw;
  167. height: 4.5vw;
  168. position: absolute;
  169. text-align: justify;
  170. padding:5px 5px 5px 5px;
  171. -webkit-text-fill-color: transparent;
  172. -webkit-background-clip: text;
  173. z-index: 3;}
  174.  
  175. #nav {
  176. background-color: transparent;
  177. width: 1vw;
  178. height: 8vw;
  179. margin:auto;
  180. position: absolute;
  181. right: -1vw;
  182. bottom: 9vw;
  183. text-align:right;
  184. z-index: 99;
  185. }
  186.  
  187. #nav a, #nav a:link, #nav a:visited {
  188. display:inline-block;
  189. height: .8vw;
  190. width: .8vw;
  191. text-decoration:none;
  192. background: #e1b74c;
  193. margin: 5px;
  194. border: double #000 5px;
  195. border-radius: 50%;
  196. -webkit-transition: 0.5s linear;
  197. -moz-transition: 0.5s linear;
  198. -o-transition: 0.5s linear;
  199. transition: 0.5s linear;
  200. }
  201.  
  202. #nav a:active, #nav a:hover {
  203. display:inline-block;
  204. height: .8vw;
  205. width: .8vw;
  206. text-decoration:none;
  207. background: #a1a1a1;
  208. margin: 5px;
  209. border: double #000 5px;
  210. border-radius: 50%;
  211. -webkit-transition: 0.5s linear;
  212. -moz-transition: 0.5s linear;
  213. -o-transition: 0.5s linear;
  214. transition: 0.5s linear;
  215. }
  216.  
  217. i{color: #083068;}
  218. b{color: #000;}
  219. a{color: #246dab; text-decoration: none;}
  220. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Yeseva One', cursive; color: #000;}
  221. h2{border-bottom: 1px solid #000; text-align: left; font-size: 20px; font-family: 'Yeseva One', cursive; color: #000;}
  222. h3{text-align: right; font-size: 20px; font-family: 'Yeseva One', cursive; color: #000;}
  223. </style>
  224. <div id="cover"></div>
  225.  
  226. <div id="image"></div>
  227.  
  228. <div id="container">
  229. <div class="name">Title</div>
  230. <div class="title">Title</div>
  231.  
  232. <div id="nav">
  233. <a href="#one"></a>
  234. <a href="#two"></a>
  235. <a href="#three"></a>
  236. <a href="#four"></a>
  237. </div>
  238.  
  239. <div id="content">
  240. <div style="width: 48vw; height: 29vw; overflow-y: hidden;">
  241.  
  242. <a name="one"></a>
  243. <div style="width: 48vw; height: 29vw; overflow: auto;" align="center">
  244. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  245. <span style="float:left;"><b>Alias</b></span><span style="float:right;"></span><br>
  246. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  247. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  248. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  249. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br><br>
  250. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  251. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  252. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  253. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  254. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  255. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  256. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  257. <span style="float:left;"><b>Occupation</b></span><span style="float:right;"></span><br>
  258. <span style="float:left;"><b>Alignment</b></span><span style="float:right;"></span><br><br><br>
  259. </div>
  260.  
  261. <a name="two"></a>
  262. <div style="width: 48vw; height: 29vw; overflow: auto;" align="left">
  263. <h1>Abilities</h1>
  264.  
  265. </div>
  266.  
  267.  
  268. <a name="three"></a>
  269. <div style="width: 48vw; height: 29vw; overflow: auto;" align="center">
  270. <h1>Contacts</h1>
  271. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  272. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  273. </div>
  274.  
  275. <a name="four"></a>
  276. <div style="width: 48vw; height: 29vw; overflow: auto;" align="left">
  277. <h1>Out of Character</h1>
  278.  
  279. <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
  280. <b>01</b>. OOC.<br>
  281. <b>02</b>. OOC.<br>
  282. <b>03</b>. OOC.<br>
  283. <b>04</b>. OOC.<br>
  284. <b>05</b>. OOC.<br>
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289. </div>
  290.  
  291. </body>
  292. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement