User:Grumblesaur/timeless.css

From Discovery Wiki
Revision as of 18:28, 13 August 2023 by Grumblesaur (talk | contribs) (format <pre> with background and border)

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.
  div#mw-content, pre {
    color: #dedeee;
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }
  
  .infobox-data-title {
    color: #87c3e0;
  }
  
  .wikitable, .wikitable th, .wikitable td, .wikitable tr, pre {
    border: 1px solid #dddddd;
  }
  
  .wikitable, .wikitable td, .wikitable th.headerSort {
    color: #dedeee;
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }
  
  .wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th {
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }

  div#mw-content a {
    color: #87c3e0;
    text-decoration: dotted underline;
  }
  
  * img {
    background: #555555;
  }