MediaWiki:Common.css: Difference between revisions
From Median-XL
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
.va-table-left { | .va-table-left { | ||
width: 50%; | width: 50%; | ||
float: right; | |||
} | } | ||
th, td { | th, td { |
Revision as of 10:23, 30 April 2024
.va-table { background-color: #212121; border-collapse: collapse; empty-cells: show; font-size: 16px; line-height: 20px; margin-bottom: 5px; } .va-table > tr > th, .va-table > * > tr > th { background-color: #1D0404; font-weight: bold; color: #A99D5C; text-align: center; } .va-table-center { text-align: center; } .va-table-left { width: 50%; float: right; } th, td { padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; }