MediaWiki:Common.css: Difference between revisions

From kingssing.com
No edit summary
No edit summary
Line 11: Line 11:
caption {
caption {
   font-weight: bold;
   font-weight: bold;
   font-size: 24px;
   font-size: 18px;
   text-align: left;
   text-align: left;
   color: #333;
   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: 18px;
  text-align: left;
  color: #333;
}