Page 4 of 9
Re: Forums update
Posted: Thu Apr 15, 2021 8:59 pm
by Fred
Added Prosilver Dark
Re: Forums update
Posted: Thu Apr 15, 2021 9:33 pm
by Nituvious
The "Maxthon" theme is quite nice!
Re: Forums update
Posted: Thu Apr 15, 2021 10:38 pm
by STARGÅTE
Thanks Fred,
"Prosilver Dark" looks fine, but why the hell links have these bad bluish.
I have added a use script to the forum to make it white, which is much more eye-friendly:
Code: Select all
const sheet = new CSSStyleSheet();
sheet.replaceSync('a:link, a:active, a:visited {color: #D0D0D0 !important} a:hover {color: #40A0E0 !important}');
document.adoptedStyleSheets = [sheet];
Perhaps you can also edit the css-file "styles/prosilver_dark/theme/colours/blue.css?assets_version=5" and change the color there.
Re: Forums update
Posted: Thu Apr 15, 2021 10:46 pm
by Inner
Fred wrote: Thu Apr 15, 2021 8:59 pm
Added Prosilver Dark
Oh thank you!
(joking) Finally I can stop visiting my doctor for my eye problems!

Re: Forums update
Posted: Thu Apr 15, 2021 10:48 pm
by Fred
STARGÅTE wrote: Thu Apr 15, 2021 10:38 pm
Thanks Fred,
"Prosilver Dark" looks fine, but why the hell links have these bad bluish.
I have added a use script to the forum to make it white, which is much more eye-friendly:
Code: Select all
const sheet = new CSSStyleSheet();
sheet.replaceSync('a:link, a:active, a:visited {color: #D0D0D0 !important} a:hover {color: #40A0E0 !important}');
document.adoptedStyleSheets = [sheet];
Perhaps you can also edit the css-file "styles/prosilver_dark/theme/colours/blue.css?assets_version=5" and change the color there.
Changed the CSS, it's better with white for sure. Also toyed the colors of the Prolight theme, to be more like the purebasic.com site.
Re: Forums update
Posted: Thu Apr 15, 2021 11:47 pm
by skywalk
proSilver dark is much nicer on the eyes.

Please add it to the SpiderBasic forum.
FEATURE REQUESTS:
1. Add syntax coloring for the code sections.
All code is now green on black.
2. Add PureBasic icon to banner.
3. Add link to PureBasic Home on banner.
Thanks!
Re: Forums update
Posted: Fri Apr 16, 2021 1:11 am
by STARGÅTE
@skywalk:
A JavaScript is much easier and you can set your own colors:
https://www.purebasic.fr/english/viewto ... 63#p568763
Re: Forums update
Posted: Fri Apr 16, 2021 1:57 am
by skywalk
Nice!
Just saw your updated post STARGÅTE.
New improved forum and emit C coming!
Happy days ahead.

Re: Forums update
Posted: Fri Apr 16, 2021 4:31 am
by Rinzwind
Is it possible to move “active topics” back to its own position instead of hidden under a menu while there is lots of screen space to show it. For me the most clicked link

Re: Forums update
Posted: Fri Apr 16, 2021 6:58 am
by Fangbeast
Thanks for that dark theme Fred, it's really good on my old eyes.
Re: Forums update
Posted: Fri Apr 16, 2021 9:58 am
by Mijikai
The forum looks much better with the new Website Design.
Especially for future customers (Teenagers) its vital to have a appealing modern design - the 20 yr old design is just not usable anymore.
It makes no sense to hold onto a outdated horrible 20 yr old design that deters future customers and is basically just embarassing to show.
This is a big step in the right direction im very pleased and im looking forward to further improvements.
(like row highliting / screen size adjustment...)
Keep up the good work!
Btw. the theme resolves back to a basic phpBB one once im logged in i rly hope its just because its still worked on.
Re: Forums update
Posted: Fri Apr 16, 2021 11:57 am
by Tenaja
I appreciate the better bookmark name defaults.

Re: Forums update
Posted: Fri Apr 16, 2021 1:10 pm
by Marc56us
Mijikai wrote: Fri Apr 16, 2021 9:58 am
Btw. the theme resolves back to a basic phpBB one once im logged in i rly hope its just because its still worked on.
Once connected > User Control Panel > Board preferences > Edit global settings > My board style: (11 choices)
(When not connected, this is always default style ('ProLight Style'))
Personally I find the '
Flat Style Blue' the most relaxing. I like this font which is very readable, but I don't know enough about CSS to identify its name? (It looks like 'Century Gothic' (Windows) but it is not)

Re: Forums update
Posted: Fri Apr 16, 2021 2:04 pm
by STARGÅTE
in the css file it is written:
font-family: Poppins, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
Re: Forums update
Posted: Fri Apr 16, 2021 2:31 pm
by Marc56us
STARGÅTE wrote: Fri Apr 16, 2021 2:04 pm
in the css file it is written:
font-family: Poppins, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
Thank you STARGÅTE
I test and this is
Poppins (The 'a' and 'M' are differents than others listed)
Designed by Indian Type Foundry, Jonny Pinhorn
https://fonts.google.com/specimen/Poppins
(There are even accents and ligatures, it's perfect.)