MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */
.listTable {
width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;
}
.listTable th {
font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px; text-align: left;
}
.listTable tr {
border-top: solid #C9C9C9 1px; padding: .4em;
}
.listTable tr:nth-child(odd) {
color: #FFFFFF;
}
.listTable tr:nth-child(even) {
color: #E8E8E8;
}