Jump to content

Template:TOC right/sandbox/styles.css

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by GKFX (talk | contribs) at 20:46, 15 April 2021 (off by one). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* 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;
}