LLWiki正在建设中,欢迎加入我们

MediaWiki:Gadget-noteTA.css

来自LLWiki
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
#mw-indicator-noteTA, #mw-mobile-noteTA {
	cursor:pointer;
}
.ui-dialog.ui-widget {
	font-size:1em;
}
.noteTA-dialog {
	max-height:80vh;
	box-sizing:border-box;
	font-size:0.85em;
}
.noteTA-dialog ul {
	margin: 0.3em 0 0 1.6em;
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%225%22 height=%2213%22%3E %3Ccircle cx=%222.5%22 cy=%229%22 r=%222.5%22 fill=%22%23222%22/%3E %3C/svg%3E");
}
.noteTA-dialog ol {
	margin: 0.3em 0 0 1.6em;
}
.noteTA-dialog dl {
	margin: 0.5em 0 0 0;
}
.noteTA-dialog table {
	border-collapse:collapse;
}
.noteTA-dialog table th {
	padding:1px 0;
}