模板:TOC right/styles.css

来自决策链云智库
< 模板:TOC right
Zeroclanzhang讨论 | 贡献2024年1月21日 (日) 22:50的版本 (创建页面,内容为“→‎{{pp-template}}:​ →‎The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper:​ @media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; } .tocright { width: 100% !important; →‎fix the inline width while at small resolution:​ } } @media all and (min-width: 720px) { .tocright { float: right; clear: right; width: auto; margin: 0 0 0.5em 1em; } .tocright-clear-left { clear:…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp-template}} */
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */
@media all and (max-width: 720px) {
	body.skin-minerva .tocright {
		display: none;
	}
	
	.tocright {
		width: 100% !important; /* fix the inline width while at small resolution */
	}
}
@media all and (min-width: 720px) {
	.tocright {
		float: right;
		clear: right;
		width: auto;
		margin: 0 0 0.5em 1em; 
	}
	
	.tocright-clear-left {
		clear: left;
	}
	
	.tocright-clear-both {
		clear: both;
	}
	
	.tocright-clear-none {
		clear: none;
	}
}