User:Nero-kun/common.css

From Baka-Tsuki
Revision as of 07:09, 29 September 2020 by Nero-kun (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.

   {
    background: #444444;
    color: #bbbbff;
  }

  div#content, div#simpleSearch, input, button, pre
  {
    background-color: #000000 !important;
  }

  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type, div#siteNotice
  {
    background-color: #222222 !important;
  }

  ul, li, td, tr, table, div.thumb, div#localNotice > div
  {
    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: #DDDDDD !important;
  }

  div[class^="mw-customtoggle-Arc"] big
  {
    color: #222222;
  }

  .tocnumber
  {
    color: #888;
  }

  a.mw-echo-notifications-badge
  {
    background-color: #424242!important;
  }

  a
  {
    color: #aaaaff !important;
  }

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

  a.external
  {
    color: #aaffaa !important;
  }

  a.new
  {
    color: red !important;
  }
}