Ghost Theme

:discourse2: Zusammenfassung Ghost ist vom Cyberpunk-Genre inspiriert.
:eyeglasses: Vorschau Vorschau im Discourse Theme Creator
:hammer_and_wrench: Repository-Link https://github.com/discourse/ghost
:open_book: Neu bei Discourse Themes? Anfängerleitfaden zur Verwendung von Discourse Themes

Dieses Theme installieren

Funktionen

Inspiriert vom Cyberpunk-Genre, fängt dieses Theme das Gefühl von Rebellion und einer dystopischen Stadtlandschaft ein, indem es Neonfarben und subtile Glitches in der Benutzeroberfläche einführt.


Credits

Erstellt von @melhosseiny, mit Dank an @awesomerobot und das Discourse-Team für die Unterstützung dieser Arbeit.


Quelle: Corporations auf Behance


:discourse2: Von uns gehostet? Themes sind in unseren Standard-, Business- und Enterprise-Plänen verfügbar.

63 „Gefällt mir“

I like it! :slight_smile:

3 „Gefällt mir“

How do I make it not change my primary logo color?
It’s currently red, when naturally it’s blue.

2 „Gefällt mir“

If you add this css your logo will remain unchanged.

.d-header .logo-big, .d-header #site-logo {
  filter: unset;
}
6 „Gefällt mir“

Hello,

How do I remove the glow from the buttons, and change to color of the topic editor (from blues).

Thank you in advance!

To remove the glow, you can set box-shadow to none for default, primary and danger buttons on hover

.btn.btn-default, .btn.btn-primary, .btn.btn-danger {
  .discourse-no-touch & {
    &:hover, &.btn-hover {
      box-shadow: none;
    }
  }
}

To also remove it from navigation bars (including the main one)

.nav-pills, .admin-controls .nav-pills {
  >li>a:hover, >li.active>a, >li>a.active {
    box-shadow: none;
  }
}

// On mobile only
.nav-pills > li.navigation-toggle {
  box-shadow: none;
}

To change the background color of the topic editor, I suggest you look at the theme’s source code and search for where the $bios sass variable is used. For example, to change the background color of the composer to a red color

#reply-control {
  background: red;
}

If you do that, you probably also want to change the composer popup’s background as well (it pops up when you start typing and doesn’t show up on mobile)

// On desktop only
#composer-popup {
  background: red;
}
4 „Gefällt mir“

Thank you! I’ll give it a try!

Ghost changes some topic templates and make a bunch of stuff flex, so it will be incompatible with any other plugin or theme that expects the standard Discourse topic template. Getting it to play with other plugins is not planned and out of scope of this theme.

11 „Gefällt mir“

Just dropping in a bug report from one of my users regarding this theme:

I attempted to resize the text via Discourse preferences, (Preferences > Interface) and the change isn’t taking effect. The Larger Font theme is contrary to my needs, so I can’t use it as a workaround.

MacBook 2015
Mojave 10.14
Firefox 63.0.1
Ghost theme
Screenshots:


Set to “largest” font:

And…

Set to “Smaller” font:

Passing this along on behalf of my users!

3 „Gefällt mir“

The font size is hard coded into the theme, so it can’t be overwritten with the text size selector. It would be a fairly small change to update the theme to set the font size based on the classes that get added to Discourse by the text size selector. I’ve tested it out with the font set to 14px, and it seems to me that the theme still looks good with the font at this size. It is possible that it breaks the layout in places that I haven’t looked at though.

6 „Gefällt mir“

Das Theme wurde aktualisiert, um die defekten Avatare in der Themenliste auf Mobilgeräten zu beheben, die durch

verursacht wurden.

8 „Gefällt mir“

Einen Pull Request eingereicht, um verschiedene Probleme zu beheben, die ich auf Meta festgestellt habe (Kategorieseite, Benutzermenü, Admin-/Einstellungsseiten, Warnungen und andere) :rabbit2:

11 „Gefällt mir“

Erweiterte Suchfilter scheinen nur zu funktionieren, wenn sie manuell eingegeben werden.
Ich sehe, dass vor dem Abruf Unterstriche an den Anfang von Dateinamen hinzugefügt werden, was zu einem 403/4-Fehler führt.

3 „Gefällt mir“

Danke für die Meldung. Ghost hat die full-page-search-Vorlage neu strukturiert, und die ursprüngliche Vorlage scheint sich seitdem weiterentwickelt zu haben. @Falco @awesomerobot Ich habe einen Pull Request eingereicht, um die ursprüngliche Vorlage zu verwenden, da es nicht mehr notwendig ist, sie zu überschreiben.

6 „Gefällt mir“

Ich liebe es :heart: ~~~~~~~~~~

2 „Gefällt mir“

Dieses Theme ist auf Mobilgeräten gut gemacht und macht Spaß!

Danke an alle, die dazu beigetragen haben, es noch besser zu machen!

2 „Gefällt mir“

Habe etwas von einem meiner Nutzer erhalten:

Anker werden in Kategorien-Beschreibungsboxen nicht korrekt dargestellt (obwohl sie im angepinnten Thema, in dem die Beschreibung steht, einwandfrei funktionieren).

1 „Gefällt mir“

Tolle Theme!

Wenn ich es jedoch auf meiner Website installiere, sehe ich, dass die Links „verwandte“ und „empfohlene“ am Ende jedes Beitrags überlappen. Siehe Screenshot:

Ich liebe dieses Theme! Meine einzige Beschwerde ist, dass die Bildvorschau-Komponente damit nicht funktioniert. Die Vorschaubilder werden aus irgendeinem Grund nicht angezeigt.

1 „Gefällt mir“

Haben Sie dies in der Theme-Komponente gemeldet, die Sie verlinkt haben?

Ich sehe, dass Sie es getan haben.

Diese Theme component könnte als Alternative funktionieren: