Add disclaimer for Info, Fee, and Version columns

This commit is contained in:
2026-07-20 14:53:24 -04:00
parent 373580b356
commit b50b9f5de9

View File

@@ -188,6 +188,9 @@ tbody tr:hover{background:color-mix(in srgb,var(--accent-soft) 50%,transparent)}
.intro-card h2{font-family:var(--display);font-size:24px;margin:0 0 10px;letter-spacing:-.01em} .intro-card h2{font-family:var(--display);font-size:24px;margin:0 0 10px;letter-spacing:-.01em}
.intro-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65;max-width:820px} .intro-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65;max-width:820px}
.fee-disclaimer{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.5;font-style:italic}
.fee-disclaimer a{color:var(--accent)}
.info-section{margin:48px 0} .info-section{margin:48px 0}
.info-section h2{font-family:var(--display);font-size:22px;margin:0 0 8px} .info-section h2{font-family:var(--display);font-size:22px;margin:0 0 8px}
.info-section .sub{color:var(--muted);font-size:15px;line-height:1.6;margin:0 0 28px;max-width:760px} .info-section .sub{color:var(--muted);font-size:15px;line-height:1.6;margin:0 0 28px;max-width:760px}
@@ -274,9 +277,9 @@ footer a{color:var(--accent);text-decoration:none}
<tr> <tr>
<th class="num">#</th> <th class="num">#</th>
<th>URL</th> <th>URL</th>
<th>Info</th> <th>Info*</th>
<th class="num">Fee</th> <th class="num">Fee*</th>
<th>Version</th> <th>Version*</th>
<th class="num">Height</th> <th class="num">Height</th>
<th class="num">Wins</th> <th class="num">Wins</th>
<th class="num">Score</th> <th class="num">Score</th>
@@ -288,6 +291,8 @@ footer a{color:var(--accent);text-decoration:none}
<div class="mobile-list" id="mlist"></div> <div class="mobile-list" id="mlist"></div>
<p class="fee-disclaimer">* Info, Fee and Version data may not reflect actual values or may be outdated. Refer to the <a href="https://bitcoin-after.life" target="_blank" rel="noopener">Bitcoin After Life plugin</a> for up-to-date information.</p>
<section class="intro-card"> <section class="intro-card">
<h2>Will Executor Server List</h2> <h2>Will Executor Server List</h2>
<p>This page displays all Will Executor servers that manage the inheritance processing for the Bitcoin After Life plugin on Electrum. Will Executors operate in a competitive environment, racing to broadcast inheritance transactions to network nodes and earn the associated transaction fees.</p> <p>This page displays all Will Executor servers that manage the inheritance processing for the Bitcoin After Life plugin on Electrum. Will Executors operate in a competitive environment, racing to broadcast inheritance transactions to network nodes and earn the associated transaction fees.</p>