Partial css refresh

This commit is contained in:
RochesterX
2025-11-29 14:59:51 -05:00
parent 87a793ca8c
commit ab95ba82ac
4 changed files with 111 additions and 58 deletions

View File

@@ -8,19 +8,19 @@
<div class="grid-container">
<div class="header">
<div class="header-left">
<h2>Paydirt</h2>
<a href="/search">Search Players</a>
<h2 class="logo">PayDirt</h2>
<a class="button" href="/search">Search Players</a>
<br>
</div>
<div class="header-right">
<a class="user-FirstName" href="/info">Welcome, %</a>
<a class="user-FirstName button" href="/info">Welcome, %</a>
<button id="logoutButton">Log Out</button>
<button id="deleteButton" style="display: none;">Delete Account</button>
</div>
</div>
<div class="box nw">
<p>Favorites</p>
<p><b>Watched Players</b></p>
<table class="body" id="favorites">
<thead>
</thead>
@@ -29,7 +29,7 @@
</table>
</div>
<div class="box ne">
<p>Highest contracts</p>
<p><b>Highest Contracts</b></p>
<table class="body" id="highest">
<thead>
</thead>
@@ -38,7 +38,10 @@
</table>
</div>
<div class="box sw">
<p>Highest paydirt score</p>
<div class="cursor-question">
<p><b>Highest PayDirt Score</b></p>
<span class="tooltip-text">A player's <b>PayDirt score</b> is calculated by weighting their offense score by their annual salary. It is used to evaluate the worth of their contract.</span>
</div>
<table class="body" id="paydirt">
<thead>
</thead>
@@ -47,7 +50,10 @@
</table>
</div>
<div class="box se">
<p>Highest offense score</p>
<div class="cursor-question">
<p><b>Highest Offense Score</b></p>
<span class="tooltip-text">A player's <b>offense score</b> is calculated by combining several of their offense stats into a weighted score. It is indicative of their overall performance.</span>
</div>
<table class="body" id="offense">
<thead>
</thead>