MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 51: Line 51:


/* Infobox label and data colors */
/* Infobox label and data colors */
.portable-infobox .pi-data-label:nth-child(odd),
.portable-infobox .pi-data:nth-child(odd) .pi-data-label,
.portable-infobox .pi-data-value:nth-child(odd) {
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
  color: #000000;
   background-color: #FFE4E1;
   background-color: #FFE4E1;
}
}


.portable-infobox .pi-data-label:nth-child(even),
/* Second label and data */
.portable-infobox .pi-data-value:nth-child(even) {
.portable-infobox .pi-data:nth-child(even) .pi-data-label,
  color: #000000;
.portable-infobox .pi-data:nth-child(even) .pi-data-value {
   background-color: #A560B8;
   background-color: #FAAAAA;
}
}


1,112

edits

Navigation menu