Peppermint (talk | contribs) No edit summary Tag: Reverted |
Peppermint (talk | contribs) No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
.portable-infobox .pi-border-color { | .portable-infobox .pi-border-color { | ||
border-color: cyan; | 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 { | |||
} | } |
Revision as of 09:34, 24 November 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 {
}