틀:변화의 시대/사이드바/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
1번째 줄: 1번째 줄:
.AOCSIDEBAR {
  position: fixed;
  top:50%;
  width:180px;
  height:510px;
  background:white;
  transform: translate(-50%, -45%);
  border-radius: 15px;
  user-select: none;
  box-shadow: 0px 0px 10px #E0E0E0
}
.AOCSIDEBAR a {
  font-family: SUITE Variable;
}
/* 선택 모션 */
/* 선택 모션 */
.set-image-ani {
.set-image-ani {

2024년 5월 3일 (금) 21:42 판

.AOCSIDEBAR {
  position: fixed; 
  top:50%; 
  width:180px;
  height:510px;
  background:white;
  transform: translate(-50%, -45%);
  border-radius: 15px;
  user-select: none;
  box-shadow: 0px 0px 10px #E0E0E0
}

.AOCSIDEBAR a {
  font-family: SUITE Variable;
}

/* 선택 모션 */
.set-image-ani {
  opacity: 0.8;
  user-select: none;
  transition: opacity 0.2s
}

.set-image-ani:hover {
  opacity: 1;
  transition: opacity 0.2s
}