@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("stackoverflow.com"),
domain("stackexchange.com"),
domain("superuser.com"),
domain("serverfault.com"),
domain("mathoverflow.net")

{

/*text&background*/

html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, font, strong, p, form, footer, #footer, .container

{
color: white !important;
background: black !important;
}

select, button, #content

{
background: black !important;
}

div, span, a

{
background-color: black !important;
}

select, input, span, code, textarea, pre, label, div, dd

{
color: white !important;
}


/*links*/

a

{
color: #0040ff !important;
}

a:visited

{
color: #224375 !important;
}

/*highlight*/

textarea, pre, input, code

{
background: #333333 !important;
}

}