If you have a problem with dark text in forum posts being hard to read against a dark background you can use this script to make it display lighter. The code needs to go in the footer template.
Code:
<script type="text/javascript">
// Lighten dark text (wdb)
var minRGB=150;
var RGBfact=(255-minRGB)/255;
$('.messageContent...
You do not have permission to view the full content of this resource.
Log in or register now.