Mediawiki:common.css
| Строка 4970: | Строка 4970: | ||
/* === Снаряжение охотника ========================================= */ | /* === Снаряжение охотника ========================================= */ | ||
/* | /* v5: умеренный размер спрайтов и отдельная центровка брони. */ | ||
.scmc-hunter-equipment { | .scmc-hunter-equipment { | ||
| Строка 5153: | Строка 5153: | ||
height: 100%; | height: 100%; | ||
place-items: center; | place-items: center; | ||
line-height: 0; | |||
} | } | ||
| Строка 5163: | Строка 5164: | ||
max-height: none !important; | max-height: none !important; | ||
object-fit: contain; | object-fit: contain; | ||
transform: | margin: auto !important; | ||
transform: none; | |||
transform-origin: center; | transform-origin: center; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
} | |||
/* Броня визуально массивнее оружия, поэтому ей нужен меньший масштаб. */ | |||
.scmc-hunter-equipment .scmc-hunter-table-armor .scmc-hunter-icon img, | |||
.scmc-hunter-equipment .scmc-hunter-table-armor .scmc-hunter-icon .mw-file-element { | |||
width: 65px !important; | |||
height: 65px !important; | |||
object-position: center center; | |||
} | } | ||
| Строка 5468: | Строка 5478: | ||
.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: 64px !important; | ||
height: | height: 64px !important; | ||
max-width: none !important; | max-width: none !important; | ||
max-height: none !important; | max-height: none !important; | ||
transform: | transform: none; | ||
} | |||
.scmc-hunter-equipment .scmc-hunter-table-armor .scmc-hunter-icon img, | |||
.scmc-hunter-equipment .scmc-hunter-table-armor .scmc-hunter-icon .mw-file-element { | |||
width: 58px !important; | |||
height: 58px !important; | |||
} | } | ||
} | } | ||
/* СМ:Главаная - конец */ | /* СМ:Главаная - конец */ | ||