5494
редагування
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 477: | Рядок 477: | ||
.mcc-hero-card { | .mcc-hero-card { | ||
position: relative; | position: relative; | ||
display: block; | display: inline-block; | ||
width: 242px; | width: 242px; | ||
max-width: 100%; | max-width: 100%; | ||
| Рядок 483: | Рядок 483: | ||
overflow: hidden; | overflow: hidden; | ||
background: #1a1a2e; | background: #1a1a2e; | ||
vertical-align: top; | |||
} | } | ||
.mcc-hero-card .hero-image-wiki, | .mcc-hero-card .hero-image-wiki, | ||
.mcc-hero-card .hero-image-wiki img, | .mcc-hero-card .hero-image-wiki img, | ||
.mcc-hero-card .mw-file-element { | .mcc-hero-card .mw-file-element, | ||
.mcc-hero-card a.mw-file-description { | |||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
| Рядок 518: | Рядок 508: | ||
font-weight: 700; | font-weight: 700; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | |||
.mcc-hero-nickname a { | |||
color: #fff; | |||
text-decoration: none; | |||
} | |||
.mcc-hero-nickname a:hover { | |||
text-decoration: underline; | |||
} | |||
.mcc-hero-role { | |||
color: #ffd700; | |||
font-size: 0.85em; | |||
font-weight: 600; | |||
} | } | ||
| Рядок 525: | Рядок 530: | ||
} | } | ||
/* | /* Чемпіон - золота рамка */ | ||
.mcc-champion-card { | |||
box-shadow: 0 0 0 2px #ffd700; | |||
} | } | ||