Template:AshStyle/style.css

From Linguifex
Jump to navigation Jump to search
.ash {
	font-family: 'Lucida Grande';
	font-style: normal;
	font-weight: normal;
	position: relative;
}

.ash-mh { position: relative; }

.ash-mh::after {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    content: 'ả';
    clip: rect(0, 2em, 1.075ex, 0);
}

.ash-mh > span {
    height: 1.25ex;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-start;
    line-height: 0.75ex;
}