Template:MainPageInfopush.css: Difference between revisions
From VRChat Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.infopush- | .infopush { | ||
position: relative; | |||
padding: 0; | |||
overflow: hidden; | |||
aspect-ratio: 1024 / 312; | |||
} | |||
.infopush-content { | |||
display: flex; | |||
transition: transform 0.3s; | |||
transform: translateX(-1200%); | |||
} | |||
.infopush-navigation { | |||
pointer-events: auto; | |||
height: 100%; | |||
cursor: pointer; | |||
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png"); | |||
background-size: 2rem; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.infopush-navigation-item { | |||
pointer-events: auto; | pointer-events: auto; | ||
height: 100%; | height: 100%; | ||
cursor: pointer; | cursor: pointer; | ||
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png"); | background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png"); | ||
background-size: 2rem; | background-size: 2rem; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
} | } |
Revision as of 02:59, 29 July 2024
.infopush {
position: relative;
padding: 0;
overflow: hidden;
aspect-ratio: 1024 / 312;
}
.infopush-content {
display: flex;
transition: transform 0.3s;
transform: translateX(-1200%);
}
.infopush-navigation {
pointer-events: auto;
height: 100%;
cursor: pointer;
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
background-size: 2rem;
background-repeat: no-repeat;
background-position: center;
}
.infopush-navigation-item {
pointer-events: auto;
height: 100%;
cursor: pointer;
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
background-size: 2rem;
background-repeat: no-repeat;
background-position: center;
}