@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
 url-prefix("http://www.pkgcore.org/trac/"),
 url-prefix('http://trac.pioto.org/paludis') {
   html, body, table, tbody, tr, td, div, label, form { border-color: #555555 !important ; background-color: #232323 !important; color: #777777 !important }

   .highlight { background-color: #333333 !important }

   /* menu */
   div#mainnav { border-width: 0 !important ; background-image: none !important }
   div#mainnav li { margin: 3px !important ; border: solid 1px #555555 !important }
   div#mainnav li a { border-width: 0 !important ; color: #797979 !important ; background-image: none !important }
   div#mainnav li:hover a { color: #797979 !important ; background: none #333333 !important }

   /* tables */
   th { border-color: #555555 !important ; background-color: #323232 !important ; color: #797979 !important }

   /* diff */
   li.entry { border-width: 0 !important ; background-color: #232323 !important }
   tbody.unmod td { border-color: #555555 !important ; background-color: #606060 !important; color: #232323 !important }
   tbody.mod td.r,
   tbody.add td.r { background-color: #338833 !important; color: #003700 !important }
   tbody.mod td.r ins,
   tbody.add td.r ins { background-color: #33CC33 !important; color: #003700 !important }
   tbody.mod td.l { background-color: #883333 !important; color: #370000 !important }
   tbody.mod td.l del { background-color: #CC3333 !important; color: #003700 !important }
   h2 { border-width: 0 !important ; background-color: #323232 !important }


   /* prefs */
   div#tabcontent { border-width: 0 !important ; background-image: none !important }
   div#content ul#tabs li { margin: 3px !important ; border: solid 1px #555555 !important ; background-color: #333333 !important }
   div#content ul#tabs li a { border-width: 0 !important ; color: #797979 !important ; background-image: none !important }
   div#content ul#tabs li.active { color: #232323 !important ; background-color: #555555 !important }
   div#content ul#tabs li:hover a { color: #797979 !important ; background: none #333333 !important }

   /* tickets */
   table.tickets * { border-color: #555555 !important }
   h3 { border-color: #555555 !important }


   /* defaults for all links */
   a:link, a:visited { color: #999999 !important }
   a:active { font-weight: bold !important }
   a:hover { background-color: #323232 !important ; color: #797979 !important }

   a em { color: #007700 !important }
   h1, h2, h3, h4, h5 { color: #007700 !important }
   pre.wiki,
   pre.literal-block {
      display: block !important ; 
      background-color: #333333 !important ;
      border: #777777 solid 0.1em !important ;
      color: #999999 !important ;
      font-family: "courier" !important ;
      margin:  1em 2em 2em 1.3em !important ;
      overflow: auto !important ;
      padding: 0.5em 2em 1em 1em !important ;
      text-align: left !important ;
      white-space: pre !important ;
      font-family: "courier" !important ;
   }

}