Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Invisionfree Skins?
shrty
post Apr 11 2008, 08:32 PM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 11-April 08
Member No.: 60,683



can any1 give me a code for invisionfree that will give me a black backround?
Go to the top of the page
 
+Quote Post
Raptorstrike
post Apr 13 2008, 11:11 PM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 31
Joined: 5-April 08
Member No.: 60,419



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.
Go to the top of the page
 
+Quote Post
Nick5020
post Apr 14 2008, 09:12 AM
Post #3


Newbie [Level 1]
*

Group: [HOSTED]
Posts: 13
Joined: 13-April 08
Member No.: 60,767



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

CODE
background-color: #000000
This would make it black

Example what it is now(White):
CODE
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:
CODE
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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Phpbb - Free Skins(6)
  2. 2 Godd Sites To Download(3)
  3. Multiple Forum Skins(6)


 



- Lo-Fi Version Time is now: 25th July 2008 - 09:03 PM