8,957
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Градиент снизу вверх для таблиц */ | |||
.lyric-table tr:nth-child(odd) { | |||
background: linear-gradient(to top, #f0f8ff, #ffffff); | |||
} | |||
.lyric-table tr:nth-child(even) { | |||
background: linear-gradient(to top, #ffebcd, #ffffff); | |||
} | |||
.lyric-table th, | |||
.lyric-table td { | |||
padding: 10px; | |||
text-align: left; | |||
border: 1px solid #ddd; | |||
} | |||
.theme-light .mw-parser-output .infobox { | .theme-light .mw-parser-output .infobox { | ||
background-color: #3F3F3F; | background-color: #3F3F3F; |