MediaWiki:Common.css: Difference between revisions
m CSS fix |
Added custom class for new infobox |
||
Line 1,626: | Line 1,626: | ||
.format-custom { | .format-custom { | ||
text-shadow: 0.125em 0.125em 0 color-mix(in srgb,currentColor 25%,#000 75%); | text-shadow: 0.125em 0.125em 0 color-mix(in srgb,currentColor 25%,#000 75%); | ||
} | |||
/* Making tabs wrap for infoboxes */ | |||
.tabberwrapping { | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | } |