MediaWiki:Common.css

From Amethyst Collaborative Knowledge

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.
body.page-Main_Page .contentHeader {
    display: none;
}

.bg-amethyst {
    background-color: #e8d5f5 !important;
}

.bg-amethyst #searchInput {
    border-color: #d0b8e0;
    background-color: #ffffff;
}

.bg-amethyst #searchInput:focus {
    border-color: #6a2ca0;
    box-shadow: 0 0 0 0.2rem rgba(106, 44, 160, 0.25);
}

.bg-amethyst .searchGoButton,
.bg-amethyst .mw-searchButton {
    background: #d0b8e0 !important;
    border-color: #d0b8e0 !important;
    color: #4a1a6b !important;
}

.bg-amethyst .searchGoButton:hover,
.bg-amethyst .mw-searchButton:hover {
    background: #c0a0d4 !important;
    border-color: #c0a0d4 !important;
}

.bg-amethyst .nav-link,
.bg-amethyst .navbar-tool-link,
.bg-amethyst .navbar-userloggedin,
.bg-amethyst .navbar-more-tools,
.bg-amethyst .dropdown-toggle {
    color: #4a1a6b !important;
}

.bg-amethyst .nav-link:hover,
.bg-amethyst .navbar-tool-link:hover,
.bg-amethyst .navbar-userloggedin:hover,
.bg-amethyst .navbar-more-tools:hover,
.bg-amethyst .dropdown-toggle:hover {
    color: #6a2ca0 !important;
}