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