8,957
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 36: | Line 36: | ||
} | } | ||
.lyric-table { | |||
.lyric-table tr::before { | position: relative; | ||
border-collapse: collapse; | |||
width: 100%; | |||
} | |||
.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- | } | ||
.lyric-table tr::before { | |||
left: 5px; /* Отступ от левого края */ | |||
background-image: url('/images/8/8d/Clancy_-_Border_(1).png'); | |||
} | } | ||
.lyric-table tr::after { | .lyric-table tr::after { | ||
right: 5px; /* Отступ от правого края */ | |||
background-image: url('/images/8/8d/Clancy_-_Border_(1).png'); | |||
} | |||
right: 5px; /* Отступ | .lyric-table td { | ||
padding: 20px 30px; /* Отступы для текста */ | |||
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 { |