Difference between revisions of "MediaWiki:Common.css"
From ComputerCraft Wiki
(Apply myagiczocker's changes) |
(No difference)
|
Latest revision as of 16:16, 1 August 2020
.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;
}