Jump to content

Module:Article stub box/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Matt Fitzpatrick (talk | contribs) at 13:33, 27 February 2021 (margin). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* Article stub message box styles */
.asbox {
	background: transparent;
}
.asbox-body {
	margin: 0;
	font-style: italic;
}
.asbox .navbar {
	position: absolute;
	right: 15px;
	display: none;
}
.asbox-note {
	margin: 0.25em 0 0;
	font-style: normal;
	font-size: smaller;
}