Voting display colour - UserLogos

Please enter the colours or images of your choice to make your own display.

Hover and opacity settings are offered should you want to use them

This is the gradient Version seen against a dark background

This Version at the moment set to grey with change of opacity on hover
Please enter the colours you would like to use and change settings to suit.

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

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

}

div.foreground
{
background:grey !important;
-moz-opacity: 0.75 !important;
}

/* colour on hover */

div.foreground:hover
{
background:grey !important;
-moz-opacity: 1.0 !important;
}

This is a variation using Mafi0z Gradient that he made for the Search Bar
See picture above

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

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

}

div.foreground
{
background:url("/files/layout/FastDial/gradient4search20px.png") center center repeat-x !important;
-moz-opacity: 0.75 !important;
}

div.foreground:hover
{
-moz-opacity: 1.0 !important;
}