User:Drachma/archlinux.css

From ArchWiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wiki.archlinux.org") {
    body { background: #111!important; }
    .portlet ul { list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=")!important; }
    h1, h2, h3, h4, h5, h6 { color: #eee!important; }
    .portlet li { color: #fff }
    #mw-content-text div { color: #000!important; }
    body, #content, table { color: #eee!important; }
    pre { background: #111!important; color: #eee!important }
    #column-one, #column-content { background: #111!important; color: #eee!important;}
    #content { background: black!important; color: #eee!important;}
    #toc { background: transparent!important; border: none!important;}
    .pBody { background: transparent!important; border: none!important }
    #p-cactions li.selected  { border-color: #fff!important }
    #p-cactions li.selected a, #p-cactions li a:hover { background: #000!important; }
}