WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

923

As of this post, using firefox 60.0.1 under ubuntu 16.04, the following is available:

Right click on part of a page you want to modify, then click on inspect element, {} style editor, poal.css for raw CSS codes you can copy/paste into your stylesheet.

For changing a color, you can stop after the first 2 steps:

Right click on part of a page you want to modify, then click on inspect element.

Then look on the right side for what CSS codes are used for the parameter you want to modify, and which source has the final say in the result. You can then jump into that source by clicking on it, and if everything works properly, you should be on the start of the function that gave the result color.

For Generic examples to draw inspiration from, look for CSS templates and examples

as of this post, this web site has a ton of examples with generator pages to modify these examples:

https://www.w3schools.com/Css/css_examples.asp

Some CSS examples for changing color is both day mode and night mode:

https://poal.co/s/Poaldev/4483/4cd1f14a-0929-408f-80d9-411ae1d45569

Note:

CSS on Poal has been significantly modified from the examples on that site, but the same concepts should apply. Intelligence, creativity, and a bit of luck may be required.

As of this post, using firefox 60.0.1 under ubuntu 16.04, the following is available: Right click on part of a page you want to modify, then click on inspect element, {} style editor, poal.css for raw CSS codes you can copy/paste into your stylesheet. For changing a color, you can stop after the first 2 steps: Right click on part of a page you want to modify, then click on inspect element. Then look on the right side for what CSS codes are used for the parameter you want to modify, and which source has the final say in the result. You can then jump into that source by clicking on it, and if everything works properly, you should be on the start of the function that gave the result color. For Generic examples to draw inspiration from, look for CSS templates and examples as of this post, this web site has a ton of examples with generator pages to modify these examples: https://www.w3schools.com/Css/css_examples.asp Some CSS examples for changing color is both day mode and night mode: https://poal.co/s/Poaldev/4483/4cd1f14a-0929-408f-80d9-411ae1d45569 Note: CSS on Poal has been significantly modified from the examples on that site, but the same concepts should apply. Intelligence, creativity, and a bit of luck may be required.

(post is archived)

[–] 1 pt

easiest way to find bugs is to try something out and see how it works, or takes notes if it does something weird.