bổ sung jquery để thay thế dupral_js

This commit is contained in:
NAS\NASPC
2026-05-27 16:41:00 +07:00
parent 5345171145
commit f39fbb8800
5 changed files with 14018 additions and 19 deletions
@@ -3,7 +3,7 @@
<style>
/* CSS override for SIS Vietnam custom logo aspect ratio */
[data-component-id="umass_base:header-branding"] img,
/* [data-component-id="umass_base:header-branding"] img,
.tophat-logo img {
height: 45px !important;
width: auto !important;
@@ -26,6 +26,30 @@
height: 65px !important;
width: auto !important;
}
} */
/* Fix logo visibility on dark background with Glow effect */
[data-component-id="umass_base:header-branding"] {
position: absolute;
top: 20px;
left: 20px;
z-index: 9999;
}
[data-component-id="umass_base:site-header"] {
justify-content: flex-end !important;
position: relative;
/* ensure absolute logo is relative to header if needed, though usually fixed to top */
}
[data-component-id="umass_base:header-branding"] img {
filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.7));
transition: filter 0.3s ease, transform 0.3s ease;
}
[data-component-id="umass_base:header-branding"] a:hover img {
transform: scale(1.05);
filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.9));
}
</style>