跳转到内容

Template:TOC left/styles.css

维基百科,自由的百科全书
/* 此为Template:TOC left专用之样式 */
@media all and (max-width:720px) {
	.tocleft {
		display: none;
	}
}
.tocleft {
	float: left;
	clear: left;
	width: auto;
	margin-bottom: .5em;
	margin-right: 1em;
}

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

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