MLUG: [MLUG - DISCUSSION] Mozilla link highlighting..
[MLUG - DISCUSSION] Mozilla link highlighting..
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I thought someone else might find this interesting or maybe useful.. I get
annoyed with many web mages because they make it hard to see which links
you've followed and which you haven't which is annoying if you use the
site frequently and want some idea what you've done before.

In Mozilla you can define user style sheets to either modify the chrome or
the content. In this case I modify the content style sheet at
.mozilla/default/mx3ho5nf.slt/chrome/userContent.css but that varies by
browser release and os. In that file I add the lines:

#Start
a:link {
        text-decoration: underline !important;
}

a:visited {
        text-decoration: none !important;
        font-size: small !important;
}

a:link > img {
        border-width: 2px !important;
        border-style: dotted !important;
        margin: 0px !important
}

a:visited > img {
        border-width: 0px !important;
        border-style: none !important;
}
#End

Add that and restart Mozilla and you'll notice that it's much easier to
tell a fresh link from a visited link. That probably won't be useful to
anyone but me but you have a lot of room to modify things to fit your own
needs.


Peace, Love, Linux

;):):-):):-):):-)8')
Michael McGlothlin <EMAIL:PROTECTED>
http://kavlon.org/projects/
_______________________________________________
discussion mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/discussion