Transparent Logos on UL - Checkerboard to Black - macleod.mac's

The purpose of this style is to easily show what logos look like both on a light and dark background. Light checkerboard is default, with black on mouseover.


/*
* Modification of original Code written by of Mafi0z (http://userlogos.org/node/3675)
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userlogos.org") {

}

.node .content .field-type-image img

{
background: #eee url('http://i41.photobucket.com/albums/e257/MaFi0z/checkerboard.png') 0 0 repeat !important;
}

.node .content .field-type-image img:hover

{
background: black !important;
}