Difference between revisions of "MediaWiki:Common.css"
From Cities of Norn Wiki
Tag: Manual revert |
|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
} | |||
.pi-data { | |||
font-size: 1.2em; | |||
} | } | ||
.pi-title > p { | .pi-title > p { | ||
margin: 0; | margin: 0; | ||
font-weight: bold; | |||
} | |||
.pi-data p { | |||
margin: 0; | |||
} | |||
.portable-infobox { | |||
border: 1px solid black; | |||
width: 300px ; | |||
} | |||
.portable-infobox .pi-border-color { | |||
border-color: black; | |||
} | } | ||
Latest revision as of 04:46, 14 November 2023
.pi-title {
font-weight: bold;
text-align: center;
}
.pi-data {
font-size: 1.2em;
}
.pi-title > p {
margin: 0;
font-weight: bold;
}
.pi-data p {
margin: 0;
}
.portable-infobox {
border: 1px solid black;
width: 300px ;
}
.portable-infobox .pi-border-color {
border-color: black;
}