幽灵主题

此主题在模板和可能的 FA 6 相关方面存在大量弃用。

Ghost 主题扩展,用于:

  • 全局横幅高度、宽度和图像宽度
  • 在线用户插件
  • 现代类别+群组框(在 Air 主题中使用)GitHub 链接
  • 首位回复者 Theme component
// 全局横幅
#banner {
    height: 350px !important;
    max-height: 400px;
    width: 90%;
 //   max-width: unset;
}
#banner img {
     max-width: 100%;
}
// 在线用户自定义
.discovery-list-container-top-outlet.online_users_widget {
      display: flex;
      padding-top: 0.40em;
      padding-bottom: 0.05em;
      background-color: var(--secondary);
      border: 1.0px solid cyan;
      border-radius: 3.75px;
//      border: 2.0px solid rgba(var(--primary-rgb), 0.2);
      margin-bottom: 0.75em;
    
}
// 现代类别+群组框 
.category-box {
    padding: 1.75px;
    border: 0.75px solid lightgreen!important;
    border-radius: 2.75px!important;
}
// 首位回复者
.first-replier {
    &.--image {
      .d-icon {
        color: cyan!important;
      }
}
}

全局横幅和在线用户

  • 在线用户插件添加了绿色边框

现代类别+群组框

  • 方形角而不是圆形,并为类别添加了细微的绿色边框

首位回复者主题组件

  • 如果使用多个主题,则覆盖图标为青色