Template:Nmbox/styles.css

From Wikimedia Foundation Governance Wiki
Revision as of 18:05, 24 February 2024 by MusikBot II (talk | contribs) (Changed protection settings for "Template:Nmbox/styles.css": High-risk template or module (more info) ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.nmbox {
	clear: both;
	background: #F6F9ED;
	border: 1px solid #AAA;
	box-sizing: border-box;
	margin: 2px 0;
	padding: 0;
}
.nmbox * {
	box-sizing: border-box;
}
.nmbox-header {
	background: #EEF3E2;
	padding: 4px 0.5em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap
}
.nmbox-image {
	display: inline-block;
}
.nmbox-text {
	border-top: 1px solid #AAA;
	width: 100%;
	padding: 4px 0.5em;
}
@media screen and (min-width: 768px) {
	.nmbox-header {
		display: table-cell;
		border-right: 1px solid #AAA;
		width: 1%;
	}
	.nmbox-text {
		border-top: none;
		display: table-cell;
	}
}