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 The Earwig (talk | contribs) at 03:16, 5 March 2021 (Protected "Template:Asbox/styles.css": Highly visible template; requested at WP:RfPP: Special:Permalink/1010366818#Template:Asbox/styles.css ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))). 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 {
	position: relative;
}
.asbox table {
	background: transparent;
}
.asbox p {
	margin: 0;
}
.asbox p + p {
	margin-top: 0.25em;
}
.asbox-body {
	font-style: italic;
}
.asbox-note {
	font-size: smaller;
}
.asbox .navbar {
	position: absolute;
	top: -0.75em;
	right: 1em;
	display: none;
}