MediaWiki:Common.css

From TombstoneMMO Wiki
Revision as of 16:44, 13 January 2025 by AlphSpirit (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.tsTable {
	display: inline-block;
	border: 2px ridge #5b8680;
	border-radius: 4px;
}
.tsTableGrid {
	display: grid;
}
.tsTableGrid3 {
	grid-template-columns: auto auto auto;
}
.tsTableGrid3 .tsTableCell:nth-child(3n+1) {
	border-right: 1px solid #5b8680;
}
.tsTableGrid3 .tsTableCell:nth-child(3n+2) {
	border-right: 1px solid #5b8680;
}
.tsTableGrid3 .tsTableCell:nth-child(6n+1),
.tsTableGrid3 .tsTableCell:nth-child(6n+2), 
.tsTableGrid3 .tsTableCell:nth-child(6n+3) {
	background-color: #eabe82;
}
.tsTableHeader, .tsTableCell {
	padding: 0 0.5rem;
	line-height: 2;
}
.tsTableHeader {
	background-color: #809e95;
	font-weight: bold;
	color: white;
}