Template:AshStyle/style.css: Difference between revisions

Removed interlinear margin
No edit summary
(Removed interlinear margin)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
.ash {
.ash {
font-family: 'Lucida Grande';
font-family:
'Lucida Grande',
'Noto Sans',
'Lucida Sans Unicode',
'Arial',
'Verdana',
'Helvetica',
'Tahoma',
sans-serif;
font-style: normal;
font-style: normal;
font-weight: normal;
font-weight: normal;
Line 6: Line 16:
}
}


.ash-columns {
display: flex;
flex-wrap: wrap;
}
.ash-column {
margin: 0.5em 0; /* Copied from regular p style */
}
.interlinear {
background: #f3f3f3;
    padding: 1em;
    padding-bottom: 0.5em;
    padding-left: 2em;
}
/*
.ash-mh { position: relative; }
.ash-mh { position: relative; }


Line 24: Line 51:
     line-height: 0.75ex;
     line-height: 0.75ex;
}
}
*/
1,088

edits