diff options
| author | Bradley Taunt <git@btxx.org> | 2026-07-31 09:24:41 -0400 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-07-31 09:24:41 -0400 |
| commit | b80acd6f3a97151488f9b47219913c5c67639fa7 (patch) | |
| tree | a69d1ee9c55d0486bc4d435127d767088afed76c /style.css | |
| parent | 4836f2630d56656fcca65a34eaf9dc28d89d05be (diff) | |
Return to NFS setup, include styling for size meter for members table
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -131,7 +131,11 @@ table.members { } table.members tbody tr { counter-increment: rowNumber; - position: relative; + border-bottom: 1px solid; + background-image: linear-gradient(to right, var(--c) var(--fill), transparent var(--fill)); + background-position: bottom left; + background-size: 100% 2px; + background-repeat: no-repeat; } table.members tbody tr td:first-child::before { border-bottom: 1px solid #24272D; @@ -148,6 +152,9 @@ table.members tbody tr td:first-child::before { text-align: right; z-index: -2; } +table.members td { + background: none !important; +} #nav ul { margin: 1em 0; @@ -272,6 +279,13 @@ table.members tbody tr td:first-child::before { border-bottom: 1px solid #ccc; color: #ccc; } + table.members tbody tr::before { + border-color: black; + } + table.members tbody tr::after { + background: black; + border-color: black; + } .fame { color: black; } |
