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

편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:
   top: 50%;  
   top: 50%;  
   width: 180px;
   width: 180px;
   height: 475px;
   height: 355px;
   background: white;
   background: white;
   transform: translate(-50%, -45%);
   transform: translate(-50%, -45%);

2024년 5월 11일 (토) 00:29 판

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

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

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

.AOCSIDEBAR p {
  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
}