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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
.AOCSIDEBAR {
.AOCSIDEBAR {
   position: fixed;  
   position: fixed;  
   top:50%;  
   top: 50%;  
   width:180px;
   width: 180px;
   height:510px;
   height: 475px;
   background:white;
   background: white;
   transform: translate(-50%, -45%);
   transform: translate(-50%, -45%);
   border-radius: 15px;
   border-radius: 15px;

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

.AOCSIDEBAR {
  position: fixed; 
  top: 50%; 
  width: 180px;
  height: 475px;
  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
}