MediaWiki:Common.css: Difference between revisions
From The Seven Sages of Rome
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
} | } | ||
.shadow | .card { | ||
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); | |||
} | |||
.card:hover { | |||
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); | box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); | ||
} | } |
Revision as of 12:33, 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%);
}
.card {
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.card:hover {
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}