打开/关闭菜单
Toggle preferences menu
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:目录/style.css

来自医林拾薪
Cirno.9讨论 | 贡献2023年6月8日 (四) 06:45的版本
/*[[分类:题库目录模板]]*/
#indexContainer{
    width:100%;
    min-height: 300px;
	border: 1px solid #a3caff;
    border-radius: 3px;
}
.indexHeader{
	height:55px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}
#indexTitle{
    font-size: 25px;
    font-weight: bold;
    margin-top: -47px;
    margin-left: 35px;
}
#bookInfo>#text{
	font-weight:bold;
	font-size:15px;
	margin-left:40px;
}
#indexContainer>#index{
	margin-left:35px;
}