Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
     left: 0;
     left: 0;
     content: 'ả';
     content: 'ả';
     clip: rect(0, 2em, 1.05ex, 0);
     clip: rect(0, 2em, 1.1ex, 0);
}
}



Revision as of 18:28, 24 May 2022

.ash {
	font-family: 'Lucida Grande';
	font-style: normal;
	font-weight: normal;
	position: relative;
}

.ash-mh { position: relative; }

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

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