打开/关闭菜单
1683
2.2万
6528
11.7万
舰R百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

MediaWiki:Minerva.css:修订间差异

MediaWiki界面页面
Donnyjie留言 | 贡献
无编辑摘要
Donnyjie留言 | 贡献
无编辑摘要
第577行: 第577行:
.stage-buttons-container{display:flex;gap:2px;padding:20px;flex-wrap:wrap}
.stage-buttons-container{display:flex;gap:2px;padding:20px;flex-wrap:wrap}
.stage-main-btn{width:50px;height:50px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.5em;font-weight:700;border:2px solid}
.stage-main-btn{width:50px;height:50px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.5em;font-weight:700;border:2px solid}
.stage-main-btn,.stage-main-btn.red{background-image:linear-gradient(180deg,oklch(66% .15 20),oklch(66% .15 20/.8))}
.stage-main-btn,.stage-main-btn.red{background-image:linear-gradient(180deg,rgba(223,103,107),rgba(223,103,107,.8))}
.stage-main-btn.red{border-color:oklch(50% .15 20)}
.stage-main-btn.red{border-color:rgba(168,53,62)}
.stage-main-btn.green{background-image:linear-gradient(180deg,oklch(66% .15 140),oklch(66% .15 140/.8));border-color:oklch(50% .15 140)}
.stage-main-btn.green{background-image:linear-gradient(180deg,rgba(91,168,74),rgba(91,168,74,.8));border-color:rgba(41,118,19)}
.stage-main-btn.blue{background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8));border-color:oklch(50% .15 250)}
.stage-main-btn.blue{background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8));border-color:rgba(0,101,180)}
.stage-main-btn.purple{background-image:linear-gradient(180deg,oklch(66% .15 300),oklch(66% .15 300/.8));border-color:oklch(50% .15 300)}
.stage-main-btn.purple{background-image:linear-gradient(180deg,rgba(161,122,223),rgba(161,122,223,.8));border-color:rgba(114,74,171)}
.stage-main-btn.gray{background-image:linear-gradient(180deg,oklch(66% 0 0),oklch(66% 0 0/.8));border-color:oklch(50% 0 0)}
.stage-main-btn.gray{background-image:linear-gradient(180deg,rgba(146,146,146),rgba(146,146,146,.8));border-color:rgba(99,99,99)}
div.stage-content-container>tr:first-of-type{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:75px 45px 30px 30px;margin:10px 0}
div.stage-content-container>tr:first-of-type{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:75px 45px 30px 30px;margin:10px 0}
div.stage-content-container td{display:grid;justify-content:center;align-content:center;padding:5px;background-color:#eee;border:1px solid #fff}
div.stage-content-container td{display:grid;justify-content:center;align-content:center;padding:5px;background-color:#eee;border:1px solid #fff}
div.stage-content-container>tr:first-of-type>td:first-of-type{font-size:1.5em;font-weight:700;grid-area:1/1/2/7;background-color:#fff}
div.stage-content-container>tr:first-of-type>td:first-of-type{font-size:1.5em;font-weight:700;grid-area:1/1/2/7;background-color:#fff}
div.stage-content-container>tr:first-of-type>td:nth-of-type(2){grid-area:2/1/3/2;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 20),oklch(66% .15 20/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(2){grid-area:2/1/3/2;color:#fff;background-image:linear-gradient(180deg,rgba(223,103,107),rgba(223,103,107,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(3){grid-area:3/1/4/3}
div.stage-content-container>tr:first-of-type>td:nth-of-type(3){grid-area:3/1/4/3}
div.stage-content-container>tr:first-of-type>td:nth-of-type(4){grid-area:3/3/4/5}
div.stage-content-container>tr:first-of-type>td:nth-of-type(4){grid-area:3/3/4/5}
第593行: 第593行:
div.stage-content-container>tr:first-of-type>td:nth-of-type(7){grid-area:4/3/5/5}
div.stage-content-container>tr:first-of-type>td:nth-of-type(7){grid-area:4/3/5/5}
div.stage-content-container>tr:first-of-type>td:nth-of-type(8){grid-area:4/5/5/7}
div.stage-content-container>tr:first-of-type>td:nth-of-type(8){grid-area:4/5/5/7}
div.stage-content-container>tr:first-of-type>td:nth-of-type(9){grid-area:2/2/3/3;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 140),oklch(66% .15 140/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(9){grid-area:2/2/3/3;color:#fff;background-image:linear-gradient(180deg,rgba(91,168,74),rgba(91,168,74,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(9):before{content:"索敌"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(9):before{content:"索敌"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(10){grid-area:2/3/3/4;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(10){grid-area:2/3/3/4;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(10):before{content:"制空"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(10):before{content:"制空"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(11){grid-area:2/4/3/5;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(11){grid-area:2/4/3/5;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(11):before{content:"空优"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(11):before{content:"空优"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(12){grid-area:2/5/3/6;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(12){grid-area:2/5/3/6;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(12):before{content:"空确"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(12):before{content:"空确"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(13){grid-area:2/6/3/7;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 300),oklch(66% .15 300/.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(13){grid-area:2/6/3/7;color:#fff;background-image:linear-gradient(180deg,rgba(161,122,223),rgba(161,122,223,.8))}
div.stage-content-container>tr:first-of-type>td:nth-of-type(13):before{content:"航速"}
div.stage-content-container>tr:first-of-type>td:nth-of-type(13):before{content:"航速"}
div.stage-content-container>tr:nth-of-type(2){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:10px 0}
div.stage-content-container>tr:nth-of-type(2){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:10px 0}
div.stage-content-container>tr:nth-of-type(2)>td:first-of-type{grid-area:1/1/2/2;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 20),oklch(66% .15 20/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:first-of-type{grid-area:1/1/2/2;color:#fff;background-image:linear-gradient(180deg,rgba(223,103,107),rgba(223,103,107,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(2){grid-area:2/1/3/3}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(2){grid-area:2/1/3/3}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(3){grid-area:2/3/3/5}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(3){grid-area:2/3/3/5}
第611行: 第611行:
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(6){grid-area:3/3/4/5}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(6){grid-area:3/3/4/5}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(7){grid-area:3/5/4/7}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(7){grid-area:3/5/4/7}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(8){grid-area:1/2/2/3;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 140),oklch(66% .15 140/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(8){grid-area:1/2/2/3;color:#fff;background-image:linear-gradient(180deg,rgba(91,168,74),rgba(91,168,74,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(8):before{content:"索敌"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(8):before{content:"索敌"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(9){grid-area:1/3/2/4;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(9){grid-area:1/3/2/4;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(9):before{content:"制空"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(9):before{content:"制空"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(10){grid-area:1/4/2/5;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(10){grid-area:1/4/2/5;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(10):before{content:"空优"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(10):before{content:"空优"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(11){grid-area:1/5/2/6;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(11){grid-area:1/5/2/6;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(11):before{content:"空确"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(11):before{content:"空确"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(12){grid-area:1/6/2/7;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 300),oklch(66% .15 300/.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(12){grid-area:1/6/2/7;color:#fff;background-image:linear-gradient(180deg,rgba(161,122,223),rgba(161,122,223,.8))}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(12):before{content:"航速"}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(12):before{content:"航速"}
div.stage-content-container>tr:nth-of-type(3){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:10px 0}
div.stage-content-container>tr:nth-of-type(3){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:10px 0}
div.stage-content-container>tr:nth-of-type(3)>td:first-of-type{grid-area:1/1/2/2;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 20),oklch(66% .15 20/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:first-of-type{grid-area:1/1/2/2;color:#fff;background-image:linear-gradient(180deg,rgba(223,103,107),rgba(223,103,107,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(2){grid-area:2/1/3/3}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(2){grid-area:2/1/3/3}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(3){grid-area:2/3/3/5}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(3){grid-area:2/3/3/5}
第629行: 第629行:
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(6){grid-area:3/3/4/5}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(6){grid-area:3/3/4/5}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(7){grid-area:3/5/4/7}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(7){grid-area:3/5/4/7}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(8){grid-area:1/2/2/3;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 140),oklch(66% .15 140/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(8){grid-area:1/2/2/3;color:#fff;background-image:linear-gradient(180deg,rgba(91,168,74),rgba(91,168,74,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(8):before{content:"索敌"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(8):before{content:"索敌"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(9){grid-area:1/3/2/4;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(9){grid-area:1/3/2/4;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(9):before{content:"制空"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(9):before{content:"制空"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(10){grid-area:1/4/2/5;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(10){grid-area:1/4/2/5;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(10):before{content:"空优"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(10):before{content:"空优"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(11){grid-area:1/5/2/6;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(11){grid-area:1/5/2/6;color:#fff;background-image:linear-gradient(180deg,rgba(62,150,234),rgba(62,150,234,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(11):before{content:"空确"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(11):before{content:"空确"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(12){grid-area:1/6/2/7;color:#fff;background-image:linear-gradient(180deg,oklch(66% .15 300),oklch(66% .15 300/.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(12){grid-area:1/6/2/7;color:#fff;background-image:linear-gradient(180deg,rgba(161,122,223),rgba(161,122,223,.8))}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(12):before{content:"航速"}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(12):before{content:"航速"}