跳转到内容

Template:沙盒/TemplateStyles/What7what8/FakeReplyButton.css

维基百科,自由的百科全书
#wholebutton:hover #replylink {
	text-decoration-line: underline;
}

#wholebutton:active #replylink {
	text-decoration-line: underline;
}

#replylink {
	color: #0645ad;
	text-decoration-line: none;
}

.bracket {
	color: var(--color-subtle, #54595d);
	user-select: none;
	font-size: 0.938rem
}

#fakebutton {
	position: relative;
	user-select: none;
	background:var(--background-color-base, #fff);
	z-index: 2;
	text-indent: 0;
	white-space: nowrap;
}

#realbutton {
	position: absolute;
	user-select: none;
	left: 0%;
	z-index: 1
}