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

From Ephemeral Film Wiki
Jump to navigation Jump to search
m (Protected "Template:TOC top/styles.css": Highly visible template, match parent ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
m (1 revision imported)
 
(No difference)

Latest revision as of 21:34, 20 March 2022

/* {{pp|small=y}} */
.toc-top-false-title {
	font-weight: bold;
	text-align: center;
}

.toc-top .hlist ul {
	text-align: inherit;
}

@media all and (min-width: 720px) {
	.toc-top {
		clear: left;
	}
	
	.toc-top-left {
		float: left;
	}
	
	.toc-top-right {
		float: right;
		clear: right;
	}
	
	.toc-top-center {
		 margin: auto;
		 clear: none;
	}
}