MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 40: Line 40:


/* Infobox label */
/* Infobox label */
./* Infobox label */
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
   background-color: #B71C1C;
   background-color: #B71C1C;
  padding-left: 8px;
  padding-right: 8px;
   flex: 0 0 30%;
   flex: 0 0 30%;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
  padding: 5px;
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #FFF5EE;
}
}


/* 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;
   padding-left: 8px;
   background-color: #B71C1C;
   padding-right: 8px;
   margin: 0 10px;
}
}


Line 70: Line 71:
.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;
  padding: 10px;
}
}


1,112

edits

Navigation menu