MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 48: Line 48:
   padding: 5px;
   padding: 5px;
   font-weight: bold;
   font-weight: bold;
  color: #FFF5EE;
}
}


Line 57: Line 56:
   justify-content: center;
   justify-content: center;
   padding: 5px;
   padding: 5px;
}
.portable-infobox .pi-data, .portable-infobox .pi-data-label {
  font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
  background-color: #F98686;
  padding: 5px 10px;
}
}


Line 64: Line 69:
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
   background-color: #FFE4E1;
   background-color: #FFE4E1;
  font-weight: bold;
}
}


Line 71: Line 75:
.portable-infobox .pi-data:nth-child(even) .pi-data-value {
.portable-infobox .pi-data:nth-child(even) .pi-data-value {
   background-color: #FAAAAA;
   background-color: #FAAAAA;
  font-weight: bold;
}
}