d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Site Suggestions >
Poll > Text Size Alteration > For Those Of Us Who Can't See Anything
Prev12
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 16,621
Joined: Jan 7 2017
Gold: 90.58
Jul 5 2018 09:18pm
Quote (OverDoSex @ Jul 5 2018 06:55pm)
The zoom feature is what I currently use, but it zooms everything, ultimately means distorted images and layouts. All I really need is the font


I see. Here, I crafted a mini CSS rule for you. It does textareas, descriptions, etc. While retaining image sizes so they are not distorted. Can use it with the free and open source Stylus extension:

Code
.desc, .edit, .mpl, .quote1, .sig, a.desc, .code2, body, button, input, select, textarea, * {
font-size: 16px
}


Chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/related?hl=en

Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/

Open Source Repo: https://github.com/openstyles/stylus


When you install it, open a new tab, go to d2jsp.org, click on the top right and click Write style for: d2jsp.org:


Once your on that page, type d2jsp.org in the text field, and copy the CSS code, like so:



Then name it at the top left with whatever you want, and click save. You can modify the `font-size: 16px` property, and change 16px to whatever you feel most comfortable with.

Hope that helps.

This post was edited by JohnMiller92 on Jul 5 2018 09:19pm
Retired Moderator
Posts: 32,585
Joined: Sep 1 2007
Gold: 0.00
Trader: Trusted
Jul 5 2018 09:24pm
Quote (JohnMiller92 @ Jul 5 2018 10:18pm)
I see. Here, I crafted a mini CSS rule for you. It does textareas, descriptions, etc. While retaining image sizes so they are not distorted. Can use it with the free and open source Stylus extension:

Code
.desc, .edit, .mpl, .quote1, .sig, a.desc, .code2, body, button, input, select, textarea, * {
font-size: 16px
}


Chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/related?hl=en

Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/

Open Source Repo: https://github.com/openstyles/stylus


When you install it, open a new tab, go to d2jsp.org, click on the top right and click Write style for: d2jsp.org:
https://i.gyazo.com/c76e5c29769fa208c3513768a08be111.png

Once your on that page, type d2jsp.org in the text field, and copy the CSS code, like so:

https://i.gyazo.com/d2a7264394e618430b92cbdb38eb7a33.png

Then name it at the top left with whatever you want, and click save. You can modify the `font-size: 16px` property, and change 16px to whatever you feel most comfortable with.

Hope that helps.


This works beautifully. Thank you :)

This post was edited by OverDoSex on Jul 5 2018 09:28pm
Retired Moderator
Posts: 32,585
Joined: Sep 1 2007
Gold: 0.00
Trader: Trusted
Jul 21 2018 03:29am
Bump
Member
Posts: 107,605
Joined: Feb 21 2012
Gold: 5,739.04
Jul 22 2018 01:43pm
vote YES
Retired Moderator
Posts: 15,410
Joined: Jun 2 2005
Gold: 9,504.66
Trader: Trusted
Jul 22 2018 05:13pm
voted no, create a user side css modification.
Retired Moderator
Posts: 32,585
Joined: Sep 1 2007
Gold: 0.00
Trader: Trusted
Jul 24 2018 12:13pm
Quote (markro @ Jul 22 2018 07:13pm)
voted no, create a user side css modification.


Fair enough. Although it did require me to download a plugin and receive aid from another user. I'll keep bumping merely out of the ease it would provide, in the end, for users such as myself.

After using the CSS modification for awhile I notice that it causes text to readjust to the constraints and borders of jsp, ultimately causing them to bleed out or get covered up by outlines or images.

In my profile, if I use anything over 12pt. size in the CSS mod (size is MUCH smaller than jsp, avoid comparing them), the text will bleed into itself, essentially disappearing into the text that surrounds it. I'm not sure how to combat this, so even with the mod I'm forced to keep it small. I can provide screens for anyone that cares enough to visualize what I'm explaining
Go Back To Site Suggestions Topic List
Prev12
Add Reply New Topic New Poll