MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
width: fit-content; | width: fit-content; | ||
} | } | ||
/* ─── Pokémon infobox tabs float ───────────────────────── */ | |||
.tabs- | .tabs-pkmn { | ||
float: right; | |||
clear: both; | |||
display: inline-block !important; /* shrink-wrap to content */ | |||
width: auto !important; /* override any 100% width */ | |||
margin: 0 0 1em 1em; /* match your infobox spacing */ | |||
} | } | ||
Revision as of 00:28, 22 May 2025
.hidden-small{
font-size:85%;
font-weight:400;
margin-top:2px; /* small gap under ability name */
}
.pixelated {
image-rendering: crisp-edges; /* Firefox, older browsers */
image-rendering: pixelated; /* Chrome, modern browsers */
}
.tabs-container{
width: fit-content;
}
.tabs{
width: fit-content;
}
/* ─── Pokémon infobox tabs float ───────────────────────── */
.tabs-pkmn {
float: right;
clear: both;
display: inline-block !important; /* shrink-wrap to content */
width: auto !important; /* override any 100% width */
margin: 0 0 1em 1em; /* match your infobox spacing */
}