MediaWiki:Common.css: Difference between revisions

From LudoWiki
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.alternate {border: 1px solid #EAECF0;}
table.ludotable {border: 1px solid #EAECF0;}
table.alternate th {text-align:left;}
table.ludotable th {text-align:left;}
table.wikitable tr:nth-child(even) {background: #EAECF0; text-align:left;}
table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;}
table.alternate tr:nth-child(even) {background: #EAECF0; text-align:left;}

Revision as of 16:47, 2 February 2023

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

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