Mediawiki:common.css
| Строка 4970: | Строка 4970: | ||
/* === Снаряжение охотника ========================================= */ | /* === Снаряжение охотника ========================================= */ | ||
/* | /* v6: автоматическая подгонка обычных спрайтов и отдельный масштаб брони. */ | ||
.scmc-hunter-equipment { | .scmc-hunter-equipment { | ||
| Строка 5159: | Строка 5159: | ||
.scmc-hunter-equipment .scmc-hunter-icon .mw-file-element { | .scmc-hunter-equipment .scmc-hunter-icon .mw-file-element { | ||
display: block; | display: block; | ||
width: | width: 92% !important; | ||
height: | height: 92% !important; | ||
max-width: none !important; | max-width: none !important; | ||
max-height: none !important; | max-height: none !important; | ||
object-fit: contain; | object-fit: contain; | ||
object-position: center; | |||
margin: auto !important; | margin: auto !important; | ||
transform: none; | transform: none; | ||
| Строка 5478: | Строка 5479: | ||
.scmc-hunter-equipment .scmc-hunter-icon img, | .scmc-hunter-equipment .scmc-hunter-icon img, | ||
.scmc-hunter-equipment .scmc-hunter-icon .mw-file-element { | .scmc-hunter-equipment .scmc-hunter-icon .mw-file-element { | ||
width: | width: 92% !important; | ||
height: | height: 92% !important; | ||
max-width: none !important; | max-width: none !important; | ||
max-height: none !important; | max-height: none !important; | ||
object-fit: contain; | |||
object-position: center; | |||
transform: none; | transform: none; | ||
} | } | ||