K-Meleon

KMeleonWiki > Tutorials > ControllingDisplay

C:\Program Files\K-Meleon\Profiles\your name\!!!!!!!!.slt\chrome\userContent.css

  • The first thing you need to do is create an userContent.css file.
  • Copy the following code, paste into a text editor and save as userContent.css in your profile's chrome directory.
blink { text-decoration: none ! important; }

That's it, you've now stopped that annoying blinking.

  • Try this one to change a link's colour to red, if it is to open in a new window.
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
:link:hover_blank?,:visited:hover_blank? {
  color: white !important; background: red !important;
}
:link:hover_new?,:visited:hover_new? {
  color: white !important; background: red !important;
}

There are many examples to be found on the internet, not all will work in K-Meleon. Only the ones directly related to content display and not browser behaviour will work.

References:

K-Meleon

(c) 2000-2010 kmeleonbrowser.org. All rights reserved.
design by splif.