MediaWiki:Common.css
From ComputerCraft Wiki
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
.infobox {
float: right;
width: 320px;
border: solid 1px black;
white-space: nowrap;
}
.infobox .infobox-name {
background-color: #DBE5FF;
font-size: large;
font-weight: bold;
text-align: center;
}
.infobox .infobox-image {
text-align: center;
}
.infobox .infobox-rows {
border-spacing: 0;
}
.infobox .infobox-rows th {
text-align: left;
}
.infobox .infobox-rows td {
width: 100%;
}
.infobox .infobox-rows td,
.infobox .infobox-rows th {
border-top: solid #C9C9C9 1px;
border-right: solid #C9C9C9 1px;
padding: 0.4em;
}
.infobox .infobox-rows tr:nth-child(odd) {
background-color: #E8E8E8;
}