Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
(Created page with ".ash-mh { position: relative; } .ash-mh::before { position: absolute; width: 100%; text-align: center; left: 0; display: block; content: 'ả'; cl...")
 
No edit summary
Line 8: Line 8:
     display: block;
     display: block;
     content: 'ả';
     content: 'ả';
     clip: rect(0, 2em, 1ex, 0);
     clip: rect(0, 2em, 1.1ex, 0);
}
}


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

Revision as of 18:07, 24 May 2022

.ash-mh { position: relative; }

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

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