사용자:하늘/EditTools.css: 두 판 사이의 차이

(새 문서: .to-top,.to-bottom { font-size: 14pt; border-radius: 0.35rem; background-color: rgb(0, 119, 255); color: rgb(255, 255, 255); position: fixed; bottom: 4px; left: 4px; cursor: p...)
 
편집 요약 없음
 
(사용자 2명의 중간 판 25개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.to-top,.to-bottom {
#editpage-specialchars {
font-size: 14pt;
display: block;
border-radius: 0.35rem;
padding: .5em;
background-color: rgb(0, 119, 255);
}
color: rgb(255, 255, 255);
 
position: fixed;
#editpage-specialchars label {
bottom: 4px;
padding: 0 0.5em;
left: 4px;
}
cursor: pointer;
 
transition: bottom 0.5s ease 0s;
#editpage-specialchars a, #editpage-specialchars select {
user-select: none;
padding: 4px 10px;
border-radius: 0.25em;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
transition: ease 0.3s;
}
#editpage-specialchars a {
display: inline-block;
margin-top: 4px;
}
#editpage-specialchars select {
width:100%;
margin-right: 0.3em;
    appearance: none;
}
#editpage-specialchars a:hover {
    text-decoration: none !important;
    box-shadow: none;
}
 
#mw-edittools-charinsert {
    /*display: none;*/
}
#editpage-specialchars a:active {
    background: lightgray;
}
}

2024년 5월 28일 (화) 14:35 기준 최신판

#editpage-specialchars {
	display: block;
	padding: .5em;
}

#editpage-specialchars label {
	padding: 0 0.5em;
}

#editpage-specialchars a, #editpage-specialchars select {
	padding: 4px 10px;
	border-radius: 0.25em;
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
	transition: ease 0.3s;
}
#editpage-specialchars a {
	display: inline-block;
	margin-top: 4px;
}
#editpage-specialchars select {
	width:100%;
	margin-right: 0.3em;
    appearance: none;
}
#editpage-specialchars a:hover {
    text-decoration: none !important;
    box-shadow: none;
}

#mw-edittools-charinsert {
    /*display: none;*/
}
#editpage-specialchars a:active {
    background: lightgray;
}