User:Greykid/avat.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:Greykid/avat.css?_=1}-
#avat {
width: 75%;
transition: all .3s ease-out;
}
#avat:hover {
width: 100%;
transition: all .3s ease-out;
}
.qcite, .qblock rt {
display: none;
transition: all .3s ease-out;
}
.qblock:hover .qcite {
display: block !important;
transition: all .3s ease-out;
}
.qblock:hover rt {
display: ruby-text !important;
transition: all .3s ease-out;
}