/*
 * Danbooru - Black interface redesign
 *
 * Author      : kumarei
 * Updated     : November 16th, 2007
 * Version     : 0.52
 * Description : Modifies the colors of Danbooru
 * Usage       : Use with Stylish Firefox extension
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("miezaru.donmai.us"), domain("danbooru.donmai.us") {
 body {
  color: #000 !important;
  background:#000 !important;
 }

 h1 {
  color:#0f0 !important;
 }

 p {
  color:#0f0 !important;
 }

 #header {
  color:#0f0 !important;
 }
 
 #sidebar {
  color:#0f0 !important;
 }

 #content {
  color:#0f0 !important;
 }

 #static-more {
  color:#0f0 !important;
 }

 .quote {
  background:#222 !important;
 }

 .status-notice {
  background:#222 !important;
 }

 th {
  background:#222 !important;
  color: #0f0 !important;
 }

 .note-body {
  color: #000 !important;
 }

 .even {
  background:#222 !important;
  color:#0F0 !important;
 }

 .odd {
  color:#0F0 !important;
  background:#000 !important;
 }

 .odd:hover {
  background:#101007 !important;
 }

 tr.negative-record {
  color:#000 !important;
  background:#fee !important;
 }

 tr.positive-record {
  color:#000 !important;
  background:#efe !important;
 }

}

@-moz-document url-prefix(http://miezaru.donmai.us/stylesheets), url-prefix(http://danbooru.donmai.us/stylesheets) {

 *|* * {
  color: #0f0 !important;
 }
}