Advertisement
Blaze138

Cookie Monster's code

Jun 24th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Amaranth|Courgette|Kaushan+Script|Pathway+Gothic+One|Philosopher|Satisfy');
  3.  
  4. ::-webkit-scrollbar{width:0.3vh;height:0.3vh;}
  5. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  6. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  7.  
  8.  
  9. * {
  10. font-family: 'Pathway Gothic One', sans-serif;
  11. color: #FB0000;
  12. font-size:2.2vh;
  13. }
  14.  
  15.  
  16. body{
  17. background: #fff;
  18. background-image: url('https://simg3.gelbooru.com//images/df/6c/df6c422a439927b2daf9dc94ab26d4b5.jpg');
  19. background-position: bottom center;
  20. background-repeat: no-repeat;
  21. background-size: 37%;
  22. }
  23.  
  24.  
  25.  
  26. h1{font-family: 'Kaushan Script', cursive;color:#FFFFFF;font-size:4.5vh;}
  27. a{font-family: 'Amaranth', sans-serif;color:#FB0000;}
  28. b{font-family: 'Courgette', cursive;color:#FB0000;font-size:2.4vh;}
  29. i{font-family: 'Philosopher', sans-serif;font-size:2.6vh;}
  30. o{font-family: 'Pathway Gothic One', sans-serif;color:#cccccc;font-size:2.6vh;}
  31. .r{float:right;}
  32.  
  33.  
  34. * {
  35. cursor: url('http://www.rw-designer.com/cursor-view/15154.png'), progress !important;
  36. cursor:pointer url('http://www.rw-designer.com/cursor-view/15154.png'), progress !important;}
  37. }
  38.  
  39.  
  40.  
  41. #image{
  42. position: fixed;
  43. right:29vw;
  44. bottom: 0vh;
  45. box-shadow: ;
  46. opacity:0;
  47.  
  48. animation: blurin 2s 1;
  49. -webkit-animation: blurin 2s 1;
  50. animation-fill-mode: forwards;
  51. -webkit-animation-fill-mode: forwards;
  52. }
  53. #image img{
  54. height: 98vh;
  55. border: 0vh solid #363536;
  56. }
  57. @keyframes blurin{
  58. from{-webkit-filter:blur(50px);opacity:0;}
  59. to{-webkit-filter:blur(0px);opacity:1;}
  60. }
  61.  
  62.  
  63.  
  64.  
  65. #box{
  66. position: fixed;
  67. left: 2.5vw;
  68. top: 5vh;
  69. width: 25vw;
  70. height: 30vh;
  71. border: 0.5vh double #fb0000;
  72. background: rgba(0,0,0,0.5);
  73. font-family: Raleway;
  74. font-size: 2vh;
  75. color: #EDDEFF;
  76. text-shadow: 0.5vh 0.5vh 0.5vh #6d6d6d;
  77. box-shadow: 0.5vh 0.5vh 0.5vh black;
  78. overflow: auto;
  79. opacity: 1;
  80.  
  81. animation: blurin 2s ;
  82. -webkit-animation: blurin 2s ;
  83. animation-fill-mode: forwards;
  84. -webkit-animation-fill-mode: forwards;
  85. }
  86.  
  87. #box2{
  88. position: fixed;
  89. left: 2.5vw;
  90. bottom: 5vh;
  91. width: 25vw;
  92. height: 30vh;
  93. border: 0.5vh double #fb0000;
  94. background: rgba(0,0,0,0.5);
  95. font-family: Raleway;
  96. font-size: 2vh;
  97. color: #EDDEFF;
  98. text-shadow: 0.5vh 0.5vh 0.5vh black;
  99. box-shadow: 0.5vh 0.5vh 0.5vh black;
  100. overflow: auto;
  101. opacity: 1;
  102.  
  103. animation: blurin 3s ;
  104. -webkit-animation: blurin 3s ;
  105. animation-fill-mode: forwards;
  106. -webkit-animation-fill-mode: forwards;
  107. }
  108.  
  109.  
  110. #box3{
  111. position: fixed;
  112. right: 2.5vw;
  113. top: 5vh;
  114. width: 25vw;
  115. height: 30vh;
  116. border: 0.5vh double #fb0000;
  117. background: rgba(0,0,0,0.5);
  118. font-family: Raleway;
  119. font-size: 2vh;
  120. color: #EDDEFF;
  121. text-shadow: 0.5vh 0.5vh 0.5vh black;
  122. box-shadow: 0.5vh 0.5vh 0.5vh black;
  123. overflow: auto;
  124. opacity: 1;
  125.  
  126. animation: blurin 3s ;
  127. -webkit-animation: blurin 3s ;
  128. animation-fill-mode: forwards;
  129. -webkit-animation-fill-mode: forwards;
  130. }
  131.  
  132.  
  133. #box4{
  134. position: fixed;
  135. right: 2.5vw;
  136. bottom: 5vh;
  137. width: 25vw;
  138. height: 30vh;
  139. border: 0.5vh double #fb0000;
  140. background: rgba(0,0,0,0.5);
  141. font-family: Raleway;
  142. font-size: 2vh;
  143. color: #EDDEFF;
  144. text-shadow: 0.5vh 0.5vh 0.5vh black;
  145. box-shadow: 0.5vh 0.5vh 0.5vh black;
  146. overflow: auto;
  147. opacity: 1;
  148.  
  149. animation: blurin 4s ;
  150. -webkit-animation: blurin 4s ;
  151. animation-fill-mode: forwards;
  152. -webkit-animation-fill-mode: forwards;
  153. }
  154.  
  155.  
  156. #credit {
  157. z-index:1;
  158. position:fixed;
  159. height:36px;
  160. right:32vw;
  161. bottom:0vw;
  162. background-color:transparent;
  163. border-radius:5px;
  164. }
  165.  
  166.  
  167. tr:nth-child(odd){
  168. background: #fb0000;
  169. }
  170.  
  171.  
  172. </style>
  173.  
  174.  
  175.  
  176. <div id="box">
  177. <div style="height: 100%; overflow-y: hidden;">
  178.  
  179.  
  180. <a name="stat"></a>
  181. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  182. <h1>Stats
  183. </h1><hr>
  184. <table style="width:100%;">
  185. <tr>
  186. <td><o>Name:</td><td><o>Ruby Rose</td>
  187. </tr>
  188.  
  189. <tr>
  190. <td>Nickname(s):</td><td>Little Red, Rubes, Cookie Monster.</td>
  191. </tr>
  192.  
  193. <tr>
  194. <td><o>Age:</td><td><o>19</td>
  195. </tr>
  196.  
  197. <tr>
  198. <td>Orientation:</td><td>Lesbiem, Lesbeans, Lesbans...girls.</td>
  199. </tr>
  200.  
  201. <tr>
  202. <td><o>Status:Single</td>
  203. </tr>
  204.  
  205. <tr>
  206. <td>Eye color:</td><td>Silver</td>
  207. </tr>
  208.  
  209. <tr>
  210. <td><o>Hair color:</td><td><o>Black with red tips</td>
  211. </tr>
  212.  
  213. <tr>
  214. <td>Semblance:</td><td>Speed(Will look at the name later)</td>
  215. </tr>
  216.  
  217. <tr>
  218. <td><o>Height:</td><td><o>5'2"</td>
  219. </tr>
  220.  
  221. <tr>
  222. <td>Weight:</td><td>Something she'd rather not talk about.</td>
  223. </tr>
  224.  
  225. <tr>
  226. <td><o>Body Type:</td><td><o>Slender, athletic.</td>
  227. </tr>
  228.  
  229. <tr>
  230. <td>Occupation:</td><td>Part-Time Huntress.</td>
  231. </tr>
  232.  
  233. </table>
  234. </div>
  235. </div>
  236.  
  237.  
  238. <div id="box2">
  239. <div style="height: 100%; overflow-y: hidden;">
  240.  
  241.  
  242. <a name="stat"></a>
  243. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  244. <a name="bio"></a>
  245. <h1>Details</h1>
  246. <hr>
  247. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  248. <b>Biography</b><hr>
  249. Stuff here.
  250. <hr>
  251. <b>Personality</b><hr>
  252. She's sweet, kind, loveable, respectful but disrespect her friends and she'll make sure you get put in the ground! Oh also will jump at cookies offered to her.
  253.  
  254. </hr>
  255. </div>
  256. </div>
  257.  
  258. <div id="box3">
  259. <div style="height: 100%; overflow-y: hidden;">
  260.  
  261.  
  262. <a name="stat"></a>
  263. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  264. <a name="ooc"></a>
  265. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  266. <h1>Additional Notes</h1><hr>
  267. <p>Work in</p>
  268. <p>Progress.</p>
  269. <p>Ruby's outfit in-room is usually the outfit you see her wearing in the main pic of this profile.</p>
  270. <hr>
  271. <h1>Out of Character</h1>
  272. <table>
  273. <tr><td><o>Don't be a twat.</td></tr>
  274. <tr><td><o>In-Room Approach is your best bet, but I'll accept PMs.</td></tr>
  275. <tr><td>Don't give me a simple 'hi' or 'hello'. Come on. Use those typing skills I know you have and give me something fun or funny to read. (Nothing stupid though.)</tr></td>
  276. <tr><td><o>This character isn't meant for anything really canon, but I can work with that.</td></tr>
  277. <tr><td>If you want to PM Roleplay, I'd appreciate it if we could keep it in the RWBYverse. Thanks.</td></tr>
  278. <tr><td><o>If you want to find me, I'll likely being in one of these rooms: The Anime Hotel, the Futanari Hotsprings, Remnant: RWBY-verse, {NSFW} RWBY.</td></tr>
  279. <tr><td>Thanks for checking out my profile! I really appreciated it.</td></tr>
  280. </table>
  281. </div>
  282. </div>
  283.  
  284. <div id="box4">
  285. <div style="height: 100%; overflow-y: hidden;">
  286.  
  287.  
  288. <a name="stat"></a>
  289. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  290. <h1>Gallery</h1>
  291. <hr>
  292. <a target="_blank" href="https://simg3.gelbooru.com//images/7a/50/7a506ef4034e9ee162dc454c91ad96ee.jpeg">Cookies.</a><br>
  293. <hr>
  294. <a target="_blank" href="https://simg3.gelbooru.com//samples/f7/17/sample_f71762e9ac0b94a049118ad6ea037bec.jpg">Chibi.</a><br>
  295. <hr>
  296. <a target="_blank" href="https://simg3.gelbooru.com//samples/77/ad/sample_77ad32e750599e3f7bd1fa9ccd3b819b.jpg">Beach with the girls.</a>
  297. <hr>
  298. <a target="_blank" href="https://simg3.gelbooru.com//samples/02/66/sample_0266da378dd05c2c735a986d53df8928.jpg">Chinese Dress.</a>
  299. <hr>
  300. <a target="_blank" href="https://simg3.gelbooru.com//samples/d1/64/sample_d16430f3d56723cc3d1fd8dad652c0ed.jpg">Ready for action.</a>
  301. <hr>
  302. <a target="_blank" href="https://simg3.gelbooru.com//images/0b/9f/0b9f7501cddc2eda6fe72363766d424d.png">Magical girls White Rose!</a>
  303. <hr>
  304. <a target="_blank" href="https://simg3.gelbooru.com//samples/26/74/sample_267414b7c5aa180688d7fb9a5fadf025.jpg">Out of date nude.</a>
  305. <hr>
  306. <a target="_blank" href="https://simg3.gelbooru.com//images/e0/7e/e07e74dd854e4f1849192b8f0265d7bf.jpeg">Zwei!</a>
  307. <hr>
  308. <a target="_blank" href="https://simg3.gelbooru.com//samples/91/09/sample_9109eecb7a43602740943dc397e6b095.jpg">Cheerleader!.</a>
  309. <hr>
  310. <a target="_blank" href="https://simg3.gelbooru.com//samples/78/ed/sample_78ed35da510b3e6a01d979c3e9c02792.jpg">W-Weiss...</a>
  311. <hr>
  312. <a target="_blank" href="https://simg3.gelbooru.com//samples/58/75/sample_5875c9afaeafe5809af775b13c2b20cb.jpg">Gimmie that cookie!</a>
  313. <hr>
  314. <a target="_blank" href="https://simg3.gelbooru.com//images/89/1a/891ae7f6ed71211253df3f2d768ac38b.png">Waking up.</a>
  315. <hr>
  316. <a target="_blank" href="https://i.pinimg.com/564x/5a/19/d2/5a19d2538e71b1a5a6e76e8eab1bc027.jpg">At Graduation!</a>
  317. <hr>
  318. <a target="_blank" href="https://simg3.gelbooru.com//samples/83/84/sample_83848ed237d1c09a0dac7401c988c9df.jpg">Kimono…?</a>
  319. <hr>
  320. <a target="_blank" href="https://simg3.gelbooru.com//images/ac/e1/ace19468ed712853e3fc1c566c2fa958.jpeg">Halloween.</a>
  321. <hr>
  322. <a target="_blank" href="https://simg3.gelbooru.com//samples/9f/64/sample_9f644d4896c9052bf99bea74be089fd1.jpg">Found mom's cloak!</a>
  323. <hr>
  324.  
  325.  
  326.  
  327. </div>
  328. </div>
  329.  
  330.  
  331.  
  332. <a target="_blank" href="https://pastebin.com/u/AltimaeDTM" target="_blank" title="CC#02
  333. Firefox 1366x768
  334. Inform me of issues.">
  335. <img src="https://orig00.deviantart.net/5e77/f/2017/282/e/b/credit_by_altimadxy-dbq3bum.png" id="credit"/>
  336. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement