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 header */
.portable-infobox .pi-title {
  background-color: #B71C1C;
  font-weight: bold;
  color: #FFF5EE;
  padding: 10px;
}
/* Infobox label */
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
   background-color: #B71C1C;
   background-color: #B71C1C;
Line 45: Line 54:
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   padding: 5px;
   padding: 10px;
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
  width: 100%;
  height: 100%;
}
}


Line 55: Line 62:
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
   padding: 5px 10px;
   padding: 10px;
   background-color: #B71C1C;
   background-color: #F98686;
  width: 100%;
  height: 100%;
}
}


Line 64: Line 69:
.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: #FFE4E1;
   background-color: #B71C1C;
  width: 100%;
  height: 100%;
}
}


Line 73: Line 76:
.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: #FAAAAA;
  width: 100%;
  height: 100%;
}
}