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
I changed the background color for the icon to be gray like Template:StyleFood. This way the icons for items that naturally have black (e.g. Cichol Puppet) will be visible. Is everyone okay with this, or do you have a different color to suggest?
I'm not familiar with the css so I didn't want to touch it. Tell me where to change it and I'll do it.
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.
The only unpleasant side effect I can think of doing this is that all of those nice previews people has taken in front of the Dunbarton Library doorway will look odd now. :\
After thinking about this, and seeing the current results I think I prefer a completely black background because it makes most icons pop out more. But perhaps apply a switch when you are dealing with an icon that contain black.
I don't like the gray much, either. It looks out of place since the table's borders are also gray. I'm fine with the switch idea.
So, should it be a style override such as ImageStyle=background: #333;
or more like BlackIcon=y
While the latter is shorter, the former is more customizable for the situation.