Template:TOC right/styles.css: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported: more wiki stuff)
m (3 revisions imported from wikipedia:Template:TOC_right/styles.css)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* {{pp-template}} */
/* {{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 {
.tocright {
float: right;
float: right;

Latest revision as of 18:13, 5 May 2021

/* {{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;
}