03-22-2008, 06:41 PM
For those of you using Firefox, I've got a little something for you. Using Stylish you can customize the look of these forums. So you can go from the dark theme, to something quite a bit lighter. This has been only tested with the blue version of the theme, so it may look a bit differently with another version of the forums.
Just create a new style with the add-on (right click icon at bottom right -> write style-> blank style) and paste this:
Just create a new style with the add-on (right click icon at bottom right -> write style-> blank style) and paste this:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("designevolved.net") {
.trow1 {
background: #ffffff !important;
}
.trow2 {
background: #cdcdcd !important;
}
span {
color:#000000 !important;
}
.quote_header {
background: #fff;
border: 1px solid #000;
color: #000;
font-style:italic !important;
}
.quote_body {
background: #fff !important;
border: 1px solid #000 !important;
color: #000 !important;
padding: 4px !important;
}
td {
color: #000 ;
}
}
I may have forgotten some stuff, so feel free to add on to it.
What it does basically is change everything from dark colours to grey/white. It makes it much easier for me to read. I won't include screenshots, but feel free to post your own. I realise that links aren't perfect, and there may be a few things I forgot here and there, but like I said, go right ahead and post your versions here too.
Last updated: 4th May 2008
Known issues:
- Many links no longer have a roll over, and quite a few parts of text that should be coloured are now in black (if they have any special emphasis)