Template:Dmbox/styles.css: Difference between revisions

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search
m 1 revision imported: Wikipedia article on Nicotine templates needed
imported>Izno
move type here
 
Line 1: Line 1:
/* {{pp-template}} */
/* {{pp-template}} */
/* Disambig and set index box styles */
.dmbox {
table.dmbox {
display: flex;
align-items: center;
clear: both;
clear: both;
margin: 0.9em 1em;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: transparent;
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;
}
}

Latest revision as of 00:19, 10 July 2022

/* {{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;
}