Template:曲目索引单元/styles.css
table > *{
text-overflow:ellipsis;
overflow:hidden;
display: block;
white-space: nowrap;
}
@media all and ( min-width: 720px) {
td.phoneonly {
display: none;
}
}
@media all and ( max-width: 720px ) {
td.desktoponly {
display: none;
}
}
td.hide {display:none;}
.framebreak {border-color:#a2a9b1 #a2a9b1 #f8f9fa #a2a9b1;}