MediaWiki:Common.css: Difference between revisions

From kingssing.com
(Created page with "→‎CSS placed here will be applied to all skins: tr:nth-child(even) {background-color: #f2f2f2;}")
 
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 {
  border-collapse: collapse;
}
tr:nth-child(even) {background-color: #f2f2f2;}
tr:nth-child(even) {background-color: #f2f2f2;}

Revision as of 19:25, 6 April 2024

/* CSS placed here will be applied to all skins */
table {
  border-collapse: collapse;
}
tr:nth-child(even) {background-color: #f2f2f2;}