MediaWiki:Common.css: Difference between revisions
From The Seven Sages of Rome
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mw-navigation { | #mw-navigation { | ||
border- | border-bottom: 1px solid #e7e7e7; | ||
background-color: rgba(255, 255, 255, 0.2) !important; | background-color: rgba(255, 255, 255, 0.2) !important; | ||
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%) !important; | backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%) !important; | ||
-webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%); | -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%); | ||
} | } |
Revision as of 12:26, 16 January 2024
/* CSS placed here will be applied to all skins */
#mw-navigation {
border-bottom: 1px solid #e7e7e7;
background-color: rgba(255, 255, 255, 0.2) !important;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%) !important;
-webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
}