MediaWiki:Common.css: Difference between revisions

From Amethyst Collaborative Knowledge
No edit summary
Tag: Reverted
Replaced content with "body.page-Main_Page .contentHeader { display: none; }"
Tags: Replaced Manual revert
Line 1: Line 1:
body.page-Main_Page .contentHeader {
body.page-Main_Page .contentHeader {
     display: none;
     display: none;
}
.bg-amethyst {
    background-color: #e8d5f5 !important;
}
.bg-amethyst #searchInput {
    border-color: #d0b8e0 !important;
    background-color: #ffffff !important;
}
.bg-amethyst #searchInput:focus {
    border-color: #6a2ca0 !important;
    box-shadow: 0 0 0 0.2rem rgba(106, 44, 160, 0.25) !important;
}
.bg-amethyst .p-search .searchGoButton.go-btn,
.bg-amethyst .p-search .mw-searchButton.search-btn {
    background-color: #d0b8e0 !important;
    border-color: #d0b8e0 !important;
    color: #4a1a6b !important;
}
.bg-amethyst .p-search .searchGoButton.go-btn:hover,
.bg-amethyst .p-search .mw-searchButton.search-btn:hover {
    background-color: #c0a0d4 !important;
    border-color: #c0a0d4 !important;
}
}

Revision as of 03:23, 10 February 2026

body.page-Main_Page .contentHeader {
    display: none;
}