diff --git a/index.html b/index.html index 26e270d..89f0888 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,55 @@ tr:hover { background-color: #f5f5f5; } + .expandable-row { + cursor: pointer; + } + .expandable-row:hover { + background-color: #e3f2fd; + } + .expanded-content { + display: none; + background-color: #f8f9fa; + border-top: 2px solid #007bff; + } + .expanded-content td { + padding: 20px; + } + .chart-container { + width: 100%; + height: 300px; + margin: 10px 0; + border: 1px solid #ddd; + border-radius: 4px; + background: white; + } + .chart-title { + text-align: center; + font-weight: bold; + margin-bottom: 10px; + color: #333; + } + .loading-chart { + display: flex; + justify-content: center; + align-items: center; + height: 200px; + color: #666; + } + .chart-tooltip { + position: fixed; + background-color: rgba(0, 0, 0, 0.9); + color: white; + padding: 8px 12px; + border-radius: 4px; + font-size: 12px; + pointer-events: none; + z-index: 10000; + display: none; + white-space: nowrap; + box-shadow: 0 2px 8px rgba(0,0,0,0.3); + border: 1px solid rgba(255,255,255,0.2); + } .rating { font-weight: bold; color: #007bff; @@ -217,9 +266,9 @@ player.ratingChange < 0 ? 'negative' : 'neutral'; tableHTML += ` -