@-moz-document domain("boards.ign.com") {

/*	##############################################
	Custom Icon --

	Replaces Insider icons with custom icon, or ads icon for non-Insiders. 
	You need to use a 80 x 80 pixel image for it to display properly.
	Only use the Insider or Non-Insider for a name, don't use both.

	Replace "YOUR USERNAME" with your username, keep the quotes in place.
	Replace "URL FOR 80 x 80 IMAGE" with the image URL, keep the quotes in place.
	*/


/* INSIDER users */
.BoardRowA[width="17%"] a[href*="YOUR USERNAME"] ~ br + span + div > a[href*="/UserPages/Icons.aspx"] > img {
background-image: url("URL FOR 80 x 80 IMAGE") !important;
height: 0px !important; padding-top: 80px !important;
}


/* NON-INSIDER users */
.BoardRowA[width="17%"] a[href*="YOUR USERNAME"] + span + br + span + div:before {
background: url("URL FOR 80 x 80 IMAGE") no-repeat center !important;
color: #b1b3bc !important; content: " __ " !important; font-size: 95px !important; line-height: 100px !important; margin: -20px !important;
}


}