Advertisement
shattereddolly

mina help..?

Jan 24th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 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(" Swiper No Swiping!"); //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.  
  47. @font-face {
  48. font-family: 'Creepster';
  49. font-style: normal;
  50. font-weight: 400;
  51. src: local('Creepster'), local('Creepster-Regular'), url(https://fonts.gstatic.com/s/creepster/v7/AlZy_zVUqJz4yMrniH4Rcn35.woff2) format('woff2');
  52. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  53. }
  54.  
  55. body {
  56. font-family: verdana;
  57. font-size: 10px;
  58. background-color: #FFCAC4;
  59. background-image: url('');
  60. background-attachment: fixed;
  61. background-position: bottom left;
  62. background-repeat: repeat;
  63. text-align: justify;
  64. color: #070707;
  65. cursor: url('http://i.imgur.com/pg9xw.png'), default;
  66. }
  67.  
  68. b, strong {font-family:'verdana'; font-variant: small-caps; font-size: 10px; color: #363640; font-weight:normal; letter-spacing: -1px;}
  69. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:9pt; letter-spacing:0px}
  70. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  71. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  72. big {color: #D1A834; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family: Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #491F1D 0px 0px 1px;}
  73. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  74.  
  75. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  76. -moz-border-radius: 0px 0px 0px 0px;
  77. border-radius:0px 0px 0px 0px;}
  78. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  79. -moz-border-radius: 0px 0px 0px 0px;
  80. border-radius:0px 0px 0px 0px;}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  82. -moz-border-radius: 0px 0px 0px 0px;
  83. border-radius:0px 0px 0px 0px;}
  84. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  85.  
  86.  
  87. @font-face { font-family: caviar dreams; src: url(https://dl.dropboxusercontent.com/s/jmybjb3qrzs0z19/Caviar.ttf); }
  88.  
  89. h1 {
  90. font-family: caviar dreams;
  91. color: #606060;
  92. font-size: 18px;
  93. line-height: 5px;
  94. text-transform: uppercase;
  95. text-align: left;
  96. letter-spacing: 1px; }
  97.  
  98. h2 {
  99. color: #606060;
  100. font-size: 7px;
  101. font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  102. text-transform: uppercase;
  103. line-height: 15px;
  104. text-align: right;
  105. border-top: 1px dashed #CF738C;
  106. font-weight: 100;
  107. letter-spacing: 3px; }
  108.  
  109. .name {position: absolute;
  110. font-family: 'Creepster';
  111. color: #fff;
  112. font-size: 6vw;
  113. top: 7vw;
  114. left: 27vw;
  115. width: 50vw;
  116. height: 9vw;
  117. border: 0px solid #000;
  118. text-align: justify;
  119. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  120. overflow: auto;
  121. padding:5px 5px 5px 5px;
  122. z-index: 2;}
  123.  
  124. .title { background: transparent;
  125. background:url('https://media2.giphy.com/media/Ajk6RBD5KI3EA/source.gif') repeat;
  126. background-position: center;
  127. position: absolute;
  128. font-family: 'Creepster';
  129. font-size: 6vw;
  130. top: 7vw;
  131. left: 27vw;
  132. width: 50vw;
  133. height: 9vw;
  134. text-align: justify;
  135. padding:5px 5px 5px 5px;
  136. -webkit-text-fill-color: transparent;
  137. -webkit-background-clip: text;
  138. z-index: 3;}
  139.  
  140. #square {
  141. position: fixed;
  142. top: 180px;
  143. left: 368px;
  144. width: 600px;
  145. height: 253px;
  146. border: #CF738C 1px solid;
  147. padding: 10px;
  148. background-color: #ededee;
  149. z-index: 5;
  150. }
  151.  
  152. #image {
  153. position: fixed;
  154. top: 0px;
  155. left: 688px;
  156. width: 291px;
  157. height: 525px;
  158. padding: 10px;
  159. background-color: transparent;
  160. z-index: 5;
  161. }
  162.  
  163. #navi {
  164. position: fixed;
  165. top: 361px;
  166. left: 113px;
  167. width: 440px;
  168. height: 50px;
  169. padding: 10px;
  170. background-color: transparent;
  171. z-index: 30;
  172. -moz-transform: rotate(90deg);
  173. -webkit-transform: rotate(90deg);
  174. -o-transform: rotate(90deg);
  175. -ms-transform: rotate(90deg);
  176. transform: rotate(90deg);
  177. }
  178.  
  179. .box {
  180. position: fixed;
  181. left: 370px;
  182. top: 182px;
  183. width: 400px;
  184. height: 262px;
  185. padding: 5px;
  186. color: #777777;
  187. font-family: verdana;
  188. font-variant: small-caps;
  189. text-align: justify;
  190. font-size: 10px;
  191. line-height: 13px;
  192. overflow: auto;
  193. background-color: transparent;
  194. opacity: 0;
  195. transition: all 0.5s ease-in-out;
  196. -webkit-transition: all 0.5s ease-in-out;
  197. -moz-transition: all 0.5s ease-in-out;
  198. -o-transition: all 0.5s ease-in-out;
  199. -ms-transition: all 0.5s ease-in-out;
  200. z-index: 50;
  201. }
  202.  
  203. .box:target {
  204. top: 182px;
  205. left: 370px;
  206. opacity: 1;
  207. transition: all 0.5s ease-in-out;
  208. -webkit-transition: all 0.5s ease-in-out;
  209. -moz-transition: all 0.5s ease-in-out;
  210. -o-transition: all 0.5s ease-in-out;
  211. -ms-transition: all 0.5s ease-in-out;
  212. z-index: 100;
  213. }
  214.  
  215. a.nav:link, a.nav:active, a.nav:visited{
  216. letter-spacing: 1px;
  217. text-transform: lowercase;
  218. text-decoration: none;
  219. color: #000;
  220. display: inline-block;
  221. width: 56px;
  222. height: 15px;
  223. color: #4565A0;
  224. border: #CF738C 1px solid;
  225. margin: 5px;
  226. background-color: #ededee;
  227. text-align: center;
  228. line-height: 10px;
  229. font-size:10px;
  230. cursor: url(http://i.imgur.com/7I87qN0.png), default;
  231. -webkit-transition: all 0.4s ease-out;
  232. -moz-transition: all 0.4s ease-out;
  233. -moz-border-radius-topright: 1px;
  234. -moz-border-radius-bottomright: 1px;
  235. }
  236.  
  237. a.nav:hover{
  238. background-color: #FFD8DB;
  239. color: white;
  240. text-decoration: none;
  241. cursor: url(http://i.imgur.com/7I87qN0.png), default;
  242. }
  243.  
  244.  
  245. .RE {
  246. height: 63px;
  247. width: 63px;
  248. margin-left: 5px;
  249. margin-top: 4px;
  250. border: #CF738C 1px solid;
  251. opacity: 0.7;
  252. cursor: url('http://i.imgur.com/7I87qN0.png'), default;
  253. }
  254.  
  255. div.tooltipMessage {
  256. z-index: 600;
  257. position: absolute;
  258. width: 220px;
  259. font-family: verdana;
  260. font-size: 10px;
  261. text-align: justify;
  262. }
  263. div.tooltipMessage > span {
  264. display: inline-block;
  265. background: #ffffff;
  266. padding: 4px 5px;
  267. color: #f6acbd;
  268. border: 4px double #f6acbd;
  269. }
  270. div.tooltipMessage.left > span {
  271. float: right;
  272. }
  273. </style>
  274. </head>
  275. <body>
  276. <div class="name">Acidic by Nature</div>
  277. <div class="title">Acidic by Nature</div>
  278. <div id="square"></div>
  279.  
  280. <div id="navi">
  281. <a class="nav" href="#one"></a>
  282. <a class="nav" href="#two"></a>
  283. <a class="nav" href="#three"></a>
  284. <a class="nav" href="#four"></a>
  285. </div>
  286.  
  287. <div id="image"><img src="https://cdn.discordapp.com/attachments/553421046343139328/670105603234070558/fixed.png"></img></div>
  288.  
  289.  
  290.  
  291. <div id="one" class="box">
  292. <h1> Guildelines </h1>
  293. <h2>Rules to abide by.</h2>
  294.  
  295. ✦ Profile code is <a target="_blank" href="https://roleplay.chat/profile.php?user=Ochako%20Uraraka" target="_blank">HERE</a> If you are looking for codes, inquire to her! ✦<br><br>
  296. <br>01. IC =/= OOC.
  297. <br>02. Smut is more likely with story, but I am not against it otherwise.
  298. <br>03. PM Friendly.
  299. <br>04. Typist is forgetful, so save posts.
  300. <br>05. 8 years RP experience, 3 on RPC.
  301. <br>06. Discord/Skype is earned.
  302. <br>07. Anything else that does not belong to me is the rightful property of their creators, etc. etc.
  303. <br>08. Any questions, comments or concerns? Please don't hesitate to PM me.
  304.  
  305. </div>
  306.  
  307.  
  308. <div id="two" class="box">
  309. <h1> Dossier </h1>
  310. <h2>About the Heroine.</h2>
  311.  
  312. <font style=float:left><b> Name </b></font> <font style=float:right> Uraraka Ochako ( <i>麗日お茶子</i> ).</font><br>
  313. <font style=float:left><b> Alias </b></font> <font style=float:right> Uravity ( <i>ウラビティ Urabiti</i> ).</font><br>
  314. <font style=float:left><b> Quirk </b></font> <font style=float:right> Zero Gravity.</font><br>
  315. <font style=float:left><b> Nicknames </b></font> <font style=float:right> Ochachan, Ura, Urara, Round-Face / Angel-Face, Pink Cheeks.</font><br>
  316. <font style=float:left><b> Gender </b></font> <font style=float:right> Femme.</font><br>
  317. <font style=float:left><b> Birthdate </b></font> <font style=float:right> December 27.</font><br>
  318. <font style=float:left><b> Zodiac </b></font> <font style=float:right> Capricorn.</font><br>
  319. <font style=float:left><b> Bloodtype </b></font> <font style=float:right> B.</font><br>
  320. <font style=float:left><b> Age </b></font> <font style=float:right> Fifteen.</font><br>
  321. <font style=float:left><b> Hair </b></font> <font style=float:right> Chocolate.</font><br>
  322. <font style=float:left><b> Eyes </b></font> <font style=float:right> Pudding.</font><br>
  323. <font style=float:left><b> Height </b></font> <font style=float:right> 156cm (5'1").</font><br>
  324. <font style=float:left><b> Weight </b></font> <font style=float:right> 43kg (95lbs). </font><br>
  325. <font style=float:left><b> Status </b></font> <font style=float:right> Training to be a hero!</font><br>
  326. <font style=float:left><b> Lean </b></font> <font style=float:right> Demiromantic.</font><br>
  327. <font style=float:left><b> Paramour </b></font> <font style=float:right> <a target="_blank" href="https://roleplay.chat/profile.php?user=Katsuki+Bakugou" title="" style="color:#000000;text-decoration:none">Supernova.</a></font><br><br/>
  328.  
  329. </div>
  330.  
  331. <div id="three" class="box">
  332. <h1> To be a hero... </h1>
  333. <h2>Who saves people with a smile.</h2>
  334.  
  335. Ochako can be described like her quirk; galaxies and cosmic energy brimming with endless light and fire-flung stars. She's anticipation and endearing. Bright and caring. Loving, exciting, and fiercely determined. In the midst of it all, everything was for her beloved parents. She wanted to give them a life of luxury and isn't shy about it when asked what her goal is. Like gravity, she can lift others up on the darkest days and wears a calm, welcoming smile. <br><br>Her energy is contagious, moving even the most stubborn of comrades to dance in her light. Behind it all? A true heroine, filled with hell fire and ferocity. Though at times aloof and naive, she's very intelligent and learned a great deal through training and the company she keeps. Her only limit seems to be stamina; if Ochako pushes herself too hard, she's forced to the brink of exhaustion, nausea, and even further complications. Able to befriend just about anyone with that adorable visage, she'll trap them in her gravitational pull and protect them in her orbit burning with supernovas. <b>Very</b> blunt. <i>( Scroll ↓ for more info! )</i><br><br><b><u>Quirk / Abilities</u></b><br><br><b>Zero Gravity ( <i>無重力ゼログラビティ</i> ).</b> Ochaco's Quirk gives her the power to manipulate gravity, such as making objects weightless or making objects float upon touching them. With this Quirk, she is also able to fly, though this ability is limited. A drawback to this Quirk that if it is used too much (around three tons) or if she makes herself float, she will suffer from nausea and possibly vomit as a result.<br><br>
  336. <b>Skill Release (<i> 解除 </i>).</b> Ochaco presses her finger tips together and makes whatever she has touched stop floating.<br><br>
  337. <b>Home Run Comet ( <i>彗星ホームラン </i>).</b> After applying her Quirk's power of making objects weightless to some rubble and a pillar, Ochaco then uses the pillar to hit the rubble at her enemy.<br><br>
  338. <b>Hand-to-Hand Combat.</b> Ochako knows many forms of grappling, take downs and throws. She is skilled in martial arts and can easily dispatch an opponent that tries to stab her or to incapacitate them.<br><br><b><u>Stats</b></u><br><br> Power: 2 / 5 ( D )<br>Speed: 1 / 5 ( E )<br>Technique: 5 / 5 ( A )<br>Intelligence: 3 / 5 ( C )<br>Cooperativeness: 5 / 5 ( A )
  339. </div>
  340.  
  341. <div id="four" class="box">
  342. <h1> Teammates </h1>
  343. <h2>i've got your back.</h2>
  344. <a class="tooltip" title="<h1>Deku!</h1><h2>My Best Friend.</h2><br> Deku, my best friend and most trusted fighting partner.
  345. He's a little down on himself sometimes, but I know there's something more.
  346. I'll stand by his side and cheer him on for as long as I can!" href="profile.php?user=Izuku Midoriya" target="_blank"><img src="http://i.imgur.com/bXRzt0e.png" alt="" height="50/" /></a>
  347.  
  348. <a class="tooltip" title="<h1>Bakkun!</h1><h2>Hothead Boyfriend.</h2><br> I still call him Bakkun, and through time and hard work we've established an unbreakable bond of trust and love. He's my partner in crime and I wouldn't have it any other way!" href="profile.php?user=Katsuki Bakugou" target="_blank"><img src="http://i.imgur.com/7ejNnPU.jpg" alt="" height="50/" /></a>
  349.  
  350. <a class="tooltip" title="<h1>Tsu!</h1><h2>My Other Best Friend.</h2><br>Asui-chan! She's my best friend.
  351. Well, her and Deku are both my my best friends.
  352. I really love spending time with her.
  353. We have so much fun together!
  354. She also likes to tease me." href="profile.php?user=Froppy" target="_blank"><img src="https://i.imgur.com/jeZK3mb.png" alt="" height="50/" /></a>
  355.  
  356. <a class="tooltip" title="<h1>Momo!</h1><h2>Creative Princess.</h2><br> Momo is such a sweet person! She's the one with the most level head, always the voice of reason, and takes it upon herself to watch over everyone. She also makes the best things and is my cooking student! I enjoy spending time with her, she's super smart and pretty!" href="profile.php?user=Yaoyorozu+Momo" target="_blank"><img src="https://i.imgur.com/brZG3x2.png" alt="" height="50/" /></a>
  357.  
  358. <a class="tooltip" title="<h1>Kyouka!</h1><h2>Hearing Hero.</h2><br> Another great friend! She totally rocks, and not just because it's her favorite music either! We don't talk too often because she's more on the shy side, but I admire her strength and determination to always strive to be better. She also has such a talent when it comes to music!" href="profile.php?user=Jiro+Kyoka" target="_blank"><img src="https://i.imgur.com/8zxDtx8.png" alt="" height="50/" /></a>
  359.  
  360. <a class="tooltip" title="<h1>Senpai!</h1><h2>Baking buddy.</h2><br> Cherry-senpai is such a great person! She's very blunt and doesn't take anyone's shenanigans. She's also another baker like me, I hope we can bake more together in the future! I look up to her for her amazing talents." href="profile.php?user=Cherry+Li" target="_blank"><img src="https://i.imgur.com/rmfmTzP.png" alt="" height="50/" /></a>
  361.  
  362. </a><br><br><center><b><u>Headcanons</b></u><br><br>o1. Ochako has become dependent on baking as an emotional calm. She enjoys baking basically anything.<br>o2. Because of her mothers teachings, she's also a really great cook too, dabbling in lots of recipes. Basically all around handy in the kitchen.<br>o3. Ochako hides her embarrassment by averting her gaze. If she's feeling shy or nervous, generally she won't look you in the eye.
  363. </div>
  364. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement