사용자:하늘/EditTools.css

< 사용자:하늘
하늘 (토론 | 기여)님의 2021년 2월 19일 (금) 16:31 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
#to-top,#to-bottom {
	font-size: 14pt;
	border-radius: 0.35rem;
	background-color: rgb(65, 136, 241);
	color: rgb(255, 255, 255);
	position: fixed;
	padding: 4px;
	bottom: 4px;
	left: 4px;
	transition: bottom 0.3s ease 0s;
	cursor: pointer;
	user-select: none;
}
#to-top{
	z-index:10001;
}
#to-bottom {
	z-index:10000;

}
div#editpage-specialchars {
	display: block;
	padding: .5em 1em;
}
#editpage-specialchars a, #editpage-specialchars select {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 4px 8px;
	border-radius: 20px;
}

#editpage-specialchars a {
	display: inline-block;
	margin-top: 4px;
}
#editpage-specialchars select {
	width:100%;
	margin-right: 0.3em;
    appearance: none;
}
textarea#wpTextbox1 + #editpage-specialchars, .wikiEditor-ui-clear + #editpage-specialchars {
	border-top: 0;
}