/*  hexo-theme-butterfly\layout\includes\header\nav.pug 搜索图标 */
/*  hexo-theme-butterfly\source\css\_layout\footer.styl 底部版权背景高度 */
/* hexo-theme-butterfly\layout\includes\widget\card_announcement.pug 公告图标 */

/*  导航菜单样式 */
#nav .menus_items .menus_item {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 14px;
}

/*  文章版权信息样式 */

#post .post-copyright .post-copyright-meta {
  color: #797979;
  font-weight: bold;
}

#post .post-copyright:before {
  color: #797979;
}

#post .post-copyright .post-copyright-info a {
  color: #898989;
  text-decoration: none;
}

#post .post-copyright .post-copyright-info a:hover {
  color: #898989;
  text-decoration: underline;
}

#post .tag_share .post-meta__tags {
  border: 1px solid #666666;
  color: #666666;
}

#post .tag_share .post-meta__tags:hover {
  background-color: transparent;
  color: #666666;
}

/*  footer */

#footer .footer-other {
  color: #666666;
  font-size: 13px;
  background-color: #fff;
}

#footer a {
  color: #666666;
}

/* 按钮等 */

:root {
  --btn-hover-color: #0069d9;
  --color: #ffffff;
}

.custom-hr,
.search-dialog hr {
  border: 1px dashed var(--hr-border);
}

.custom-hr:before,
.search-dialog hr:before {
  font-size: 0px;
}

/* 分类页面自定义 */

.category-lists {
  background: transparent;
  border-radius: 12px;
  padding: 20px 0;
  box-shadow: 0;
}

.category-lists .category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.category-lists .category-list li {
  margin: 0;
  color: #ffffff;
  margin: 3px 0;
}

.category-lists .category-list .category-list-item {
  display: inline-block;
  padding: 7px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-lists .category-list .category-list-item:nth-child(10n + 1) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 2) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 3) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 4) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 5) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 6) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 7) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 8) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 9) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 10) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 11) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}
.category-lists .category-list .category-list-item:nth-child(10n + 12) {
  background: linear-gradient(to right, rgb(69, 127, 202), rgb(86, 145, 200));
}

.category-lists .category-list .category-list-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  filter: brightness(1.1);
}

.category-lists .category-list .category-list-item:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list-beauty li:before,
.category-lists ul li:before {
  position: absolute;
  top: 0cap;
  left: 0;
  width: 0;
  height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  content: "";
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.category-lists .category-list a {
  color: #ffffff;
  font-weight: bold;
}

.category-lists .category-list a:hover {
  color: #ffffff;
  font-weight: bold;
}

.category-lists .category-list .category-list-count {
  color: #ffffff;
}

.tag-cloud-list {
  padding: 20px 0;
}

/* 说说（问答）注释 */

#article-container .shuoshuo-footer .shuoshuo-tag {
  border: 1px solid #797979;
  color: #797979;
}

#article-container .shuoshuo-footer .shuoshuo-tag:hover {
  background-color: transparent;
  color: #797979;
}

.container a {
  color: #1f2d3d;
}

.container a:hover {
  text-decoration: none;
}

/*  公告图标颜色 */

#aside-content .card-announcement .item-headline i {
  color: #606060;
}

/* 文章内容区域 */

.layout > div:first-child:not(.nc) {
  padding: 10px 25px;
}

/* 导航右侧图标垂直居中 */

#nav .menus_items {
  line-height: 25px;
}

/* 侧边栏卡片信息bilibili图标垂直居中 */

#aside-content .card-info #card-info-btn i {
  vertical-align: top;
}

/* 修改搜索图标 hexo/node_modules/hexo-theme-butterfly/layout/includes/header/nav.pug */
/* 修改footer /usr/src/hexo/node_modules/hexo-theme-butterfly/source/css/_layout/footer.styl  */
