Template:TOCright/styles.css

模板页面
待春留言 | 贡献2023年1月19日 (四) 13:17的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.tocright {
	float: right;
	clear: right;
	width: auto;
	background: none;
	padding: .5em 0 .5em .5em;
	margin-right: 0;
}

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

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

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

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