CharacterStatsPanel.uss 965 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .stats-container {
  2. position: absolute;
  3. top: 10px;
  4. right: 10px;
  5. width: 280px;
  6. background-color: rgba(0, 0, 0, 0.8);
  7. border-color: rgba(255, 255, 255, 0.3);
  8. border-width: 1px;
  9. border-radius: 5px;
  10. padding: 10px;
  11. color: white;
  12. }
  13. .title-label {
  14. font-size: 16px;
  15. color: #FFD700;
  16. margin-bottom: 10px;
  17. -unity-font-style: bold;
  18. -unity-text-align: middle-center;
  19. }
  20. .section {
  21. margin-bottom: 8px;
  22. }
  23. .section-header {
  24. font-size: 12px;
  25. color: #87CEEB;
  26. margin-bottom: 4px;
  27. -unity-font-style: bold;
  28. }
  29. .character-name {
  30. font-size: 14px;
  31. color: #90EE90;
  32. -unity-font-style: bold;
  33. }
  34. .character-level {
  35. font-size: 11px;
  36. color: #DDA0DD;
  37. margin-bottom: 5px;
  38. }
  39. .stat-label {
  40. font-size: 11px;
  41. color: white;
  42. margin-left: 5px;
  43. margin-bottom: 2px;
  44. }
  45. .help-text {
  46. font-size: 10px;
  47. color: #CCCCCC;
  48. -unity-text-align: middle-center;
  49. margin-top: 5px;
  50. }