aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-07-31 09:24:41 -0400
committerBradley Taunt <git@btxx.org>2026-07-31 09:24:41 -0400
commitb80acd6f3a97151488f9b47219913c5c67639fa7 (patch)
treea69d1ee9c55d0486bc4d435127d767088afed76c /style.css
parent4836f2630d56656fcca65a34eaf9dc28d89d05be (diff)
Return to NFS setup, include styling for size meter for members table
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/style.css b/style.css
index 94e59f4..1fd9b54 100644
--- a/style.css
+++ b/style.css
@@ -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;
}