Шаблон:Навигация курса/styles.css
Внешний вид
.main-box {
position: sticky;
background: white;
z-index: 999;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
}
body.skin-vector .main-box,
body.skin-monobook .main-box {
top: 0px;
}
body.skin-timeless .main-box {
top: 40px;
}
body.skin-vector-2022 .main-box {
top: 45px;
}
.table {
display: flex;
width: 100%;
}
.cell {
flex: 1;
padding: 2px;
}