User talk:-Blackout-

ShoutWiki — express yourself and be heard!
Jump to navigation Jump to search
Welcome, -Blackout-, to ShoutWiki Hub!

Link=ShoutWiki Hub:About

ShoutWiki is a free, ad-supported wiki hosting service. We offer wiki hosting to individuals, companies, schools, universities and a large number of other communities.

Our staff are very experienced with the MediaWiki software and can help you with any and all problems or questions that you may encounter.

Below are some useful links for you:

Please sign your comments on talk pages using four tildes, like this: ~~~~.

If you have any questions, please contact a member of our staff team, visit our IRC help channel, or ask me on my talk page. — Supergeeky1 (talk) 17:33, 14 October 2010 (UTC)

RE:[edit source]

Certainly. To change the background of the content on your site, try adding this to your CSS:

div#content {
	background: bg color;
	color: font color;
}

For changing the content color, replace "bg color" and to replace the color of the fonts, replace "font color" with the colors of you choice. So if you're looking to emulate the colors of your custom skin on Wikia, you'd wanna replace "bg color" with "#FFFFFF" and "font color" with "#000000", which would look something like this:

div#content {
	background: #FFFFFF;
	color: #000000;
}

For a small list of colors you can use, I'd recommend visiting this page. Hopefully this helped, but if not, feel free to drop me another message with any other questions you may have, or pop in the IRC where any of the customer support team may help you. Cheers! Supergeeky1 (talk) 17:33, 14 October 2010 (UTC)