MediaWiki:Common.css:修订间差异

MediaWiki界面页面
无编辑摘要
标签已被回退
无编辑摘要
标签手工回退
第13行: 第13行:
.wikitable-routes tr th {
.wikitable-routes tr th {
     background-color: #eee !important;
     background-color: #eee !important;
}
.ci_form {
    background: inherit !important;
}
}

2022年3月22日 (二) 14:21的版本

/* 这里放置的CSS将应用于所有皮肤 */

.wikitable-routes tr th, .wikitable-routes tr td {
    font-size: 1rem !important;
    padding: 5px 10px 5px 0 !important;
}
.wikitable-routes tr td:first-child {
    border-right: 10px solid white;
}
.wikitable-routes tr td:only-child {
    background-color: #f5f5f5 !important;
}
.wikitable-routes tr th {
    background-color: #eee !important;
}