MediaWiki:Common.css:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第3行: 第3行:
.wikitable-routes tr th, .wikitable-routes tr td {
.wikitable-routes tr th, .wikitable-routes tr td {
     font-size: 1rem !important;
     font-size: 1rem !important;
     padding: 5px 10px 5px 0;
     padding: 5px 10px 5px 0 !important;
}
}
.wikitable-routes tr td:first-child {
.wikitable-routes tr td:first-child {
     border-right: 10px solid white;
     border-right: 10px solid white;
}
}
.wikitable-routes tr td:only-child, .wikitable-routes tr th {
.wikitable-routes tr td:only-child {
     background-color: #eee;
    background-color: #eee !important;
}
.wikitable-routes tr th {
     background-color: #eee !important;
}
}

2022年1月22日 (六) 18:10的版本

/* 这里放置的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: #eee !important;
}
.wikitable-routes tr th {
    background-color: #eee !important;
}