Advertisement
izuemis

cr solielios

Oct 24th, 2022
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. CREDIT SOLIELIOS WHEN REMAKING
  2.  
  3. -- FONTS --
  4. @font-face {
  5. font-family:'PingWing';
  6. src: url(https://dl.dropbox.com/s/5z5897hywveuh17/pingwing.ttf);
  7. }
  8.  
  9. @font-face {
  10. font-family: starborn;
  11. src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
  12. }
  13.  
  14. -- STAR IMAGE --
  15. -webkit-mask-image: url(https://i.imgur.com/iE8ff6N.png);
  16. -webkit-mask-size: 100%;
  17. -webkit-mask-repeat: no-repeat;
  18. -webkit-mask-position: center;
  19. width: 200px;
  20. height: auto;
  21.  
  22. -- BUTTONS --
  23. font-family:'PingWing';
  24. border-radius: 5px 5px 0px 0px;
  25.  
  26. -- NAME --
  27. font-family: starborn;
  28.  
  29. -- ABOUT & LIKES SCROLLBOX --
  30. border-width:7px;
  31. border-style:solid;
  32. border-image: url("https://media.discordapp.net/attachments/826854899013648384/839700444375810078/tumblr_inline_o98n9dbCl61u2r0ws_540_1_2.png") 8 fill round;border-radius:10px;
  33. height: 9.5em;
  34. padding:5px;
  35. overflow: auto;
  36.  
  37. -- BYF + DNI SCROLLBOX --
  38. height: 5em;
  39. border: 1px solid black;
  40. border-radius: 5px;
  41. padding: 5px;
  42. overflow: auto;
  43.  
  44. -- MARK / HIGHLIGHT --
  45. background: #BFD1FF;
  46. border: 1px solid black;
  47. border-radius: 5px;
  48. padding-left: 5px;
  49. padding-right: 5px;
  50. padding-top: 2px;
  51. padding-bottom: 2px;
  52. margin-right: 0.25em;
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement