MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 66: Line 66:
.portable-infobox .pi-data:nth-child(odd) .pi-data-label,
.portable-infobox .pi-data:nth-child(odd) .pi-data-label,
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {
   background-color: #B71C1C;
   background-color: #FAAAAA;
   background-size: calc(100% + 10px) 100%;
   background-size: calc(100% + 10px) 100%;
   background-position: -5px 0;
   background-position: -5px 0;
Line 74: Line 74:
.portable-infobox .pi-data:nth-child(even) .pi-data-label,
.portable-infobox .pi-data:nth-child(even) .pi-data-label,
.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: #F98686;
   background-size: calc(100% + 10px) 100%;
   background-size: calc(100% + 10px) 100%;
   background-position: -5px 0;
   background-position: -5px 0;