MediaWiki:Common.css
From MCM Combat Operations
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 */
.gallerytext p {
color: #c1c1c1;
}
table.infobox {
border: 1px solid;
margin-left:1em;
margin-bottom:1em;
}
table.infobox .header {
background: #DEDDE2;
color: #2a2a2a;
font-size: 110%;
line-height: 1.6em;
}
table.infobox tr {
line-height: 1.2em;
}
table.infobox tr:nth-child(odd) {
background: #c1c1c1;
color: #2a2a2a;
}
table.infobox tr:nth-child(odd) th {
background: #c1c1c1;
}
.hover {
width: 150px;
}