Jump to content
xisto Community
Sign in to follow this  
shrty

Invisionfree Skins?

Recommended Posts

I'm not sure on building a code for a phpbb forum board to give it a black background....but I'm sure you can find a relatively close premade skin on the forum somewhere if you just preview most of the premade skins available. You may have to activate a mod before you get to access the skins part, but I'm not 100% certain on that.

Share this post


Link to post
Share on other sites

For invisionfree skins you just go to the style sheet and change the background color from their where you see body.

background-color: #000000
This would make it black

Example what it is now(White):
BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #FFFFFF }
Search for this code then change the background color to the background color I posted above.

After:
BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #000000 }

Hope this was helpful to you,
Nick

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.