模板:Gloss/styles.css:修订间差异

来自「荏苒之境」
无编辑摘要
标签手工回退
无编辑摘要
第1行: 第1行:
.gloss {
.gloss {
margin: 1em 0;
margin: 1em 0;
}
.gloss-horizontal {
display: flex;
}
.gloss-horizontal > p {
flex: 1;
}
}



2025年9月10日 (三) 13:54的版本

.gloss {
	margin: 1em 0;
}


.gloss-horizontal {
	display: flex;
}
.gloss-horizontal > p {
	flex: 1;
}

.gloss-original {
	margin: 0;
}

.gloss-translation {
	margin: 0;
}

.gloss.gloss-hide-hint .simple-tooltip-inline {
	border: none;
}

.gloss.gloss-tooltip-part-animation .simple-tooltip-inline {
	transition: opacity 0.5s;
}

.gloss.gloss-tooltip-part-animation .simple-tooltip-inline:hover {
	opacity: 0.6;
}