User:Jaminux/common.css

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@-moz-document url-prefix("https://bulbapedia.bulbagarden.net/")
{
  h1, h2, h3, h4, h5, h6, h7, h8
  {
    color: #ccc !important;
  }

  body, #content, #toc, .tocnumber, tr, td, tbody, table, th, .roundy, ul, #catlinks, #footer
  {
    background-color: #111 !important;
    color: #ccc !important;
  }

  .roundy, .thumbinner
  {
    background-color: #333 !important;
  }

  div>h3, #localNotice, .noticebar
  {
    color: #444 !important;
  }

  a>span
  {
    color: #ccc !important;
  }
/* unvisited link */
  a:link
  {
    color: #2d7eff !important;
  }
/* visited link */
  a:visited
  {
    color: #915eff !important;
  }
/* mouse over link */
  a:hover
  {
    color: white !important;
    background-color: #888 !important;
  }
/* selected link */
  a:active
  {
    color: gray !important;
  }
}