Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


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

Revision as of 18:25, 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 {
    height: 1.25ex;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1ex;
}