Template:AshStyle: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
(Stuff moved to /style.css)
Tag: Blanking
 
Line 1: Line 1:
.ash-mh { position: relative; }


.ash-mh::before {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    display: block;
    content: 'ả';
    clip: rect(0 2em 1ex 0);
}
.ash-mh > span {
    clip: rect(1ex, 2em, 3ex, 0);
    display: inline-block;
    clip-path: inset(1ex 0 0 0);
}

Latest revision as of 18:11, 24 May 2022