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

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

MediaWiki:Minerva.css:修订间差异

MediaWiki界面页面
Donnyjie留言 | 贡献
无编辑摘要
Donnyjie留言 | 贡献
无编辑摘要
第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;}
table.skin.skin2 td:nth-of-type(1):before { content:'Q版立绘'; }
table.skin.skin2 td:nth-of-type(2):before { content:'正常立绘'; }
table.skin.skin2 td:nth-of-type(3):before { content:'编号'; }
table.skin.skin2 td:nth-of-type(4):before { content:'舰娘'; }
table.skin.skin2 td:nth-of-type(5):before { content:'获取方式'; }
table.skin.skin2 td:nth-of-type(6):before { content:'备注'; }
table.skin.skin3 td:nth-of-type(1):before { content:'Q版立绘'; }
table.skin.skin3 td:nth-of-type(2):before { content:'正常立绘'; }
table.skin.skin3 td:nth-of-type(3):before { content:'编号'; }
table.skin.skin3 td:nth-of-type(4):before { content:'舰娘'; }
table.skin.skin3 td:nth-of-type(5):before { content:'获取方式'; }
table.skin.skin3 td:nth-of-type(6):before { content:'价格'; }
table.skin.skin3 td:nth-of-type(7):before { content:'备注'; }


/* 卫星观测表格 */
/* 卫星观测表格 */
第587行: 第568行:


.mainHetuji{position:absolute; top:0%; left:76.8%; width:22.4%; border:solid 2px #FFF; display:none;}
.mainHetuji{position:absolute; top:0%; left:76.8%; width:22.4%; border:solid 2px #FFF; display:none;}
/* 敌舰配置面板 */
.stage-overlay{top:0;height:100%;background-color:rgba(0,0,0,.5);display:none}
.stage-overlay,.stage-panel{position:fixed;left:0;width:100%}
.stage-panel{bottom:-300px;background-color:#fff;border-radius:20px 20px 0 0;padding:20px 10px;transition:bottom .3s;box-shadow:0 -2px 10px rgba(0,0,0,.1)}
.stage-content-container{position:relative;font-size:16px;text-align:center;margin-top:30px}
.stage-close-btn{position:absolute;top:10px;right:20px;background:0 0;border:none;font-size:16px;color:#666;padding:5px}
.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,.stage-main-btn.red{background-image:linear-gradient(180deg,oklch(66% .15 20),oklch(66% .15 20/.8))}
.stage-main-btn.red{border-color:oklch(50% .15 20)}
.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.blue{background-image:linear-gradient(180deg,oklch(66% .15 250),oklch(66% .15 250/.8));border-color:oklch(50% .15 250)}
.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.gray{background-image:linear-gradient(180deg,oklch(66% 0 0),oklch(66% 0 0/.8));border-color:oklch(50% 0 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>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(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(5){grid-area:3/5/4/7}
div.stage-content-container>tr:first-of-type>td:nth-of-type(6){grid-area:4/1/5/3}
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(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):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):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):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):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):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)>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: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(4){grid-area:2/5/3/7}
div.stage-content-container>tr:nth-of-type(2)>td:nth-of-type(5){grid-area:3/1/4/3}
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(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):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):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):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):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):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)>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: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(4){grid-area:2/5/3/7}
div.stage-content-container>tr:nth-of-type(3)>td:nth-of-type(5){grid-area:3/1/4/3}
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(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):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):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):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):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):before{content:"航速"}