RageQxeen

Zaere

May 26th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 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=Gotu|Rock+Salt|Cinzel);
  50.  
  51. html, body {
  52. background-color: #1f302f;
  53. background-image: url("https://www.transparenttextures.com/patterns/stardust.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: 0vw;
  81. bottom: 0vw;
  82. background-image:url("http://i.picpar.com/ka3e.png");
  83. background-repeat:no-repeat;
  84. background-position: bottom;
  85. background-size: 100%;
  86. z-index: 2;
  87. -webkit-transition: 0.5s linear;
  88. -moz-transition: 0.5s linear;
  89. -o-transition: 0.5s linear;
  90. transition: 0.5s linear;
  91. }
  92.  
  93. #image:hover {
  94. background-image:url("http://i.picpar.com/5a3e.png");
  95. background-repeat:no-repeat;
  96. background-position: bottom;
  97. background-size: 100%;
  98. -webkit-transition: 0.5s linear;
  99. -moz-transition: 0.5s linear;
  100. -o-transition: 0.5s linear;
  101. transition: 0.5s linear;
  102. }
  103.  
  104. #container {
  105. width: 65vw;
  106. height: 40vw;
  107. margin: 0px;
  108. background-color: #0e1210;
  109. border: 2px solid #0e1210;
  110. box-shadow: #0e1210 0px 5px 10px;
  111. position: absolute;
  112. left: 18vw;
  113. bottom: 10vw;
  114. background-image:url("http://i.picpar.com/ma3e.jpg");
  115. background-repeat:no-repeat;
  116. background-position: center;
  117. background-size: cover;
  118. z-index: 1;
  119. }
  120.  
  121. #content {
  122. background-color: #ced8b7;
  123. width: 35vw;
  124. height: 37vw;
  125. margin:auto;
  126. position: absolute;
  127. padding: 5px;
  128. font-family: 'Gotu', cursive;
  129. font-size: 18px;
  130. color: #000;
  131. right: 1vw;
  132. top: 1vw;
  133. z-index:6;
  134. border: 5px double #000;
  135. }
  136.  
  137. .name {position: absolute;
  138. font-family: 'Rock Salt';
  139. color: #fff;
  140. font-size: 4vw;
  141. top: -6.5vw;
  142. left: 1vw;
  143. width: 45vw;
  144. height: 9vw;
  145. border: 0px solid #000;
  146. text-align: justify;
  147. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  148. overflow: auto;
  149. padding:5px 5px 5px 5px;
  150. z-index: 2;}
  151.  
  152. .title { background: transparent;
  153. background:url('https://media2.giphy.com/media/3o6vXLN7CQSjtLUHJu/giphy.gif') repeat;
  154. background-position: center;
  155. position: absolute;
  156. font-family: 'Rock Salt';
  157. font-size: 4vw;
  158. top: -6.5vw;
  159. left: 1vw;
  160. width: 45vw;
  161. height: 9vw;
  162. text-align: justify;
  163. padding:5px 5px 5px 5px;
  164. -webkit-text-fill-color: transparent;
  165. -webkit-background-clip: text;
  166. z-index: 3;}
  167.  
  168. .alias {position: absolute;
  169. font-family: 'Cinzel';
  170. color: #7c9082;
  171. font-size: 2vw;
  172. bottom: -3vw;
  173. left: 8vw;
  174. width: 50vw;
  175. height: 2.8vw;
  176. border: 0px solid #000;
  177. text-align: center;
  178. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  179. overflow: auto;
  180. padding:5px 5px 5px 5px;
  181. z-index: 7;}
  182.  
  183. #nav {
  184. background-color: transparent;
  185. width: 70px;
  186. height: 10px;
  187. margin:auto;
  188. position: absolute;
  189. right: 0vw;
  190. top: -1.4vw;
  191. text-align: center;
  192. z-index: 10;
  193. }
  194.  
  195. #nav a, #nav a:link, #nav a:visited {
  196. display:inline-block;
  197. background: #29424d;
  198. color: #29424d;
  199. margin-top: 0px;
  200. margin-bottom: 0px;
  201. margin-left: 0px;
  202. height: 10px;
  203. width: 10px;
  204. border-radius: 100%;
  205. box-shadow: 0px 0px 7px #29424d;
  206. -webkit-transition: 0.5s linear;
  207. -moz-transition: 0.5s linear;
  208. -o-transition: 0.5s linear;
  209. transition: 0.5s linear;
  210. }
  211.  
  212. #nav a:active, #nav a:hover {
  213. display:inline-block;
  214. height: 10px;
  215. width: 10px;
  216. border-radius: 100%;
  217. text-decoration:none;
  218. background: #95451c;
  219. color: #95451c;
  220. margin: 0px;
  221. box-shadow: 0px 0px 5px #95451c;
  222. -webkit-transition: 0.5s linear;
  223. -moz-transition: 0.5s linear;
  224. -o-transition: 0.5s linear;
  225. transition: 0.5s linear;
  226. }
  227.  
  228. i{color: #013220;}
  229. b{color: #000;}
  230. a{color: #444; text-decoration: none;}
  231. h1{border-bottom: 1px solid #000; text-align: center; font-size: 40px; font-family: 'Cinzel', cursive; color: #000;}
  232. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  233. h3{text-align: right; font-size: 25px; font-family: 'Cinzel', cursive; color: #000;}
  234. </style>
  235. <div id="container">
  236. <div id="image"></div>
  237.  
  238. <div class="name">The Dieased One</div>
  239. <div class="title">The Dieased One</div>
  240. <div class="alias">He who desires, but acts not, breeds pestilence</div>
  241.  
  242. <div id="nav">
  243. <a href="#one"></a>
  244. <a href="#two"></a>
  245. <a href="#three"></a>
  246. <a href="#four"></a>
  247. <a href="#five"></a>
  248. </div>
  249.  
  250. <div id="content">
  251. <div style="width: 35vw; height: 37vw; overflow-y: hidden;">
  252.  
  253. <a name="one"></a>
  254. <div style="width: 35vw; height: 37vw; overflow: auto;" align="left">
  255. <h1>Out due to Sickness</h1>
  256. <b>00</b>. Code made by <a href="" target="_blank">RageQxeen</a> for Zaere, do not steal.<br><br>
  257. <b>01</b>. OOC.<br>
  258. <b>02</b>. OOC.<br>
  259. <b>03</b>. OOC.<br>
  260. <b>04</b>. OOC.<br>
  261. <b>05</b>. OOC.<br>
  262. </div>
  263.  
  264. <a name="two"></a>
  265. <div style="width: 35vw; height: 37vw; overflow: auto;">
  266.  
  267. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  268. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  269. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  270. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br><br>
  271. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  272. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  273. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  274. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  275. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br><br>
  276. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  277. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  278. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br>
  279. </div>
  280.  
  281. <a name="three"></a>
  282. <div style="width: 35vw; height: 37vw; overflow: auto;" align="left">
  283. <h1>Combat</h1>
  284.  
  285. </div>
  286.  
  287. <a name="four"></a>
  288. <div style="width: 35vw; height: 37vw; overflow: auto;" align="center">
  289. <h1>History</h1>
  290. TBA
  291. </div>
  292.  
  293. <a name="five"></a>
  294. <div style="width: 35vw; height: 37vw; overflow: auto;" align="left">
  295. <h1>Friends</h1>
  296. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  297. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  298. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  299. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  300. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  301. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  302. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  303. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  304. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  305. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  306. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  307. </marquee>
  308. </div>
  309. </div>
  310. </div>
  311. </div>
  312. </body>
  313. </html>
Add Comment
Please, Sign In to add comment