Advertisement
RageQxeen

The White Dragon

Jul 25th, 2022
52
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 1 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=Fondamento|Forum|Cinzel+Decorative');
  50.  
  51. html, body {
  52. background: rgb(0,0,0);
  53. background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  54. background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  55. background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  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: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 41vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/cjXd.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. -webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  90. animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  91. }
  92.  
  93. @-webkit-keyframes fade-in {
  94. 0% {
  95. opacity: 0;
  96. }
  97. 100% {
  98. opacity: 1;
  99. }
  100. }
  101. @keyframes fade-in {
  102. 0% {
  103. opacity: 0;
  104. }
  105. 100% {
  106. opacity: 1;
  107. }
  108. }
  109.  
  110. #name {
  111. z-index:15;
  112. position: absolute;
  113. left: -3vw;
  114. top: -2vw;
  115. margin: auto;
  116. background: #transparent;
  117. width: 40vw;
  118. height: 6vw;
  119. font-family: 'Fondamento', cursive;
  120. font-size: 4.2vw;
  121. background: url(https://thumbs.gfycat.com/ForthrightPeskyGuppy-size_restricted.gif) 0px 0px repeat;
  122. -webkit-text-fill-color: transparent;
  123. -webkit-background-clip: text;
  124. background-position: bottom;
  125. display:block;
  126. text-align: center;
  127. letter-spacing: 1px;
  128. -webkit-transition:opacity 2s linear;
  129. line-height:3.6vw;
  130. }
  131.  
  132. #nameunder{
  133. z-index:15;
  134. position: absolute;
  135. left: -3vw;
  136. top: -2vw;
  137. margin: auto;
  138. background: #transparent;
  139. width: 40vw;
  140. height: 6vw;
  141. font-family: 'Fondamento', cursive;
  142. font-size: 4.2vw;
  143. -webkit-text-fill-color: #A9A9A9;
  144. text-transform: none;
  145. -webkit-background-clip: text;
  146. display:block;
  147. text-shadow: -1px 0 #fff, 0 1px #000,1px 0 #000, 0 -1px #fff;
  148. text-align: center;
  149. letter-spacing: 1px;
  150. -webkit-transition:opacity 2s linear;
  151. line-height:3.6vw;
  152. }
  153.  
  154. #container {
  155. background: rgb(0,0,0);
  156. background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  157. background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  158. background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(192,192,192,1) 40%, rgba(231,231,231,1) 60%, rgba(255,255,255,1) 100%);
  159. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  160. width: 59.5vw;
  161. height: 34vw;
  162. margin:auto;
  163. position: absolute;
  164. padding: 5px;
  165. left: 10vw;
  166. bottom: 5vw;
  167. z-index:0;
  168. box-shadow: 0px 5px 10px #000;
  169. }
  170.  
  171. #content {
  172. background-color:#c0c0c0;
  173. width: 40vw;
  174. height: 30vw;
  175. margin:auto;
  176. position: absolute;
  177. padding: 5px;
  178. font-family: 'Forum', cursive;
  179. font-size: 18px;
  180. color: #000;
  181. left: 2vw;
  182. top: 3vw;
  183. z-index:1;
  184. border: #000000 solid 2px;
  185. }
  186.  
  187. #friendlist {
  188. background-color:#c0c0c0;
  189. width: 12vw;
  190. height: 30vw;
  191. margin:auto;
  192. position: absolute;
  193. padding: 5px;
  194. font-family: 'Forum', cursive;
  195. font-size: 18px;
  196. color: #000;
  197. right: 2vw;
  198. top: 3vw;
  199. z-index:1;
  200. border: #000000 solid 2px;
  201. }
  202.  
  203. #nav {
  204. background-color: transparent;
  205. width: 0.5vw;
  206. height: 17vw;
  207. margin:auto;
  208. position: absolute;
  209. right: 16.2vw;
  210. bottom: 5vw;
  211. text-align: center;
  212. text-decoration: none;
  213. z-index:3;
  214. }
  215.  
  216. #nav a, #nav a:link, #nav a:visited {
  217. display:inline-block;
  218. text-decoration: none;
  219. text-align: center;
  220. background: #c0c0c0;
  221. color: transparent;
  222. box-shadow: 0px 0px 5px #000;
  223. padding: 4px;
  224. height: 1.7vw;
  225. width: 0.1vw;
  226. margin: 5px;
  227. border-radius: 5px;
  228. }
  229.  
  230. #nav a:active, #nav a:hover {
  231. display:inline-block;
  232. height: 1.7vw;
  233. width: 0.1vw;
  234. text-decoration:none;
  235. background: #000;
  236. box-shadow: 0px 0px 5px #c0c0c0;
  237. color: transparent;
  238. margin: 5px;
  239. }
  240.  
  241. i{color: #2F4F4F;}
  242. b{color: #000;}
  243. a{color: #708090; text-decoration: none;}
  244. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  245. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  246. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  247. </style>
  248.  
  249. <div id="image"></div>
  250.  
  251. <div id="container">
  252. <div id="nameunder">The White Dragon</div><div id="name">The White Dragon</div>
  253.  
  254. <div id="nav">
  255. <a href="#one">Main</a>
  256. <a href="#two">Seco</a>
  257. <a href="#three">Thir</a>
  258. <a href="#four">Four</a>
  259. </div>
  260.  
  261. <div id="content">
  262. <div style="width: 40vw; height: 30vw; overflow-y: hidden;">
  263.  
  264. <a name="one"></a>
  265. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  266. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  267. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  268. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  269. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  270. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  271. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br><br>
  272. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  273. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  274. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  275. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  276. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  277. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  278. </div>
  279.  
  280. <a name="two"></a>
  281. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  282. <h1>Abilities</h1>
  283.  
  284. </div>
  285.  
  286.  
  287. <a name="three"></a>
  288. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  289. <h1>History</h1>
  290.  
  291. </div>
  292.  
  293. <a name="four"></a>
  294. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  295. <h1>Out of Character</h1>
  296. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  297. <b>01</b>. OOC<br>
  298. <b>02</b>. OOC<br>
  299. <b>03</b>. OOC<br>
  300. <b>04</b>. OOC<br>
  301. <b>05</b>. OOC<br>
  302. </div>
  303. </div>
  304. </div>
  305.  
  306. <div id="friendlist">
  307. <div style="width: 12vw; height: 30vw; overflow: auto;" align="center">
  308.  
  309. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  310. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  311. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  312. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  313. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  314. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  315. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  316. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  317. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  318. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  319. </div>
  320. </div>
  321. </div>
  322. </body>
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement