此处为全站公告,通常对读者进行申明或对该WIKI某些规则进行公告,请在确认后修改本通告。
本WIKI编辑权限开放,欢迎收藏起来防止迷路,也希望有爱的小伙伴和我们一起编辑哟~
编辑全站公告 • 编辑帮助:目录 • BWIKI反馈留言板
模板:BLS.css
/* === 模板:BLS.css ===
Wiki自定义样式合集 作者:比格小星 用于定义可在各页面中调用的样式。 调用方式:<templatestyles src="模板:BLS.css" />
- /
/* === 文件夹样式方框 === */ .box-folder {
/* 继承结构灵感自 .BOX-4 */ background: #4ABDF6; border-radius: 8px; padding: 10px 15px; color: #fff; position: relative; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); margin-bottom: 1em; overflow: hidden;
}
/* 顶部文件夹标签 */ .box-folder::before {
content: ""; display: block; width: 80px; height: 18px; background: #82D6FF; border-radius: 6px 6px 0 0; position: absolute; top: -10px; left: 15px;
}
/* 标题栏 */ .box-folder .folder-title {
background: #3AA4D6; color: #fff; border-radius: 8px 8px 0 0; font-weight: bold; padding: 6px 10px; font-size: 14px;
}
/* 内容区 */ .box-folder .folder-content {
background: rgba(255, 255, 255, 0.15); padding: 10px 15px; border-radius: 0 0 8px 8px; line-height: 1.6;
}