Recent

Author Topic: Increase font size?  (Read 3112 times)

Blaazen

  • Hero Member
  • *****
  • Posts: 3237
  • POKE 54296,15
    • Eye-Candy Controls
Increase font size?
« 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.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Increase font size?
« Reply #1 on: August 22, 2020, 09:53:26 pm »
Hi!

I support  Blaazen's idea!!!

Winni
(with glases)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Increase font size?
« Reply #2 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.  

Sieben

  • Sr. Member
  • ****
  • Posts: 310
Re: Increase font size?
« Reply #3 on: August 23, 2020, 12:29:46 am »
Previous/Next refers to topics, not pages. If in doubt consult your optometrist. ;)
Lazarus 2.2.0, FPC 3.2.2, .deb install on Ubuntu Xenial 32 / Gtk2 / Unity7

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Increase font size?
« Reply #4 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.

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Increase font size?
« Reply #5 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?

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Increase font size?
« Reply #6 on: August 25, 2020, 01:50:54 am »
@trev

Good idea.

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

Preserves my eyes.

Thanx.

Winni

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Increase font size?
« Reply #7 on: August 25, 2020, 12:43:50 pm »
Preserves my eyes.

Thanx.

You're not alone ;) Glad to have helped.

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: Increase font size?
« Reply #8 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