MediaWiki:Common.css: Difference between revisions

From kingssing.com
No edit summary
No edit summary
Line 4: Line 4:


tr:hover {background-color: coral;}
tr:hover {background-color: coral;}
table {
  border-collapse: collapse;
}
caption {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #333;
}

Revision as of 19:49, 6 April 2024

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

tr:nth-child(even) {background-color: #f2f2f2;}

tr:hover {background-color: coral;}

table {
  border-collapse: collapse;
}

caption {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #333;
}