틀:POgroup/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 수동 되돌리기
6번째 줄: 6번째 줄:
}
}
.IM_POG-Section1b {
.IM_POG-Section1b {
    display:none;
     overflow:hidden;
     overflow:hidden;
     width:0%;
     width:0%;
     height:0px;
     height:0px;
    opacity:0;
transition:display 1s 1s, opacity 1s 1s, width 1s 1s, height 1s 1s;
}
}
.IM_POG-Section1:hover > .IM_POG-Section1a {
.IM_POG-Section1:hover > .IM_POG-Section1a {
14번째 줄: 17번째 줄:
}
}
.IM_POG-Section1:hover > .IM_POG-Section1b {
.IM_POG-Section1:hover > .IM_POG-Section1b {
     animation: IM_POG-Section;
     display:inline-block;
    animation-iteration-count: 1;
    width:45%;
    animation-duration: 1s;
    height:max-content;
    animation-fill-mode: forwards;
    opacity:1;
}
@keyframes IM_POG-Section {
  0% {display:none; width:0%; height:0px; opacity:0;}
  100% {display:inline-block; width:45%; height:max-content; opacity:1;}
}
}



2023년 9월 23일 (토) 10:55 판

.IM_POG-Section1 {
}
.IM_POG-Section1a {
    width:100%;
	transition: width 1s;
}
.IM_POG-Section1b {
    display:none;
    overflow:hidden;
    width:0%;
    height:0px;
    opacity:0;
	transition:display 1s 1s, opacity 1s 1s, width 1s 1s, height 1s 1s;
}
.IM_POG-Section1:hover > .IM_POG-Section1a {
    width:calc(45% - 100px);
}
.IM_POG-Section1:hover > .IM_POG-Section1b {
    display:inline-block;
    width:45%;
    height:max-content;
    opacity:1;
}

.IM_POG-MTI1 {
    position: relative;
    overflow:hidden;
	width:50%;
    margin-right:0%;
    z-index:3;
	transition: width 1s, margin 1s;
}
.IM_POG-MTI1:hover {
    overflow:hidden;
	width:100%;
    margin-right:-50%;
}
.IM_POG-MTI2 {
    position: relative;
    overflow:hidden;
	width:50%;
    margin-right:0%;
    z-index:2;
	transition: width 1s, margin 1s, z-index 1s;
}
.IM_POG-MTI2:hover {
    overflow:hidden;
	width:100%;
    margin-left:-50%;
    z-index:5;
}

.IM_POG-MTI {
    filter:brightness(0.8) blur(4px) opacity(15%) grayscale(100%);;
    transition: filter 0.5s;
}
.IM_POG-MTI:hover {
    filter:brightness(1.0) blur(2px) opacity(100%) grayscale(0%);;
}

.IM_POG-MT1 {
	background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.1) 4px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.05) 12px), linear-gradient(to bottom, rgba(55, 55, 55, 0.1) 8%, rgba(0, 5, 5, 0.15) 11%, rgba(5, 20, 55, 0.1) 13%, rgba(55, 55, 55, 0.1) 20%, rgba(55, 55, 55, 0.1) 60%,  rgba(55, 55, 55, 0.15) 70%, rgba(20, 20, 20, 0.15) 72%, rgba(20, 20, 20, 0.15) 73%, rgba(55, 55, 55, 0.15) 75%, rgba(55, 55, 55, 0.1) 85%, rgba(10, 10, 10, 0.1) 88%, rgba(10, 10, 10, 0.1) 95%, rgba(55, 55, 55, 0.1) 95%), linear-gradient(to right, rgba(40,40,0,1) 5%, rgba(40,40,0,0) 95%), linear-gradient(to right, #282828 0%, #282828 100%);
	transition: background 2s;
}
.IM_POG-MT2 {
	background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.1) 4px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.05) 12px), linear-gradient(to bottom, rgba(55, 55, 55, 0.1) 8%, rgba(0, 5, 5, 0.15) 11%, rgba(5, 20, 55, 0.1) 13%, rgba(55, 55, 55, 0.1) 20%, rgba(55, 55, 55, 0.1) 60%,  rgba(55, 55, 55, 0.15) 70%, rgba(20, 20, 20, 0.15) 72%, rgba(20, 20, 20, 0.15) 73%, rgba(55, 55, 55, 0.15) 75%, rgba(55, 55, 55, 0.1) 85%, rgba(10, 10, 10, 0.1) 88%, rgba(10, 10, 10, 0.1) 95%, rgba(55, 55, 55, 0.1) 95%), linear-gradient(to left, rgba(40,0,0,1) 5%, rgba(40,0,0,0) 95%), linear-gradient(to right, #282828 0%, #282828 100%);
	transition: background 2s;
}
.IM_POG-MT1:hover {
	background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.1) 4px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.05) 12px), linear-gradient(to bottom, rgba(55, 55, 55, 0.1) 8%, rgba(0, 5, 5, 0.15) 11%, rgba(5, 20, 55, 0.1) 13%, rgba(55, 55, 55, 0.1) 20%, rgba(55, 55, 55, 0.1) 60%,  rgba(55, 55, 55, 0.15) 70%, rgba(20, 20, 20, 0.15) 72%, rgba(20, 20, 20, 0.15) 73%, rgba(55, 55, 55, 0.15) 75%, rgba(55, 55, 55, 0.1) 85%, rgba(10, 10, 10, 0.1) 88%, rgba(10, 10, 10, 0.1) 95%, rgba(55, 55, 55, 0.1) 95%), linear-gradient(to right, rgba(40,40,0,1) 80%, rgba(40,40,0,0.7) 100%), linear-gradient(to right, #282828 0%, #282828 100%);
}
.IM_POG-MT1:hover ~ .IM_POG-MT2 {
	background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.1) 4px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.05) 12px), linear-gradient(to bottom, rgba(55, 55, 55, 0.1) 8%, rgba(0, 5, 5, 0.15) 11%, rgba(5, 20, 55, 0.1) 13%, rgba(55, 55, 55, 0.1) 20%, rgba(55, 55, 55, 0.1) 60%,  rgba(55, 55, 55, 0.15) 70%, rgba(20, 20, 20, 0.15) 72%, rgba(20, 20, 20, 0.15) 73%, rgba(55, 55, 55, 0.15) 75%, rgba(55, 55, 55, 0.1) 85%, rgba(10, 10, 10, 0.1) 88%, rgba(10, 10, 10, 0.1) 95%, rgba(55, 55, 55, 0.1) 95%), linear-gradient(to right, rgba(40,40,0,0.7) 0%, rgba(40,0,0,0) 50%), linear-gradient(to right, #282828 0%, #282828 100%);
}