Wiki Footer Font should be increased

Another issue.

Don’t you think the footer in the wiki is far too small in size (px)? One almost needs a magnifying glass to read it.

I think it can be increased by 50-100% to be actually (easily) readable. I’m referring to this output:

Impressum | Datenschutz | Haftungsausschluss

https | (forcing) onion
Share: Twitter | Facebook | Google+ This is a wiki. Want to improve this page? Help is welcome and volunteer contributions are happily considered! See Conditions for Contributions to Whonix, then Edit! IP addresses are scrubbed, but editing over Tor is recommended. Edits are held for moderation. Whonix (g+) is a licensee of the Open Invention Network. Unless otherwise noted, the content of this page is copyrighted and licensed under the same Libre Software license as Whonix itself.

Removed.

When inspecting the element, you can see:

font size =“-3”

for the micro-sized elements in HTML, with the features being inherited from the body text bootstrap.css:206 (I think?)

It actually looks good at font size=“-1” when you manually edit it to see.

That is, readable, while still being distinct from the main body text which has font size set to 14px.

I believe “-3” means “set the size of this font to three sizes smaller than the body text”. But reducing by 1 fixed size is more than enough to distinguish it from the main body.

Presumably that is some HTML setting set by the skin, and it’s not manually configurable.

Or does it possibly relate to that .smallText setting in common.css that is set to font-size 66%?

If it can’t be changed, that’s a pity, because it looks too small right now.

I see the “Strapping” skin used by Whonix hasn’t had any issues fixed on github since 2014. So, it’s dead developer-wise.

Surely there’s something better 3 years later that actually allows one to control basic elements like this in a config file e.g. maybe whatever Mozilla wiki is based off.

1 Like

That could be changed here:

https://www.whonix.org/wiki/Template:Footer_this_is_a_wiki

<font size="-3">This is a wiki. Want to improve this page? Help is welcome and volunteer contributions are happily considered! See [https://github.com/Whonix/Whonix/blob/master/CONTRIBUTING.md Conditions for Contributions to Whonix], then {{Edit_it}}! IP addresses are scrubbed, but editing over Tor is recommended. Edits are held for moderation.</font>

Bwahahaha :laughing:

That is hilarious. The setting was right there in the Footer Template of all places. Who would have guessed!? :wink:

I tried “-2” but it looks exactly the same as “-3”, so I set it to “-1” for your consideration.

1 Like