Template:Ivory messagebox/styles.css

From Celestial Lance Universe Wiki
< Template:Ivory messagebox
This is an old revision of this page, as edited by Cellan3 (talk | contribs) at 17:03, 9 April 2025 (Created page with "→‎{{pp-template}}: .ivmbox { margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; } @media screen { html.skin-theme-clientpref-night .ivmbox[style*="background"] { background-color: ivory !important; color: inherit; } } .ivmbox-image { padding-left: 1px; padding-right: 0.5em; max-width: 100px; flex: 1 0 25px; } .ivmbox-text { padding: 0.5em 0; } .ivmbox-text > :first-child {..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
.ivmbox {
	margin-bottom: 1em;
	border: 1px solid #a2a9b1;
	background-color: #fdf2d5;
	padding: 0.5em;
	display: flex;
	align-items: center;
}

@media screen {
	html.skin-theme-clientpref-night .ivmbox[style*="background"] {
		background-color: ivory !important;
		color: inherit;
	}
}

.ivmbox-image {
	padding-left: 1px;
	padding-right: 0.5em;
	max-width: 100px;
	flex: 1 0 25px;
}

.ivmbox-text {
	padding: 0.5em 0;
}

.ivmbox-text > :first-child {
	margin-top: 0;
}

.ivmbox-text > :last-child {
	margin-bottom: 0;
}