MediaWiki:Minerva.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的8个中间版本) | |||
| 第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; } | |||
/* 装备图鉴页面 */ | /* 装备图鉴页面 */ | ||
| 第573行: | 第579行: | ||
.stage-overlay,.stage-panel{position:fixed;left:0;width:100%} | .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-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} | .stage-content-container{position:relative;font-size:16px;text-align:center;margin-top:30px;margin: 10px 0 75px 0;} | ||
.stage-close-btn{position:absolute; | .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-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;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,.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.red{border-color:rgba(168,53,62)} | ||
| 第587行: | 第593行: | ||
.stage-main-btn.livid{background-image:linear-gradient(180deg,rgba(123,149,176),rgba(123,149,176,.8));border-color:rgba(77,102,127)} | .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>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:1em;} | 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;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;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(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} | ||
| 第606行: | 第612行: | ||
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){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: | 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: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} | ||
| 第624行: | 第630行: | ||
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){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: | 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: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} | ||