跳转到内容
打开/关闭菜单
  • 1698 条目
  • 2.2万 文件
  • 6757 用户
  • 12万 编辑
舰R百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861
战舰少女R走过第12年啦!快来看看大家的祝福吧!→十二周年贺图集

MediaWiki:Citizen.css:修订间差异

MediaWiki界面页面
Donnyjie留言 | 贡献
无编辑摘要
Donnyjie留言 | 贡献
无编辑摘要
第450行: 第450行:


/* 技能表格 */
/* 技能表格 */
table.skill td:last-child { text-align:left;}
table.skill th {display: none;}
table.skill td:nth-of-type(6) { text-align:left; }
table.skill tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0;}
table.skill tr.skill2 td:nth-of-type(3) { text-align:left; }
table.skill td {display: flex; align-items: center; padding: 5px;}
 
table.skill td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;}
table.skill td { width:85vw;}
table.skill td:nth-of-type(2) {grid-area: 2 / 1 / 4 / 4; padding: 0; border:1px solid #fff !important;}
 
table.skill td:nth-of-type(3) {grid-area: 1 / 3 / 2 / 4; background-color: #ddeeff;}
table.skill tr:not(.skill2) td:nth-of-type(1):before { content:'编号'; }
table.skill td:nth-of-type(4) {display: none;}
table.skill tr:not(.skill2) td:nth-of-type(2):before { content:'舰娘'; }
table.skill td:nth-of-type(5) {display: none;}
table.skill tr:not(.skill2) td:nth-of-type(3):before { content:'技能'; }
table.skill td:nth-of-type(6) {grid-area: 2 / 3 / 2 / 4;}
table.skill tr:not(.skill2) td:nth-of-type(4):before { content:'改造等级'; }
table.skill td:nth-of-type(7) {grid-area: 3 / 4 / 2 / 4;}
table.skill tr:not(.skill2) td:nth-of-type(5):before { content:'技能类型'; }
table.skill tr:not(.skill2) td:nth-of-type(6):before { content:'备注: '; }
 
table.skill tr.skill2 td:nth-of-type(1):before { content:'技能2'; }
table.skill tr.skill2 td:nth-of-type(2):before { content:'技能类型'; }
table.skill tr.skill2 td:nth-of-type(3):before { content:'备注: '; }


/* 舰船获得方式表格 */
/* 舰船获得方式表格 */