MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
table.ludotable {border-collapse: collapse; width: 100%;} | table.ludotable {border-collapse: collapse; width: 100%;} | ||
table.ludotable th {text-align:left;} | table.ludotable th, td {text-align:left;} | ||
table.ludotable tr {border-bottom: 1px solid #f8f9fa; text-align:left;} | table.ludotable tr {border-bottom: 1px solid #f8f9fa; text-align:left;} | ||
table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;} | table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;} | ||
.ludohori span {display:inline-block;font-size:medium;padding-right:30px} | .ludohori span {display:inline-block;font-size:medium;padding-right:30px} | ||
Revision as of 18:54, 6 February 2023
/* CSS placed here will be applied to all skins */
table.ludotable {border-collapse: collapse; width: 100%;}
table.ludotable th, td {text-align:left;}
table.ludotable tr {border-bottom: 1px solid #f8f9fa; text-align:left;}
table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;}
.ludohori span {display:inline-block;font-size:medium;padding-right:30px}