http://userstyles.org/stylish/
Stylish is an extension for Firefox which allows people to modify websites on their end, so how you view the site is tweaked slighlty.
Now Jakobo came up with this style for it here:
http://userstyles.org/styles/6028
This removes all images and font colours/sizes from a post.
It rocks honestly, if you've got it applied you don't see any post images or funky font colours.
However, I like images, I just don't like font styles. So I've ditched them.
This is my version, which modifies his slightly. The best thing about stylish is it uses CSS, so anyone can write a style!
@namespace url(http://www.w3.org/1999/xhtml)
@-moz-document domain("www.gaiaonline.com") {
.messagecontent {
min-height: 200px !important;
}
.messagecontent span {
color: #000 !important;
font-size: 1em !important;
text-decoration: none;
}
}
@-moz-document domain("www.gaiaonline.com") {
.messagecontent {
min-height: 200px !important;
}
.messagecontent span {
color: #000 !important;
font-size: 1em !important;
text-decoration: none;
}
}
My modification allows images, changes all font colours to black, makes the font size normal and removes any underlines (I hate underlines). It also ads a min height, to hopefully stop the avatar squashing which Jakobo's original version does accidentally.
Anyway, you can easily tweak it to your own needs. Like post styles but no images? No sweat, just comment out the font colour/size lines.
This is just one of those little things that you can do to make the Gaia experience better. And to stick it to those people who post in annoying colours!