Advertisement
RageQxeen

One Curvy Cutie~

Nov 5th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 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=Niconne|Anybody|Cinzel);
  50.  
  51. html, body {
  52. background: rgb(255,169,0);
  53. background: -moz-linear-gradient(90deg, rgba(255,169,0,1) 0%, rgba(255,217,84,1) 25%, rgba(247,247,242,1) 50%, rgba(154,238,255,1) 75%, rgba(154,222,254,1) 100%);
  54. background: -webkit-linear-gradient(90deg, rgba(255,169,0,1) 0%, rgba(255,217,84,1) 25%, rgba(247,247,242,1) 50%, rgba(154,238,255,1) 75%, rgba(154,222,254,1) 100%);
  55. background: linear-gradient(90deg, rgba(255,169,0,1) 0%, rgba(255,217,84,1) 25%, rgba(247,247,242,1) 50%, rgba(154,238,255,1) 75%, rgba(154,222,254,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa900",endColorstr="#9adefe",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. .cover {
  77. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  78. opacity: 0.3;
  79. position: absolute;
  80. width: 100vw;
  81. height: 100vh;
  82. left: 0vw;
  83. top: 0vw;
  84. z-index: 1;
  85. overflow: hidden;
  86. }
  87.  
  88. #image {
  89. width: 40vw;
  90. margin: 0px;
  91. border: none;
  92. height: 42vw;
  93. background-color:transparent;
  94. position: absolute;
  95. right: -6vw;
  96. bottom: 0vw;
  97. transform: scaleX(-1);
  98. background-image:url("MAIN IMAGE LINK");
  99. background-repeat:no-repeat;
  100. background-position: bottom;
  101. background-size: 100%;
  102. z-index: 2;
  103. }
  104.  
  105. #container {
  106. background-color:#69626d;
  107. width: 75vw;
  108. height: 35vw;
  109. margin:auto;
  110. position: absolute;
  111. padding: 5px;
  112. left: 8vw;
  113. top: 10vw;
  114. z-index:1;
  115. box-shadow: 0px 5px 10px #000;
  116. background-image: url("https://wallpapercave.com/wp/wp6891519.jpg");
  117. background-size: fill;
  118. background-position: top;
  119. border-radius: 20px;
  120. z-index: 1;
  121. }
  122.  
  123. .name {position: absolute;
  124. font-family: 'Niconne';
  125. color: #fff;
  126. font-size: 6vw;
  127. top: -6vw;
  128. left: 2vw;
  129. width: 45vw;
  130. height: 9vw;
  131. border: 0px solid #000;
  132. text-align: justify;
  133. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  134. overflow: auto;
  135. padding:5px 5px 5px 5px;
  136. z-index: 5;}
  137.  
  138. .title { background: transparent;
  139. background:url('https://media.tenor.com/pJ0Jpns-PqYAAAAC/86anime-eighty-six.gif') 50px 50px repeat;
  140. background-position: bottom;
  141. position: absolute;
  142. font-family: 'Niconne';
  143. font-size: 6vw;
  144. top: -6vw;
  145. left: 2vw;
  146. width: 45vw;
  147. height: 9vw;
  148. text-align: justify;
  149. padding:5px 5px 5px 5px;
  150. -webkit-text-fill-color: transparent;
  151. -webkit-background-clip: text;
  152. z-index: 6;}
  153.  
  154. #content {
  155. background-color: rgb(0,0,0,0.6);
  156. width: 40vw;
  157. height: 30vw;
  158. margin:auto;
  159. position: absolute;
  160. padding: 5px;
  161. font-family: 'Anybody', cursive;
  162. font-size: 18px;
  163. color: #fff;
  164. left: 2vw;
  165. top: 3vw;
  166. z-index:1;
  167. border: #000000 solid 2px;
  168. }
  169.  
  170. #nav {
  171. background-color: transparent;
  172. width: 70px;
  173. height: 5px;
  174. margin:auto;
  175. position: absolute;
  176. left: 39.5vw;
  177. top: 2vw;
  178. text-align: center;
  179. z-index: 10;
  180. }
  181.  
  182. #nav a, #nav a:link, #nav a:visited {
  183. display:inline-block;
  184. background: #332628;
  185. color: #332628;
  186. margin-top: 0px;
  187. margin-bottom: 0px;
  188. margin-left: 0px;
  189. height: 10px;
  190. width: 10px;
  191. border-radius: 100%;
  192. box-shadow: 0px 0px 7px #fff;
  193. -webkit-transition: 0.5s linear;
  194. -moz-transition: 0.5s linear;
  195. -o-transition: 0.5s linear;
  196. transition: 0.5s linear;
  197. }
  198.  
  199. #nav a:active, #nav a:hover {
  200. display:inline-block;
  201. height: 10px;
  202. width: 10px;
  203. border-radius: 100%;
  204. text-decoration:none;
  205. background: #fff;
  206. color: #fff;
  207. margin: 0px;
  208. box-shadow: 0px 0px 5px #fff;
  209. -webkit-transition: 0.5s linear;
  210. -moz-transition: 0.5s linear;
  211. -o-transition: 0.5s linear;
  212. transition: 0.5s linear;
  213. }
  214.  
  215. i{color: #12c2e9;}
  216. b{color: #6DD5FA;}
  217. a{color: #2980B9; text-decoration: none;}
  218. h1 {
  219. background: url(https://i.gifer.com/BMyN.gif);
  220. background-position: left;
  221. background-size:cover;
  222. line-height:1vw;
  223. letter-spacing: 0.2vw;
  224. font-size: 4vh;
  225. font-family: 'Cinzel';
  226. text-align: center;
  227. border: .2vh solid #15181F;
  228. border-radius: 10px;
  229. color: #fff;
  230. filter: drop-shadow(0px 0px 10px #15181F);
  231. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  232. margin-top: 1vh;
  233. }
  234. </style>
  235. <div class="cover"></div>
  236.  
  237. <div id="container">
  238. <div id="image"></div>
  239.  
  240. <div class="name">TITLE HERE</div>
  241. <div class="title">TITLE HERE</div>
  242.  
  243. <div id="nav">
  244. <a href="#one"></a>
  245. <a href="#two"></a>
  246. <a href="#three"></a>
  247. <a href="#four"></a>
  248. </div>
  249.  
  250. <div id="content">
  251. <div style="width: 40vw; height: 30vw; overflow-y: hidden;">
  252.  
  253. <a name="one"></a>
  254. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  255. <h1>The Basics</h1>
  256. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  257. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  258. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  259. <span style="float:left;"><b>Age</b></span><span style="float:right;">HERE</span><br>
  260. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  261. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br><br>
  262. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  263. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  264. <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
  265. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">HERE</span><br>
  266. <span style="float:left;"><b>Hair</b></span><span style="float:right;">HERE</span><br>
  267. <span style="float:left;"><b>Build</b></span><span style="float:right;">HERE</span><br>
  268.  
  269. <h1>Friends</h1>
  270. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  271. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
  272. </marquee>
  273. </div>
  274.  
  275. <a name="two"></a>
  276. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  277. <h1>Abilities</h1>
  278.  
  279. List abilities here
  280. </div>
  281.  
  282.  
  283. <a name="three"></a>
  284. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  285. <h1>History</h1>
  286.  
  287. Give history here
  288. </div>
  289.  
  290. <a name="four"></a>
  291. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  292. <h1>Out of Character</h1>
  293. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  294. <b>01</b>. OOC<br>
  295. <b>02</b>. OOC<br>
  296. <b>03</b>. OOC<br>
  297. <b>04</b>. OOC<br>
  298. <b>05</b>. OOC<br>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. </body>
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement