feat: Argon WordPress主题完整版本

- 基于Argon主题的WordPress博客主题
- 支持响应式设计和暗色模式
- 包含完整的文章管理和评论系统
- 集成友情链接管理功能
- 支持多种自定义设置选项
- 优化的用户界面和交互体验
This commit is contained in:
2026-01-11 19:48:02 +08:00
commit 31d8fde308
547 changed files with 147669 additions and 0 deletions

50
assets/vendor/headindex/headindex.css vendored Normal file
View File

@@ -0,0 +1,50 @@
.index-box {
width: 100%;
height: auto;
background-color: transparent;
overflow-y: auto;
overflow-x: hidden;
}
.index-box ul {
padding: 0;
list-style: none;
}
.index-box .index-subItem-box {
display: none;
}
.index-box .index-item,
.index-box .index-link {
width: 100%;
display: block;
color: #333333;
text-decoration: none;
box-sizing: border-box;
}
.index-box .index-link {
padding: 4px 8px 4px 12px;
cursor: pointer;
-webkit-transition: background-color 0.3s, border-left-color 0.3s;
-moz-transition: background-color 0.3s, border-left-color 0.3s;
-o-transition: background-color 0.3s, border-left-color 0.3s;
transition: background-color 0.3s, border-left-color 0.3s;
border-left: 3px solid transparent;
word-break: break-all;
}
.index-box .index-item.current > .index-link {
background-color: rgba(0, 0, 0, 0.15);
border-left: 3px solid #555555;
}
.index-box .index-link:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.index-box .index-subItem-box .index-item {
padding-left: 1em;
}