MediaWiki:Timeless.css

From PigBoats.COM
Revision as of 16:13, 18 December 2023 by Pbc captain (talk | contribs)

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.
/* All CSS here will be loaded for users of the Timeless skin */

/* border for all images */
/*.mw-body img. {
    border: 2px solid #000;
}*/
/* border for specified class */
.mw-body img {
    border: 2px solid #000;
}

/* changing the top line red */
#mw-header-hack .color-right {
    background-color: #A50000;
}

#mw-header-hack .color-middle {
    background-color: #A50000;
}