MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ===== ATRONIA Search Styling ===== */ | |||
#p-search .cdx-text-input__input { | |||
border-radius: 12px; | |||
border: 1px solid rgba(255,255,255,0.15); | |||
background-color: rgba(255,255,255,0.08); | |||
padding: 10px 16px; | |||
transition: all 0.25s ease; | |||
} | |||
/* Hover */ | |||
#p-search .cdx-text-input__input:hover { | |||
background-color: rgba(255,255,255,0.12); | |||
} | |||
/* Focus */ | |||
#p-search .cdx-text-input__input:focus { | |||
outline: none; | |||
border-color: #92ff00; | |||
box-shadow: 0 0 0 3px rgba(146,255,0,0.25); | |||
background-color: rgba(255,255,255,0.12); | |||
} | |||
/* Search button */ | |||
#p-search .cdx-button { | |||
border-radius: 12px; | |||
} | |||
/* ========================================================= */ | /* ========================================================= */ | ||
/* Hide namespace / wordmark text in header */ | /* Hide namespace / wordmark text in header */ | ||