Advertisement
Professor_Stein

broomble

Oct 8th, 2022
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. $("body").mouseover(function(){
  2. var audio = document.getElementById("audio");
  3. audio.play();
  4. audio.volume = 0.05;
  5. });
  6.  
  7.  
  8. $(".trigger").click(function(){
  9. $(".trigger").delay(0) .animate({left: '100%'}, 0, 'linear');
  10.  
  11. $(".mask").delay(0) .animate({height: '15%', width: '8%', top: '10%'}, 2000, 'linear');
  12. $(".maskb").delay(0) .animate({height: '15.8%', width: '8.4%', top: '9.6%'}, 2000, 'linear');
  13. $("#back").delay(0) .animate({top: '17%'}, 2000, 'linear');
  14. $(".e").delay(2000) .animate({opacity: '1'}, 10, 'linear');
  15. $(".back").delay(0) .animate({height: '65%'}, 1000, 'linear');
  16. $(".e").delay(0) .animate({height: '65%'}, 1000, 'linear');
  17. $(".main").delay(3000) .animate({opacity: '1'}, 1000, 'linear');
  18.  
  19. $("#bar").delay(3000) .animate({opacity: '.8'}, 1000, 'linear');
  20. $(".floof").delay(3000) .animate({opacity: '1'}, 1000, 'linear');
  21.  
  22.  
  23. $("#tit1").delay(2500) .animate({opacity: '1', height: '4.5%', right: '61.3%'}, 1500, 'linear');
  24. });
  25.  
  26.  
  27. @import url('https://fonts.googleapis.com/css2?family=Shojumaru&family=Acme&display=swap');
  28. body {
  29. background-image:url(https://i.imgur.com/rLtH8Y5.jpg);
  30. background-position: center;
  31. background-color: #696969;
  32. overflow: hidden;
  33. }
  34.  
  35. ::selection {color: #981D15; background-color:none; }
  36. ::-moz-selection {color: #981D15; background-color:none; }
  37.  
  38.  
  39. ::-webkit-scrollbar {
  40. width: .2vw;
  41. }
  42. ::-webkit-scrollbar-track {
  43. background-color:transparent;
  44. }
  45. ::-webkit-scrollbar-thumb {
  46. border-radius: 50%;
  47. background-color: black;
  48. }
  49.  
  50. .trigger {
  51. position: absolute;
  52. margin: auto;
  53. top: 25%;
  54. right: 0; left: 0;
  55. height: 50%;
  56. width: 20%;
  57. cursor: pointer;
  58. z-index: 10;
  59. }
  60.  
  61. .maskb {
  62. position: absolute;
  63. margin: auto;
  64. top: 22.4%;
  65. right: 0; left: 0;
  66. height: 51.2%;
  67. width: 25.6%;
  68. background-color: #981D15;
  69. clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  70. z-index: 4;
  71. }
  72.  
  73. .maskb div {
  74. position: absolute;
  75. margin: auto;
  76. top: 0; bottom: 0;
  77. right: 0; left: 0;
  78. height: 98.7%;
  79. width: 98.7%;
  80. background-color: #000;
  81. clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  82. }
  83.  
  84. .mask {
  85. position: absolute;
  86. margin: auto;
  87. top: 23%;
  88. right: 0; left: 0;
  89. height: 50%;
  90. width: 25%;
  91. background-image:url(https://i.imgur.com/3uYmKu9.jpg);
  92. background-position: center;
  93. background-size: auto 100%;
  94. background-repeat: no-repeat;
  95. background-color: #BAAEB0;
  96. clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  97. z-index: 5;
  98. }
  99.  
  100. .mask div {
  101. position: absolute;
  102. margin: auto;
  103. top: 0; bottom: 0
  104. right: 0; left: 0;
  105. height: 100%;
  106. width: 100%;
  107. background-image:;
  108. background:url(https://i.imgur.com/UooTfMO.png), radial-gradient(circle, rgba(254,243,102,1) 0%, rgba(0,0,0,0) 100%);
  109. background-position: 50% 75%, center;
  110. background-size: auto 85%, auto 100%;
  111. background-repeat: no-repeat;
  112. }
  113.  
  114. .main {
  115. position: absolute;
  116. margin: auto;
  117. bottom: 17.7%;
  118. left: 25%;
  119. height: 100%;
  120. width:50%;
  121. background-image:url(https://i.imgur.com/iH9AaYq.png);
  122. background-position: center bottom;
  123. background-size: 100% auto;
  124. background-repeat: no-repeat;
  125. opacity: 0;
  126. z-index: 6;
  127. }
  128.  
  129. .back {
  130. position: absolute;
  131. margin: auto;
  132. top: 49%;
  133. right: 0; left: 0;
  134. height: .5%;
  135. width: 50%;
  136. background-color: rgba(40, 58, 60, 255);
  137. background-image:url();
  138. z-index: 1;
  139. }
  140.  
  141. .e {
  142. position: absolute;
  143. margin: auto;
  144. top: 16.6%;
  145. right: 0; left: 0;
  146. height: 1%;
  147. width: 50%;
  148. border: .3vw solid #CFA11F;
  149. border-radius: .5vw;
  150. box-shadow: .1vw .1vw 0vw #981D15, -.1vw -.1vw 0vw #000, .1vw -.1vw 0vw #981D15, -.1vw .1vw 0vw #000;
  151. opacity: 0;
  152. z-index: 2;
  153. }
  154.  
  155. .floof {
  156. position: absolute;
  157. margin: auto;
  158. color: white;
  159. opacity: 0;
  160. overflow: auto;
  161. z-index: 3;
  162. }
  163.  
  164. #info {
  165. top: 20%;
  166. right: 0%;
  167. background-color: rgba(40, 58, 60, 255);
  168. border: .2vw solid #CFA11F;
  169. height: 56%;
  170. width: 23%;
  171. color: #EABD3C;
  172. padding: 1vw;
  173. font-family: Acme;
  174. text-align: justify;
  175. text-shadow: 0 0 .5vw black;
  176. font-size: 1vw;
  177. z-index: 0;
  178. }
  179.  
  180. h1 {
  181. margin-top: .5vw;
  182. margin-bottom: -2vw;
  183. height: 30%;
  184. letter-spacing: .3vw;
  185. font-weight: 500;
  186. font-size: 2vw;
  187. font-family: Shojumaru;
  188. font-variant: small-caps;
  189. text-align: center;
  190. text-shadow: .1vw .1vw 0vw #981D15, -.1vw -.1vw 0vw #000, .1vw -.1vw 0vw #981D15, -.1vw .1vw 0vw #000;
  191. }
  192.  
  193. #bar {
  194. position: absolute;
  195. margin: auto;
  196. top: 0; bottom: 0;
  197. left: 25%;
  198. height: 40%;
  199. width: 50%;
  200. background-image:url();
  201. background-position: center bottom;
  202. background-size: 100% auto;
  203. opacity: 0;
  204. z-index: 2;
  205. }
  206.  
  207.  
  208.  
  209.  
  210. #tit1 {
  211. position: absolute;
  212. margin: auto;
  213. color: #EABD3C;
  214. font-family:Shojumaru;
  215. text-align: center;
  216. z-index: 0;
  217. top: 0; bottom: 0;
  218. right: 60%;
  219. height: .1%;
  220. width: 30%;
  221. letter-spacing: .5vw;
  222. font-weight: 900;
  223. font-size: 2vw;
  224. transform: rotate(-95deg) skew(5deg, 5deg);
  225. text-shadow: .1vw .1vw 0vw #981D15, -.1vw -.1vw 0vw #000, .1vw -.1vw 0vw #981D15, -.1vw .1vw 0vw #000;
  226. overflow: hidden;
  227. }
  228.  
  229. .trash {
  230. position: absolute;
  231. margin: auto;
  232. top: 94%;
  233. left: 96%;
  234. background-image:url(https://i.imgur.com/gVPGFpz.png);
  235. background-size: auto 100%;
  236. background-position: center;
  237. background-repeat: no-repeat;
  238. height: 5%;
  239. width: 5%;
  240. cursor: pointer;
  241. z-index: 99;
  242. }
  243.  
  244.  
  245. ul.a {
  246. margin: auto;
  247. list-style-type: circle;
  248. }
  249.  
  250. u {
  251. color: #981D15;
  252. }
  253.  
  254. a:link {
  255. color: #981D15;
  256. text-decoration: none;
  257. font-variant: small-caps;
  258. }
  259.  
  260. a:visited {
  261. color: D6C8AD;
  262. }
  263.  
  264. a:hover {
  265. color: #000;
  266. text-shadow: 0 0 .5vw #fff;
  267. }
  268.  
  269. a:active {
  270. color: #000;
  271. }
  272.  
  273. big {
  274. font-weight: 900;
  275. font-variant: small-caps;
  276. }
  277.  
  278. small {
  279. font-weight: 100;
  280. font-size: 1vw;
  281. font-variant: small-caps;
  282. }
  283.  
  284.  
  285. <audio id="audio" src="https://od.lk/s/ODVfMTc3MjkzOTdf/Shinobi%20Japanese%20Lofi%20HipHop%20Mix.mp3" ></audio>
  286. <a target="_blank" href="https://roleplay.chat/profile.php?user=Raccoon" target="_blank"><div class="trash" title="Trash Codes"></div></a>
  287. <div class="trigger"></div>
  288. <div class="mask"><div></div></div>
  289. <div class="maskb"><div></div></div>
  290. <div id="tit1">Bramble The Oni</div>
  291. <div class="main"></div>
  292. <div class="back" id="back"></div>
  293. <div class="e"></div>
  294. <div id="bar"><div></div></div>
  295.  
  296. <div class="floof" id="info"><div>
  297. <h1>【info】</h1>
  298.  
  299. <center><div style="position: relative; text-align: left; width: 80%; height: auto; -webkit-mask-image: linear-gradient(to top, black 100%, transparent 0%);">
  300. Given name: <font style=float:right>Bramble</font><br>
  301. Gender: <font style=float:right> <a target="_blank" href="https://i.imgur.com/8YGtnmA.png"><b>Female</b></a></font><br>
  302. Age: <font style=float:right>28</font><br>
  303. Height: <font style=float:right>8'4"ft</font><br>
  304. Race: <font style=float:right>Oni<br></font><br>
  305. Orientation: <font style=float:right>Pansexual</font><br>
  306. Status: <font style=float:right>Seeking</font><br>
  307. Occupation: <font style=float:right>Lewd-Wrestler</font><br></div>
  308.  
  309. <h1>【about】</h1>
  310.  
  311. ReWorking Bramble
  312.  
  313.  
  314. <h1>【ooc】</h1>
  315. <ul class="a">
  316. <li>+Hello! PM Friendly </li>
  317. <li>+Try to start with a post</li>
  318. <li><a target="_blank" href="https://www.f-list.net/c/sexforthesinners/"><b>+WIP F-List</b></a></li>
  319. <li>+I enjoy all forms of RP</li>
  320. <li>+Please have a profile with at least an FC </li>
  321. <li>+Thanks for coming </li>
  322.  
  323.  
  324. </ul>
  325.  
  326. </div></div>
  327.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement