MediaWiki:Minerva.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第346行: | 第346行: | ||
/* 换装表格 */ | /* 换装表格 */ | ||
table.skin1 th {display: none;} | table.skin1 th {display: none;} | ||
table.skin1 tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0 | table.skin1 tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0;} | ||
table.skin1 td {display: flex; align-items: center; | table.skin1 td {display: flex; align-items: center; padding: 5px;} | ||
table.skin1 td:nth-of-type(1) {grid-area: | table.skin1 td:nth-of-type(1) {grid-area: 2 / 1 / 4 / 4; padding: 0; border:1px solid #fff !important;} | ||
table.skin1 td:nth-of-type(2) {display: none;} | table.skin1 td:nth-of-type(2) {display: none;} | ||
table.skin1 td:nth-of-type(3) {display: none;} | table.skin1 td:nth-of-type(3) {display: none;} | ||
table.skin1 td:nth-of-type(4) { | table.skin1 td:nth-of-type(4) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;} | ||
table.skin1 td:nth-of-type(5) {grid-area: 1 / 2 / 2 / 3; background-color: #ddeeff;} | table.skin1 td:nth-of-type(5) {grid-area: 1 / 2 / 2 / 3; background-color: #ddeeff;} | ||
table.skin1 td:nth-of-type(6) {grid-area: 1 / 3 / 2 / 4; background-color: #ddeeff;} | table.skin1 td:nth-of-type(6) {grid-area: 1 / 3 / 2 / 4; background-color: #ddeeff;} | ||
| 第357行: | 第357行: | ||
table.skin1 td:nth-of-type(8) {grid-area: 3 / 2 / 4 / 3;} | table.skin1 td:nth-of-type(8) {grid-area: 3 / 2 / 4 / 3;} | ||
table.skin1 td:nth-of-type(9) {grid-area: 2 / 3 / 4 / 4;} | table.skin1 td:nth-of-type(9) {grid-area: 2 / 3 / 4 / 4;} | ||