The DnD Sanctuary

Pings => Otter Browser Forum => Topic started by: Quetzal on 2018-05-21, 09:43:00

Title: website stylesheet ?
Post by: Quetzal on 2018-05-21, 09:43:00
hi all,
i tried to modified a weppage with using the stylesheet, but reading back the forum, it seems that it needs to know Qt5 to do it ?

i've got Qt5, and pyQt5 on my own, but i just begin to use it ;) )

is there a way to change size of pics of a web site ?? because some are smart, and somes are 600x400px wich is a few ennoying...

thanks a lot if you got a solution
Title: Re: website stylesheet ?
Post by: ersi on 2018-05-21, 10:31:56
hi all,
i tried to modified a weppage with using the stylesheet, but reading back the forum, it seems that it needs to know Qt5 to do it ?
Where did you read that? It probably depends on what you want to achieve.

I use this file https://gist.github.com/meskarune/2721790 in the appropriate place in about:config

is there a way to change size of pics of a web site ?? because some are smart, and somes are 600x400px wich is a few ennoying...
Do you want to give all images the same size? Or all images not smaller than a certain minimal size?
Title: Re: website stylesheet ?
Post by: Frenzie on 2018-05-21, 18:35:05
i tried to modified a weppage with using the stylesheet, but reading back the forum, it seems that it needs to know Qt5 to do it ?
You can use CSS to affect the browser's own styles (like the color of the tabs or something); that's quite a separate affair from altering styles on websites. ;)
Title: Re: website stylesheet ?
Post by: ersi on 2018-05-22, 08:13:32
Here's an earlier thread about styling Otter interface (not webpages) https://dndsanctuary.eu/index.php?topic=1694
Title: Re: website stylesheet ?
Post by: Quetzal on 2018-05-23, 07:35:04
well, i never tried to change web'style'pages on opera... but surely i do not use the good way to do it on OtterBro ;)

@ersi = i went have a look on the page css link you've send... if i used it do i have chance to be succesfull

@Frenzie = i seen that there is a Otterbro projet features about skin, or modification of Otter skin... i think that i will wait for it instead to dive into otter'code