MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示2个用户的5个中间版本) | |||
| 第26行: | 第26行: | ||
.sitenotice { | .sitenotice { | ||
text-align: center; | text-align: center; | ||
display: none !important; | /*display: none !important;*/ | ||
} | } | ||
| 第452行: | 第452行: | ||
table.skill th {display: none;} | table.skill th {display: none;} | ||
table.skill tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0;} | table.skill tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0;} | ||
table.skill td { | table.skill td {padding: 5px; text-align: left !important;} | ||
table.skill td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;} | table.skill td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;} | ||
table.skill td:nth-of-type(2) {grid-area: 2 / 1 / 4 / | table.skill td:nth-of-type(2) {grid-area: 2 / 1 / 4 / 2; padding: 0; border:1px solid #fff !important;} | ||
table.skill td:nth-of-type(3) {grid-area: 1 / | table.skill td:nth-of-type(3) {grid-area: 1 / 2 / 2 / 4; background-color: #ddeeff;} | ||
table.skill td:nth-of-type(4) {display: none;} | table.skill td:nth-of-type(4) {display: none;} | ||
table.skill td:nth-of-type(5) {display: none;} | table.skill td:nth-of-type(5) {display: none;} | ||
table.skill td:nth-of-type(6) {grid-area: 2 / 3 | table.skill td:nth-of-type(6) {grid-area: 2 / 2 / 3 / 4;} | ||
table.skill td:nth-of-type(7) {grid-area: 3 / 4 | table.skill td:nth-of-type(7) {grid-area: 3 / 2 / 4 / 4;} | ||
/* 舰船获得方式表格 */ | /* 舰船获得方式表格 */ | ||
| 第527行: | 第527行: | ||
.mainJianchuanhuode{position:absolute; top:0%; left:0%; width:66.6%; height:10%; border:solid 2px #FFF; } | .mainJianchuanhuode{position:absolute; top:0%; left:0%; width:66.6%; height:10%; border:solid 2px #FFF; } | ||
.mainTebiechuanwu{position:absolute; top:5%; left:0%; width:33.3%; border:solid 2px #FFF; } | |||
.mainJianniangtujian{position:absolute; top:10%; left:0%; width:33.3%; border:solid 2px #FFF; } | .mainJianniangtujian{position:absolute; top:10%; left:0%; width:33.3%; border:solid 2px #FFF; } | ||