MediaWiki:Infobox.css: Difference between revisions

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


.portable-infobox .pi-background {
.portable-infobox .pi-background {
     background-color: maroon;  
     background-color: #1F1F1F;
}
}


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

Revision as of 04:19, 29 December 2022

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

.portable-infobox .pi-background {
    background-color: #1F1F1F;
}


.portable-infobox{
   width: 300px;
}