BMW/Facebook Userlogos Style - Work in Progress


/*
* BMW/Facebook UserLogos written by M.Shadows
*/

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

@-moz-document url("about:blank") {

body{ background-color:#ffffff !important }
}
@-moz-document url-prefix(http://userlogos.org/) {

* {
background-color: #ffffff !important;
background-image: none !important;
border-color: #222222 !important;
color: #000000 !important;
font-family: Tahoma !important;
}
a:link {
color: #0d3958 !important;
}
a:visited {
color: #0d3958 !important;
font-weight: bold !important;
}
a:hover,
a:active {
color: #0d3958 !important;
}
em {
color: #3b5998 !important;
}
select,
textarea,
input[name=q],
input[type=text],
input[type=password],
input[type=file] {
background-color: #cbd5df !important;
-moz-appearance: none !important;
color: #000000 !important;
font-family: Tahoma !important;
font-size: .9em !important;
border: 1px solid #bdc7d8 !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
background-color: #5c74a3 !important;
color: #ffffff !important;
font-family: Verdana !important;
font-weight: bold !important;
-moz-appearance: none !important;
border-color: #183262 !important;
}
img {
opacity: 1.00 !important;
-moz-opacity: 1.00 !important;
}

}