미디어위키:Common.css: 두 판 사이의 차이

타이핑 효과 추가
태그: 되돌려진 기여
확장 기능으로 대체
태그: 수동 되돌리기
3번째 줄: 3번째 줄:
font-size: 15px;
font-size: 15px;
margin-left: 10px;
margin-left: 10px;
}
.typing-effect {
  border-right: .15em solid;
  animation: typing-effect-cursor 1s step-end infinite;
}
@keyframes typing-effect-cursor {
  50% {
    border-color: transparent;
  }
}
}

2023년 4월 11일 (화) 17:06 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-editsection {
	font-size: 15px;
	margin-left: 10px;
}