Template:Mbox/shortcut.css

模板页面
.module-shortcutboxplain {
	float: right;
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
	font-size: smaller;
}

.mbox .module-shortcutboxplain {
	background: transparent;
	border-radius: 0;
	border-left: 1px solid #79a;
	padding: .4em 0 .4em 1em;
}

@media screen and (max-width: 768px) {
	.mbox .module-shortcutboxplain {
		padding: 1vh 0;
		border-left: 0;
	}
}

.module-shortcutboxplain ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

.shortcutword {
	display: inline-block;
	border-bottom: 1px solid #79a;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: .2em;
	white-space: nowrap;
}

.module-shortcutlist {
	display: inline-block;
	border-bottom: 1px solid #79a;
	margin-bottom: .2em;
	font-weight: normal;
	min-width: 4em;
}

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