Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Dmbox/styles.css: Difference between revisions

Template page
(move type here)
 
m (1 revision imported from wikipedia:Template:Dmbox/styles.css)
 
(No difference)

Latest revision as of 00:12, 20 January 2023

/* {{pp-template}} */
.dmbox {
	display: flex;
	align-items: center;
	clear: both;
	margin: 0.9em 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.35em;
	font-style: italic;
}

.dmbox > * {
	flex-shrink: 0;
	margin: 0 0.25em;
}

.dmbox-body {
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.1em 0;
}

.dmbox-invalid-type {
	text-align: center;
}