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

User:Bhsd/common.css

来自LLWiki
< User:Bhsd
Bhsd讨论 | 贡献2020年9月4日 (五) 01:15的版本
跳转到导航 跳转到搜索

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

  • 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),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
.page-道具收集 tr:nth-child(odd) td:nth-child(odd),
.page-道具收集 tr:nth-child(even) td:nth-child(even) {
	background-color:#fbfdff;
}
.page-道具收集 tr:nth-child(odd) td:nth-child(even),
.page-道具收集 tr:nth-child(even) td:nth-child(odd) {
	background-color:#f2f4f6;
}
.page-道具收集 tr:first-child td:only-child {
	background-color:#77D2AF;
	color:white;
}
.page-道具收集 th {
	background-color:#E8F8F2;
}

div.Wikiplus-InterBox {
	border:1px #a7d7f9 solid !important;
	right:0.5em;
	max-width:calc(100% - 3em);
	padding:10px;
}

.Wikiplus-InterBox-Header,
#Wikiplus-Quickedit-Jump,
#Wikiplus-Quickedit-Summary-Input + br,
.Wikiplus-InterBox-Close,
/* #p-navigation, */
#feedlinks, #t-log, #t-print, #t-permalink {
	display:none;
}

textarea#Wikiplus-Quickedit {
	min-height:0;
	height:400px;
}