قالب:اختصار/styles.css

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
.module-shortcutboxplain {
	float: left;
	border: 1px solid #aaa;
	background: #fff;
	margin: 0 1em 0 0;
	padding: 0.3em 0.6em 0.2em 0.6em;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

.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: left; /* IE/Edge in list items */
}