Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Icon background color
Fragment of a discussion from Template talk:StyleWeapon
It's pretty much the same as regular coding. All you have to do is replace
table.mabitable tr.image td, table.mabitable td.image, table.imagetable td, table.imagetable th { background-color: #000; }
with
table.mabitable tr.image td, table.mabitable td.image, table.imagetable td, table.imagetable th { background-color: #333; }
(I think.) But that will effect every imagetable on the wiki. No item will have a black background.