Template:NavboxExteriorCSS/styles.css:修订间差异

模板页面
无编辑摘要
无编辑摘要
第57行: 第57行:
}
}
.wk-cartoon-body .wk-cartoon-list .wk-cartoon-list .navbox-group{
.wk-cartoon-body .wk-cartoon-list .wk-cartoon-list .navbox-group{
background:#dcf68e;
background:#F3F0DE;
border-radius: 5px;
border-radius: 5px;
}
}

2024年6月22日 (六) 10:24的版本

/*前置*/
.wk-role-list .navbox-even, .wk-rules-list .navbox-even{
	background: transparent;
}

/*角色导航*/
.wk-role-body{
	background:#7CCD7C;
	border-radius: 5px;
}
.wk-role-title{
	background:#C1FFC1;
	border-radius: 5px;
}
.wk-role-list{
	background:#ecfacc;
	border-radius: 5px;
}
.wk-role-group{
	background:#C0FF3E;
	border-radius: 5px;
}
.wk-role-list .navbox-group{
	background:#dcf68e;
	border-radius: 5px;
}
.wk-role-body .wk-role-list .wk-role-list .navbox-group{
	background:#dcf68e;
	border-radius: 5px;
}

/*动画导航*/
.wk-cartoon-body{
	background:#E1BB96;
	border-radius: 5px;
}
.wk-cartoon-title{
	background:#FFDD98;
	border-radius: 5px;
}
.wk-cartoon-list{
	background:#f8e0b0;
	border-radius: 5px;
}
.wk-cartoon-group{
	background:#FFEF98;
	border-radius: 5px;
}
.wk-cartoon-below{
	background:#f8e0b0;
	border-radius:5px;
	text-align:center
}
.wk-cartoon-list .navbox-group{
	background:#dcf68e;
	border-radius: 5px;
}
.wk-cartoon-body .wk-cartoon-list .wk-cartoon-list .navbox-group{
	background:#F3F0DE;
	border-radius: 5px;
}

/*格式手册*/
.wk-rules-body{
	background:#5a055a;
	border-radius: 5px;
}
.wk-rules-title{
	background:#ffcccc;
	border-radius: 5px;
}
.wk-rules-group{
	background:#d4c0d3;
	border-radius: 5px;
}
.wk-rules-list{
	background:#ffeee3;
	text-align:left;
	border-radius: 5px;
}
.wk-rules-list .navbox-group{
	background:#f1cde7;
	border-radius: 5px;
}
.wk-rules-body .wk-rules-list .wk-rules-list .navbox-group{
	background:#f1cde7;
	border-radius: 5px;
}
/*帮助手册*/
.wk-help-body{
	background:#1ec088;
	border-radius: 5px;
}
.wk-help-title{
	background:#7fffd4;
	border-radius: 5px;
}
.wk-help-group{
	background:#b8f4e5;
	border-radius: 5px;
}
.wk-help-list{
	background:#F0FFFF;
	text-align:left;
	border-radius: 5px;
}
.wk-help-list .navbox-group{
	background:#c7f5e4;
	text-align:left;
	border-radius:5px;
}
.wk-help-body .wk-help-list .navbox-title{
	background: #55e9ca;
	border-radius: 5px;
}