Advertisement
RageQxeen

Teddybear

Oct 1st, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 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. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function(){
  50. $("#image").click(function(){
  51. $("#image").animate({opacity: "0"}, 'slow');
  52. });
  53. });
  54. $(document).ready(function(){
  55. $("#image").click(function(){
  56. $("#image2").animate({opacity: "1"}, 'slow');
  57. });
  58. });
  59. </script>
  60. <style type="text/css">
  61.  
  62. @import url(https://fonts.googleapis.com/css?family=Niconne|Anton|Prompt|ED+Garamond);
  63.  
  64. html, body {
  65. background: #43C6AC; /* fallback for old browsers */
  66. background: -webkit-linear-gradient(to right, #F8FFAE, #43C6AC); /* Chrome 10-25, Safari 5.1-6 */
  67. background: linear-gradient(to right, #F8FFAE, #43C6AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  68. }
  69.  
  70. ::-webkit-scrollbar-button:vertical:{
  71. background-color: #transparent;}
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:#transparent;
  75. height:150px;}
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:#transparent;
  79. height:60px;}
  80.  
  81.  
  82. ::-webkit-scrollbar {
  83. height:60px;
  84. width:5px;
  85. background-color:#transparent;}
  86.  
  87. .cover {
  88. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  89. opacity: 0.3;
  90. position: absolute;
  91. width: 100vw;
  92. height: 100vh;
  93. left: 0vw;
  94. top: 0vw;
  95. z-index: 1;
  96. overflow: hidden;
  97. }
  98.  
  99. #image {
  100. width: 25vw;
  101. margin: 0px;
  102. border: none;
  103. height: 45vw;
  104. background-color:transparent;
  105. position: absolute;
  106. left: 10vw;
  107. bottom: 1vw;
  108. background-image:url("https://i.ibb.co/Dw2xPHR/1.png");
  109. background-repeat:no-repeat;
  110. background-position: bottom;
  111. background-size: 100%;
  112. opacity: 1;
  113. z-index: 3;
  114. }
  115.  
  116. #image2 {
  117. width: 28vw;
  118. margin: 0px;
  119. border: none;
  120. height: 46vw;
  121. background-color:transparent;
  122. position: absolute;
  123. left: 8vw;
  124. bottom: 0vw;
  125. background-image:url("https://i.ibb.co/1KJkHcz/2.png");
  126. background-repeat:no-repeat;
  127. background-position: bottom;
  128. background-size: 100%;
  129. opacity: 0;
  130. z-index: 2;
  131. }
  132.  
  133. #bar {
  134. width: 10vw;
  135. height: 100%;
  136. background-color: #fff;
  137. position: absolute;
  138. left: 10vw;
  139. bottom: 0vw;
  140. margin: auto;
  141. transform: skew(35deg);
  142. z-index: 1;
  143. }
  144.  
  145. #container {
  146. background-image:url("https://w0.peakpx.com/wallpaper/930/334/HD-wallpaper-fantasy-forest-forest-art-house-magic-lake-fantasy-magical-nature-orginal-scenery.jpg");
  147. background-repeat:no-repeat;
  148. background-position: center;
  149. background-size: cover;
  150. width: 55vw;
  151. height: 30vw;
  152. margin:auto;
  153. position: absolute;
  154. padding: 5px;
  155. left: 27vw;
  156. bottom: 8vw;
  157. z-index:1;
  158. border-right: solid 4px #fff;
  159. border-bottom: solid 4px #fff;
  160. border-top: solid 4px #fff;
  161. }
  162.  
  163. #content {
  164. background-color: rgb(0, 0, 0, 0.4);
  165. width: 49vw;
  166. height: 28.5vw;
  167. margin:auto;
  168. position: absolute;
  169. padding: 10px;
  170. font-family: 'Prompt', cursive;
  171. font-size: 18px;
  172. color: #fff;
  173. right: .5vw;
  174. bottom: .5vw;
  175. z-index:1;
  176. }
  177.  
  178. .name {position: absolute;
  179. font-family: 'Niconne';
  180. color: #fff;
  181. font-size: 6vw;
  182. top: -6vw;
  183. right: -.5vw;
  184. width: 51vw;
  185. height: 9vw;
  186. border: 0px solid #000;
  187. text-align: justify;
  188. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  189. overflow: auto;
  190. padding:5px 5px 5px 5px;
  191. z-index: 5;}
  192.  
  193. .title { background: transparent;
  194. background:url('https://i.gifer.com/nqL.gif') 50px 50px repeat;
  195. background-position: center;
  196. position: absolute;
  197. font-family: 'Niconne';
  198. font-size: 6vw;
  199. top: -6vw;
  200. right: -.5vw;
  201. width: 51vw;
  202. height: 9vw;
  203. text-align: justify;
  204. padding:5px 5px 5px 5px;
  205. -webkit-text-fill-color: transparent;
  206. -webkit-background-clip: text;
  207. z-index: 6;}
  208.  
  209. .alias {position: absolute;
  210. font-family: 'Anton';
  211. color: #fff;
  212. font-size: 2.3vw;
  213. bottom: 12.3vw;
  214. right: -20.5vw;
  215. width: 40vw;
  216. height: 5vw;
  217. text-align: center;
  218. overflow: auto;
  219. padding:5px 5px 5px 5px;
  220. transform: rotate(90deg);
  221. z-index: 1;}
  222.  
  223. #nav {
  224. background-color: transparent;
  225. width: 10vw;
  226. height: 15vw;
  227. margin:auto;
  228. position: absolute;
  229. right: 20vw;
  230. bottom: 2vw;
  231. z-index: 1;
  232. text-align:right;
  233. }
  234.  
  235. #nav a, #nav a:link, #nav a:visited {
  236. display:inline-block;
  237. height: 10vw;
  238. width: 1vw;
  239. text-decoration:none;
  240. background: #fff;
  241. margin: 5px;
  242. border-radius: 20px;
  243. -webkit-transition: 0.5s linear;
  244. -moz-transition: 0.5s linear;
  245. -o-transition: 0.5s linear;
  246. transition: 0.5s linear;
  247. z-index:1;
  248. }
  249.  
  250. #nav a:active, #nav a:hover {
  251. display:inline-block;
  252. height: 10vw;
  253. width: 1vw;
  254. text-decoration:none;
  255. background: #fff;
  256. margin: 5px;
  257. margin-bottom: -50px;
  258. border-radius: 20px;
  259. box-shadow: #c0c0c0 0px 5px 10px;
  260. -webkit-transition: 0.5s linear;
  261. -moz-transition: 0.5s linear;
  262. -o-transition: 0.5s linear;
  263. transition: 0.5s linear;
  264. z-index:1;
  265. }
  266.  
  267. h1 {
  268. background: url(https://i.pinimg.com/originals/0c/a0/a2/0ca0a24af5bc5ecf3854d272fcb0c6d2.gif);
  269. background-position: 40% 60%;
  270. background-size:cover;
  271. line-height:1vw;
  272. letter-spacing: 0.2vw;
  273. font-size: 4vh;
  274. font-family: 'ED Garamond';
  275. text-align: center;
  276. border: .2vh solid #15181F;
  277. border-radius: 10px;
  278. color: #fff;
  279. filter: drop-shadow(0px 0px 10px #15181F);
  280. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  281. margin-top: 1vh;
  282. }
  283. </style>
  284. <div class="cover"></div>
  285. <div id="image"></div>
  286. <div id="image2"></div>
  287. <div id="bar"></div>
  288.  
  289. <div id="nav">
  290. <a href="#one"></a>
  291. <a href="#two"></a>
  292. <a href="#three"></a>
  293. <a href="#four"></a>
  294. <a href="#five"></a>
  295. </div>
  296.  
  297. <div id="container">
  298.  
  299. <div class="name">The Hopeless Romantic</div>
  300. <div class="title">The Hopeless Romantic</div>
  301. <div class="alias">Have you been a good girl today?</div>
  302.  
  303. <div id="content">
  304. <div style="width: 49vw; height: 28.5vw; overflow-y: hidden;">
  305.  
  306. <a name="one"></a>
  307. <div style="width: 49vw; height: 28.5vw; overflow: auto;" align="center">
  308. <h1>The Basics</h1>
  309. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  310. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  311. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  312. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br>
  313. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  314. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br><br>
  315. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  316. <span style="float:left;"><b>Relationship Preference</b></span><span style="float:right;">HERE</span><br>
  317. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">TITLE HERE</a></span><br>
  318. <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
  319. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">HERE</span><br>
  320. <span style="float:left;"><b>Hair</b></span><span style="float:right;">HERE</span><br><br>
  321. <span style="float:left;"><b>Voice Claim</b></span><span style="float:right;"><a target="_blank" href="LINK HERE" target="_blank">TITLE HERE</a></span><br>
  322. <span style="float:left;"><b>F-List</b></span><span style="float:right;"><a target="_blank" href="LINK HERE" target="_blank">TITLE HERE</a></span><br>
  323. </div>
  324.  
  325. <a name="two"></a>
  326. <div style="width: 49vw; height: 28.5vw; overflow: auto;" align="left">
  327. <h1>Abilities</h1>
  328. HERE
  329. </div>
  330.  
  331.  
  332. <a name="three"></a>
  333. <div style="width: 49vw; height: 28.5vw; overflow: auto;" align="left">
  334. <h1>History</h1>
  335. HERE
  336. </div>
  337.  
  338. <a name="four"></a>
  339. <div style="width: 49vw; height: 28.5vw; overflow: auto;" align="left">
  340. <h1>Friends</h1>
  341.  
  342. <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>
  343. </div>
  344.  
  345. <a name="five"></a>
  346. <div style="width: 49vw; height: 28.5vw; overflow: auto;" align="left">
  347. <h1>Out of Character</h1>
  348. <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.</center><br>
  349. <b>01</b>. OOC<br>
  350. <b>02</b>. OOC<br>
  351. <b>03</b>. OOC<br>
  352. <b>04</b>. OOC<br>
  353. <b>05</b>. OOC<br>
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement