demo: Diễn Đàn Thông Thái (Khoa Học Công Nghệ )
#loginBarHandle {
display: none;
}
.node .nodeLastPost, .nodeControls {
display: none;
}
.node .nodeText {
margin-right: 10px!important;
}
.nodeList {
overflow: auto;
}
.nodeList .categoryStrip {
background-image: none!important;
}
.level_2 {
width: 33%;
float: left;
}
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth) {
.level_2 {
width: 50%;
float: left;
}
}
@media (max-width:@maxResponsiveMediumWidth) {
.level_2 {
width: 50%;
float: left;
}
}
@media (max-width:@maxResponsiveNarrowWidth) {
.level_2 {
width: 100%;
float: left;
}
}
</xen:if>

No comments:
Post a Comment