- 欢迎来到偶像大师中文维基,本站仍在筹备阶段,如有兴趣参与建设可加群申请账号:542540342
MediaWiki:Gadget-EditDraft.css:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“→阅读更多:https://zh.moegirl.org.cn/MediaWiki:Gadget-EditDraft.css 本文引自萌娘百科(https://zh.moegirl.org.cn ),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0 中国大陆》协议。: .QuickSaveDraftTimer { display: inline-block; line-height: normal; vertical-align: middle; width: auto; margin: 0 .5em; } .QuickSaveDraftTimerInput{ background: transparent; border: 1px sol…” |
小无编辑摘要 |
||
第1行: | 第1行: | ||
/* 阅读更多:https://zh.moegirl.org.cn/ | /* 阅读更多:https://zh.moegirl.org.cn/User:AnnAngela/css/QuickSaveDraft.main.css | ||
本文引自萌娘百科(https://zh.moegirl.org.cn ),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0 中国大陆》协议。 */ | 本文引自萌娘百科(https://zh.moegirl.org.cn ),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0 中国大陆》协议。 */ | ||
2025年9月2日 (二) 17:39的最新版本
/* 阅读更多:https://zh.moegirl.org.cn/User:AnnAngela/css/QuickSaveDraft.main.css
本文引自萌娘百科(https://zh.moegirl.org.cn ),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0 中国大陆》协议。 */
.QuickSaveDraftTimer {
display: inline-block;
line-height: normal;
vertical-align: middle;
width: auto;
margin: 0 .5em;
}
.QuickSaveDraftTimerInput{
background: transparent;
border: 1px solid silver;
width: 2.5em!important;
text-align: right;
margin: 0 2px;
}
.QuickSaveDraftPauseButton{
margin: 0 7px 0 1px;
}
.QuickSaveDraftSaveButton,
.QuickSaveDraftRecoverButton{
margin: 0 1px;
}
.QuickSaveDraftRollbackButton{
margin: 0 7px 0 1px;
}
#QuickSaveDraftTimerSave{
-webkit-transition: opacity .37s linear;
-moz-transition: opacity .37s linear;
transition: opacity .37s linear;
}
#QuickSaveDraftTimerSave.disapper{
opacity:0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.QuickSaveDraftSectionDraft,
.QuickSaveDraftSectionNow{
font-weight: bold;
}
.QuickSaveDraftSame,
.QuickSaveDraftLastRunDiv{
display: none;
}