Ghost-Design

Ghost-Theme-Erweiterungen für:

// Global Banner
#banner {
    height: 350px !important;
    max-height: 400px;
    width: 90%;
 //   max-width: unset;
}
#banner img {
     max-width: 100%;
}
// Who's Online Anpassung
.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;
    
}
// Moderne Kategorie+Gruppen-Boxen 
.category-box {
    padding: 1.75px;
    border: 0.75px solid lightgreen!important;
    border-radius: 2.75px!important;
}
// Als Erster antworten
.first-replier {
    &.--image {
      .d-icon {
        color: cyan!important;
      }
}
}

Global Banner & Who’s Online

  • Das Who’s Online Plugin fügt einen grünen Rand hinzu

Moderne Kategorie+Gruppen-Boxen

  • Ecken sind eckig statt abgerundet und fügt einen leichten grünen Rand um die Kategorien hinzu

Theme-Komponente First To Reply

  • Wenn mehr als eine Theme-Überschreibung verwendet wird, wird das Symbol in Cyan geändert