(Created page with ".striped-table { border: 2px solid #bbbbbb; } .headerRow {background-color: #f5f5f5;} .headerRow { text-align: center; } .gold {background-color: gold} .silver {background-color: silver} .bronze {background-color: #cd7f32} .headerRow th { font-size: 1rem; padding: 5px; } .headerRow .table-title { font-size: 1.1rem; border-bottom: 1px solid #a2a9b1; } .bodyRow td { border-top: 1px solid #a2a9b1; padding: 5px; } .bodyRow td:not(:last-child) { border-right: 1px...") |
(Couchor changed the content model of the page Template:PrizePool.css from "wikitext" to "Sanitized CSS") Tag: content model change |
Latest revision as of 11:25, 29 September 2023
.striped-table {
border: 2px solid #bbbbbb;
}
.headerRow {background-color: #f5f5f5;}
.headerRow {
text-align: center;
}
.gold {background-color: gold}
.silver {background-color: silver}
.bronze {background-color: #cd7f32}
.headerRow th {
font-size: 1rem;
padding: 5px;
}
.headerRow .table-title {
font-size: 1.1rem;
border-bottom: 1px solid #a2a9b1;
}
.bodyRow td {
border-top: 1px solid #a2a9b1;
padding: 5px;
}
.bodyRow td:not(:last-child) {
border-right: 1px solid #a2a9b1;
}
/* Darkmode */
html.skin-citizen-dark .headerRow {background-color: #262626;}