/* 
   a very basic emacsWiki dark theme
   surely doesn't cover everything.
   nova@deviator.si 
   
   version:120210
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("emacswiki.org") {

  body { background:#333 !important; color:#aaa !important; max-width:800px; margin:0px auto; }
  a { color:#ccc !important; }
  .toc {background:#555 !important; color:#aaa !important; }
  .level0 { background:#555 !important; color:#aaa !important; }

}