MediaWiki:Common.css: Difference between revisions

From kingssing.com
No edit summary
No edit summary
Line 13: Line 13:
   font-size: 18px;
   font-size: 18px;
   text-align: left;
   text-align: left;
   color: #333;
   background-color: green;
  color: white;
}
}

Revision as of 20:50, 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;
  background-color: green;
  color: white;
}