Template:TOCright/styles.css

模板页面

待春留言 | 贡献于2023年1月19日 (四) 13:15提交的版本

@media (max-width: 720px) {
	.tocright {
		float: none !important;
		clear: both !important;
		padding: 0 !important;
		margin: 1rem 0 1rem auto;
	}
}

.tocright {
	float: right;
	clear: right;
	width: auto;
	background: none;
	padding: .5em 0 .8em 1.4em;
	margin-bottom: .5em;
}

.tocright-clear-left {
	clear: left;
}

.tocright-clear-both {
	clear: both;
}

.tocright-clear-none {
	clear: none;
}