Module:Documentation/styles.css

From Modded Wiki
Revision as of 19:08, 25 September 2023 by minecraft>SWinxy (TemplateStyles, copied from Module:Documentation. See that page's history for attribution.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.documentation {
	border: 1px solid #AAA;
	padding: 0.8em 1em 0.7em;
	margin-top: 1em;
	clear: both;
}

.documentation-header-top,
.documentation-header-bottom {
	padding: 0.8em 1em 0.7em;
	background-color: #33333333;
}

.documentation-header-top {
	margin: -0.8em -1em 0.8em;
	border-bottom: inherit;
}

.documentation-header-bottom {
	margin: 0.7em -1em -0.7em;
	border-top: inherit;
	clear: both;
}

.documentation-header-title {
	font-weight: bold;
	font-size: 130%;
	margin-right: 1em;
	line-height: 1;
}

.documentation-badDoc {
	margin-bottom: 0.8em;
	padding: 0.8em 1em 0.7em;
	border: 1px solid #AAA;
}