MediaWiki:Common.css
出自全漫画
注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變更。
- Firefox / Safari:按住 Shift 時點選 重新整理,或按 Ctrl-F5 或 Ctrl-R (Mac 則為 ⌘-R)
- Google Chrome:按 Ctrl-Shift-R (Mac 則為 ⌘-Shift-R)
- Internet Explorer / Edge:按住 Ctrl 時點選 重新整理,或按 Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */
/* 编辑器文字保持与正文一致 */
#wpTextbox1 {
font-size: 100%;
}
/* 禁止目录自动换行*/
#toc {
white-space: nowrap;
}
/* 首页不显示标题 */
body.page-首页 h1.firstHeading {
display: none;
}
/* 页面宽度对齐 */
.mw-body {
padding: 0;
}
tbody {
counter-reset:sectioncounter;
}
.SortCLASS:before {
content:counter(sectioncounter);
counter-increment:sectioncounter;
}
@media (max-width: 576px) {
.mw-body {
font-size: .875rem;
}
.table {
font-size: .844rem;
}
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.2rem;
}
}
@media (max-width: 768px) {
.mw-body {
font-size: .875rem;
}
.table {
font-size: .844rem;
}
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.2rem;
}
}