#546 ブラック&オレンジがテーマのPiggydb用Stylish   #pre     12 years ago (magician) Document
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://localhost:8080/") {

html body div.ac_results ul li.ac_over{
    color: #ff6600  ! important;
  }
 
body,span, div, td,  h1, h2, h3, h4, h5, h6, li {
   color: #ffffff;
   background-color:#333333 !important;
   font-family:"Verdana" !important;
  }

a:link {
    color: #ff6600  ! important;
  }

a:visited {
    color: #ff6600  ! important;
  }

a:hover {
    color: #ff0066  ! important;
  }

a:active {
    color: #ff0000  ! important;
  }
}


@-moz-document url-prefix("http://localhost:8080/document-view.htm") {
  * {
    background:#ffffff !important;
  }
  body, span,  div, td,  h1, h2, h3, h4, h5, h6, li {
   background-color:#ffffff  !important;
   color: #666666
  }
  H1 {font-size:medium!important;}
  H2 {font-size:small!important;}
}