/* Userscripts.org - bw's Black Design
 *
 * Author      : blackwind
 * Updated     : June 24th, 2011
 * Website     : http://blackwind.org/
 * Description : Gives Userscripts.org a new, dark look. */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userscripts.org") {
  body, #content, #details, #section {
    background: #000000 !important;
    color: #CCCCCC !important;
  }
  a:link { color: #FFFFFF !important; }
  a:visited { color: #EEEEEE !important; }
  a:hover { color: #FFFF00 !important; }
  blockquote, h3, pre, .active, .ca.inv, .pagination > a, .pagination > .current, .subnav > li > a, .topic {
    background-color: #555555 !important;
    color: #CCCCCC !important;
  }
  code, #heading, #right, #script-nav, #script-nav > li, .script-info { background-color: inherit !important; }
  em { display: none !important; }
  h1 { color: #FFFFFF !important; }
  h2, h3, h4, h5, h6, .role { color: #FFD200 !important; }
  input, select, textarea {
    background-color: #444444 !important;
    border-color: #CCCCCC !important;
    border-width: 1px !important;
    color: #FFFFFF !important;
  }
  label { color: #AAAA88 !important; }
  th { border: 1px solid #FFFFFF !important; }
  #a2apage_dropdown a { color: #000000 !important; }
  #content > iframe { display: none !important; padding-top: 500px !important; }
  #footer { display: none !important; }
  #install_script > .userjs { color: #000000 !important; }
  #script_description_extended { width: 100% !important; }
  #topics td, .details, .overview {
    background-color: #000000 !important;
    border: 0px solid #FFFFFF !important;
  }
  .author > a { font-weight: bold !important; }
  .author.vcard, .inv.lp {
    background-color: #555555 !important;
    color: #CCCCCC !important;
  }
  .by-author > .body.entry-content { background-color: #444444 !important; }
  .author, .date, .lp, .posted, .posts { color: #CCCCCC !important; }
  .notice, .stats {
    background-color: #AA0000 !important;
    color: #FFFFFF !important;
    border: 1px solid #888888 !important;
  }
  .sh_cbracket, .sh_function, .sh_sourceCode, .sh_symbol { color: #CCCCCC !important; }
  .sh_comment { color: #FFD200 !important; }
  .sh_keyword { color: #FF6600 !important; }
  .sh_number, .sh_string { color: #FFFFFF !important; }
  .title { font-weight: bold !important; }
}