@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* this changes the properties of the 'boxes' that contain the individual downloads*/

  download[state="-1"], download[state="0"], download[state="1"], 
download[state="2"], download[state="3"], download[state="4"], download[state="5"], download[state="6"], download[state="7"]
    {
    background: #262626 !important;
    color: white !important;
    }

/*background color of download box*/

  #downloadView
    {
    background: #262626 !important;
    }

/*this is a bit of a hack. If you normally use your download box as an independent window, this won't concern you. If you normally use your download box in the sidebar, the top part (hbox#commandBar) stays grey no matter what I tried. To get rid of it, simply uncomment the following stuff, which gets rid of it completely - I find I don't use the functionality offered by it anyways.*/

/*
  hbox #commandBar
    {
    display: none !important;
    }
*/