Advertisement
izuemis

cr coracrd css

Oct 9th, 2022
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. -- FONTS --
  2. @font-face {
  3. font-family: windows;
  4. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  5. }
  6.  
  7. @font-face {
  8. font-family:chick;
  9. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  10. }
  11.  
  12. -- FIRST CONTAINER --
  13. box-shadow: inset 13px 0px 6px -10px rgb(184 184 184 / 56%), inset -13px 0px 6px -10px rgb(184 184 184 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(184 184 184 / 38%);
  14.  
  15. -- MUSIC PLAYER CONTAINER --
  16. height: 9em;
  17. width: 6.5em;
  18. position: absolute;
  19. right: .425em;
  20. bottom: .5em;
  21.  
  22. -- WEB ADDRESS TEXT --
  23. font-family: windows;
  24. background: white;
  25. border-radius: 20px;
  26. padding-top: 2px;
  27. padding-bottom: 2px;
  28. padding-left: 5px;
  29. border: 1px solid #CCC6C6;
  30.  
  31. -- SCROLLBOX --
  32. background: white;
  33. height: 5em;
  34. overflow: auto;
  35. border: 1px solid #CCC6C6;
  36. padding: 10px;
  37. font-family: windows;
  38.  
  39. -- MARK / HIGHLIGHT --
  40. font-weight: 800;
  41. background: #FFF2F2;
  42. border: 1px solid black;
  43. padding-left: 5px;
  44. padding-right: 5px;
  45. border-radius: 20px;
  46.  
  47. -- NAME --
  48. font-family:chick;
  49. color: white;
  50. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  51.  
  52. -- MUSIC PLAYER TEXT --
  53. font-family: windows;
  54.  
  55.  
  56.  
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement