MediaWiki:Infobox.css: Difference between revisions

From Tiny Rogues Wiki
No edit summary
No edit summary
Line 1: Line 1:
.portable-infobox.type_weapon .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: maroon;
     background-color: maroon;
}
}


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

Revision as of 04:06, 29 December 2022

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

.portable-infobox{
   width: 300px;
}