User:Sczw/common.css

From Baka-Tsuki
Revision as of 16:48, 8 October 2015 by Sczw (talk | contribs)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
div#content, div#simpleSearch, input, button, pre {
    background-color: #202020 !important;
  }
  
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
    background-color: #101010 !important;
  }
  
  ul, li, td, tr, table, div.thumb {
    background-color: inherit !important;
  }
  
  div#mw-page-base, span, ul, li {
    background-image: none !important;
  }
  
  h1, h2, h3, h4, h5, h6, div#content, input, button, pre {
    color: #EAEAEA !important;
  }
  
  a {
    color: #83d0c9 !important;
  }
  
  a:visited {
    color: #65c3ba !important;
  }
  
  a.external {
    color: #54b2a9 !important;
  }
  
  a.new {
    color: red !important;
  }

}