branding: table styles

This commit is contained in:
2026-04-01 15:24:37 +02:00
parent 4f74dd5fe0
commit 7df5daaa6c
12 changed files with 40 additions and 2 deletions

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #b8860b;
--adm-caution-bg: #f5dddd;
--adm-caution-border: #c44569;
--thead-bg: #e8dffa;
}

View File

@@ -23,6 +23,7 @@
--adm-warning-border: #ffe2bd;
--adm-caution-bg: #662d43;
--adm-caution-border: #ffc4d5;
--thead-bg: #3d2d5c;
}
body {
@@ -271,6 +272,32 @@ hr {
border-top: 1px solid var(--code-border);
}
table {
border-collapse: collapse;
margin: 20px 0;
width: 100%;
}
thead {
border-bottom: 2px solid var(--code-border);
background: var(--thead-bg);
}
th {
font-weight: bold;
text-align: left;
padding: 8px 12px;
}
td {
padding: 8px 12px;
border-top: 1px solid var(--code-border);
}
tr:nth-child(even) {
background: var(--bg-deep);
}
.nav-toggle,
.nav-toggle-label {
display: none;

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #aaaa78;
--adm-caution-bg: #eee0e0;
--adm-caution-border: #aa8888;
--thead-bg: #e8e8e8;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #8a8a5a;
--adm-caution-bg: #2e1a1a;
--adm-caution-border: #8a5a5a;
--thead-bg: #111111;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #ebcb8b;
--adm-caution-bg: #eddcdc;
--adm-caution-border: #bf616a;
--thead-bg: #d8dee9;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #ebcb8b;
--adm-caution-bg: #3b3840;
--adm-caution-border: #bf616a;
--thead-bg: #3b4252;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #e5c07b;
--adm-caution-bg: #3a2c2e;
--adm-caution-border: #e06c75;
--thead-bg: #21252b;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #986801;
--adm-caution-bg: #fae8e8;
--adm-caution-border: #e45649;
--thead-bg: #eaeaeb;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #ea9d34;
--adm-caution-bg: #f5e5e8;
--adm-caution-border: #b4637a;
--thead-bg: #f2e9e1;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #f6c177;
--adm-caution-bg: #2a1f22;
--adm-caution-border: #eb6f92;
--thead-bg: #1f1d2e;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #b58900;
--adm-caution-bg: #360a07;
--adm-caution-border: #cb4b16;
--thead-bg: #073642;
}

View File

@@ -23,4 +23,5 @@
--adm-warning-border: #b58900;
--adm-caution-bg: #fde8e8;
--adm-caution-border: #dc322f;
--thead-bg: #eee8d5;
}