MediaWiki:Minerva.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第469行: | 第469行: | ||
/* 舰船获得方式表格 */ | /* 舰船获得方式表格 */ | ||
table.getship td: | table.getship th {display: none;} | ||
table.getship tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto; margin: 10px 0;} | |||
table.getship td {display: flex; align-items: center; padding: 5px;} | |||
table.getship td:nth-of-type(1):before {content:'No.'; } | |||
table.getship td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;} | |||
table.getship td:nth-of-type(2) {grid-area: 2 / 1 / 3 / 3; padding: 0; border:1px solid #fff !important;} | |||
table.getship td:nth-of-type(3) {grid-area: 1 / 2 / 2 / 3; background-color: #ddeeff;} | |||
table.getship td:nth-of-type(4) {display: none;} | |||
table.getship td:nth-of-type(5) {grid-area: 1 / 3 / 2 / 4; background-color: #ddeeff;} | |||
table.getship td:nth-of-type(6) {grid-area: 2 / 2 / 3 / 4;} | |||
/* 彩虹字体 */ | /* 彩虹字体 */ | ||