MediaWiki:Common.css: Difference between revisions

From LudoWiki
No edit summary
No edit summary
Line 4: Line 4:
table.ludotable th {text-align:left;}
table.ludotable th {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;}
span, span.ludohori {display:inline-block;font-size:medium;padding-right:20px}

Revision as of 15:14, 6 February 2023

/* CSS placed here will be applied to all skins */

table.ludotable {border: 1px solid #a2a9b1}
table.ludotable th {text-align:left;}
table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;}

span, span.ludohori {display:inline-block;font-size:medium;padding-right:20px}