RageQxeen

Braith

Jan 31st, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 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=Cinzel|Cinzel+Decorative|Aref+Ruqaa);
  50.  
  51. html, body { background: rgb(165,113,65);
  52. background: -moz-radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
  53. background: -webkit-radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
  54. background: radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
  55. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a57141",endColorstr="#000000",GradientType=1);
  56. }
  57.  
  58. ::-webkit-scrollbar-button:vertical:{
  59. background-color: #transparent;}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color:#transparent;
  63. height:150px;}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color:#transparent;
  67. height:60px;}
  68.  
  69.  
  70. ::-webkit-scrollbar {
  71. height:60px;
  72. width:5px;
  73. background-color:#transparent;}
  74.  
  75. #image {
  76. width: 25vw;
  77. margin: 0px;
  78. border: none;
  79. height: 45vw;
  80. background-color:transparent;
  81. position: absolute;
  82. left: 0vw;
  83. top: 0vw;
  84. background-image:url("https://cdn.discordapp.com/attachments/620692472426921985/670786908753887242/7.png");
  85. background-repeat:no-repeat;
  86. background-position: bottom;
  87. background-size: 100%;
  88. -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  89. animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  90. }
  91.  
  92. #icon {
  93. width: 10vw;
  94. margin: 0px;
  95. border: none;
  96. height: 10vw;
  97. background-color:transparent;
  98. position: absolute;
  99. left: 5vw;
  100. top: 4vw;
  101. border: 4px double #000;
  102. border-radius: 50%;
  103. background-image:url("https://i.pinimg.com/originals/c6/e7/9f/c6e79f406fb8ec676b55e144574cbea9.jpg");
  104. background-repeat:no-repeat;
  105. background-position: center;
  106. background-size: 120%;
  107. }
  108.  
  109. #gif {
  110. width: 21.6vw;
  111. margin: 0px;
  112. border: none;
  113. height: 13vw;
  114. background-color:transparent;
  115. position: absolute;
  116. left: 0vw;
  117. bottom: 2vw;
  118. border: 4px double #000;
  119. background-image:url("https://cdn.discordapp.com/attachments/620692472426921985/671690024470708234/MOSHED-2020-1-28-6-13-25.gif");
  120. background-repeat:no-repeat;
  121. background-position: center;
  122. background-size: 120%;
  123. }
  124.  
  125. .name {position: absolute;
  126. font-family: 'Cinzel Decorative';
  127. color: #fff;
  128. font-size: 6vw;
  129. top: 15vw;
  130. left: 2.5vw;
  131. width: 30vw;
  132. height: 9vw;
  133. border: 0px solid #000;
  134. text-align: justify;
  135. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  136. overflow: auto;
  137. padding:5px 5px 5px 5px;
  138. z-index: 2;
  139. -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  140. animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  141. }
  142.  
  143. .title { background: transparent;
  144. background:url('https://images.squarespace-cdn.com/content/v1/5005d21ac4aa55eb76ab5f3b/1391476423452-QPUTCBNYF34WZTZ9LL05/ke17ZwdGBToddI8pDm48kN-iCp0H8EbLNb85VXvIfntZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpxbJ6nT22MqkKTNnYny1wnkClHS-tzM1oczfpRGL4qDHKXlZBeQsEdLEUBRJKqSpxE/tumblr_mx1m03M9oT1rvz0b8o4_500.gif') 50px 50px repeat;
  145. background-position: center;
  146. position: absolute;
  147. font-family: 'Cinzel Decorative';
  148. font-size: 6vw;
  149. top: 15vw;
  150. left: 2.5vw;
  151. width: 30vw;
  152. height: 9vw;
  153. text-align: justify;
  154. padding:5px 5px 5px 5px;
  155. -webkit-text-fill-color: transparent;
  156. -webkit-background-clip: text;
  157. z-index: 3;
  158. -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  159. animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  160. }
  161.  
  162. .alias {position: absolute;
  163. font-family: 'Cinzel';
  164. color: #222;
  165. font-size: 2vw;
  166. bottom: 6vw;
  167. left: -.9vw;
  168. width: 22vw;
  169. height: 3vw;
  170. border: 0px solid #000;
  171. text-align: center;
  172. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  173. overflow: auto;
  174. padding:5px 5px 5px 5px;
  175. z-index: 2;}
  176.  
  177. #imgholder {
  178. background-color: transparent;
  179. width: 23vw;
  180. height: 38vw;
  181. margin:auto;
  182. position: absolute;
  183. padding: 5px;
  184. left: 25vw;
  185. top: 3vw;
  186. z-index: 2;
  187. }
  188.  
  189. #container {
  190. background-color: #d2d1cd;
  191. background-image: url('http://i.picpar.com/NeZd.png');
  192. background-position: center;
  193. background-size: 100%;
  194. width: 22vw;
  195. height: 100%;
  196. margin:auto;
  197. position: absolute;
  198. padding: 0px;
  199. right: 13vw;
  200. top: 0vw;
  201. box-shadow: #000 0px 5px 10px;
  202. z-index: 1;
  203. -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  204. animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  205. }
  206.  
  207. #line {
  208. background-color: #d2d1cd;
  209. background-image: url('http://i.picpar.com/NeZd.png');
  210. background-position: center;
  211. background-size: 100%;
  212. width: 100%;
  213. height: 7vw;
  214. margin:auto;
  215. position: absolute;
  216. padding: 0px;
  217. right: 0vw;
  218. bottom: 15.45vw;
  219. box-shadow: #000 0px 5px 10px;
  220. z-index: 0;
  221. -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  222. animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  223. }
  224.  
  225. #content {
  226. background-color: #d2d1cd;
  227. background-image: url('http://i.picpar.com/NeZd.png');
  228. width: 19vw;
  229. height: 15vw;
  230. margin:auto;
  231. position: absolute;
  232. padding: 5px;
  233. font-family: 'Aref Ruqaa', cursive;
  234. font-size: 15px;
  235. color: #000;
  236. left: 0.8vw;
  237. bottom: 22vw;
  238. z-index:6;
  239. border: 5px double #000;
  240. }
  241.  
  242. #nav {
  243. background-color: transparent;
  244. width: 10vw;
  245. height: 1.7vw;
  246. margin:auto;
  247. position: absolute;
  248. right: 6.5vw;
  249. bottom: 24vw;
  250. text-align:right;
  251. z-index:0;
  252. }
  253.  
  254. #nav a, #nav a:link, #nav a:visited {
  255. display:inline-block;
  256. height: 5vw;
  257. width: 1vw;
  258. text-decoration:none;
  259. background: #222;
  260. margin: 5px;
  261. border: double #000 5px;
  262. -webkit-transition: 0.5s linear;
  263. -moz-transition: 0.5s linear;
  264. -o-transition: 0.5s linear;
  265. transition: 0.5s linear;
  266. }
  267.  
  268. #nav a:active, #nav a:hover {
  269. display:inline-block;
  270. height: 5vw;
  271. width: 1vw;
  272. text-decoration:none;
  273. background: #777;
  274. margin: 5px;
  275. border: double #000 5px;
  276. -webkit-transition: 0.5s linear;
  277. -moz-transition: 0.5s linear;
  278. -o-transition: 0.5s linear;
  279. transition: 0.5s linear;
  280. }
  281.  
  282. @-webkit-keyframes slide-in-top {
  283. 0% {
  284. -webkit-transform: translateY(-1000px);
  285. transform: translateY(-1000px);
  286. opacity: 0;
  287. }
  288. 100% {
  289. -webkit-transform: translateY(0);
  290. transform: translateY(0);
  291. opacity: 1;
  292. }
  293. }
  294. @keyframes slide-in-top {
  295. 0% {
  296. -webkit-transform: translateY(-1000px);
  297. transform: translateY(-1000px);
  298. opacity: 0;
  299. }
  300. 100% {
  301. -webkit-transform: translateY(0);
  302. transform: translateY(0);
  303. opacity: 1;
  304. }
  305. }
  306.  
  307. @-webkit-keyframes slide-in-left {
  308. 0% {
  309. -webkit-transform: translateX(-1000px);
  310. transform: translateX(-1000px);
  311. opacity: 0;
  312. }
  313. 100% {
  314. -webkit-transform: translateX(0);
  315. transform: translateX(0);
  316. opacity: 1;
  317. }
  318. }
  319. @keyframes slide-in-left {
  320. 0% {
  321. -webkit-transform: translateX(-1000px);
  322. transform: translateX(-1000px);
  323. opacity: 0;
  324. }
  325. 100% {
  326. -webkit-transform: translateX(0);
  327. transform: translateX(0);
  328. opacity: 1;
  329. }
  330. }
  331.  
  332. @-webkit-keyframes fade-in {
  333. 0% {
  334. opacity: 0;
  335. }
  336. 100% {
  337. opacity: 1;
  338. }
  339. }
  340. @keyframes fade-in {
  341. 0% {
  342. opacity: 0;
  343. }
  344. 100% {
  345. opacity: 1;
  346. }
  347. }
  348.  
  349. i{color: #555;}
  350. b{color: #000;}
  351. a{color: #222; text-decoration: none;}
  352. h1{border-bottom: 1px solid #000; text-align: center; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
  353. </style>
  354. <div id="imgholder">
  355. <div id="image"></div>
  356. <div class="name">Braith</div>
  357. <div class="title">Braith</div>
  358. </div>
  359. <div id="container">
  360. <div class="alias">TITLE HERE</div>
  361.  
  362. <div id="nav">
  363. <a href="#one"></a>
  364. <a href="#two"></a>
  365. <a href="#three"></a>
  366. <a href="#four"></a>
  367. </div>
  368.  
  369. <div id="icon"></div>
  370. <div id="gif"></div>
  371. <div id="content">
  372. <div style="width: 19vw; height: 15vw; overflow-y: hidden;">
  373.  
  374. <a name="one"></a>
  375. <div style="width: 19vw; height: 15vw; overflow: auto;" align="center">
  376. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  377. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="">hover</a></span><br>
  378. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  379. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  380. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  381. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  382. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  383. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  384. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  385. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  386. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  387. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  388. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  389. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  390. </div>
  391.  
  392. <a name="two"></a>
  393. <div style="width: 19vw; height: 15vw; overflow: auto;" align="center">
  394. <h1>Quirk</h1>
  395. HERE
  396. </div>
  397.  
  398. <a name="three"></a>
  399. <div style="width: 19vw; height: 15vw; overflow: auto;" align="center">
  400. <h1>History</h1>
  401. HERE
  402. </div>
  403.  
  404. <a name="four"></a>
  405. <div style="width: 19vw; height: 15vw; overflow: auto;" align="left">
  406. <h1>OOC</h1>
  407. <center><b>00</b>. OOC.<br><br></center>
  408. <b>01</b>. OOC.<br>
  409. <b>02</b>. OOC.<br>
  410. <b>03</b>. OOC.<br>
  411. <b>04</b>. OOC.<br>
  412. <b>05</b>. OOC.<br>
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417. <div id="line"></div>
  418. </body>
  419. </html>
Advertisement
Add Comment
Please, Sign In to add comment