Advertisement
RageQxeen

Mob Doc

Oct 7th, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 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=Forum|Special+Elite|Cinzel+Decorative);
  50.  
  51. html, body {
  52. background: rgb(163,59,90);
  53. background: -moz-linear-gradient(310deg, rgba(163,59,90,1) 0%, rgba(129,51,88,1) 25%, rgba(90,43,74,1) 50%, rgba(57,31,62,1) 75%, rgba(30,23,54,1) 100%);
  54. background: -webkit-linear-gradient(310deg, rgba(163,59,90,1) 0%, rgba(129,51,88,1) 25%, rgba(90,43,74,1) 50%, rgba(57,31,62,1) 75%, rgba(30,23,54,1) 100%);
  55. background: linear-gradient(310deg, rgba(163,59,90,1) 0%, rgba(129,51,88,1) 25%, rgba(90,43,74,1) 50%, rgba(57,31,62,1) 75%, rgba(30,23,54,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a33b5a",endColorstr="#1e1736",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: 33vw;
  78. margin: 0px;
  79. border: none;
  80. height: 43vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 31vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/LFld.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 3;
  90. }
  91.  
  92. #container {
  93. background-color:#813358;
  94. width: 80vw;
  95. height: 25vw;
  96. margin:auto;
  97. position: absolute;
  98. padding: 5px;
  99. right: 10vw;
  100. bottom: 7vw;
  101. z-index:1;
  102. box-shadow: 0px 5px 10px #000;
  103. }
  104.  
  105. #box1{
  106. background-color: #a33b5a;
  107. position: absolute;
  108. width: 26vw;
  109. height: 32vw;
  110. margin: auto;
  111. padding: 10px;
  112. text-align: justify;
  113. font-family: 'Forum', cursive;
  114. font-size: 18px;
  115. color: #000;
  116. left: -2vw;
  117. bottom: -4vw;
  118. box-shadow: 2px 2px 10px 10px #470d0d;
  119. }
  120.  
  121. #box2{
  122. background-color: #a33b5a;
  123. position: absolute;
  124. width: 26vw;
  125. height: 32vw;
  126. margin: auto;
  127. padding: 10px;
  128. text-align: justify;
  129. font-family: 'Forum', cursive;
  130. font-size: 18px;
  131. color: #000;
  132. right: -2vw;
  133. bottom: -4vw;
  134. box-shadow: 2px 2px 10px 10px #470d0d;
  135. }
  136.  
  137. #name {
  138. z-index:15;
  139. position: absolute;
  140. left: 36.5vw;
  141. bottom: 0vw;
  142. margin: auto;
  143. background: #transparent;
  144. width: 24vw;
  145. height: 6vw;
  146. font-family: 'Cinzel Decorative', cursive;
  147. font-size: 3vw;
  148. background: url(https://media2.giphy.com/media/3o7aCRBaUv3Sng0rTy/giphy.gif) 0px 0px repeat;
  149. -webkit-text-fill-color: transparent;
  150. -webkit-background-clip: text;
  151. background-position: center;
  152. display:block;
  153. text-align: center;
  154. letter-spacing: 1px;
  155. -webkit-transition:opacity 2s linear;
  156. line-height:3.6vw;
  157. }
  158.  
  159. #nameunder{
  160. z-index:15;
  161. position: absolute;
  162. left: 36.5vw;
  163. bottom: 0vw;
  164. margin: auto;
  165. background: #transparent;
  166. width: 24vw;
  167. height: 6vw;
  168. font-family: 'Cinzel Decorative', cursive;
  169. font-size: 3vw;
  170. -webkit-text-fill-color: #470d0d;
  171. text-transform: none;
  172. -webkit-background-clip: text;
  173. display:block;
  174. text-shadow: -1px 0 #999, 0 1px #000,1px 0 #000, 0 -1px #999;
  175. text-align: center;
  176. letter-spacing: 1px;
  177. -webkit-transition:opacity 2s linear;
  178. line-height:3.6vw;
  179. }
  180.  
  181. #nav {
  182. background-color: transparent;
  183. width: 18vw;
  184. height: .5vw;
  185. margin:auto;
  186. position: absolute;
  187. right: 32vw;
  188. top: 20vw;
  189. text-align: center;
  190. text-decoration: none;
  191. z-index:4;
  192. }
  193.  
  194. #nav a, #nav a:link, #nav a:visited {
  195. display:inline-block;
  196. text-decoration: none;
  197. text-align: center;
  198. background: #000;
  199. color: transparent;
  200. box-shadow: 0px 0px 5px #be758b;
  201. padding: 4px;
  202. height: 4px;
  203. width: 30px;
  204. border-radius: 5px;
  205. }
  206.  
  207. #nav a:active, #nav a:hover {
  208. display:inline-block;
  209. height: 4px;
  210. width: 30px;
  211. text-decoration:none;
  212. background: #be758b;
  213. box-shadow: 0px 0px 5px #000;
  214. color: transparent;
  215. margin: 0px;
  216. }
  217.  
  218. i{color: #391f3e;}
  219. b{color: #1e1736;}
  220. a{color: #411724; text-decoration: none;}
  221. h1{color: #000; font-family: 'Special Elite', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 30px;}
  222. h2{color: #000; font-family: 'Special Elite', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 30px;}
  223.  
  224. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  225.  
  226. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0vw; left: 0vw; margin: auto; z-index:99;}
  227.  
  228. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  229.  
  230. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  231.  
  232. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  233.  
  234. #music1:hover #musiclist{ opacity: .5;}
  235.  
  236. #music2{ opacity: .5; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  237.  
  238. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  239.  
  240. .credit{
  241. position: fixed;
  242. bottom: 0vw;
  243. right: 1vw;
  244. height: 25px;
  245. width: 25px;
  246. line-height: 15px;
  247. font-size: 10px;
  248. color: #000;
  249. text-align: center;
  250. font-family: roboto;
  251. }
  252.  
  253. </style>
  254. <div id="editthis"><div id="music1"><div id="music2">
  255. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  256. <div id="music3"><Div style="margin-top:4px;">
  257. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/hv82md56g3/NEFFEX_-_Rumors_Copyright_Free_.mp3"></audio>
  258. </div></div></div></div>
  259.  
  260. <div id="nav">
  261. <a href="#one">Main</a>
  262. <a href="#two">Seco</a>
  263. <a href="#three">Thir</a>
  264. <a href="#four">Four</a>
  265. </div>
  266.  
  267. <div id="nameunder">Mob Doctor</div><div id="name">Mob Doctor</div>
  268.  
  269. <div id="image"></div>
  270.  
  271. <div id="container">
  272.  
  273. <div id="box1">
  274. <div style="width: 26vw; height: 32vw; overflow-y: hidden;">
  275.  
  276. <a name="one"></a>
  277. <div style="width: 26vw; height: 32vw; overflow: auto;" align="center">
  278. <h1>the usual</h1>
  279. <span style="float:left;"><b>Name</b></span><span style="float:right;">Yoshiba, Kana</span><br>
  280. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Doc, Songbird, Kitten</span><br>
  281. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  282. <span style="float:left;"><b>Age</b></span><span style="float:right;">21</span><br>
  283. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  284. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="https://youtu.be/1s5-ODUA-Cc" target="_blank">Thank you Aya~</a></span><br><br>
  285. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'7"</span><br>
  286. <span style="float:left;"><b>Weight</b></span><span style="float:right;">145</span><br>
  287. <span style="float:left;"><b>Measurements</b></span><span style="float:right;">40C-28-42</span><br>
  288. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Red-Brown</span><br>
  289. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Brown</span><br>
  290. <span style="float:left;"><b>Build</b></span><span style="float:right;">Lil' Thiccc</span><br><br>
  291. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Hetero</span><br>
  292. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Single</span><br>
  293. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Herself</span><br><br>
  294. </div>
  295.  
  296. <a name="two"></a>
  297. <div style="width: 26vw; height: 32vw; overflow: auto;" align="left">
  298. <h1>combat</h1>
  299.  
  300. </div>
  301. </div>
  302. </div>
  303.  
  304. <div id="box2">
  305. <div style="width: 26vw; height: 32vw; overflow-y: hidden;">
  306.  
  307. <a name="three"></a>
  308. <div style="width: 26vw; height: 32vw; overflow: auto;" align="center">
  309. <h1>connections</h1>
  310. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  311. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  312. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  313. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  314. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  315. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  316. </div>
  317.  
  318.  
  319. <a name="four"></a>
  320. <div style="width: 26vw; height: 32vw; overflow: auto;" align="center">
  321. <h1>out of character</h1>
  322. <b>00</b>. Want a code? Go <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">here</a>. Refrain from stealing.<br><br>
  323. <b>01</b>. OOC.<br>
  324. </div>
  325. </div>
  326. </div>
  327. </div>
  328. <div class="credit" title="Profile by RageQxeen">â™›</div>
  329. </body>
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement