Template:Character section/styles.css

From Puella Magi Wiki
Jump to navigation Jump to search
/* -------------------------------------------------------------------------
 * Character section
 * ------------------------------------------------------------------------- */

.pm-character-section:not(:first-of-type) {
	margin-top: 0.5rem;
}

/* -------------------------------------------------------------------------
 * Character section/Item
 * ------------------------------------------------------------------------- */

.pm-character-section-item:not(:first-of-type) {
	margin-top: 0.5rem;
}

.pm-character-section-item-header {
	display: flex;
	flex: 1;
}

.pm-character-section-item-header-content {
	flex: 1;
}

.pm-character-section-item-header .pm-character-section-item-header-toggle {
	align-self: center;
	text-align: right;
}

.pm-character-section-item-body {
	margin-top: 0.5rem;
}

.pm-character-section-item-body-footer {
	margin-top: 0.5rem;
}

.pm-character-section-item-body-footer p {
	margin: 0;
	padding: 0;
}