MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 50: Line 50:
}
}


/* Infobox data */
.portable-infobox .pi-data-value {
.portable-infobox .pi-data {
   flex: 1;
   background-color: #F98686;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
 
.portable-infobox .pi-data, .portable-infobox .pi-data-label {
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
  background-color: #F98686;
   padding: 5px 10px;
   padding: 5px 10px;
}
}