MediaWiki:Minerva.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第573行: | 第573行: | ||
.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;text-shadow:1px 1px 1px rgba(0,0,0,.5);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} | ||