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

模板:Navbox/styles.css:修订间差异

来自陋室
删除的内容 添加的内容
Maintenance script留言 | 贡献
合并 Common.css 中的 navbox 样式
Maintenance script留言 | 贡献
移出 infobox 样式
 
第31行: 第31行:
border: none;
border: none;
border-top: 1px solid #ccc; /* 稍微加深分割线颜色 */
border-top: 1px solid #ccc; /* 稍微加深分割线颜色 */
}

/* ============================= */
/* Infobox 样式优化 */
/* ============================= */

.infobox {
max-width: 300px; /* 设置信息框的最大宽度 */
width: 100%; /* 允许其在容器内自适应 */
margin: 0 auto; /* 使 .infobox 居中 */
border: 1px solid #ddd; /* 添加一个轻微的边框 */
border-radius: 8px; /* 让边框变得圆润 */
background-color: #f9f9f9; /* 设置轻微的背景色 */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 为 .infobox 添加阴影效果 */
padding: 10px; /* 增加内边距使内容不显得紧凑 */
}

/* 限制 Infobox 第一列宽度(约 5 个汉字) */
.infobox td:first-child,
.infobox th:first-child {
width: 12em; /* 增加第一列宽度 */
min-width: 12em; /* 确保不会缩小 */
}
}