rpaccount

Abby code

Nov 7th, 2020
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  4. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  5. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  8. <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  12. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  13. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  14. <script defer>
  15. window.onload = function() {
  16.  
  17. };
  18. </script>
  19. <style>
  20.  
  21. </style>
  22. </head>
  23. <body>
  24. <style>
  25. @import url("https://fonts.googleapis.com/css?family=Caveat|Crimson+Text:600|Forum");
  26. ::-webkit-scrollbar {
  27. width: 0.3vw;
  28. height: 0.3vw;
  29. }
  30. ::-webkit-scrollbar-track {
  31. border-radius: 0px;
  32. background-color: transparent;
  33. }
  34. ::-webkit-scrollbar-thumb {
  35. border-radius: 0px;
  36. background-color: transparent;
  37. }
  38. body{background: #000;
  39. background-image: url('https://img.freepik.com/free-vector/stars-background-illustration_53876-82142.jpg?size=338&ext=jpg');
  40. background-size: 30%;
  41. background-repeat: ;}
  42.  
  43.  
  44.  
  45. .doors {
  46. box-sizing: border-box;
  47. position: relative;
  48. width: 100%;
  49. height: 100%;
  50. overflow: hidden;
  51. }
  52.  
  53. .doors .key {
  54. position: absolute;
  55. top: 0%;
  56. width: 100%;
  57. color: yellow;
  58. z-index: 10;
  59. text-align: center;
  60. font-size: 48px;
  61. font-family: "Trebuchet MS";
  62. text-transform: uppercase;
  63. text-shadow: 5px 0 2px #000;
  64. transition: transform 2s ease-in-out;
  65. }
  66.  
  67. .doors:hover .key {
  68. transform: scale(0);
  69. }
  70.  
  71. .doors .left {
  72. display: inline-block;
  73. position: absolute;
  74. top: 0;
  75. left: 0;
  76. width: 50%;
  77. height: 100%;
  78. box-shadow: 3px 0 4px #111;
  79. background-image: url("https://cdn.discordapp.com/attachments/618224942819049472/774446814292213770/Abby2.png");
  80. background-size:100%;
  81. background-repeat: no-repeat;
  82. transition: width 2s ease-in-out;
  83. }
  84. .doors .right {
  85. display: inline-block;
  86. position: absolute;
  87. top: 0;
  88. right: 0;
  89. width: 50%;
  90. height: 100%;
  91. box-shadow: 3px 0 4px #111;
  92. background-image: url("https://cdn.discordapp.com/attachments/618224942819049472/774442964771405824/Abby1.png");
  93. background-size: 100%;
  94. background-repeat: no-repeat;
  95. transform: scaleX(-1);
  96. transition: width 2s ease-in-out;
  97. }
  98.  
  99. .doors:hover .left, .doors:hover .right {
  100. width: 5%;
  101. }
  102.  
  103. .inner {
  104. width: 100%;
  105. height: 100%;
  106. }
  107.  
  108. .image {
  109. border-radius: 50%;
  110. -webkit-transition: -webkit-transform .8s ease-in-out;
  111. transition: transform .8s ease-in-out;
  112. }
  113. .image:hover {
  114. -webkit-transform: rotate(360deg);
  115. transform: rotate(360deg);
  116. }
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. #content {
  125. position: fixed;
  126. width: 100%;
  127. height: 70%;
  128. background: transparent;
  129. top: 15%;
  130. left: 0%;
  131. transition-duration: 1s;
  132. }
  133.  
  134.  
  135.  
  136. @keyframes whoosh {
  137. 0% {
  138. opacity: 1;
  139. }
  140. 100% {
  141. opacity: 0;
  142. }
  143. }
  144.  
  145. @-webkit-keyframes whoosh {
  146. 0% {
  147. opacity: 1;
  148. }
  149. 100% {
  150. opacity: 0;
  151. }
  152. }
  153.  
  154.  
  155. #pluto {
  156. position: fixed;
  157. height: 96%;
  158. width: 25%;
  159. background: transparent;
  160. left: 36.7%;
  161. transition-duration: 1s;
  162. }
  163.  
  164. #content:hover #garnet {
  165. opacity: 1;
  166. left: 6%;
  167. transition-duration: 1.5s;
  168. }
  169.  
  170. #content:hover #guarding {
  171. opacity: 1;
  172. right: 6%;
  173. transition-duration: 1.5s;
  174. }
  175.  
  176. #garnet {
  177. position: absolute;
  178. overflow: auto;
  179. height: 92.5%;
  180. width: 25%;
  181. background: #000000;
  182. border-radius: 10px;
  183. border: 3px solid;
  184. border-color: #60bc;
  185. left: 35%;
  186. padding: 15px;
  187. opacity: 0;
  188. transition-duration: 1s;
  189. font-family: "Forum";
  190. font-size: 2.3vh;
  191. color: #ff99ff;
  192.  
  193. }
  194.  
  195. #guarding {
  196. position: absolute;
  197. overflow: auto;
  198. height: 92.5%;
  199. width: 25%;
  200. background: #161616;
  201. border-radius: 10px;
  202. border: 3px solid;
  203. border-color:#ff66b3;
  204. right: 35%;
  205. padding: 15px;
  206. opacity: 0;
  207. transition-duration: 1s;
  208. font-family: "Forum";
  209. font-size: 2.3vh;
  210. color: #ff99ff;
  211. }
  212.  
  213. #gate,
  214. #time {
  215. width: 100%;
  216. height: 100%;
  217. position: relative;
  218. overflow: hidden;
  219.  
  220. }
  221.  
  222. #leftbox,
  223. #right {
  224. width: 100%;
  225. height: 100%;
  226. overflow: auto;
  227.  
  228. }
  229. }
  230.  
  231. #leftbox:target,
  232. #rightbox:target {
  233. animation: appear 1.5s 1;
  234. -webkit-animation: appear 1.5s 1;
  235. }
  236.  
  237. @keyframes appear {
  238. from {
  239. opacity: 0;
  240. }
  241. to {
  242. opacity: 1;
  243. }
  244. }
  245.  
  246. @-webkit-keyframes appear {
  247. from {
  248. opacity: 0;
  249. }
  250. to {
  251. opacity: 1;
  252. }
  253. }
  254.  
  255. h1 {
  256. font-family: "Caveat", cursive;
  257. color: #ffb3d9;
  258. text-decoration: none;
  259. }
  260.  
  261. a {
  262. font-family: "Caveat", cursive;
  263. color: #ffe6f2;
  264. text-decoration: none;
  265. }
  266.  
  267. a:hover {
  268. color: #eee;
  269. }
  270.  
  271. .hue {
  272. float: right;
  273. }
  274.  
  275.  
  276. </style>
  277. <div class="doors">
  278.  
  279. <div class="left"></div>
  280. <div class="inner">
  281. <div id="sheet"></div>
  282. <div id="content">
  283. <div id="pluto">
  284.  
  285. </div>
  286.  
  287. <div id="garnet">
  288. <div id="gate">
  289. <div id="leftbox">
  290. <center><h1>Stats</h1></center>
  291. <a>Name</a> <div class="hue"><font size="-1px">Abbadon (Abby)</font></div><br>
  292. <a>Age</a> <div class="hue"><font size="-1px">7</font></div><br>
  293. <a>Height + Weight</a> <div class="hue"><font size="-1px">4'3" // Yes</font></div><br>
  294. <a>Species</a><div class="hue"><font size="-1px">Half moth demon </font></div><br>
  295. <a>Hair</a> <div class="hue"><font size="-1px">blonde with a pink streak </font></div><br>
  296. <a>Eyes</a> <div class="hue"><font size="-1px">Red sclera with yellow irises</font></div><br>
  297. <a>Sexual Orientation</a> <div class="hue"><font size="-1px">No (pan when older, WAY older)</font></div><br>
  298. <a>Relatons</a> <div class="hue"><font size="-1px">My moms, why?</font></div><br>
  299.  
  300. <Center><h1>Personality</h1></center>
  301. <font size="-1px"><p>Happy go-lucky! Kind of a trouble maker from time to time which is normal for both a child and a demon. Is mostly sugery sweet.</p></font>
  302.  
  303.  
  304.  
  305.  
  306. </div>
  307. </div>
  308. </div>
  309.  
  310.  
  311. <div id="guarding">
  312. <div id="time">
  313. <div id="rightbox">
  314. <center><h1>Tidbits</h1></center>
  315. <font size="-1px"><p>The daughter of Charlie and Vaggie, Abaddon (Abby) is really growing into her own and has discovered a couple of abilities. One of them being fire and the other summoning weapons (bladed kinds really). She has an umbrella that spills out candy and is useful for floating when the usage of wings isn't an option. (She's still a child, she's learning okay?)</p></font>
  316.  
  317.  
  318. <center><h1>Rules/OOC</h1></center>
  319. <font size="-1px">
  320. ✧ IC=/= OOC. <br>
  321. ✦ PM friendly! <br>
  322. ✧ This is Abby from Hazbin, or rather a concept!<br>
  323. ✦ Pease don't approach for smut, she's a child ffs! <br>
  324. ✧ I'll play her to the best of my abilities.<br>
  325. ✦ None of the art is mine. And I shall remove them upon request.<br>
  326. ✧ Code belongs to A FRIEND! DO NOT TOUCH! I was given permission to use/edit it.<Br>
  327. ✦ Real life takes priority. <Br>
  328. ✧ You can start a post, just if it's lewd? Get burned alive.<br>
  329. ✦ Very open to Crossovers.<br>
  330. ✧ No, I will not plan future ships, that's weird.<Br>
  331. ✦ Posting size varies<br>
  332. ✧ No, you can't have my Discord, please don't ask.<br>
  333. </font>
  334. </div>
  335.  
  336. </div>
  337. </div>
  338. </div>
  339. <img src="https://cdn.discordapp.com/attachments/612395316406255741/774485943172202496/abs_2.png" Width="250px" style="float:right; margin-right: 550px; margin-top: 50px">
  340.  
  341. <div class="right"></div>
  342. </div>
  343.  
  344.  
  345.  
  346.  
  347. </body>
  348. </html>
Add Comment
Please, Sign In to add comment