8,957
edits
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
.lyric-table tr { | .lyric-table tr { | ||
background-image: | background-image: | ||
linear-gradient(to top, #181818 10%, #3C3C3C 90%) | linear-gradient(to top, #181818 10%, #3C3C3C 90%), /* Градиент */ | ||
url('/images/ | url('/images/6/63/Clancy_-_Border.png'), /* Изображение для верхней части */ | ||
url('/images/ | url('/images/6/63/Clancy_-_Border.png'); /* Изображение для нижней части */ | ||
background-position: top center, bottom center; /* Позиция изображения сверху и снизу по центру */ | |||
background-repeat: repeat-x, repeat-x; /* Повторение изображения по горизонтали */ | |||
background-size: auto, auto; /* Оставить исходный размер изображения */ | |||
background-blend-mode: overlay; /* Смешивание градиента с изображением */ | |||
} | } | ||
.lyric-table th, | .lyric-table th, | ||
Line 42: | Line 41: | ||
color: #DA4541; | color: #DA4541; | ||
font-family: 'MyCustomFont3', sans-serif; | font-family: 'MyCustomFont3', sans-serif; | ||
padding-top: | padding-top: 10px; /* Отступ сверху */ | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
} | } | ||
.theme-light .mw-parser-output .infobox { | .theme-light .mw-parser-output .infobox { |