Advertisement
ruesha

codes for rosie crd

Apr 19th, 2022
1,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. --- for header ---
  2. <link rel="stylesheet" href="https://unpkg.com/98.css">
  3. <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px #E8E8E8,inset 2px 2px #E8E8E8;">
  4. <div class="title-bar" style="background:linear-gradient(180deg, #E0ABFF 0%, #fff 50%);">
  5. <div class="title-bar-text" style="color: #000000;">
  6. www.hourlyriti.net
  7. </div>
  8. <div class="title-bar-controls">
  9. <button aria-label="Minimize">
  10. </button><button aria-label="Maximize">
  11. </button><button aria-label="Close">
  12. </button></div></div></div>
  13.  
  14. --- for image border ---
  15. border: 2px inset;
  16. border-radius: 5%;
  17.  
  18. --- for text w/ links ---
  19. font-family: Pixelated MS Sans Serif;
  20. background: #F2DBFF;
  21. height: 6em;
  22. border: 2px inset;
  23. border-radius: .6em;
  24. z-index: 1;
  25. padding: 5px;
  26. font-size: 1em;
  27.  
  28. --- for container01 & container02 ---
  29. box-shadow: inset -1px 0px #0a0a0a, inset 1px 0px #fff, inset -2px 0px grey, inset 2px 0px #dfdfdf;
  30.  
  31. --- for container03 ---
  32. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  33.  
  34. --- for text with info ---
  35. font-family: Pixelated MS Sans Serif;
  36. background: #fff;
  37. height: 10em;
  38. border: 2px inset;
  39. border-radius: .6em;
  40. z-index: 1;
  41. padding: 5px;
  42. font-size: 1.05em;
  43. overflow: auto;
  44.  
  45. --- all texts ---
  46. <style>
  47. @font-face {
  48. font-family: emoji;
  49. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  50. }
  51.  
  52. @font-face {
  53. font-family: pixel;
  54. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  55. }
  56.  
  57. @font-face {
  58. font-family: Pixelated MS Sans Serif; src:url(ms_sans_serif.woff) format("woff"); src:url(ms_sans_serif.woff2) format("woff2");
  59. }
  60.  
  61. @font-face {
  62. font-family: 'icons';
  63. src:url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/IconBitTwo.ttf); }
  64.  
  65. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement