MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 39: Line 39:
}
}


/* Infobox label */
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
   background-color: #B71C1C;
   background-color: #B71C1C;
Line 49: Line 48:
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
   background-size: calc(100% + 10px) 100%;
   width: 100%;
   background-position: -5px 0;
   height: 100%;
}
}


/* Infobox data */
.portable-infobox .pi-data {
.portable-infobox .pi-data {
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
   padding: 5px 10px;
   padding: 5px 10px;
   background-color: #F98686;
   background-color: #B71C1C;
   background-size: calc(100% + 10px) 100%;
   width: 100%;
   background-position: -5px 0;
   height: 100%;
}
}


Line 66: Line 64:
.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: #FAAAAA;
   background-color: #FFE4E1;
   background-size: calc(100% + 10px) 100%;
   width: 100%;
   background-position: -5px 0;
   height: 100%;
}
}


Line 74: Line 72:
.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: #F98686;
   background-color: #FAAAAA;
   background-size: calc(100% + 10px) 100%;
   width: 100%;
   background-position: -5px 0;
   height: 100%;
}
}