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

来自「荏苒之境」
无编辑摘要
无编辑摘要
 
(未显示同一用户的16个中间版本)
第1行: 第1行:
.gloss {
.gloss {
margin: 1em 0;
margin: 1em 0;
}
.gloss-horizontal {
display: flex;
}
.gloss-horizontal > div {
flex: 1;
}
}


第10行: 第17行:
margin: 0;
margin: 0;
}
}
.gloss .simple-tooltip-inline {
 
border: none;
.gloss.gloss-hide-hint .simple-tooltip-inline {
border-bottom: 1px dotted rgba(0,0,0,0);
transition: border-bottom 0.3s;
}
 
.gloss.gloss-hide-hint .simple-tooltip-inline:hover {
border-bottom: 1px dotted #AAA;
}
 
.gloss.gloss-tooltip-part-animation .simple-tooltip-inline {
transition: opacity 0.5s;
}
}


.tooltipster-default .tooltipster-content {
.gloss.gloss-tooltip-part-animation .simple-tooltip-inline:hover {
line-height: 0;
opacity: 0.6;
}
}

2025年10月6日 (一) 22:21的最新版本

.gloss {
	margin: 1em 0;
}

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

.gloss-original {
	margin: 0;
}

.gloss-translation {
	margin: 0;
}

.gloss.gloss-hide-hint .simple-tooltip-inline {
	border-bottom: 1px dotted rgba(0,0,0,0);
	transition: border-bottom 0.3s;
}

.gloss.gloss-hide-hint .simple-tooltip-inline:hover {
	border-bottom: 1px dotted #AAA;
}

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

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