Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. /* Fancy gauge effect X */
  2. .gauge { -webkit-filter: blur(0.125rem); }
  3.  
  4. /* Remove RP Clock*/
  5. .icon-overflow-wrap {
  6. visibility: hidden;
  7. }
  8.  
  9. /* Clean up clock space & add some space after the timer*/
  10. #history-time {
  11. margin-left: -1.8em;
  12. margin-right: 0.5em;
  13. }
  14.  
  15. /* nerd stuff X */
  16. #header {
  17. display: inline;
  18. }
  19.  
  20. /* Remove info bar on top
  21. #header {
  22. visibility: hidden;
  23. margin-bottom: -2em;
  24. }
  25. */
  26.  
  27. /* Font size */
  28. #table {
  29. font-size: 1.25em;
  30. }
  31.  
  32. /* Text shadows */
  33. #table .flex-column, .flex-column-i-icon, .flex-column-icon {
  34. text-shadow: 0px 0px 0.4em black;
  35. }
  36.  
  37. /* Name fix */
  38. #table .flex-column-i-name, .flex-column-name {
  39. letter-spacing: 0.14em
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement