.ts-Хронология_АК tr:nth-child(2n) {
background: #eaecf0;
}
.ts-Хронология_АК tr:hover {
background-color: #fef6e7;
}
.ts-Хронология_АК th {
background-color: #a9d9ff;
border-bottom: 3px solid #2090c0;
}
.ts-Хронология_АК th.headerSort {
padding-right: 16px;
}
.ts-Хронология_АК .former {
background-color: #afcff2;
font-size: 0;
color: transparent;
}
.ts-Хронология_АК .current {
background-color: #9df380;
font-size: 0;
color: transparent;
}
.ts-stickytableheader tr:first-child th {
position: relative;
position: sticky;
top: 0;
}
.ts-stickytableheader tr:first-child th:after {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
top: -1px;
left: -1px;
border: 1px solid #a2a9b1;
content: '';
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */