Lazarus

Miscellaneous => Suggestions => Topic started by: Blaazen on August 22, 2020, 06:59:10 pm

Title: Increase font size?
Post by: Blaazen on August 22, 2020, 06:59:10 pm
Would it be possible to increase the font size here (see screenshots)?
When some discussion has more than one page, clicking on that small numbers is the only way to list it.
And the title Lazarus » Forum » Miscellaneous » Suggestions is the only place where you can read in which category is the forum topic located.
Title: Re: Increase font size?
Post by: winni on August 22, 2020, 09:53:26 pm
Hi!

I support  Blaazen's idea!!!

Winni
(with glases)
Title: Re: Increase font size?
Post by: Martin_fr on August 22, 2020, 10:40:56 pm
Not sure... Others might dislike. And not sure, the server admin might have to crawl through the css on the server..... But thats for him to say if he wants to....

Btw, there is a previous / next pair of links. (below the last page on each page). But it has the same size.

If you have grease monkey:
Code: Text  [Select][+][-]
  1. // ==UserScript==
  2. // @name     lazarus_forum
  3. // @version  1
  4. // @grant    none
  5. // @include https://forum.lazarus.freepascal.org/*
  6. // @include http://forum.lazarus.freepascal.org/*
  7. // @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
  8. // ==/UserScript==
  9.  
  10.  
  11. $(".pagelinks").each(function() { $(this).css("font-size", "2em"); });
  12.  
Title: Re: Increase font size?
Post by: Sieben on August 23, 2020, 12:29:46 am
Previous/Next refers to topics, not pages. If in doubt consult your optometrist. ;)
Title: Re: Increase font size?
Post by: Martin_fr on August 23, 2020, 12:49:47 am
Previous/Next refers to topics, not pages. If in doubt consult your optometrist. ;)
I doubt my optometrist can cure my laziness. I simply jumped to conclusions without verifying.
Title: Re: Increase font size?
Post by: trev on August 23, 2020, 02:29:12 am
Don't most web browsers have an option similar to "Never use font sizes smaller than [nn]" (Safari) or "Minimum font size [nn]" (SeaMonkey) to name the two I use?
Title: Re: Increase font size?
Post by: winni on August 25, 2020, 01:50:54 am
@trev

Good idea.

Firefox --> Preferences --> Font & Colors --> Advanced --> Minimum Font Size

Preserves my eyes.

Thanx.

Winni
Title: Re: Increase font size?
Post by: trev on August 25, 2020, 12:43:50 pm
Preserves my eyes.

Thanx.

You're not alone ;) Glad to have helped.
Title: Re: Increase font size?
Post by: howardpc on August 25, 2020, 01:13:55 pm
Firefox --> Preferences --> Font & Colors --> Advanced --> Minimum Font Size

Preserves my eyes.
You also have to ensure that the checkbox "Allow pages to choose their own fonts, instead of your selections above" is unchecked to enforce the minimum preference chosen.
TinyPortal © 2005-2018