MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 11: Line 11:


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   color: #000000;
   color: #fdfdee;
   background-color: #FAAAAA;
   background-color: #a62e10;
   font-size: 15px;
   font-size: 15px;
   font-weight: bold;
   font-weight: bold;
Line 27: Line 27:


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   color: #B71C1C;
   color: #fdfdee;
   background-color: #FAAAAA;
   background-color: #a62e10;
   font-size: 14px;
   font-size: 14px;
   font-weight: bold;
   font-weight: bold;
Line 41: Line 41:
/* Infobox label */
/* Infobox label */
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
   background-color: #FFE4E1;
   background-color: #312b2a;
   padding-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-right: 5px;
Line 49: Line 49:
   justify-content: center;
   justify-content: center;
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #fdfdee;
  background-color: #FFF5EE;
}
}


.portable-infobox .pi-data {
.portable-infobox .pi-data {
   font-weight: bold;
   font-weight: bold;
   color: #FFF5EE;
   color: #fdfdee;
   padding: 5px 10px;
   padding: 5px 10px;
   padding-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-right: 5px;
  background-color: #46403f;
}
}


Line 64: 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: #FFE4E1;
   background-color: #312b2a;
   padding-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-right: 5px;
Line 72: 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: #FAAAAA;
   background-color: #46403f;
   padding-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-right: 5px;
1,112

edits

Navigation menu