Jump to content

MediaWiki:Common.css: Difference between revisions

From TwainFrame
No edit summary
No edit summary
Line 13: Line 13:
#example tbody tr:nth-child(even) {
#example tbody tr:nth-child(even) {
   background-color: #f5f5f5;
   background-color: #f5f5f5;
}
#example td {
  font-family: "Georgia", serif;
  font-size: 0.9em;
}
}

Revision as of 02:15, 25 June 2025

/* MediaWiki:Common.css */
#example {
  border: 2px solid #0077cc;
  border-collapse: collapse;
}

#example td,
#example th {
  border: 1px solid #ccc;
  padding: 8px;
}

#example tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
#example td {
  font-family: "Georgia", serif;
  font-size: 0.9em;
}