MediaWiki:Minerva.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的16个中间版本) | |||
| 第2行: | 第2行: | ||
/* 放置于这里的CSS将影响使用移动版网站的用户 */ | /* 放置于这里的CSS将影响使用移动版网站的用户 */ | ||
.homo114514 { | |||
display:block; | |||
} | |||
/* 隐藏首页标题 */ | /* 隐藏首页标题 */ | ||
| 第25行: | 第28行: | ||
} | } | ||
/*隐藏页面顶端的logo | /*隐藏页面顶端的logo | ||
.branding-box span{ | .branding-box span{ | ||
position: absolute; | position: absolute; | ||
top:-200px; | top:-200px; | ||
} | } | ||
*/ | |||
/*tabber修改*/ | /*tabber修改*/ | ||
| 第254行: | 第258行: | ||
.DiagAudioRed { width:45%;background:#FFD2D2;color:black; } | .DiagAudioRed { width:45%;background:#FFD2D2;color:black; } | ||
/* 技能数字颜色 */ | |||
.skillColorGreen { color: #00aa00; } | |||
.skillColorRed { color: red; } | |||
/* 装备图鉴页面 */ | /* 装备图鉴页面 */ | ||
| 第357行: | 第363行: | ||
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;} | ||
/* 卫星观测表格 */ | /* 卫星观测表格 */ | ||
| 第421行: | 第408行: | ||
/* 出身表格 */ | /* 出身表格 */ | ||
table.shipyard | table.shipyard th {display: none;} | ||
table.shipyard tr {display: grid; grid-template-columns: auto 90px 90px 90px; grid-template-rows: auto auto auto; margin: 10px 0;} | |||
table.shipyard td {align-items: center; padding: 5px;} | |||
table.shipyard td { | table.shipyard td:nth-of-type(1) {grid-area: 1 / 1 / 3 / 2;} | ||
table.shipyard td:nth-of-type(2) {grid-area: 1 / 2 / 2 / 3; text-align: center;} | |||
table.shipyard td: | table.shipyard td:nth-of-type(2):before {content: '开工\A'; white-space: pre;} | ||
text-align: | table.shipyard td:nth-of-type(3) {grid-area: 1 / 3 / 2 / 4; text-align: center;} | ||
table.shipyard td:nth-of-type(3):before {content: '下水\A'; white-space: pre;} | |||
table.shipyard td:nth-of-type(4) {grid-area: 1 / 4 / 2 / 5; text-align: center;} | |||
table.shipyard td:nth-of-type(4):before {content: '出厂\A'; white-space: pre;} | |||
table.shipyard td:nth-of-type( | table.shipyard td:nth-of-type(5) {grid-area: 2 / 2 / 3 / 5;} | ||
table.shipyard td:nth-of-type( | |||
table.shipyard td:nth-of-type(4):before { content:' | |||
table.shipyard td:nth-of-type(5) | |||
/* 意军军舰表格 */ | /* 意军军舰表格 */ | ||
| 第588行: | 第574行: | ||
.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;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;margin: 10px 0 75px 0;} | |||
.stage-close-btn{position:absolute;bottom:10px;left:50%;transform:translate(-50%,0);background:0 0;border:none;font-size:16px;color:#888;padding:15px} | |||
.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;text-shadow:1px 1px 1px rgba(0,0,0,.5);border:2px solid} | |||
.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:rgba(168,53,62)} | |||
.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,rgba(62,150,234),rgba(62,150,234,.8));border-color:rgba(0,101,180)} | |||
.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,rgba(146,146,146),rgba(146,146,146,.8));border-color:rgba(99,99,99)} | |||
.stage-main-btn.light{background-image:linear-gradient(180deg,rgba(212,212,212),rgba(212,212,212,.8));border-color:rgba(146,146,146);color:black;} | |||
.stage-main-btn.dark{background-image:linear-gradient(180deg,rgba(53,53,53),rgba(53,53,53,.8));border-color:rgba(34,34,34)} | |||
.stage-main-btn.livid{background-image:linear-gradient(180deg,rgba(123,149,176),rgba(123,149,176,.8));border-color:rgba(77,102,127)} | |||
div.stage-content-container>tr:first-of-type{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:75px 45px 30px 30px;margin:20px 0} | |||
div.stage-content-container td{display:grid;justify-content:center;align-content:center;padding:5px;background-color:#eee;border:1px solid #fff;line-height:1.1em;} | |||
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;align-self:start;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,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(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,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(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(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(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(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:nth-of-type(2){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:20px 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,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(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,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(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(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(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(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(3){display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:45px 30px 30px;margin:20px 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,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(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,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(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(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(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(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:"战速"} | |||