# Ghost Theme

**URL:** https://meta.discourse.org/t/ghost-theme/111806
**Category:** Theme
**Tags:** official, ghost-theme
**Created:** [March 16, 2019, 5:39pm UTC](https://meta.discourse.org/t/ghost-theme/111806 "2019-03-16T17:39:18Z")
**Posts on this page:** 1
**Showing post:** 47

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [January 25, 2025, 8:09am UTC](https://meta.discourse.org/t/ghost-theme/111806/47 "2025-01-25T08:09:21Z")

</div>

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](https://github.com/jordanvidrine/discourse-category-group-boxes.git)
- **First To Reply** #Customization > Theme component

```plaintext
// 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

 ![The image displays a "Happy New Year" neon sign with the announcement of a server migration date for XRtropolis. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/d/a/e/daebeb7803cf875021d5a344af42de6c2b9bff85.jpeg)

- Who’s Online Plugin adds green border

## Modern Category+Group Boxes

 ![The image is a screenshot of an XRT1 Nexus website interface featuring a "Site News" section titled "Announcements," a "Pocket Communities" section showcasing "Planet Pimax" with a virtual cityscape image and an "Unconfirmed" status note, and sections called "Site Design Focus" and "Fox Technical" with respective icons. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/b/1/e/b1e88fe740b7df6bc7e3b7f5aa17d80c12407785.jpeg)

- Squares Conner’s instead of rounded and adds minor green border around categories

## First To Reply Theme component

 ![The image is a screenshot from the OpenMR Community (XRTROPOLISONE), detailing a progress update on the Planet Pimax project's development, mentioning the upcoming beta test with a small batch of preorders and estimated final delivery by Q1 2025. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/3/b/5/3b52ac2346b527b52d6ae1f0e71372bc23fbf343.jpeg)

- If using more than one Theme overrides Icon to cyan color

---

_[View the full topic](https://meta.discourse.org/t/ghost-theme/111806)._
