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 15:55, 27 February 2021 (rv 1 edit, cologneblue doesn't play nicely). 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;
}