Jump to content

Module:Shortcut/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nardog (talk | contribs) at 17:52, 16 February 2021 (from sandbox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp-template}} */
.module-shortcutboxplain {
	border: 1px solid #aaa;
	background: #fff;
	padding: 0.3em 0.6em 0.2em 0.6em;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

.module-shortcutboxplain:not(.module-shortcutboxleft) {
	float: right;
	margin-left: 1em;
}

.module-shortcutboxleft {
	float: left;
	margin-right: 1em;
}

.module-shortcutlist {
	display: inline-block;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.2em;
	font-weight: normal;
}

.module-shortcutanchordiv {
	position: relative;
	top: -3em;
}

li .module-shortcutanchordiv {
	float: right; /* IE/Edge in list items */
}