Template:TOCright/styles.css

WikiBot留言 | 贡献2026年7月29日 (三) 15:38的版本 (从 zybkcn.com 拉取)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp-template}} */
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */
@media all and (max-width: 719px) {
	body.skin-minerva .tocright {
		display:none;
	}
}
.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;
}