RageQxeen

King of Uruk

Jun 30th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 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=Great+Vibes|Comfortaa|Forum);
  50.  
  51. html, body {
  52. background: linear-gradient(45deg, rgba(255,203,61,1) 5%,rgba(234,207,84,1) 9%,rgba(234,207,84,1) 9%,rgba(234,207,84,1) 9%,rgba(234,207,84,1) 9%,rgba(234,206,82,1) 18%,rgba(237,216,111,1) 39%,rgba(238,221,130,1) 70%);
  53. }
  54.  
  55. ::-webkit-scrollbar-button:vertical:{
  56. background-color: #transparent;}
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {
  59. background-color:#transparent;
  60. height:150px;}
  61.  
  62. ::-webkit-scrollbar-thumb:horizontal {
  63. background-color:#transparent;
  64. height:60px;}
  65.  
  66.  
  67. ::-webkit-scrollbar {
  68. height:60px;
  69. width:5px;
  70. background-color:#transparent;}
  71.  
  72. #image {
  73. width: 380px;
  74. margin: 0px;
  75. border: none;
  76. height: 700px;
  77. background-color:transparent;
  78. position: absolute;
  79. right: 0%;
  80. bottom: 0%;
  81. background-image:url("http://i.picpar.com/SH2d.png");
  82. background-repeat:no-repeat;
  83. background-position: bottom;
  84. background-size: 100%;
  85. -webkit-animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  86. animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  87. }
  88.  
  89. @-webkit-keyframes slide-in-bottom {
  90. 0% {
  91. -webkit-transform: translateY(1000px);
  92. transform: translateY(1000px);
  93. opacity: 0;
  94. }
  95. 100% {
  96. -webkit-transform: translateY(0);
  97. transform: translateY(0);
  98. opacity: 1;
  99. }
  100. }
  101. @keyframes slide-in-bottom {
  102. 0% {
  103. -webkit-transform: translateY(1000px);
  104. transform: translateY(1000px);
  105. opacity: 0;
  106. }
  107. 100% {
  108. -webkit-transform: translateY(0);
  109. transform: translateY(0);
  110. opacity: 1;
  111. }
  112. }
  113.  
  114. #container {
  115. background-color:#999;
  116. width: 1000px;
  117. height: 500px;
  118. margin:auto;
  119. position: absolute;
  120. padding: 5px;
  121. font-family: 'Comfortaa', cursive;
  122. color: #000;
  123. right: 13%;
  124. bottom: 3%;
  125. z-index:1;
  126. border: #000000 solid 2px;
  127. }
  128.  
  129. #icon {
  130. width: 100px;
  131. margin: 0px;
  132. border: 5px solid #000;
  133. height: 100px;
  134. background-color: #000;
  135. position: absolute;
  136. left: 3%;
  137. bottom: 8%;
  138. background-image:url("https://66.media.tumblr.com/1f097ec6ea78d24e095b7de91de4eb27/tumblr_ousnqcIjMa1rxx7fbo8_250.png");
  139. background-repeat:no-repeat;
  140. background-position: center;
  141. background-size: 100%;
  142. }
  143.  
  144. #icon2 {
  145. width: 100px;
  146. margin: 0px;
  147. border: 5px solid #000;
  148. height: 100px;
  149. background-color: #000;
  150. position: absolute;
  151. left: 3%;
  152. bottom: 28%;
  153. background-image:url("https://66.media.tumblr.com/8e402ecc0eb22637a4a2374db40b64af/tumblr_n4sixlnyKm1taqn64o3_250.png");
  154. background-repeat:no-repeat;
  155. background-position: center;
  156. background-size: 100%;
  157. }
  158.  
  159. #icon3 {
  160. width: 100px;
  161. margin: 0px;
  162. border: 5px solid #000;
  163. height: 100px;
  164. background-color: #000;
  165. position: absolute;
  166. left: 3%;
  167. bottom: 48%;
  168. background-image:url("https://66.media.tumblr.com/66ce5f1f9729597939db130b595c4898/tumblr_n4sixlnyKm1taqn64o2_250.png");
  169. background-repeat:no-repeat;
  170. background-position: center;
  171. background-size: 100%;
  172. }
  173.  
  174. #icon4 {
  175. width: 100px;
  176. margin: 0px;
  177. border: 5px solid #000;
  178. height: 100px;
  179. background-color: #000;
  180. position: absolute;
  181. left: 15%;
  182. top: 2%;
  183. background-image:url("https://blob80.files.wordpress.com/2015/08/gilgamesh-full-1554633.jpg");
  184. background-repeat:no-repeat;
  185. background-position: center;
  186. background-size: 100%;
  187. }
  188.  
  189. #icon5 {
  190. width: 100px;
  191. margin: 0px;
  192. border: 5px solid #000;
  193. height: 100px;
  194. background-color: #000;
  195. position: absolute;
  196. left: 25%;
  197. top: 2%;
  198. background-image:url("https://vignette.wikia.nocookie.net/gilgachurch/images/a/a2/512.png/revision/latest?cb=20181104234339");
  199. background-repeat:no-repeat;
  200. background-position: center;
  201. background-size: 100%;
  202. }
  203.  
  204. #icon6 {
  205. width: 100px;
  206. margin: 0px;
  207. border: 5px solid #000;
  208. height: 100px;
  209. background-color: #000;
  210. position: absolute;
  211. left: 35%;
  212. top: 2%;
  213. background-image:url("https://66.media.tumblr.com/8ec28131f81543ee95e4bac4d7d1bdfe/tumblr_ousrefMlWn1rxx7fbo9_250.png");
  214. background-repeat:no-repeat;
  215. background-position: center;
  216. background-size: 100%;
  217. }
  218.  
  219. #icon7 {
  220. width: 100px;
  221. margin: 0px;
  222. border: 5px solid #000;
  223. height: 100px;
  224. background-color: #000;
  225. position: absolute;
  226. left: 45%;
  227. top: 2%;
  228. background-image:url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRr__UC2H2FtkosU6ILP_hn5lmAbgdpCzDOAulTifAz5UDVG5-9");
  229. background-repeat:no-repeat;
  230. background-position: center;
  231. background-size: 100%;
  232. }
  233.  
  234. #name {
  235. z-index:15;
  236. position: absolute;
  237. right: 1%;
  238. bottom: 0%;
  239. margin: auto;
  240. background: #transparent;
  241. width: 350px;
  242. height: 50px;
  243. font-family: Great Vibes;
  244. font-size: 60px;
  245. background: url(https://thumbs.gfycat.com/PerfumedAgileCaimanlizard-small.gif) 0px 0px repeat;
  246. -webkit-text-fill-color: transparent;
  247. -webkit-background-clip: text;
  248. background-position: bottom;
  249. display:block;
  250. text-align: center;
  251. letter-spacing: 1px;
  252. -webkit-transition:opacity 2s linear;
  253. line-height:3.6vw;
  254. }
  255.  
  256. #nameunder{
  257. z-index:15;
  258. position: absolute;
  259. right: 1%;
  260. bottom: 0%;
  261. margin: auto;
  262. background: #transparent;
  263. width: 350px;
  264. height: 50px;
  265. font-family: Great Vibes;
  266. font-size: 60px;
  267. -webkit-text-fill-color: #daa520;
  268. text-transform: none;
  269. -webkit-background-clip: text;
  270. display:block;
  271. text-shadow: -3px 0 #333, 0 1px #000,1px 0 #000, 0 -3px #333;
  272. text-align: center;
  273. letter-spacing: 1px;
  274. -webkit-transition:opacity 2s linear;
  275. line-height:3.6vw;
  276. }
  277.  
  278. #content {
  279. background-color:#eee8aa;
  280. width: 550px;
  281. height: 200px;
  282. margin:auto;
  283. position: absolute;
  284. padding: 5px;
  285. font-family: 'Comfortaa', cursive;
  286. color: #000;
  287. left: 3%;
  288. top: 10%;
  289. z-index:1;
  290. border: #000000 solid 2px;
  291. }
  292.  
  293. #content2 {
  294. background-color:#eee8aa;
  295. width: 550px;
  296. height: 200px;
  297. margin:auto;
  298. position: absolute;
  299. padding: 5px;
  300. font-family: 'Comfortaa', cursive;
  301. color: #000;
  302. left: 3%;
  303. bottom: 5%;
  304. z-index:1;
  305. border: #000000 solid 2px;
  306. }
  307.  
  308. #nav {
  309. background-color: transparent;
  310. width: 300px;
  311. height:10px;
  312. margin:auto;
  313. position: absolute;
  314. left: 15%;
  315. top: 5%;
  316. text-align: center;
  317. text-decoration: none;
  318. z-index:1;
  319. }
  320.  
  321. #nav a, #nav a:link, #nav a:visited {
  322. display:inline-block;
  323. text-decoration: none;
  324. text-align: center;
  325. background: #000;
  326. color: transparent;
  327. box-shadow: 0px 0px 5px #eee8aa;
  328. padding: 4px;
  329. height: 4px;
  330. width: 30px;
  331. border-radius: 5px;
  332. }
  333.  
  334. #nav a:active, #nav a:hover {
  335. display:inline-block;
  336. height: 4px;
  337. width: 30px;
  338. text-decoration:none;
  339. background: #eee8aa;
  340. box-shadow: 0px 0px 5px #000;
  341. color: transparent;
  342. margin: 0px;
  343. }
  344.  
  345. i{color: #444;}
  346. b{color: #000;}
  347. a{color: #333; text-decoration: none;}
  348. h1{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Forum', cursive;}
  349. h2{border-bottom: 1px solid #000; text-align: left; font-size: 25px; font-family: 'Forum', cursive;}
  350. h3{border-bottom: 1px solid #000; text-align: right; font-size: 25px; font-family: 'Forum', cursive;}
  351. </style>
  352.  
  353. <div id="icon"></div>
  354. <div id="icon2"></div>
  355. <div id="icon3"></div>
  356. <div id="icon4"></div>
  357. <div id="icon5"></div>
  358. <div id="icon6"></div>
  359. <div id="icon7"></div>
  360.  
  361. <div id="container">
  362.  
  363. <div id="nav">
  364. <a href="#one">Main</a>
  365. <a href="#two">Seco</a>
  366. <a href="#three">Thir</a>
  367. <a href="#four">Four</a>
  368. </div>
  369.  
  370. <div id="nameunder">King of Uruk</div><div id="name">King of Uruk</div>
  371.  
  372. <div id="image"></div>
  373.  
  374.  
  375. <div id="content">
  376. <div style="width: 550px; height: 200px; overflow-y: hidden;">
  377.  
  378. <a name="one"></a>
  379. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  380. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  381. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  382. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  383. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  384. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  385. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  386. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  387. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  388. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  389. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"></span><br>
  390. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  391. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  392. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br>
  393. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br>
  394. </div>
  395.  
  396. <a name="two"></a>
  397. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  398. <h2>POWERS HERE</h2>
  399. </div>
  400. </div>
  401. </div>
  402.  
  403.  
  404. <div id="content2">
  405. <div style="width: 550px; height: 200px; overflow-y: hidden;">
  406.  
  407. <a name="three"></a>
  408. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  409. <h3>HISTORY HERE</h3>
  410. </div>
  411.  
  412.  
  413.  
  414. <a name="four"></a>
  415. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  416. <h2>Out of Character</h2>
  417. <b>00</b>. Code made by <a href="alliealgiere.neocities.org" target="_blank">RageQxeen</a> for Gilgamesh! Do not steal!<br><br>
  418. <b>01</b>. OOC.<br>
  419. <b>02</b>. OOC.<br>
  420. <b>03</b>. OOC.<br>
  421. <b>04</b>. OOC.<br>
  422. <b>05</b>. OOC.<br>
  423. </div>
  424. </div>
  425. </div>
  426. </div>
  427. </body>
  428. </html>
Advertisement
Add Comment
Please, Sign In to add comment