Inspiré du genre cyberpunk, ce thème capture le sentiment de rébellion et le paysage urbain dystopique en introduisant des couleurs néon et des glitches subtils dans l’interface.
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;
}
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.
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.
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.
J’ai soumis une demande de tirage pour corriger divers problèmes que j’ai remarqués sur Meta (page de catégorie, menu utilisateur, pages admin/paramètres, alertes et autres)
Les filtres de recherche avancée semblent ne fonctionner que lorsqu’ils sont saisis manuellement.
Je vois des underscores ajoutés au début des noms de fichiers avant le téléchargement, ce qui entraîne une erreur 403/4.
Merci d’avoir signalé cela. Ghost a restructuré le modèle full-page-search et le modèle d’origine semble avoir divergé depuis. @Falco@awesomerobot J’ai soumis une demande de fusion pour utiliser le modèle d’origine, car il n’est plus nécessaire de le remplacer.
Les ancres ne s’affichent pas correctement dans les boîtes de description des catégories (bien qu’elles s’affichent correctement dans le sujet épinglé où se trouve la description)
Cependant, lors de son installation sur mon site, je constate que les liens « articles similaires » et « articles suggérés » en bas de chaque publication se chevauchent. Voir capture d’écran :
J’adore ce thème ! Mon seul reproche est que le composant d’aperçu d’image ne fonctionne pas avec lui. Les images d’aperçu ne s’affichent pour aucune raison.