MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
Tag: Reverted
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 47: Line 48:
   padding: 5px;
   padding: 5px;
   font-weight: bold;
   font-weight: bold;
  color: #FFF5EE;
}
}


Line 55: Line 57:
   justify-content: center;
   justify-content: center;
   padding: 5px;
   padding: 5px;
}
.portable-infobox .pi-data:nth-child(odd) .pi-data-label {
  background-color: #FAAAAA;
}
.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;
}
   color: #FFF5EE;
 
.portable-infobox .pi-data:nth-child(even) .pi-data-value {
   background-color: #FFF5EE;
}
}


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


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

edits

Navigation menu