Difference between revisions of "MediaWiki:Common.css"

From Cities of Norn Wiki
Tag: Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
.pi-title {
.pi-title {
   background-color: black;
   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;
}
}

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;
}