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

“User:Bhsd/common.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
第11行: 第11行:
color:white;
color:white;
}
}
.page-道具收集 th {
.page-道具收集 .wikitable tr th {
background-color:#E8F8F2;
background-color:#E8F8F2;
}
}

2020年9月4日 (五) 01:17的版本

.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-道具收集 .wikitable tr 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;
}