The editors' meeting has been canceled for technical reasons.

MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m 1 revision imported
No edit summary
Line 363: Line 363:
     padding:0;
     padding:0;
     text-align:center;
     text-align:center;
}
.screen-width-detector {
    display: none; /* 隐藏检测器 */
}
.screen-small { display: none; }
.screen-medium { display: none; }
.screen-large { display: none; }
@media (max-width: 768px) {
    .screen-small { display: block; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .screen-medium { display: block; }
}
@media (min-width: 1025px) {
    .screen-large { display: block; }
}
body.page-Main_Page #t-collapsible-toggle-all, body.page-Main_Page #t-collapsible-toggle-all{
    display: none;
}
}
/*色表格*/
/*色表格*/