MediaWiki:Common.css
Revision as of 01:39, 15 June 2012 by Uwe Hermann (talk | contribs)
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.
/* CSS placed here will be applied to all skins */
/* Table formatting */
table.sigroktable {
margin: 1em 1em 1em 0;
background-color: #6699ff;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.sigroktable > tr > th,
table.sigroktable > tr > td,
table.sigroktable > * > tr > th,
table.sigroktable > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.sigroktable > tr > th,
table.sigroktable > * > tr > th {
/* background-color: #f2f2f2; */
text-align: center;
}
/* Alternating colors ("stripe" / "zebra") for table rows. */
table.alternategrey th {background: #6699ff;}
table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}