Link to article: More By Lt Flops.
/* SCP Foundation */
.tablerig h3 {
display: flex;
justify-content: center;
margin-top: 1rem;
font: bold 1.35rem "Montserrat", sans-serif;
}
.tablerig table.wiki-content-table {
width: 90%;
font-weight: bold;
}
.tablerig table.wiki-content-table th,
.tablerig table.wiki-content-table td:nth-child(1),
.tablerig table.wiki-content-table td:nth-child(2) {
text-align: center;
}
.tablerig table.wiki-content-table td:nth-child(2) {
width: 25%;
}
/* Wanderers' Library */
.tablerig .wanlib table.wiki-content-table th {
color: hsl(45, 100%, 67%) !important;
background: hsl(120, 30%, 17%) !important;
border-color: hsl(120, 30%, 7%) !important;
box-shadow: 0 .125rem 0 0 hsl(45, 100%, 67%);
font: bold 1.15rem "EB Garamond", "Big Caslon", "Book Antiqua", "Palatino Linotype", "Georgia", serif;
}
.tablerig .wanlib table.wiki-content-table td {
color: hsl(0, 0%, 5%) !important;
background: hsla(120, 30%, 87%, .6) !important;
border-color: hsl(120, 30%, 7%) !important;
font: .95rem "EB Garamond", "Big Caslon", "Book Antiqua", "Palatino Linotype", "Georgia", serif;
}
.tablerig .wanlib table.wiki-content-table td a {
color: hsl(45, 75%, 17%);
border-bottom-color: hsla(45, 75%, 17%, .4) !important;
font-weight: bold;
}
.tablerig .wanlib table.wiki-content-table td a:hover {
background: hsla(45, 100%, 67%, .6);
}
/* Special */
.lie {
padding: 1px 3px;
background: hsla(207, 75%, 50%, .3);
font: bold .95rem/1.5 "Fira Code", "Cousine", monospace;
word-break: normal;
}
color: hsl(214, 95%, 24%)
tablerig
lie
wanlib