This Theme has a lot of deprecations with templates and possibly FA 6 related.
Ghost Theme Extensions for:
- Global Banner height, width and image width
- Who’s Online Plugin
- Modern Category+Groups Boxes(Used in Air Theme) GitHub link
- First To Reply Theme component
// Global Banner
#banner {
height: 350px !important;
max-height: 400px;
width: 90%;
// max-width: unset;
}
#banner img {
max-width: 100%;
}
// Who's Online Customization
.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;
}
// Modern Category+Groups Boxes
.category-box {
padding: 1.75px;
border: 0.75px solid lightgreen!important;
border-radius: 2.75px!important;
}
// Be First to reply
.first-replier {
&.--image {
.d-icon {
color: cyan!important;
}
}
}
Global Banner & Who’s Online
- Who’s Online Plugin adds green border
Modern Category+Group Boxes
- Squares Conner’s instead of rounded and adds minor green border around categories
First To Reply Theme component
- If using more than one Theme overrides Icon to cyan color