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

模板:目录/style.css:修订间差异

来自医林拾薪
无编辑摘要
无编辑摘要
第3行: 第3行:
     width:100%;
     width:100%;
     min-height: 300px;
     min-height: 300px;
    border: 3px solid #c9c9c9;
border: 1px solid #a3caff;
     border-top: 55px solid #c9c9c9;
     border-top: 55px solid #c2dcff;
     border-radius: 5px;
     border-radius: 5px;
}
}

2023年6月8日 (四) 06:42的版本

/*[[分类:题库目录模板]]*/
#indexContainer{
    width:100%;
    min-height: 300px;
	border: 1px solid #a3caff;
    border-top: 55px solid #c2dcff;
    border-radius: 5px;
}
#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;
}