MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
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%;
   flex: 0 0 30%;
   display: flex;
   display: flex;
Line 58: Line 57:
}
}


.portable-infobox .pi-data, .portable-infobox .pi-data-label {
.portable-infobox .pi-data:nth-child(odd) .pi-data-label {
   font-weight: bold;
   background-color: #FAAAAA;
   color: #FFF5EE;
}
 
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
   background-color: #FFE4E1;
}
 
.portable-infobox .pi-data:nth-child(even) .pi-data-label {
   background-color: #F98686;
   background-color: #F98686;
   padding: 5px 10px;
}
 
.portable-infobox .pi-data:nth-child(even) .pi-data-value {
   background-color: #FFF5EE;
}
}


Line 76: Line 84:
   background-color: #FAAAAA;
   background-color: #FAAAAA;
}
}


.portable-infobox .pi-image {
.portable-infobox .pi-image {
1,112

edits

Navigation menu