Template:Disambig/styles.css:修订间差异

来自洛莉百科
(创建页面,内容为“.disambig { clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; display: flex; align-items: center; } .disambig-image { padding: 2px 0 2px 0.9em; text-align: center; →‎min-width, otherwise the image shrinks lots in minerva and timeless. * flex-basis can also be used:​ min-width: calc(0.9em + 30px); →‎left padding + image size:​ } .disambig-text { padding: 0.25em 0.9em; font-style: ital…”
 
(已保护“Template:Disambig/styles.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))[连锁保护])
(没有差异)

2024年12月20日 (五) 19:09的版本

.disambig {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.disambig-image {
	padding: 2px 0 2px 0.9em;
	text-align: center;
	/* min-width, otherwise the image shrinks lots in minerva and timeless.
	 * flex-basis can also be used */
	min-width: calc(0.9em + 30px); /* left padding + image size */
}

.disambig-text {
	padding: 0.25em 0.9em;
	font-style: italic;
}