Module:Documentation/Styles.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
/* [[Category:Template Styles]] */
.template-parameters p {
	margin-bottom: 0;
}

.template-data .mw-collapsible-toggle {
	float: none;
}

.template-examples__grid {
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: center;
	row-gap: 1.5rem;
}

.template-examples__grid-example-desc {
	grid-column: 1/-1;
	font-weight: bold;
}


.template-examples__grid-example-id {
	grid-column: 1;
}

.template-examples__grid-example-header {
	grid-column: 2;
	font-weight: bold;
	text-align: right;
	margin-right: 1rem;
}
.template-examples__grid-example-separator {
	grid-column: 1/4;
	margin-top: 1rem;
}

.template-examples__grid-example-output, .template-examples__grid-example-categories {
	border-radius: 0.5rem;
}

.wikitable .template-examples__description-header {
	text-align: left;
}

.template-examples__example-id-cell {
	text-align: center;
}

.template-examples__input-cell code {
	display: inline-block;
}

p.module-documentation__function-subheading {
	font-weight: bold;
	margin-bottom: 0;
}

.module-documentation__invoke-syntax {
	margin-bottom: 1.5rem;
}

 /* [[Template:Icon/Documentation]] */
.rootpage-Template_Icon .template-examples__output-cell, .rootpage-Template_Icon .template-examples__description-header {
	text-align: center;
}