@DownPW Always looking for ways to improve the overall experience.
Theme retirement
-
I liked thisโฆ is this number of topics?
-
additionally, the amplifying circle is not centered on profile pages, FYIโฆ
-
the person who sends the last post are usually seen as avatar, however in large screen it is lost, is this intentional?
-
@crazycells yes, itโs actually not my work but someone on the NodeBB forums. Iโll dig out the link.
-
@crazycells thanks. Iโve never been able to reproduce this so will have to look at it again.
-
@crazycells no. Thatโs probably the result of me using targeted CSS to disable the appearance of something else and inadvertently over compensating. Iโll take a look.
-
@crazycells Youโll notice some odd looking artefacts like borders and inset box shadows being used.
Iโm going to be removing the legacy themes tomorrow so this problem will resolve itself, but for the full effect, you should select โMaterialโ in the light section. If you switch back to a previous legacy theme afterwards, youโll need to reload the browser.
-
-
@phenomlab thanks for sharing.
-
@crazycells No problem. itโs also worth noting that I rewrote some of the widget code to include links for each category as these are missing from the original. Hereโs the revised code
<style> .stats-info.text-sm.mt-1.mb-3 { text-align: center; } </style> <div id="stats-pro"> <div class="progress mt-4 stats-bar" style="height: 8px;"> {{{ each categories }}} <div class="progress-bar-github" role="progressbar" style="width: {./totalTopicCount}%;background-color: {./bgColor};" aria-valuemin="0" aria-valuemax="100"></div> {{{ end }}} </div> <div class="stats-info text-sm mt-1 mb-3"> {{{ each categories }}} <a href="/category/{./cid}/{./name}"><span class="mb-3 me-2 fw-semibold text-nowrap"><i class="fa fa-fw fa-solid fa-2xs fa-circle" style="color: {./bgColor};font-weight: 900;"></i> {./name}</a><span class="text-xs text-muted">({./totalTopicCount})</span></span> {{{ end }}} </div> </div>
-
@phenomlab thanks, this will be more helpful.
-
@crazycells Thought it might
-
-
@crazycells said in Theme retirement:
the person who sends the last post are usually seen as avatar, however in large screen it is lost, is this intentional?
That was an unintended bug (thanks) which Iโve just fixed. I was using the below CSS to hide images in the teaser view as below
.meta.teaser img, .meta.teaser blockquote { display: none; }
However, this had the undesired effect of removing the user avatar (which I want to keep obviously), so am now using this CSS
.meta.teaser img:not(.avatar), .meta.teaser blockquote { display: none; }
-
I relented somewhat here and added another swatch - one I missed, which was previous called โblackoutโ. This specific one has been adapted to work on the new theming engine, but the others have been reclassified, and renamed to suit.
As a result, the theme you might have had will probably be reflecting something else, so you (might) need to change your themes accordingly. The changes are as follows
Light -> No Change
Cloudy -> Is now the old โDimโ
Dim -> Is now the old โDarkโ
Dark -> Now a new theme based on the revamped โBlackoutโ
Related Topics
-
-
-
-
-
-
NodeBB templates
Locked Chitchat -
-