ui-rta.css 945 B

1234567891011121314151617181920212223242526272829303132333435
  1. :root {
  2. /**
  3. * Header and footer.
  4. */
  5. --header-background: #3c6b79;
  6. --ui-color-border: #7879c8;
  7. /**
  8. * Sidebar.
  9. */
  10. --sidebar-background: #1b4859;
  11. /**
  12. * Sections.
  13. */
  14. --section-title-background: #0f3a4f;
  15. --section-background-list: #121f37;
  16. --section-background-content: #395f75;
  17. /**
  18. * Input elments
  19. */
  20. --input-background: linear-gradient(0deg, #3f5bba 0%, #7779c6 97%, #8ec0d1 100%);
  21. --input-background-disabled: linear-gradient(0deg, #603d20 0%, #64563c 97%, #685447 100%);
  22. --input-background-unchecked: #283e60;
  23. --input-background-checked: #8fb8d1;
  24. --input-color-placeholder: #ffffff;
  25. --input-text-shadow: 0 0 0.05em #000000;
  26. /**
  27. * Other colors
  28. */
  29. --color-monster-tooltip-background: #090c33;
  30. --color-monster-tooltip-header: #050015;
  31. --color-table-rune-background: #373662;
  32. --color-table-rune-border: #211933;
  33. }