Peppermint (talk | contribs) No edit summary Tag: Reverted |
Peppermint (talk | contribs) No edit summary Tags: Manual revert Reverted |
||
Line 23: | Line 23: | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
} | } |
Revision as of 00:39, 9 December 2023
.portable-infobox {
width: 35%;
}
.portable-infobox .pi-secondary-background {
background-color: cyan;
}
.portable-infobox .pi-border-color {
border-color: cyan;
}
.portable-infobox .pi-title {
padding-top:14px;
font-size:20px;
font-weight:bold;
line-height:24px;
background-color: rgba(0,100,100,0.8);
color: cyan;
border-radius: 10px 10px 0 0;
}
.portable-infobox .pi-title {
}