How to change the colours for web pages in K-Meleon
Posted by: gggg
Date: November 06, 2012 04:17PM

Hello peeplez, i have a big problem

How to change the colour theme for internet pages ?
I want colour scheme like this, shown in the picture below...
What code must be filled in file userContent.css ??

Plz, some wise man to enlighten me smiling smiley



Re: How to change the colours for web pages in K-Meleon
Posted by: gggg
Date: November 06, 2012 04:18PM



Re: How to change the colours for web pages in K-Meleon
Posted by: rodocop
Date: November 06, 2012 06:06PM

Where is your first same thread???

I've answered already: try to use Stylish extension and to choose appropriate style at http://userstyles.org/styles/browse/global

Re: How to change the colours for web pages in K-Meleon
Posted by: gggg
Date: November 06, 2012 08:12PM

Comrade, 10x for your answer, but i dont want to install any extensions¬_¬
i prefer just to enter a few rows in css. file...

Re: How to change the colours for web pages in K-Meleon
Posted by: rodocop
Date: November 06, 2012 11:19PM

Why not?
Most of KM-extensions don't affect its performance. And changing style through Stylish is more convenient.

Anyway, you can copy userstyle code and maybe get some hint, key to your problem.

I'm not familiar with CSS though, so cannot help more.

Re: How to change the colours for web pages in K-Meleon
Posted by: panzer
Date: November 07, 2012 08:16AM

Style Buttons - quickly modify the font and colors of a webpage for better readability or according to personal preferences. Can also hide background-images, highlight links and indicate most missing images if they show no icons. Each style with own (optional) toolbar button. Special menus and help-file to facilitate style- and button-customizing for beginners:
http://kmeleonbrowser.org/forum/read.php?9,99433

Re: How to change the colours for web pages in K-Meleon
Posted by: Merlin
Date: November 07, 2012 08:21AM

I think there is file named userContent.css in km-folder\Profiles\(Profile name)\chrome it's help in change page coloers , fonts , links and more.

Chack this link userContent .




Edited 2 time(s). Last edit at 11/07/2012 10:42PM by Merlin.

Re: How to change the colours for web pages in K-Meleon
Posted by: Merlin
Date: November 07, 2012 10:45PM

Try this code :

a:link {
color: rgb(128,255,128) !important;
}
a:visited {
color: rgb(255,128,255) !important;
}
a:hover {
color: rgb(128,255,255) !important;
}
body,font {
color: rgb(147,148,159) !important;
background-color:#000000 !important;
}






Edited 1 time(s). Last edit at 11/08/2012 09:07AM by Merlin.

K-Meleon forum is powered by Phorum.