mirror of
https://github.com/authenyoo/website-zola.git
synced 2025-07-25 23:24:38 +02:00
85 lines
2.7 KiB
CSS
85 lines
2.7 KiB
CSS
#sharkey_app [class^="visitor-root-"] {
|
|
[class^="visitor-main-"] [class^="visitor-content-"] {
|
|
[class^="pages-welcome-entrance-a-shape1-"], [class^="pages-welcome-entrance-a-shape2-"], [class^="pages-welcome-timeline-root-"] {
|
|
display: none;
|
|
}
|
|
[class^="pages-welcome-entrance-a-logoWrapper-"] [class^="pages-welcome-entrance-a-poweredBy-"] {
|
|
color: var(--MI_THEME-fg);
|
|
}
|
|
[class^="MkFeaturedPhotos-root-"] {
|
|
background-image: url("https://authenyo.xyz/images/iris.png") !important;
|
|
background-repeat: repeat;
|
|
background-size: auto;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
opacity: .8;
|
|
animation: animatebg 100s linear infinite;
|
|
}
|
|
[class^="pages-welcome-entrance-a-contents-"] {
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
padding: 130px 0;
|
|
[class^="MkVisitorDashboard-root-"]::before {
|
|
position: absolute;
|
|
content: '';
|
|
top: .5rem;
|
|
left: -1.7rem;
|
|
width: 34.1rem;
|
|
height: 132.4rem;
|
|
background: var(--MI_THEME-acrylicPanel);
|
|
-webkit-backdrop-filter: var(--MI-blur, blur(15px));
|
|
backdrop-filter: var(--MI-blur, blur(15px));
|
|
border-radius: var(--MI-radius-ellipse);
|
|
transition: padding .2s;
|
|
}
|
|
[class^="MkVisitorDashboard-tl-"] {
|
|
[class^="MkVisitorDashboard-tlBody-"] {
|
|
height: 50rem !important;
|
|
}
|
|
}
|
|
}
|
|
[class^="pages-welcome-entrance-a-federation-"] {
|
|
bottom: unset !important;
|
|
top: 16px !important;
|
|
z-index: 50 !important;
|
|
}
|
|
}
|
|
[class^="visitor-side-"] {
|
|
background: linear-gradient(var(--MI_THEME-bg), var(--MI_THEME-accent));
|
|
[class^="visitor-banner-"] {
|
|
background-image: url("https://authenyo.xyz/images/iris.png") !important;
|
|
background-repeat: repeat;
|
|
background-size: auto;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
opacity: .8;
|
|
animation: animatebg 100s linear infinite;
|
|
}
|
|
}
|
|
}
|
|
@keyframes animatebg {
|
|
0% {
|
|
background-position: 0px 0px;
|
|
}
|
|
100% {
|
|
background-position: -960px -960px;
|
|
}
|
|
}
|
|
@media (prefers-reduced-motion) {
|
|
#sharkey_app [class^="visitor-root-"] {
|
|
[class^="visitor-main-"] [class^="visitor-content-"] {
|
|
[class^="MkFeaturedPhotos-root-"] {
|
|
animation: unset !important;
|
|
}
|
|
}
|
|
[class^="visitor-side-"] {
|
|
[class^="visitor-banner-"] {
|
|
animation: unset !important;
|
|
}
|
|
}
|
|
}
|
|
}
|