MediaWiki:Vector.css: Difference between revisions
| No edit summary Tag: Manual revert | No edit summary | ||
| Line 11: | Line 11: | ||
| .portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
|    color: # |    color: #fdfdee; | ||
|    background-color: # |    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: # |    color: #fdfdee; | ||
|    background-color: # |    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: # |    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: # |    color: #fdfdee; | ||
| } | } | ||
| .portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
|    font-weight: bold; |    font-weight: bold; | ||
|    color: # |    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: # |    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: # |    background-color: #46403f; | ||
|    padding-left: 5px; |    padding-left: 5px; | ||
|    padding-right: 5px; |    padding-right: 5px; | ||
