| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .stats-container {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 280px;
- background-color: rgba(0, 0, 0, 0.8);
- border-color: rgba(255, 255, 255, 0.3);
- border-width: 1px;
- border-radius: 5px;
- padding: 10px;
- color: white;
- }
- .title-label {
- font-size: 16px;
- color: #FFD700;
- margin-bottom: 10px;
- -unity-font-style: bold;
- -unity-text-align: middle-center;
- }
- .section {
- margin-bottom: 8px;
- }
- .section-header {
- font-size: 12px;
- color: #87CEEB;
- margin-bottom: 4px;
- -unity-font-style: bold;
- }
- .character-name {
- font-size: 14px;
- color: #90EE90;
- -unity-font-style: bold;
- }
- .character-level {
- font-size: 11px;
- color: #DDA0DD;
- margin-bottom: 5px;
- }
- .stat-label {
- font-size: 11px;
- color: white;
- margin-left: 5px;
- margin-bottom: 2px;
- }
- .help-text {
- font-size: 10px;
- color: #CCCCCC;
- -unity-text-align: middle-center;
- margin-top: 5px;
- }
|