Different Skins

Adzzz

Astrophysical Genius - Hard for Grinner
Joined
Jan 13, 2008
Messages
32,791
Location
Kebab Shop
Not sure if this has been brought up before and hell I should probably have searched for it but, my monitor is set to already be not very bright and the such yet the stark white of this board sometimes really fecks my eyes, especially at night when its darker. Has there ever been any talk of different skins? Or just a different background colour, preferably green as that is easiest on the eye. Would it be easy to do, or am I just a nutter.

If not, I may go blind and end up typing more shite than usual - as I can't see what I'm typing.
 
I've just found my monitor has a night text version...so.........scrap this.
 
You can create your own skins if you use stylish extension for firefox.
 
Ok, so nothing is happening. I've loaded a google scheme and nothing..


EDIT: Fixed.
 
Just installed Stylish and I can do some editing but it affect all sites rather than just the one :confused: Hmmm.

Add @-moz-document domain("redcafe.net") to your code

Code:
@-moz-document domain("redcafe.net"){

body{
background-color: blue !important;
opacity:.9 !important;
}

}

turns the background colour of caf to blue with 0.9 opacity
 
Add @-moz-document domain("redcafe.net") to your code

Code:
@-moz-document domain("redcafe.net"){

body{
background-color: blue !important;
opacity:.9 !important;
}

}
turns the background colour of caf to blue with 0.9 opacity

I've got that there, but if I go to another vBulletin forum for example, it changes it there too :confused:

EDIT: Oh that code works, but my own with that at the top doesn't... oh well I'll work from that one :)
 
I'm not really sure what I'm doing with that. I gave it a go, but in the editor I got a couple of errors.

Code:
background-image:url(data:image/gif;base64,[B]code here[/B])

Replace code here with the converted code.