Prospace rules background colours...

Post Reply
User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Prospace rules background colours...

Post by spaceace »

open colours.css

find
Code: Select all
div.rules {
	background-color: #620D0D;
	color: #E7C292;
}

p.rules {
	background-color: #620D0D; 
	border: 1px solid #620D0D;
	background-image: none;
}
change both lines
Code: Select all
	background-color: #620D0D;
to this
Code: Select all
	background-color: #000000;
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply