RageQxeen

When Star Breaks Things Episode 3

May 23rd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 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://media1.giphy.com/media/xT0BKgjkd3OyqpCjJK/source.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://media1.giphy.com/media/xT0BKgjkd3OyqpCjJK/source.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: 27vh;
  192. border: solid #000 2px;
  193. background-color: #cec9c3;
  194. background-image: url('https://media1.giphy.com/media/xT0BKgjkd3OyqpCjJK/source.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: 10vw;
  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://media1.giphy.com/media/xT0BKgjkd3OyqpCjJK/source.gif') repeat;
  221. background-position: center;
  222. position: absolute;
  223. font-family: 'big';
  224. font-size: 3.5vw;
  225. left: 710px; bottom:68px;
  226. width: 55vw;
  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. text-shadow: 2px 2px #000000;
  233. z-index: 3;}
  234.  
  235. </style>
  236. <div class="title">Maebh Jewelle</div>
  237. <div id="pic"><img src="https://i.picpar.com/gr2e.png"></img></div>
  238. <div id="bar"></div>
  239.  
  240. <div id="container">
  241. <div class="content1">
  242. <div class="ooc"> <h1>Out of Mana</h1>
  243. 01. IC =/= OOC.
  244. <br><br>02. Smut is more likely with story, but I am not against it otherwise.
  245. <br><br>03. PM Friendly.
  246. <br><br>04. Typist is forgetful, so save posts.
  247. <br><br>05. 9 years RP experience, 4 on RPC.
  248. <br><br>06. Discord is earned.
  249. <br><br>07. Anything else that does not belong to me is the rightful property of their creators, etc. etc.
  250. <br><br>08. Any questions, comments or concerns? Please don't hesitate to PM me.</div></div>
  251.  
  252. <div class="content2">
  253. <div class="stats">
  254. <h1>statisical information</h1><b style="float: left; width: 20%;">name</b><b>▌</b> Amrynth Heavensward<br>
  255. <b style="float: left; width: 20%;">alias</b><b>▌</b> Am, Ammy<br>
  256. <b style="float: left; width: 20%;">gender</b><b>▌</b> Female, very.<br>
  257. <b style="float: left; width: 20%;">sexuality</b><b>▌</b> Open<br>
  258. <b style="float: left; width: 20%;">marital</b><b>▌</b> Single<br>
  259. <b style="float: left; width: 20%;">species</b><b>▌</b> Draconis Holinus<br>
  260. <b style="float: left; width: 20%;">racial</b><b>▌</b> Humanoid (Maybe?)<br>
  261. <b style="float: left; width: 20%;">origin</b><b>▌</b> Unknown<br>
  262. <b style="float: left; width: 20%;">quirk</b><b>▌</b> Only speaks dragon-tongue<br>
  263. <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>
  264. <b style="float: left; width: 20%;">height</b><b>▌</b> 5'7"<br>
  265. <b style="float: left; width: 20%;">weight</b><b>▌</b> 170lbs<br>
  266. <b style="float: left; width: 20%;">body</b><b>▌</b> Hourglass, fit<br>
  267. <b style="float: left; width: 20%;">hair</b><b>▌</b> past the shoulder, thick + curly <br>
  268. <b style="float: left; width: 20%;">coloring</b><b>▌</b> White as snow, or clouds<br>
  269. <b style="float: left; width: 20%;">eyes</b><b>▌</b> Green-blue<br>
  270. <b style="float: left; width: 20%;">secret</b><b>▌</b> <a target="_blank" href="http://i.picpar.com/yWZd.jpg" target="_blank">True Form</a><br>
  271. <b style="float: left; width: 20%;">diet</b><b>▌</b> Omnivore -- meaty lean<br>
  272. <b style="float: left; width: 20%;">job</b><b>▌</b> Protector<br>
  273. <b style="float: left; width: 20%;">home</b><b>▌</b> Unknown
  274.  
  275. </div></div>
  276. <div class="friendz">
  277. <div class="friends">
  278. <h1>the trustworthy</h1>
  279. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  280. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  281. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  282. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  283. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  284. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  285. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  286. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  287. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" ></a>
  288. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  289.  
  290. </div></div>
  291.  
  292. </div>
Advertisement
Add Comment
Please, Sign In to add comment