8,957
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 43: | Line 43: | ||
} | } | ||
/* | .lyric-table { | ||
.lyric-table tr::before { | position: relative; | ||
border-collapse: collapse; | |||
width: 100%; | |||
table-layout: fixed; /* Устанавливает фиксированную ширину для ячеек таблицы */ | |||
} | |||
.lyric-table tr { | |||
background: linear-gradient(to top, #181818 10%, #3C3C3C 90%); | |||
position: relative; | |||
} | |||
.lyric-table tr::before, | |||
.lyric-table tr::after { | |||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
top: | top: 0; | ||
bottom: | bottom: 0; | ||
width: 20px; /* Ширина изображения */ | width: 20px; /* Ширина изображения */ | ||
background- | background-size: contain; | ||
background-repeat: repeat- | background-repeat: no-repeat; | ||
z-index: 1; | |||
background- | pointer-events: none; /* Отключает взаимодействие с изображениями */ | ||
} | |||
.lyric-table tr::before { | |||
left: 0; | |||
background-image: url('/images/8/8d/Clancy_-_Border_(1).png'); | |||
} | } | ||
.lyric-table tr::after { | .lyric-table tr::after { | ||
right: 0; | |||
background-image: url('/images/8/8d/Clancy_-_Border_(1).png'); | |||
} | |||
right: | .lyric-table td { | ||
padding: 20px 10px; /* Отступы для текста */ | |||
background-image: url('/images/8/8d/Clancy_-_Border_(1).png'); /* | text-align: center; | ||
position: relative; | |||
z-index: 2; /* Текст поверх фоновых изображений */ | |||
} | } | ||
.theme-light .mw-parser-output .infobox { | .theme-light .mw-parser-output .infobox { |