RageQxeen

When Star Breaks Things Episode 4

May 25th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. <script defer>
  2. window.onload = function() {
  3. var isCtrl = false;
  4. document.onkeyup=function(e)
  5. {
  6. if(e.which == 17)
  7. isCtrl=false;
  8. }
  9. document.onkeydown=function(e)
  10. {
  11. if(e.which == 17)
  12. isCtrl=true;
  13. if((e.which == 85) || (e.which == 67) && (isCtrl == true))
  14. {
  15. return false;
  16. }
  17. }
  18. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  19. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  20. function mischandler(){
  21. return false;
  22. }
  23. function mousehandler(e){
  24. var myevent = (isNS) ? e : event;
  25. var eventbutton = (isNS) ? myevent.which : myevent.button;
  26. if((eventbutton==2)||(eventbutton==3)) return false;
  27. }
  28. document.oncontextmenu = mischandler;
  29. document.onmousedown = mousehandler;
  30. document.onmouseup = mousehandler;
  31.  
  32. if (document.addEventListener) { // IE >= 9; other browsers
  33. document.addEventListener('contextmenu', function(e) {
  34. alert(" Try asking for the code instead."); //here you draw your own menu
  35. e.preventDefault();
  36. }, false);
  37. } else { // IE < 9
  38. document.attachEvent('oncontextmenu', function() {
  39. alert("O sun, abide to death.");
  40. window.event.returnValue = false;
  41. });
  42. }
  43. };
  44. </script>
  45. <style type="text/css">
  46. @font-face {
  47. font-family: big;
  48. src: url(https://dl.dropbox.com/s/pnldy974a66resp/Big%20Stomach.ttf?dl=0);
  49. }
  50.  
  51. ::-webkit-scrollbar-button:vertical:{
  52. background-color: #transparent;}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {
  55. background-color:#transparent;
  56. height:150px;}
  57.  
  58. ::-webkit-scrollbar-thumb:horizontal {
  59. background-color:#transparent;
  60. height:60px;}
  61.  
  62.  
  63. ::-webkit-scrollbar {
  64. height:60px;
  65. width:5px;
  66. background-color:#transparent;}
  67.  
  68. body {
  69. background: #261726;
  70. background-image: url("https://i.imgur.com/4E58yqy.png");
  71. }
  72.  
  73. #bar {
  74. position: absolute;
  75. background:url('https://cdn.domestika.org/c_fill,dpr_1.0,h_1200,t_base_params.format_jpg,w_1200/v1538568699/project-covers/000/432/026/432026-original.jpg?1538568699');
  76. left: 0vw;
  77. top: 31vh;
  78. width: 100%;
  79. height: 40vh;
  80. background-color: #483048;
  81. z-index: 1;
  82. }
  83. #container {
  84. position: absolute;
  85. background-size:cover;
  86. top: 15vh;
  87. left:3vw;
  88. width: 94vw;
  89. height: 68vh;
  90. border: solid #000 5px;
  91. background-color: #483048;
  92. z-index: 1;
  93.  
  94. }
  95.  
  96. h1 { text-decoration: none;
  97. text-align:center;
  98. background-color: #a171b8;
  99. color: #f7f1fe;
  100. font-family: 'open sans condensed', sans serif;
  101. font-size: 13px;
  102. font-weight: none;
  103. display-inline: block;
  104. text-transform: uppercase;
  105. letter-spacing: 1px;
  106. padding: 0px;
  107. opacity: .8
  108. }
  109.  
  110. .ooc {
  111. position: absolute;
  112. padding:1vw;
  113. width: 18vw;
  114. height: 55vh;
  115. overflow: auto;
  116. left: 1vw;
  117. top: .8vw;
  118. font-family: 'Kiona';
  119. color: #cec9c3;
  120. background-color: #483048;
  121. border: solid #000 1px;
  122. }
  123. .stats {
  124. text-align:right;
  125. position: absolute;
  126. padding:1vw;
  127. width: 18vw;
  128. height: 55vh;
  129. overflow: auto;
  130. left: 1vw;
  131. top: .8vw;
  132. font-family: 'Kiona';
  133. color: #cec9c3;
  134. background-color: #483048;
  135. border: solid #000 1px;
  136. }
  137.  
  138. .friends {
  139. text-align:right;
  140. position: absolute;
  141. padding:1vw;
  142. width: 18vw;
  143. height: 19vh;
  144. overflow: auto;
  145. left: 1vw;
  146. top: 1vw;
  147. font-family: 'Kiona';
  148. color: #cec9c3;
  149. background-color: #483048;
  150. border: solid #000 1px;
  151. }
  152.  
  153. .content1 {
  154. position: absolute;
  155. background-size:cover;
  156. top: 1.2vw;
  157. left: 2vw;
  158. width: 22vw;
  159. height: 63vh;
  160. border: solid #000 2px;
  161. background-color: #cec9c3;
  162. background-image: url('https://media.tenor.com/images/2d04da00ecf31f6065b436094f0b9c95/tenor.gif');
  163. background-size: fill;
  164. background-position: center;
  165. background-repeat: no-repeat;
  166. z-index: 2;
  167. }
  168.  
  169. .content2 {
  170. position: absolute;
  171. background-size:cover;
  172. top: 1.2vw;
  173. left: 25vw;
  174. width: 22vw;
  175. height: 63vh;
  176. border: solid #000 2px;
  177. background-color: #cec9c3;
  178. background-image: url('https://media.tenor.com/images/2d04da00ecf31f6065b436094f0b9c95/tenor.gif');
  179. background-size: fill;
  180. background-position: center;
  181. background-repeat: no-repeat;
  182. z-index: 2;
  183. }
  184.  
  185. .friendz {
  186. position: absolute;
  187. background-size:cover;
  188. bottom: .9vw;
  189. left: 48vw;
  190. width: 22vw;
  191. height: 28vh;
  192. border: solid #000 2px;
  193. background-color: #cec9c3;
  194. background-image: url('https://media.tenor.com/images/2d04da00ecf31f6065b436094f0b9c95/tenor.gif');
  195. background-size: fill;
  196. background-position: center;
  197. background-repeat: no-repeat;
  198. z-index: 2;
  199. }
  200.  
  201. #pic {
  202. position: fixed;
  203. top: -2vw;
  204. right: 15vw;
  205. width: 17.3vw;
  206. height: 15vw;
  207. padding: 10px;
  208. background-color: transparent;
  209. z-index: 5;
  210. }
  211. b {
  212. color: #fff;
  213. font-weight: bold;
  214. letter-spacing: 0;
  215. }
  216.  
  217.  
  218. .title { background: transparent;
  219. background-size:200%;
  220. background:url('https://media.tenor.com/images/2d04da00ecf31f6065b436094f0b9c95/tenor.gif') repeat;
  221. background-position: center;
  222. position: absolute;
  223. font-family: 'big';
  224. font-size: 3.5vw;
  225. left: 720px; bottom:10vw;
  226. width: 35vw;
  227. height: 15vw;
  228. text-align: justify;
  229. padding:5px 5px 5px 5px;
  230. -webkit-text-fill-color: transparent;
  231. -webkit-background-clip: text;
  232. z-index: 3;}
  233.  
  234. #shelf {
  235. display: inline-block;
  236. background-color:#000;
  237. width: 22vw;
  238. height: 3vw;
  239. margin:auto;
  240. position: absolute;
  241. padding: 2px;
  242. font-family: 'Kiona', cursive;
  243. font-size: 15px;
  244. color: #fff;
  245. left: 48vw;
  246. top: 3vw;
  247. z-index:1;
  248. overflow: hidden;
  249. border: #000000 solid 2px;
  250. box-shadow: #000 0px 5px 10px;
  251. background-image: url('https://media.tenor.com/images/2d04da00ecf31f6065b436094f0b9c95/tenor.gif');
  252. background-size: cover;
  253. background-position: center;
  254. background-repeat: no-repeat;
  255. transition: 0.4s linear;
  256. -o-transition: 0.4s linear;
  257. -ms-transition: 0.4s linear;
  258. -moz-transition: 0.4s linear;
  259. -webkit-transition: 0.4s linear;
  260. }
  261.  
  262. #shelf:hover {
  263. display: inline-block;
  264. height: 20vw;
  265. z-index: 2;
  266. transition: 0.4s linear;
  267. -o-transition: 0.4s linear;
  268. -ms-transition: 0.4s linear;
  269. -moz-transition: 0.4s linear;
  270. -webkit-transition: 0.4s linear;
  271. }
  272.  
  273. .powers {
  274. text-align:right;
  275. position: absolute;
  276. padding:1vw;
  277. width: 19vw;
  278. height: 20vh;
  279. overflow: auto;
  280. left: .5vw;
  281. top: 4vw;
  282. font-family: 'Kiona';
  283. color: #cec9c3;
  284. background-color: #483048;
  285. border: solid #000 1px;
  286. }
  287.  
  288. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  289.  
  290. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0vw; right: 0vw; margin: auto; z-index:99;}
  291.  
  292. #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;}
  293.  
  294. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  295.  
  296. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  297.  
  298. #music1:hover #musiclist{ opacity: .5;}
  299.  
  300. #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;}
  301.  
  302. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://enspira.com.au/wp-content/uploads/Play-Button-Transparent-PNG-300x300.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;}
  303. </style>
  304. <div id="editthis"><div id="music1"><div id="music2">
  305. <img src="https://66.media.tumblr.com/ddaf2c15e09359581c6b6ec8bf13bb6e/1cec31ea271359b0-03/s75x75_c1/6193a616e986ab98b73421f3cc6577dfb283097c.gif" style="opacity: 0.8;"></div>
  306. <div id="music3"><Div style="margin-top:4px;">
  307. <audio controls style="opacity: 0;"><source src="KIWI6LINKHERE"></audio>
  308. </div></div></div></div>
  309.  
  310. <div class="title">Maebh Jewelle</div>
  311. <div id="pic"><img src="https://i.picpar.com/gr2e.png"></img></div>
  312. <div id="bar"></div>
  313.  
  314. <div id="container">
  315. <div class="content1">
  316. <div class="ooc"> <h1>Out of Mana</h1>
  317. 01. IC =/= OOC.
  318. <br><br>02. Smut is more likely with story, but I am not against it otherwise.
  319. <br><br>03. PM Friendly.
  320. <br><br>04. Typist is forgetful, so save posts.
  321. <br><br>05. 9 years RP experience, 4 on RPC.
  322. <br><br>06. Discord is earned.
  323. <br><br>07. Anything else that does not belong to me is the rightful property of their creators, etc. etc.
  324. <br><br>08. Any questions, comments or concerns? Please don't hesitate to PM me.</div></div>
  325.  
  326. <div class="content2">
  327. <div class="stats">
  328. <h1>statisical information</h1><b style="float: left; width: 20%;">name</b><b>▌</b> Maebh Jewelle<br>
  329. <b style="float: left; width: 20%;">alias</b><b>▌</b> Mae, Ma, Jewel, Halfing<br>
  330. <b style="float: left; width: 20%;">gender</b><b>▌</b> Female, very.<br>
  331. <b style="float: left; width: 20%;">sexuality</b><b>▌</b> Open<br>
  332. <b style="float: left; width: 20%;">marital</b><b>▌</b> Single<br>
  333. <b style="float: left; width: 20%;">species</b><b>▌</b> Draconis Holinus<br>
  334. <b style="float: left; width: 20%;">racial</b><b>▌</b> Humanoid (Maybe?)<br>
  335. <b style="float: left; width: 20%;">origin</b><b>▌</b> Unknown<br>
  336. <b style="float: left; width: 20%;">quirk</b><b>▌</b> Only speaks dragon-tongue<br>
  337. <b style="float: left; width: 20%;">marks</b><b>▌</b> <a title="Two dots under each eye, just a little off to the side.">Tattooing</a>, <a title="EThere are three earrings between her two ears; each one contains little runic engravings upon them. What the runes say, only she knows.">Piercings</a>
  338. <b style="float: left; width: 20%;">height</b><b>▌</b> 5'7"<br>
  339. <b style="float: left; width: 20%;">weight</b><b>▌</b> 170lbs<br>
  340. <b style="float: left; width: 20%;">body</b><b>▌</b> Hourglass, fit<br>
  341. <b style="float: left; width: 20%;">hair</b><b>▌</b> past the shoulder, thick + curly <br>
  342. <b style="float: left; width: 20%;">coloring</b><b>▌</b> White as snow, or clouds<br>
  343. <b style="float: left; width: 20%;">eyes</b><b>▌</b> Green-blue<br>
  344. <b style="float: left; width: 20%;">secret</b><b>▌</b> <a target="_blank" href="http://i.picpar.com/yWZd.jpg">True Form</a><br>
  345. <b style="float: left; width: 20%;">diet</b><b>▌</b> Omnivore -- meaty lean<br>
  346. <b style="float: left; width: 20%;">job</b><b>▌</b> Protector<br>
  347. <b style="float: left; width: 20%;">home</b><b>▌</b> Unknown
  348.  
  349. </div></div>
  350. <div class="friendz">
  351. <div class="friends">
  352. <h1>the trustworthy</h1>
  353. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  354. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  355. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  356. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  357. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  358. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  359. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  360. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  361. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  362. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  363.  
  364. </div></div>
  365.  
  366. <div id="shelf">
  367. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  368. <div class="powers">
  369. <h1>Magick</h1>
  370.  
  371. </div>
  372. </div>
  373. </div>
  374. </div>
Advertisement
Add Comment
Please, Sign In to add comment