Template:曲目索引单元/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
table > *{
.text{
text-overflow:ellipsis;
 
overflow:hidden;
}
display: block;
 
white-space: nowrap;
table>*{
max-width:34%;
min-width:15%;
}
}



2021年2月4日 (四) 15:33的最新版本

.text{

}

table>*{
	max-width:34%;
	min-width:15%;
}

@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;}