This commit is contained in:
RochesterX
2025-12-01 23:34:36 -05:00
parent 1b039f1369
commit 511a3459c4
3 changed files with 23 additions and 3 deletions

View File

@@ -158,6 +158,23 @@ body {
white-space: nowrap; white-space: nowrap;
} }
.subtitle {
font: 12px tahoma, sans-serif;
color: var(--light-blue);
margin: 0;
}
.subtitle p {
margin: 0;
}
.logo-container {
display: flex;
flex-direction: column;
align-items: center;
gap: -20px;
}
.box table thead td { .box table thead td {
font-weight: bold; font-weight: bold;
} }

View File

@@ -8,7 +8,10 @@
<div class="grid-container"> <div class="grid-container">
<div class="header"> <div class="header">
<div class="header-left"> <div class="header-left">
<h2 class="logo">PayDirt</h2> <div class="logo-container">
<h2 class="logo">PayDirt</h2>
<p class="subtitle">NFL Stats</p>
</div>
<a class="button" href="/search">Search Players</a> <a class="button" href="/search">Search Players</a>
<br> <br>
</div> </div>

View File

@@ -32,14 +32,14 @@
<div class="info-container"> <div class="info-container">
<div class="info"> <div class="info">
<div class="cursor-question"> <div class="cursor-question">
<p><b>PayDirt Score:</b></p> <p><b>2024 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> <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> </div>
<p class="attribute-PaydirtScore format-integer"></p> <p class="attribute-PaydirtScore format-integer"></p>
</div> </div>
<div class="info"> <div class="info">
<div class="cursor-question"> <div class="cursor-question">
<p><b>Offense Score:</b></p> <p><b>2024 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> <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> </div>
<p class="attribute-OffenseScore format-integer"></p> <p class="attribute-OffenseScore format-integer"></p>