Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:B9s LED table/styles.css: Difference between revisions

Template page
(attempt to use css variables, this is probably way overcomplicated (and maybe it won't work))
(padding fix for citizen skin)
Line 28: Line 28:
--missing: var(--missing-d);
--missing: var(--missing-d);
--corrupt: var(--corrupt-d);
--corrupt: var(--corrupt-d);
}
html.skin-citizen-dark .b9s-table td {
padding: 10px; /* default padding is 10px 20px 10px 0 but it looks weird with bg colors */
}
}