MediaWiki:Common.css: Difference between revisions
From Amethyst Collaborative Knowledge
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 5: | Line 5: | ||
.bg-amethyst { | .bg-amethyst { | ||
background-color: #e8d5f5 !important; | 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-color: #d0b8e0; | |||
border-color: #d0b8e0; | |||
color: #4a1a6b; | |||
} | |||
.bg-amethyst .searchGoButton:hover, | |||
.bg-amethyst .mw-searchButton:hover { | |||
background-color: #c0a0d4; | |||
border-color: #c0a0d4; | |||
} | } | ||
Revision as of 03:03, 10 February 2026
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-color: #d0b8e0;
border-color: #d0b8e0;
color: #4a1a6b;
}
.bg-amethyst .searchGoButton:hover,
.bg-amethyst .mw-searchButton:hover {
background-color: #c0a0d4;
border-color: #c0a0d4;
}