hyperlexian wrote:
o jeepers, didn't mean IE instead of firefox - there is some other browser that techie types use isn't there? like Chrome or Opera or something. maybe i'm mistaken. is my n00biness showing?
I use SeaMonkey, which is the code base name that the Mozilla suite had, just before it was shattered into Firefox, Thunderbird, Nvu, Sunbird and a few other damaged leftovers.
....
Back to the subject in hand, I just override the CSS with:
Code:
/* Colour in post links */
.postlink {
/* color:#F00!important; */
font-weight:bolder!important;
}
I decided I didn't much like having them red, so I commented that bit out.
I suppose, to keep most links more the way I like them, I could add:
Code:
/* Underline anchors ONLY when hovered over */
A:active,A:link,A:visited {
text-decoration: none!important;
}
A:hover {
text-decoration: underline!important;
}
and even replace the earlier code with:
Code:
/* Make anchors all be bolder */
A {
font-weight:bolder!important;
}
I use lots of other CSS, to get all the font sizes and colours the way they used to be.
As I don't like the stuff at the top of the page, I also use:
Code:
/* Zap rubbish at top of pages */
.demo {
display:none!important;
}
Oh... and this all works in Firefox and other browsers. Even IE will let you have local CSS overrides.
_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports."
Kamran Nazeer