Advertisement
RageQxeen

Greene

Oct 10th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 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=Anybody|Cinzel+Decorative);
  50.  
  51. html, body {
  52. overflow: hidden;
  53. background: rgb(170,204,216);
  54. background: -moz-linear-gradient(180deg, rgba(170,204,216,1) 0%, rgba(202,227,201,1) 50%, rgba(71,99,67,1) 100%);
  55. background: -webkit-linear-gradient(180deg, rgba(170,204,216,1) 0%, rgba(202,227,201,1) 50%, rgba(71,99,67,1) 100%);
  56. background: linear-gradient(180deg, rgba(170,204,216,1) 0%, rgba(202,227,201,1) 50%, rgba(71,99,67,1) 100%);
  57. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaccd8",endColorstr="#476343",GradientType=1);
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:{
  61. background-color: #transparent;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:#transparent;
  65. height:0px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#transparent;
  69. height:0px;}
  70.  
  71.  
  72. ::-webkit-scrollbar {
  73. height:0px;
  74. width:0px;
  75. background-color:#transparent;}
  76.  
  77. /* As for the first image, it needs to be completely transparent, if you do not have one you can either get help in someone rendering it or find another code/picture. As for the others, they do not need to be transparent and it is actually recommended that they are not. You need a total of eight normal pictures and one transparent image as the main one. */
  78.  
  79. #image {
  80. width: 25vw;
  81. margin: 0px;
  82. border: none;
  83. height: 45vw;
  84. background-color:transparent;
  85. position: absolute;
  86. right: 10vw;
  87. bottom: 0vw;
  88. background-image:url("LINK");
  89. background-repeat:no-repeat;
  90. background-position: bottom;
  91. background-size: 100%;
  92. z-index: 3;
  93. }
  94.  
  95. .icon1 {
  96. width: 120px;
  97. height: 120px;
  98. border-radius: 100px;
  99. border: 1px solid #000;
  100. position: absolute;
  101. left: 9vw;
  102. top: 2vw;
  103. background-image: url('LINK');
  104. background-repeat: no-repeat;
  105. background-position: 40% 30%;
  106. background-size: cover;
  107. z-index: 2;
  108. }
  109.  
  110. .icon2 {
  111. width: 120px;
  112. height: 120px;
  113. border-radius: 100px;
  114. border: 1px solid #000;
  115. position: absolute;
  116. left: 2vw;
  117. top: 2vw;
  118. background-image: url('LINK');
  119. background-repeat: no-repeat;
  120. background-position: 40% 30%;
  121. background-size: cover;
  122. z-index: 2;
  123. }
  124.  
  125. .icon3 {
  126. width: 120px;
  127. height: 120px;
  128. border-radius: 100px;
  129. border: 1px solid #000;
  130. position: absolute;
  131. left: 9vw;
  132. top: 9vw;
  133. background-image: url('LINK');
  134. background-repeat: no-repeat;
  135. background-position: 40% 10%;
  136. background-size: cover;
  137. z-index: 2;
  138. }
  139.  
  140. .icon4 {
  141. width: 120px;
  142. height: 120px;
  143. border-radius: 100px;
  144. border: 1px solid #000;
  145. position: absolute;
  146. left: 2vw;
  147. top: 9vw;
  148. background-image: url('LINK');
  149. background-repeat: no-repeat;
  150. background-position: 40% 30%;
  151. background-size: cover;
  152. z-index: 2;
  153. }
  154.  
  155. .icon5 {
  156. width: 120px;
  157. height: 120px;
  158. border-radius: 100px;
  159. border: 1px solid #000;
  160. position: absolute;
  161. left: 9vw;
  162. top: 16vw;
  163. background-image: url('LINK');
  164. background-repeat: no-repeat;
  165. background-position: 40% 30%;
  166. background-size: cover;
  167. z-index: 2;
  168. }
  169.  
  170. .icon6 {
  171. width: 120px;
  172. height: 120px;
  173. border-radius: 100px;
  174. border: 1px solid #000;
  175. position: absolute;
  176. left: 2vw;
  177. top: 16vw;
  178. background-image: url('LINK');
  179. background-repeat: no-repeat;
  180. background-position: 40% 30%;
  181. background-size: cover;
  182. z-index: 2;
  183. }
  184.  
  185. .icon7 {
  186. width: 120px;
  187. height: 120px;
  188. border-radius: 100px;
  189. border: 1px solid #000;
  190. position: absolute;
  191. left: 9vw;
  192. top: 23vw;
  193. background-image: url('LINK');
  194. background-repeat: no-repeat;
  195. background-position: 40% 30%;
  196. background-size: cover;
  197. z-index: 2;
  198. }
  199.  
  200. .icon8 {
  201. width: 120px;
  202. height: 120px;
  203. border-radius: 100px;
  204. border: 1px solid #000;
  205. position: absolute;
  206. left: 2vw;
  207. top: 23vw;
  208. background-image: url('LINK');
  209. background-repeat: no-repeat;
  210. background-position: 40% 10%;
  211. background-size: cover;
  212. z-index: 2;
  213. }
  214.  
  215. /* The background to the container may be changed to whatever you want, the fonts on basic, abilities, ooc, history, and title may also be changed as long as you replace the @import above with the fonts you want from Google Fonts. Any help needed will be given to make sure this works correctly. */
  216.  
  217. #container {
  218. background-color:#fdb8b8;
  219. background-image: url('https://www.wallpaperuse.com/wallp/96-968695_m.jpg');
  220. background-repeat: no-repeat;
  221. background-position: bottom;
  222. background-size: cover;
  223. width: 75vw;
  224. height: 30vw;
  225. margin:auto;
  226. position: absolute;
  227. padding: 5px;
  228. left: 0vw;
  229. bottom: 5vw;
  230. z-index:2;
  231. box-shadow: 0px 5px 10px #000;
  232. border: 2px solid #000;
  233. }
  234.  
  235. #basic {
  236. background-color: rgb(0,0,0,0.8);
  237. width: 20vw;
  238. height: 15vw;
  239. margin:auto;
  240. position: absolute;
  241. padding: 5px;
  242. font-family: 'Anybody', cursive;
  243. font-size: 16px;
  244. color: #fff;
  245. left: 17vw;
  246. top: .5vw;
  247. z-index:2;
  248. border: #000000 solid 2px;
  249. }
  250.  
  251. #abilities {
  252. background-color: rgb(0,0,0,0.8);
  253. width: 33vw;
  254. height: 12.8vw;
  255. margin:auto;
  256. position: absolute;
  257. padding: 5px;
  258. font-family: 'Anybody', cursive;
  259. font-size: 16px;
  260. color: #fff;
  261. left: 17vw;
  262. bottom: .5vw;
  263. z-index:2;
  264. border: #000000 solid 2px;
  265. }
  266.  
  267. #ooc {
  268. background-color: rgb(0,0,0,0.8);
  269. width: 12vw;
  270. height: 15vw;
  271. margin:auto;
  272. position: absolute;
  273. padding: 5px;
  274. font-family: 'Anybody', cursive;
  275. font-size: 16px;
  276. color: #fff;
  277. left: 38vw;
  278. top: .5vw;
  279. z-index:2;
  280. border: #000000 solid 2px;
  281. }
  282.  
  283. #history {
  284. background-color: rgb(0,0,0,0.8);
  285. width: 15vw;
  286. height: 28.75vw;
  287. margin:auto;
  288. position: absolute;
  289. padding: 5px;
  290. font-family: 'Anybody', cursive;
  291. font-size: 16px;
  292. color: #fff;
  293. left: 51vw;
  294. bottom: .5vw;
  295. z-index:2;
  296. border: #000000 solid 2px;
  297. }
  298.  
  299. .title {position: absolute;
  300. font-family: 'Cinzel Decorative';
  301. color: #759f7e;
  302. font-size: 2.3vw;
  303. top: -2.7vw;
  304. right: 8vw;
  305. width: 65vw;
  306. height: 3vw;
  307. text-align: center;
  308. text-shadow: -2px 0 #000, 0 2px #000,2px 0 #000, 0 -2px #000;
  309. font-weight: bold;
  310. overflow: auto;
  311. padding:5px 5px 5px 5px;
  312. z-index: 7;}
  313.  
  314. /* Finally, the font styles themselves, i stands for italic, b stands for bold, and a stands for link. You can freely change the colors to whatever hex code you desire, and if you want your links underlined (that includes hover links too!) you can remove the text-decoration snippet from a to get it back. h1's background can be changed freely, and the font itself can be changed as well, don't bother anything else. */
  315.  
  316. a {text-decoration: none; color: #088F8F;}
  317. h1{text-align: center; font-size: 35px; font-family: 'Cinzel Decorative', cursive; color: #718a63;}
  318. </style>
  319.  
  320. <div id="image"></div>
  321. <div id="container">
  322.  
  323. <div class="title">QUOTE HERE.</div>
  324.  
  325. <div class="icon1"></div>
  326. <div class="icon2"></div>
  327. <div class="icon3"></div>
  328. <div class="icon4"></div>
  329. <div class="icon5"></div>
  330. <div class="icon6"></div>
  331. <div class="icon7"></div>
  332. <div class="icon8"></div>
  333.  
  334. <div id="basic">
  335. <div style="width: 20vw; height: 15vw; overflow: auto;" align="center">
  336. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  337.  
  338. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  339.  
  340. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  341.  
  342. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  343.  
  344. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  345.  
  346. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  347.  
  348. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  349.  
  350. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  351.  
  352. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  353.  
  354. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  355.  
  356. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  357.  
  358. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  359.  
  360. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  361.  
  362. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  363.  
  364. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  365.  
  366. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  367.  
  368. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span><br><br>
  369.  
  370. <span style="float:left;"><b>Album</b></span><span style="float:right;"><a href="https://ibb.co/album/2nzrrs" target="_blank">here</a></span>
  371. </div>
  372. </div>
  373.  
  374. <div id="abilities">
  375. <div style="width: 33vw; height: 12.8vw; overflow: auto;" align="left">
  376. <h1>Abilities</h1>
  377.  
  378. </div>
  379. </div>
  380.  
  381. <div id="ooc">
  382. <div style="width: 12vw; height: 15vw; overflow: auto;" align="left">
  383. <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">RageQxeen</a>, do not steal.</center><br>
  384. <b>01</b>. Resolution: 1920x1080 | Google Chrome | Not Mobile Friendly.<br>
  385. <b>02</b>. OOC<br>
  386. <b>03</b>. OOC<br>
  387. <b>04</b>. OOC<br>
  388. <b>05</b>. OOC<br>
  389. </div>
  390. </div>
  391.  
  392. <div id="history">
  393. <div style="width: 15vw; height: 28.75vw; overflow: auto;" align="left">
  394. <h1>The Past</h1>
  395.  
  396. </div>
  397. </div>
  398. </div>
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement