@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("slashdot.org")

/*Slashdot Black Background/Green Text by orngjce223.  Public domain.*/

{

/* black backgrounds */
html, .d2, .commentBody, .commentSub, #bd, #discussion_buttons a, #firehoselist, #itemsreturned, #wrapper, #yui-main
  {
  background-color: black !important
  }
.article-foot, #articles ul, .commentSub a, .details, .i, .nbutton
  {
  background: #111111 !important
  }
.briefarticle, .title
  {
  background: #002200 !important
  }
.inline_comment, .replyto_msg
  {
  background: #001100 !important
  }

/* light content */

.body i, .comment p, .commentBody, .title
  {
  color: lime !important
  }
.body, .comment blockquote p, .quote p, #articles ul, .modsel, p
  {
  color: green !important
  }
.commentSub a, #discussion_buttons a, .nbutton, label
  {
  color: green !important
  }

/* border */
.fhitem
  {
  border-color: black !important
  }
blockquote, i, .comment, .full, .quote, .replyto_msg
  {
  border-color: #333333 !important
  }


}