模板:TOC right/styles.css

来自「荏苒之境」
Sicusa留言 | 贡献2025年8月6日 (三) 20:50的版本 (创建页面,内容为“@media all and (max-width: 720px) { .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; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
@media all and (max-width: 720px) {
	.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;
}