5494
редагування
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 958: | Рядок 958: | ||
/* ==================================================== */ | /* ==================================================== */ | ||
/* ==================================================== */ | /* ==================================================== */ | ||
| Рядок 1355: | Рядок 1323: | ||
padding: 0 16px !important; | padding: 0 16px !important; | ||
border-bottom: 1px solid #3a3a4a !important; | border-bottom: 1px solid #3a3a4a !important; | ||
background: rgba(24, 21, 30, 0. | background: rgba(24, 21, 30, 0.95) !important; | ||
position: sticky !important; | position: sticky !important; | ||
top: 50px !important; | top: 50px !important; | ||
z-index: 50 !important; | z-index: 50 !important; | ||
backdrop-filter: blur(8px) !important; | |||
} | } | ||
| Рядок 1381: | Рядок 1350: | ||
} | } | ||
/* Навігація гравця */ | /* Навігація гравця - ховаємо на мобільних */ | ||
.r-box .player-nav { | .r-box .player-nav { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* Обгортка картинки */ | ||
.r-box figure, | .r-box .player-image-wrapper { | ||
.r-box .mw-halign-none { | width: 100% !important; | ||
margin: 0 !important; | |||
} | |||
.r-box .player-image-wrapper figure, | |||
.r-box .player-image-wrapper .mw-halign-none { | |||
margin: 0 !important; | margin: 0 !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
/* Картинка гравця - квадратна, на всю ширину */ | |||
.r-box . | .r-box .player-image-wrapper img, | ||
.r-box .mw-file-element { | .r-box .player-image-wrapper .mw-file-element { | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
| Рядок 1403: | Рядок 1377: | ||
} | } | ||
/* Таблиця статистики */ | /* Таблиця статистики - БЕЗ display:flex! */ | ||
.r-box table { | .r-box > table { | ||
padding: | width: 100% !important; | ||
padding: 0 !important; | |||
margin: 0 !important; | |||
font-size: 14px !important; | font-size: 14px !important; | ||
border-collapse: collapse !important; | |||
} | |||
.r-box > table tr { | |||
display: table-row !important; /* Важливо! Не flex */ | |||
} | } | ||
.r-box table | .r-box > table th, | ||
.r-box > table td { | |||
padding: 12px 16px !important; | |||
padding: | |||
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; | border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; | ||
display: table-cell !important; | |||
} | } | ||
.r-box table tr:last-child { | .r-box > table tr:last-child th, | ||
.r-box > table tr:last-child td { | |||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
| Рядок 1463: | Рядок 1440: | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.minerva-header .branding-box a span { | .minerva-header .branding-box a span { | ||
display: none !important; | display: none !important; | ||
} | } | ||
| Рядок 1475: | Рядок 1452: | ||
} | } | ||
.r-box table { | .r-box > table { | ||
font-size: 13px !important; | font-size: 13px !important; | ||
} | } | ||
.r-box > table th, | |||
.r-box > table td { | |||
padding: 10px 12px !important; | |||
. | |||
. | |||
} | } | ||
} | } | ||