Advertisement
RageQxeen

The Ice Princess

Jul 25th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 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+Decorative|Forum|Rouge+Script|Special+Elite');
  50. html, body {
  51. background: #BFBCCB;
  52. background-image:url("");
  53. background-size:400px;
  54. background-repeat:no-repeat;
  55. background-position:center bottom;
  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: 500px;
  77. margin: 0px;
  78. border: none;
  79. height: 700px;
  80. background-color:transparent;
  81. position: absolute;
  82. right: 0%;
  83. bottom: 0%;
  84. background-image:url("http://i.picpar.com/CU0d.png");
  85. background-repeat:no-repeat;
  86. background-position: bottom;
  87. background-size: 100%;
  88. }
  89.  
  90. #content{
  91. width: 650px;
  92. height: 450px;
  93. margin: 0px;
  94. position: absolute;
  95. background-position: center;
  96. left: 15%;
  97. top: 15%;
  98. background-color: #986C6A;
  99. box-shadow: 0px 0px 5px 5px #070707;
  100. -webkit-animation: hermove 3s; /* Safari 4.0 - 8.0 */
  101. animation: hermove 3s;
  102. -webkit-animation-timing-function: linear;
  103. animation-timing-function: linear;
  104. z-index: 1;
  105. }
  106.  
  107. @-webkit-keyframes hermove {
  108. from {top: -100%}
  109. to {top: 15%;}
  110. }
  111.  
  112. @keyframes hermove {
  113. from {top: -100%;}
  114. to {top: 15%;}
  115. }
  116.  
  117. #box{
  118. background-color: transparent;
  119. position: absolute;
  120. width: 600px;
  121. height: 370px;
  122. margin: auto;
  123. padding: 10px;
  124. text-align: justify;
  125. font-family: 'Forum';
  126. font-size: 18px;
  127. color: #fefefe;
  128. right: 2%;
  129. top: 2%;
  130. border: 3px solid #000;
  131. }
  132.  
  133. #nav {
  134. background-color: transparent;
  135. width: 300px;
  136. height:10px;
  137. margin:auto;
  138. position: absolute;
  139. left: 26%;
  140. bottom: 3%;
  141. text-align: center;
  142. text-decoration: none;
  143. z-index:1;
  144. }
  145.  
  146. #nav a, #nav a:link, #nav a:visited {
  147. display:inline-block;
  148. text-decoration: none;
  149. text-align: center;
  150. background: #000;
  151. color: transparent;
  152. box-shadow: 0px 0px 5px #A07178;
  153. padding: 4px;
  154. height: 4px;
  155. width: 30px;
  156. border-radius: 5px;
  157. }
  158.  
  159. #nav a:active, #nav a:hover {
  160. display:inline-block;
  161. height: 4px;
  162. width: 30px;
  163. text-decoration:none;
  164. background: #A07178;
  165. box-shadow: 0px 0px 5px #000;
  166. color: transparent;
  167. margin: 0px;
  168. }
  169.  
  170. .name {position: absolute;
  171. font-family: 'Rouge Script';
  172. color: #000;
  173. font-size: 100px;
  174. bottom: 3%;
  175. left: 20%;
  176. width: 500px;
  177. border: 0px solid #000;
  178. text-align: center;
  179. text-shadow:
  180. #000 -3px 0px,
  181. #000 0px 2px,
  182. #bb0a1e 2px 0px,
  183. #bb0a1e 0px -2px;
  184. z-index: 2;
  185. }
  186.  
  187. .namebg { background: transparent;
  188. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  189. left left repeat;
  190. font-family: 'Rouge Script';
  191. position: absolute;
  192. text-align: center;
  193. font-size: 60px;
  194. top: 10%;
  195. left 100%;
  196. width: 880px;
  197. opacity:1;
  198. -webkit-text-fill-color: transparent;
  199. -webkit-background-clip: text;
  200. z-index:3;
  201. }
  202.  
  203. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  204.  
  205. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  206.  
  207. #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  208.  
  209. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  210.  
  211. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  212.  
  213. #music1:hover #musiclist{ opacity: .5;}
  214.  
  215. #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  216.  
  217. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; 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;}
  218.  
  219. i{color: #01BAEF;}
  220. b{color: #0D160B;}
  221. a{color: #111; text-decoration: none;}
  222. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive;}
  223. h2{text-align: left; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  224. h3{text-align: right; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  225. </style>
  226.  
  227. <div id="image"></div>
  228.  
  229. <div class="name">Ice Princess</div>
  230.  
  231. <div id="content">
  232.  
  233. <div id="editthis"><div id="music1"><div id="music2">
  234. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  235. <div id="music3"><Div style="margin-top:4px;">
  236. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/bk0ujs85un/DIAMANTE_-_Had_Enough_Official_Video_.mp3"></audio>
  237. </div></div></div></div>
  238.  
  239. <div id="nav">
  240. <a href="#one">Main</a>
  241. <a href="#two">Seco</a>
  242. <a href="#three">Thir</a>
  243. <a href="#four">Four</a>
  244. </div>
  245.  
  246. <div id="box">
  247. <div style="width: 600px; height: 370px; overflow-y: hidden;">
  248.  
  249. <a name="one"></a>
  250. <div style="width: 600px; height: 370px; overflow: auto;" align="center">
  251. <h1>the usual</h1>
  252. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  253. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title=" ">hover</a></span><br>
  254. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  255. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  256. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  257. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  258. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br>
  259. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  260. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  261. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br><br>
  262. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  263. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  264. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br><br>
  265. </div>
  266.  
  267. <a name="two"></a>
  268. <div style="width: 600px; height: 370px; overflow: auto;" align="left">
  269. <h2>history</h2>
  270. TBA
  271. </div>
  272.  
  273. <a name="three"></a>
  274. <div style="width: 600px; height: 370px; overflow: auto;" align="left">
  275. <h2>connections</h2>
  276. TBA
  277. </div>
  278.  
  279. <a name="four"></a>
  280. <div style="width: 600px; height: 370px; overflow: auto;" align="left">
  281. <h2>out of character</h2>
  282. TBA
  283. </div>
  284. </div>
  285. </div>
  286. </div>
  287.  
  288. </body>
  289. </html>
  290.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement