2023年政策修订增补工作正在进行中,欢迎参与!
User:AnnAngela/css/QuickSaveDraft.main.css
跳转到导航
跳转到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:AnnAngela/css/QuickSaveDraft.main.css?_=1}-
.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;
}