MediaWiki:Infobox.css: Difference between revisions

From Tiny Rogues Wiki
No edit summary
No edit summary
Line 10: Line 10:


.portable-infobox{
.portable-infobox{
   width: 300px;
   width: 200px;
}
}

Revision as of 04:22, 29 December 2022

.portable-infobox .pi-secondary-background {
    background-color: white;
    color:black;
}

.portable-infobox .pi-background {
   background-color: red;
}


.portable-infobox{
   width: 200px;
}