Template:Documentation/styles.css

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
.template-documentation {
	border: 1px solid black;
	margin: 1em;
	margin-top: 3em;
	/* padding on wrapper and negative margin on heading to place [collapse] button in the correct spot */
	padding: 1em;
}

.template-documentation__header {
	background:#ddd;
	color: #111;
	margin: -1em;
	padding: 1em;
}

.template-documentation__content {
	position: relative;
	top: 1em;
	margin: 1em 0;
}

/* [[Category:Template stylesheets]] */