Advertisement
izuemis

cr angeidiarys #2

Oct 4th, 2022
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. -- FONT --
  2. @font-face {
  3. font-family:'genty';
  4. src: url(https://dl.dropbox.com/s/ctpy3s68nge1r8d/GentyDemo-Regular.ttf);
  5. }
  6.  
  7. -- CONTAINER W TEXT --
  8. border-radius: 0px 0px 50px 0px;
  9.  
  10. -- TITLE TEXT --
  11. text-shadow: -1px 0 #3e2137, 0 1px #3e2137, 1px 0 #3e2137, 0 -1px #3e2137, 0 0;
  12. font-family:'genty';
  13. color: white;
  14. background: #adb8bb;
  15. border-radius: 100%;
  16. border: 1px solid #3e2137;
  17.  
  18. -- TOP SCROLLBOXES --
  19. height: 15em;
  20. overflow: auto;
  21. border-radius: 5px;
  22. border: 1px solid #3e2137;
  23. background: white;
  24. padding: 10px;
  25.  
  26. --LOWER SCROLLBOX --
  27. height: 11.625em;
  28. overflow: auto;
  29. border-radius: 5px;
  30. border: 1px solid #3e2137;
  31. background: white;
  32. padding: 10px;
  33.  
  34. -- MARK/HIGHLIGHT TEXT --
  35. padding: 2px;
  36. border: 1px solid #3e2137;
  37. border-radius: 5px;
  38. background: #adb8bb;
  39. color: white;
  40. font-weight: 800;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement