Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
     text-align: center;
     text-align: center;
     left: 0;
     left: 0;
    display: block;
     content: 'ả';
     content: 'ả';
     clip: rect(0, 2em, 1.05ex, 0);
     clip: rect(0, 2em, 1.05ex, 0);

Revision as of 18:17, 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.05ex, 0);
}

.ash-mh > span {
    display: inline-block;
    height: 1.925ex;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
}