MediaWiki:Common.css

From PokeHacking Wiki
Revision as of 16:14, 11 August 2022 by Mikelan98 (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.
table.tabscrcmd {
	border:2px solid #C6C6C6;
	border-collapse: collapse;
}

table.tabscrcmd td, th { padding: 0px 4px; }

table.tabscrcmd th:nth-child(1) { background-color:#dcdcdc; }
table.tabscrcmd th:nth-child(2) { background-color:#f5f0e1; }
table.tabscrcmd th:nth-child(3) { background-color:#f5f0e1; }
table.tabscrcmd th:nth-child(4) { background-color:#ebf0f5; }
table.tabscrcmd th:nth-child(5) { background-color:#e9f2e6; }

table.tabscrcmd tr:nth-child(odd) td:nth-child(1) { background-color:#f4f4f4; }
table.tabscrcmd tr:nth-child(even) td:nth-child(1) { background-color:#e8e8e8; }
table.tabscrcmd tr:nth-child(odd) td:nth-child(2) { background-color:#fff9ea; }
table.tabscrcmd tr:nth-child(even) td:nth-child(2) { background-color:#faf5e6; }
table.tabscrcmd tr:nth-child(odd) td:nth-child(3) { background-color:#fff9ea; }
table.tabscrcmd tr:nth-child(even) td:nth-child(3) { background-color:#faf5e6; }
table.tabscrcmd tr:nth-child(odd) td:nth-child(4) { background-color:#f5faff; }
table.tabscrcmd tr:nth-child(even) td:nth-child(4) { background-color:#f0f5fa; }
table.tabscrcmd tr:nth-child(odd) td:nth-child(5) { background-color:#f6fff2; }
table.tabscrcmd tr:nth-child(even) td:nth-child(5) { background-color:#f1faed; }

table.tabscrcmd tr:hover td {background-color: #ffffff;}