try this....with stylish
@namespace url(
http://www.w3.org/1999/xhtml);
@-moz-document url("about
:blank") {
body{ background-color:#000000 !important }
}
@-moz-document url-prefix(
http://), url-prefix(
ftp://), url-prefix(file://), url-prefix(
https://) {
* {
background-color: #000000 !important;
background-image: none !important;
border-color: #222222 !important;
color: #bbbbbb !important;
/*font-family: Segoe UI !important;*/
}
a:link {
color: #FFD700 !important;
}
a:visited {
color: #228b22 !important;
font-weight: bold;
}
a:hover,
a:active {
color: #db6c4c !important;
}
select,
textarea,
input[name=q],
input[type=text],
input[type=password],
input[type=file] {
background-color: #000000 !important;
-moz-appearance: none !important;
color: #eeeeee !important;
border: 1px dotted #606060 !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
background-color: #252525 !important;
color: #aaaaaa !important;
-moz-appearance: none !important;
border-color: #202020 !important;
}
img {
opacity: 0.75 !important;
-moz-opacity: 0.75 !important;
}
}