MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 41: Line 41:
/* Infobox label */
/* Infobox label */
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
  background-color: #FAAAAA;
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
   font-weight: bold;
   font-weight: bold;
  margin-bottom: 10px;
}
}


/* Infobox data */
.portable-infobox .pi-data-value {
.portable-infobox .pi-data {
   flex: 1;
   margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
}


1,112

edits

Navigation menu