“模板:Shortcut/styles.css”的版本间的差异

wikilife>Izno
(float right here)
 
Ph9讨论 | 贡献
(导入1个版本)
 
(没有差异)

2020年12月27日 (日) 14:00的最新版本

/* {{pp-template}} */
.module-shortcutboxplain {
	float: right;
	border: 1px solid #aaa;
	background: #fff;
	margin: 0 0 0 1em;
	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: right; /* IE/Edge in list items */
}