More actions
dustloop>DarthPhallus Created page with ".frameTable tr:nth-child(odd) { background-color: var(--color-surface-2); } .frameTable tr:nth-child(even) { background-color: var(--color-surface-1); } .frameTable th { background-color: var(--color-surface-0); border: solid 0.1em var(--border-color-base--darker); font-size: 0.8125rem; color: var(--color-base--subtle); } .frameTable td, th { border: solid 0.1em var(--border-color-base--darker); font-size: 0.8125rem; padding: 0.75em; text-align: center; }" |
dustloop>TarkusLee No edit summary |
||
| Line 19: | Line 19: | ||
padding: 0.75em; | padding: 0.75em; | ||
text-align: center; | text-align: center; | ||
} | |||
table.frameTable { | |||
border-collapse: collapse; | |||
} | } | ||
Revision as of 19:04, 10 January 2023
.frameTable tr:nth-child(odd) {
background-color: var(--color-surface-2);
}
.frameTable tr:nth-child(even) {
background-color: var(--color-surface-1);
}
.frameTable th {
background-color: var(--color-surface-0);
border: solid 0.1em var(--border-color-base--darker);
font-size: 0.8125rem;
color: var(--color-base--subtle);
}
.frameTable td, th {
border: solid 0.1em var(--border-color-base--darker);
font-size: 0.8125rem;
padding: 0.75em;
text-align: center;
}
table.frameTable {
border-collapse: collapse;
}