MediaWiki:Timeless.css

From PigBoats.COM
Revision as of 15:56, 26 June 2025 by Pbcjohnston (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */

/* addsborder to all images in the class "picture"
.mw-body figure.picture 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;
}

/* changing left and right margins */
body.page-The_USS_Dorado_Project #mw-content-wrapper {
    margin-left: 10px !important;
}

body.page-The_USS_Dorado_Project #mw-site-navigation {
    width: 5px !important;
}

body.page-The_USS_Dorado_Project #mw-related-navigation {
    padding-left: 5px !important;
}