Difference between revisions of "Template:TOC left/styles.css"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(limit floatiness to 720px and up, override inline width below 720)
 
m (1 revision imported: auth control)
 
(No difference)

Latest revision as of 23:18, 20 March 2022

/* {{pp-template}} */
@media all and (max-width: 720px) {
	.tocleft {
		width: 100% !important; /* override inline width */
	}
}
@media all and (min-width: 720px) {
	.tocleft {
		float: left;
		clear: left;
		width: auto;
		margin: 0 1em 0.5em 0;
	}
	
	.tocleft-clear-both {
		clear: both;
	}
	
	.tocleft-clear-none {
		clear: none;
	}
}